body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;

}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0033FF;
	font-weight: bold;
}

.formtable {
	border: ridge;
	background-color: #CCFFFF;


}
.error {
	color: #FF0000;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3300CC;
	text-decoration: underline;

}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	text-decoration: none;
}a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #3300FF;

}
.bottom {
	border: medium groove #996633;
}
.menutable {
	border: thin solid #0033FF;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}