.formfont {
	font-family: Arial;
	font-size: 9pt;
	background-color: #F4F4F4;
}

.bodytext {
	font-family: Arial;
	font-size: 9pt;
}
.error {
	font-family: Arial;
	font-size: 8pt;
	color: #C60000;
}
.errorformblack {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}
.errorformred {
	font-family: Arial;
	font-size: 9pt;
	color: #C60000;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}