@charset "utf-8";
/* CSS Document */
html { margin: 0px; border: 0px; padding: 0px; font-family: Verdana; }
body { margin: 0px; background-color: #1C39B2; color: #000; font-size: 12px;}
a:link { color: #07338D; }
a:visited {	color: #07338D; }
a:active { color: #E00; }
a:hover { color: #E00; }
table.menu1{ font-size:80%; background: #000;}
td.header {  font-size: 11px; color: 1C39B2; font-weight: bold; background: #EAEAEA; }
td.menu {  font-size: 11px; color: black; font-weight: bold; background: #1C39B2; }
table.menu { font-size: 11px; position: absolute; visibility: hidden; background: #000;}

a.menu1{ font-size : 11px; font-weight : bold; }
a.menu1:link{ color : #1C39B2; text-decoration : none; }
a.menu1:visited{ color : #1C39B2; text-decoration : none; }
a.menu1:active{ color : #1C39B2; }
a.menu1:hover{ color : #EBB725; text-decoration : underline; }

a.menu{ font-size : 11px; font-weight : bold; }
a.menu:link{ color : #EAEAEA; text-decoration : none; }
a.menu:visited{ color : #EAEAEA; text-decoration : none; }
a.menu:active{ color : #EAEAEA; }
a.menu:hover{ color : #EBB725; text-decoration : underline; }

#wrapper {
	width: 850px;
	border: 1px solid #003366;
	margin: 13px auto;
}
.footerText {
	font-size: 12px;
	padding: 5px;
}
.white {
	color: #fff;
}
a.white {
	color: #fff;
}
