<style type="text/css">
<!--
a:link{
	color: #990033;
	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;
	background-color: #006666;
}
h1{
	color: #00CCCC;
	font: bold 12pt 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: #F0FFFF;
	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;
}

-->