h1
{
    margin-top:5px;
    margin-bottom:5px;
    font-size:18px;
}

h2
{
    margin-top:1px;
    margin-bottom:1px;
    font-size:16px;
}

.videolink
{
	text-decoration:none;
}

.videolink:hover
{
	text-decoration:underline;
}

.span_anchor
{
    cursor:pointer;
}

.myaccount
{
	text-align:right;margin-top:5px;
}
#logo
{
    background:url('images/logo.gif');
    width:114px;
    height:30px;
    padding:0px;
    margin:0px;
	float:right;
	margin-right:10px;
    vertical-align:top;
}


.rightarrow
{
    background:url('images/next_arrow_img.gif');
    background-repeat: no-repeat;
    background-position:center center; 
    width:120px;
    height:5px;
    margin-left:3px;
    margin-right:3px;
    display:inline;
    float:none;
    clear:none;
    border:none;
}
#leftarrow
{
    background:url('images/back_arrow_img.gif');
    background-repeat: no-repeat;
    background-position:center center; 
    width:120px;
    height:5px;
    margin-left:3px;
    margin-right:3px;
    display:inline;
    float:none;
    clear:none;
    border:none;
}
#leftarrows
{
    font-size:8px;
    background:url('images/back_arrow_img.gif');
    background-repeat: repeat-x;
    
    background-position:right top; 
    min-width:50px;
    min-height:20px;
    width:50px;
    height:20px;
    margin-left:3px;
    margin-right:3px;
    display:inline;
    float:none;
    clear:none;
    border:none;
}
#bluearrow
{
    font-size:8px;
    background:url('images/arrow_img.gif');
    background-repeat: repeat-x;
    background-position:right top; 
    min-width:20px;
    min-height:20px;
    width:20px;
    height:20px;
    margin-right:1px;
    display:inline;
    float:none;
    clear:none;
    border:none;
}
#nextbutton
{
    background:url('images/next_img.gif');
    width:70px;
    height:15px;
    cursor:pointer;
}
#prevbutton
{
    background:url('images/prev_img.gif');
    width:70px;
    height:15px;
    cursor:pointer;
}

h3
{
    font-size:14px;
}

#screeningtesttable h3
{
    font-size:16px;
}
#screeningtesttable h4
{
    font-size:14px;
}
#screeningtesttable td
{
    vertical-align:top;
}

th
{
    background:#cccccc;
}

#anatomycontent p
{
    margin-top:10px;
    margin-bottom:10px;
}



body
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:100%;
}

table
{
    font-family:Arial, helvetica, sans-serif;
    font-size:12px;
}

.mainheading
{
    margin-top:0px;

    background:#55aaff;
    color:#000000;
    height:35px;
    
    padding:7px;
}

.subheading
{
    font-family:Arial, helvetica, sans-serif;
    margin-top:0px;
    background:#000000;
    color:#ffffff;

    height:15px;
    font-size:12px;
    padding-left:7px;
    padding-right:7px;
    padding-top:1px;
    padding-bottom:1px;
}

.subheadleft
{
    float:left;
}

.subheadright
{
    float:right;
    text-align:right;
}

.leftheading
{
    float:left;
    font-family:Arial, helvetica, sans-serif;
    font-size:30px;
    font-weight:bold;
}

.leftheading a
{
	text-decoration:none;color:#000000;
}
.rightheading
{
    float:right;
    font-family:Arial, helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}
.rightheading b
{
	color:#333333;
}

.rightheading a
{
    color:#ffffff;
    text-decoration:none;
}
.rightheading a:hover
{
    color:#ffffff;
    text-decoration:underline;
}

.maincontent
{
    margin-left:10%;
    margin-right:10%;
    
    padding:7px;
    clear:both;
    font-family:Arial, helvetica, sans-serif;
    font-size:12px;
}

.whiteanchor
{
    color:#ffffff;
    text-decoration:none;
}
.whiteanchor:hover
{
    text-decoration:underline;
}

.pinkanchor,.pink

{
    color:#ffbbbb;
    text-decoration:none;
}


.pinkanchor:hover
{
    text-decoration:underline;
}

.footerbar
{
    margin-top:15px;
    height:5px;
    line-height:10px;
    background:#55aaff;

    padding-left:7px;
    padding-right:7px;
    padding-top:0px;
    padding-bottom:0px;
    border:none;
}

.nodecanchor
{
    text-decoration:none;
}
.nodecanchor:hover
{
    text-decoration:underline;
}
.nodecanchor:visited
{
    color:#0000ff;
}

.imageanchor
{
    text-decoration:none;
    border:none;
}

.anatomyimg
{
    width:252px;
}

.primalimages
{
    margin:5px 0px 0px 0px;
    padding:0px 0px 2px 0px;
    font-size:9px;
}

.blueanchor
{
    color:blue;
    text-decoration:underline;
    cursor:pointer;
}
