.fontred {
	font-family: Arial;
	font-size: 12px;
	color: #E03F1B;
	text-decoration: none;
	font-weight: bold;
}
.fontred:link {
	font-family: Arial;
	font-size: 12px;
	color: #E03F1B;
	text-decoration: none;
	font-weight: bold;
}
.fontred:visited {
	font-family: Arial;
	font-size: 12px;
	color: #E03F1B;
	text-decoration: none;
	font-weight: bold;
}.fontred:hover {
	font-family: Arial;
	font-size: 12px;
	color: #E03F1B;
	text-decoration: underline;
	font-weight: bold;
}
.formfont {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	line-height: 15px;
}

