body,td,th {
	color: #676767;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body {
	background-color: #000066;
	border-color: #000000;
}
a:link {
	color: #2B4B86;
}
a:visited {
	color: #2B4B86;
}
a:hover {
	color: #000066;
}
a:active {
	color: #000000;
}
.style4 {color: #000066; font-weight: bold; font-size: 12px; }
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.style9 {font-size: 10px}
.style14 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: bold; }
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #800040; font-weight: bold; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size:10px;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	background: #F2F0C6;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em; */ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F2F0C6;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

