/* index page styles */

A:link  {
	color : #0033FF;
	text-decoration : underline;
}

A:visited  {
	color : #0033FF;
	text-decoration : underline;
}

A:active  {
	color : #0000FF;
	text-decoration : underline;
}

A:hover  {
	color : #0000FF;
	text-decoration : underline;
}

TD.SmallWhite  { 
	font-size : 11px;
	color : #FFFFFF;
	font-family : "Arial";
}

TD.SmallWhiteBold  { 
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	font-family : "Arial";
}

TD.LargeWhite  { 
	font-size : 12px;
	color : #FFFFFF;
	font-family : "Arial";
}

TD.LargeWhiteBold  { 
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	font-family : "Arial";
}TD.SmallNavy { font-size : 11px; color : #002A69; font-family : Arial; }
TD.SmallNavyBold { font-size : 11px; color : #002A69; font-family : Arial; ; font-weight: bold}
TD.LargeNavy { font-size : 14px; color : #002A69; font-family : Verdana; }
TD.LargeNavyBold { font-size : 14px; color : #002A69; font-family : Verdana; ; font-weight: bold}
A.DarkBG:active { color : #FFFF66; text-decoration : underline; }
A.DarkBG:hover { color : #FFFF66; text-decoration : underline; }
A.DarkBG:link { color : #FFFF66; text-decoration : underline; }
A.DarkBG:visited { color : #FFFF66; text-decoration : underline; }
