/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	color: #333333;
}

/*------------------------------------------------------------------------------------------------
  link classes
------------------------------------------------------------------------------------------------*/

A:link { 
    color: #4B0000;
    text-decoration: none;
}
A:visited { 
    color: #003366;
    text-decoration: none;
}
A:hover { 
    color: #003366;
    text-decoration: none;
}

.nav:link { 
	color: #999966;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;  
}

.nav:visited {
	color: #999966;
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
	line-height: 18px;  
}

.nav:hover { 
	color: #003366; 
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
	line-height: 18px;  
}

.nav_on:link { 
	color: #003366;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;  
}

.nav_on:visited {
	color: #003366;
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
	line-height: 18px;  
}

.nav_on:hover { 
	color: #003366; 
	font-size: 11px;
	text-decoration: none; 
	font-weight: bold;
	line-height: 18px;  
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.red_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #4B0000;
	font-weight: bold;
}
.brighterred_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #cc0000;
	font-weight: bold;
}
.brighterblue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #336699;
	font-weight: bold;
}
.blue_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003366;
	font-weight: bold;
}
.tan_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999966;
	font-weight: normal;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999966;
	font-weight: normal;
}
.missingcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
}
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #660000;
}
