body {
	font-family: verdana;
	background-color: #096FC1;
	background-image: url(../images/tlo.jpg);
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#nav a {
	display: block;
	width: 16em;
	background-color: #097EDA;
}

#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: WHITE;
	width: 9em;
	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;
}

#content {
	clear: left;
	color: yellow;
}

.style1 {font-size: 6px}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 13px;
}
a:link {
	text-decoration: none;
	color: #FFE700;
}
a:visited {
	text-decoration: none;
	color: WHITE;
}
a:hover {
	text-decoration: underline;
	color: #9ED2EB;
}
a:active {
	text-decoration: none;
	color: #660000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}
.style7 {color: #000099; font-weight: bold; }
.style12 {font-size: 12}
.style5 {font-size: 10px}
.style16 {font-size: 13px; color: #FFFFFF; }
.style21 {
	font-size: 12;
	font-weight: bold;
}
.style26 {font-size: 18px; color: #000099; font-weight: bold; }
.style27 {font-size: 18px; color: #FFFFFF; font-weight: bold; }
.style29 {color: #CC0000; font-weight: bold; }
.style30 {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}
.style31 {font-size: 12px}
.style31 {font-size: 12px; font-weight: bold; }
.style32 {	color: #000099;
	font-weight: bold;
	font-size: 12px;
}
.style33 {color: #CC0000; font-size: 16px; font-weight: bold; }