a:link {
	color: #738C30;
	text-decoration: none;
}
a:visited {
	color: #738C30;
	text-decoration: none;
}
a:active {
	color: #738C30;
	text-decoration: none;
}
a:hover {
	color: #5C7126;
	text-decoration: underline;
}
a.nav:link {
	color: #D70000;
	text-decoration: none;
}
a.nav:visited {
	color: #D70000;
	text-decoration: none;
}
a.nav:active {
	color: #D70000;
	text-decoration: none;
}
a.nav:hover {
	color: #840000;
	text-decoration: underline;
}
.formcu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #333333;
}

