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;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 3;
}
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}
.style21 {
	font-size: 12;
	font-weight: bold;
}
.style23 {color: #FF0000}
.style25 {color: #CC0000; font-weight: bold; }
.style29 {font-size: 12px}
.style31 {font-size: 12px; font-weight: bold; }
.style34 {
	font-size: 9px;
	color: #BEDFFA;
}
.style36 {
	color: #FFE700;
	font-size: 13px;
	font-weight: bold;
}
.style42 {
	color: #BEDFFA;
	font-weight: bold;
}
.style44 {font-size: 9px}
.style45 {color: #CC0000}

.linkgg {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #097EDA;
}