body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #0099CC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.small {
	font-size: 10px;
}
.greylink {
	color: #666666;
	text-decoration: none;
}
.red {color:#800000}
h1,h2,h3,h4,h5,h6 {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
#menu { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    text-align: left;
}
#menu a { 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
}
#menu a:hover { 
    background: #006699;
}