body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #003366;

}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #CC99CC;
	text-decoration: none;
}
a:hover {
	color: #99FFFF;
	text-decoration: underline;
}
a:active {
	color: #CCCCFF;
	text-decoration: none;
}

td {
	vertical-align: top;
}
.center {
	text-align: center;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}

