@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c3c;
}
body {
	background-color: #FFFFFF;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {color: #e60024;text-decoration: underline;}
a:visited {text-decoration: underline;color: #e60024;}
a:hover {text-decoration: none;color: #e60024;}
a:active {text-decoration: underline;color: #e60024;}

a.navilink:link {color: #3c3c3c;text-decoration: none; font-weight:bold;}
a.navilink:visited {text-decoration: none;color: #3c3c3c; font-weight:bold;}
a.navilink:hover {text-decoration: none;color: #ffffff; font-weight:bold;}
a.navilink:active {text-decoration: none;color: #3c3c3c; font-weight:bold;}

a.locationlink:link {color: #3c3c3c;text-decoration: none;}
a.locationlink:visited {text-decoration: none;color: #3c3c3c;}
a.locationlink:hover {text-decoration: none;color: #e60024;}
a.locationlink:active {text-decoration: none;color: #3c3c3c;}

a.footerlink:link {color: #797979;text-decoration: none; font-weight:bold;}
a.footerlink:visited {text-decoration: none;color: #797979; font-weight:bold;}
a.footerlink:hover {text-decoration: none;color: #e60024; font-weight:bold;}
a.footerlink:active {text-decoration: none;color: #797979; font-weight:bold;}

a.subnavlink:link {color: #ffffff;text-decoration: underline; font-weight:normal;}
a.subnavlink:visited {text-decoration: underline;color: #ffffff; font-weight:normal;}
a.subnavlink:hover {text-decoration: none;color: #ffffff; font-weight:normal;}
a.subnavlink:active {text-decoration: underline;color: #ffffff; font-weight:normal;}

a.downloadlstudy:link {color: #797979;text-decoration: none; font-size:10px;}
a.downloadlstudy:visited {text-decoration: none;color: #797979; font-size:10px;}
a.downloadlstudy:hover {text-decoration: none;color: #e60024; font-size:10px;}
a.downloadlstudy:active {text-decoration: none;color: #797979; font-size:10px;}

.tiny {color: #797979;font-size: 10px;}

.footer {background-image:url(gfx/navidivider.gif); background-repeat:no-repeat; background-position:top; padding:12px;}

.grey {color: #797979;}

.reiterdiv {margin-bottom:5px;}

.headline {font-size: 18px; text-transform:uppercase;}

.location {border-style:solid; border-width:0px 0px 1px 0px; border-color:#c3c3c3;}

#reiter
{
width:149px;
height:38px;
}

#reiter a
{
display: block;
background-image:url(gfx/off.gif);
 text-decoration: none; 
 font-weight:bold; 
 color:#3c3c3c; 
 height:29px; 
 padding-top:9px; 
 text-align:center; 
 }

#reiter a:hover
{
background-image:url(gfx/on.gif);
cursor:pointer;
color:#FFFFFF;
}