.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003333;
}
A   	{ color: #003333; text-decoration: none; }
A:link	{ color: #003333; text-decoration: underline; }
A:visited { color: #003333; text-decoration: underline; }
A:active { color: #003333; text-decoration: underline; }
A:hover	{ color: #009966; text-decoration: underline; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #083C61;
}
A.footer   	{ color: #083C61; text-decoration: none; }
A.footer:link	{ color: #083C61; text-decoration: none; }
A.footer:visited { color: #083C61; text-decoration: none; }
A.footer:active { color: #083C61;  text-decoration: underline;}
A.footer:hover { COLOR: #009966; background-color: white; text-decoration: none; }

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}
.form   	{
	color: #003333;
	text-decoration: none;
	background-color: #E7F9DA;
}
A.form:link	{ color: #003333; text-decoration: none; }
A.form:visited { color: #003333; text-decoration: none; }
A.form:active { color: #003333;  text-decoration: underline;}
A.form:hover { COLOR: #009966; background-color: white; text-decoration: none; }
