@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
font-family:Georgia, "Times New Roman", Times, serif;
color: #000;
background-color: #fff;
font-size: 80%;/* font sizing %. if you want to change anything, just change this.*/
/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}

a.leftMenu:visited
{
font-size: 12px;
text-decoration	: none;
color: #999999;
}
a.leftMenu:Hover 
{
font-size: 12px;
color: #ffffff;
text-decoration		: underline;
}

a.external {
color	: #ffffff;
font-weight: bold;
text-decoration:none;
}

a.external:hover {
color	: #ffffff;
font-weight: bold;
text-decoration:underline;
}


a.departments:link, a.departments:visited
{
font-size: 10px;
color:#666;
text-decoration: none;
}

a.departments:hover
{
font-size: 10px;
color:#333;
text-decoration: underline;
}

.TopWhiteMenu
{
font-size: 12px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}

.QuickLinksHeader
{
font-size: 14px;
font-weight:bold;
color:#FFF;
text-decoration:underline;
}	

.StrongSubHead
{
font-size: 12px;
color: #ffffff;
text-decoration: none;
}	
.MediumSubHead
{
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.MediumDarkSubHead
{
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

A.MediumSubHead:hover,A.MediumSubHead:link,A.MediumSubHead:visited
{
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: underline;
}

.MediumDarkSubHead
{
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

A.MediumDarkSubHead:hover,A.MediumDarkSubHead:link,A.MediumDarkSubHead:visited
{
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: underline;
}
.WeakSubhead
{
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

.StandardBold {
font-size: 12px;
color: #000000;
font-weight: bold;
}	

.StandardError {
font-size: 12px;
color: #993333;
}		

.StandardBlue {
font-size: 12px;
color:#0066CC;
font-style:normal;
}
a.StandardBlue:link, a.StandardBlue:visited 
{
font-size: 12px;
color: #0066CC;
text-decoration:none;
}

a.StandardBlue:hover {
font-size: 12px;
color: #0066CC;
text-decoration:underline;
}

.StandardGray {
font-size: 12px;
color: #666666;
}

.SmallGray {
font-size: 10px;
color: #666666;
}

a.SmallGray:link,a.SmallGray:visited
{
font-size: 12px;
color: #666666;
}

a.SmallGray:hover
{
font-size: 12px;
color: #666666;
}

.SmallBoldDarkGray {
font-size: 12px;
color: #666666;
font-weight: bold;
}

.BoldGray {
font-size: 16px;
color: #666666;
font-weight: bold;
}

.BoldBlack {
font-size: 14px;
color: #000000;
font-weight: bold;
}

A.BoldGray:hover {
font-size: 16px;
color: #666666;
font-weight: bold;
}

.StandardRed {
font-size: 12px;
color: #FF0000;
}

.StandartBlack {
font-size: 12px;
color: #333333;
font-style: normal;
font-weight: normal;
}

.BiggerBlack {
font-size: 14px;
color	 #333333;
font-style: normal;
font-weight: bold;
}

.SmallBlack {
font-size: 12px;
color: #333333;
font-style: normal;
font-weight: normal;
}

.StandardWhite {
font-size: 12px;
color: #FFFFFF;
}	

.BiggerBlue {
font-size: 16px;
color: #0066cc;
font-style: normal;
font-weight: bold;
}

.DateBlue {
font-size: 12px;
color: #0066cc;
}

a.menuOnLeft:link,a.menuOnLeft:visited 
{
font-size: 12px;
text-decoration:none;
font-weight: normal;
color:#999;
}


a.menuOnLeft:hover 
{
font-size: 12px;
text-decoration:underline;
font-weight: normal;
color:#FFF;
}

.inputText 
{
font-size: 10px;
text-decoration: none;
font-weight: normal;
color: #000000;
}

.copyLabel
{
font-size: 10px;
color: #ffffff;
text-decoration: none;
}	

.jTerms {
font-size:12px;
font-weight:bold;
color:#000;
text-decoration:none;
}