/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #002E46;
}
img.whiteoutline  {
	border: 2px #FFFFFF solid;
}

.caption {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.textwhite {
	color: #FFFFFF;
	font-size: 13px;
}
.textred {color: #ED1C24}
.textbluetable {
	color: #002E46; 
	font-weight: bold; 
	font-size: 12px; 
}

.textoffset {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	display: inline;
}

.titles {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px}

strong {
	color: #002E46;
}

strong.white {
	color: #FFFFFF;
}

.textbluebold {
	color: #002E46;
	font-weight: bold;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;}

a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#A3B6BA;
	text-decoration:none;}

a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#A3B6BA;
	text-decoration:none;}	

a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;}
	

a.red:link {
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#ED1C24;
	text-decoration:underline;
	font-style:italic;
	font-size: 13px;}

a.red:hover {
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#002E46;
	text-decoration:underline;
	font-style:italic;
	font-size: 13px;}	

a.red:active {
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#002E46;
	text-decoration:underline;
	font-style:italic;
	font-size: 13px;}

a.red:visited {
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#ED1C24;
	text-decoration:underline;
	font-style:italic;
	font-size: 13px;}


