/*background*/
body {	
	background-color: #000066; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR:#C0C0C0; SCROLLBAR-BASE-COLOR: #336699;
}


font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.bigtext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #82C2DC;
	text-decoration: none;
	font-weight: bold;
}

.bigbluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #82C2DC;
	text-decoration: none;
	font-weight: bold;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #062B76;
	text-decoration: none;
}

.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.yellowtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

.yellowsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

/*classes*/
a:link.style1 {text-decoration : none; color:#062B76}
a:visited.style1 {text-decoration : none; color:#062B76}
a:hover.style1 {text-decoration : underline; color:#FFFFFF}
a:active.style1 {text-decoration : underline; color:#FFFFFF} 

a:link.style2 {text-decoration : none; font-weight: bold; color:#FFFFFF}
a:visited.style2 {text-decoration : none; font-weight: bold; color:#FFFFFF}
a:hover.style2 {text-decoration : none; font-weight: bold; color:#FFCC00}
a:active.style2 {text-decoration : none; font-weight: bold; color:#FFCC00}

a:link.style3 {text-decoration : none; color:#666666}
a:visited.style3 {text-decoration : none; color:#666666}
a:hover.style3 {text-decoration : underline; color:#FFFFFF}
a:active.style3 {text-decoration : underline; color:#FFFFFF}

a:link.style4 {text-decoration : none; color:#82C2DC}
a:visited.style4 {text-decoration : none; color:#82C2DC}
a:hover.style4 {text-decoration : underline; color:#FFCC00}
a:active.style4 {text-decoration : underline; color:#FFCC00} 

.tableborderALL { border: #FFFFFF; border-style: solid; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px; }


