<style type="text/css">
<!--
a:link{
	color: #FF9999;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

a.bottomnav:link{
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
a.bottomnav:visited{
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
}
a.bottomnav:active{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a.bottomnav:hover{
	color: White;
	text-decoration: underline;
	font-weight: bold;
}


body,td{
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
	color: white;
	background-color: #006666;
}
h1{
	color: #00CCCC;
	font: bold 18pt Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}
h2{
	color: #00CCCC;
	font:bold 12pt Verdana,Arial,Helvetica,sans-serif
}
h3{
	color: #00CCCC;
	font:bold 11pt Verdana,Arial,Helvetica,sans-serif
}
h4{
	color: #00CCCC;
	font:bold 10pt Verdana,Arial,Helvetica,sans-serif
}
.input{
	background: White;
	border-bottom: #626261 1px solid;
	border-left: #626261 1px solid;
	border-right: #626261 1px solid;
	border-top: #626261 1px solid;
	font: 10pt "Courier New",Courier,monospace;
}
li, ul, ol{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 10px;
	background-color: #006666;
}
td.menu_cell {
	background-color: #990033;
}
/* This sets the background color for the header and the footer */
td.heading_cell {
	background-color: #990033;
}
p.bottom_menu {
margin-left: 5em;
margin-right: 5em;
}
-->