/* CSS Document */

 .bodyText 
{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: 400;
 	color: #003366;
 }
 
 .bodyTextLarge
 {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 18px;
 	font-weight: 400;
 	color: #003366;
	Font-style:Bolder;
	}
 .titles
{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: #666666;
 	text-transform: none;
 	font-variant: normal;
 }
 }
 }
 a:link 
{
 	font-family: verdana;
 	font-size: 11px;
 	color: #6666CC;
 	text-decoration: underline;
 }
 a:visited 
{
 	font-family: verdana;
 	font-size: 11px;
 	color: #6666CC;
 	text-decoration: underline;
 }
 a:hover 
{
 	font-family: verdana;
 	font-size: 11px;
 	color: #003399;
 	text-decoration: underline;
 }
 a:active 
{
 	font-family: verdana;
 	font-size: 11px;
 	color: #000000;
 	text-decoration: underline;
 }
 .menu:visited 
{
 	font-family: verdana;
 	font-size: 11px;
 	color: #000000;
 	text-decoration: underline;
 }
 .bodyTextWhite 
{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: 400;
 	color: #ffffff;
 }
 .titles 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	text-decoration: underline;

 }
 }
 	
.bodyTextDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: 123157;
	font-style: normal;


}
.bodyTextUnderline
{
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	color: #666666;
	text-decoration: underline
 }.border {
	border: 1px solid #FFFFFF;
}

