.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #406990;
}

.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #A38145;
}
A   	{ color: #8BA6D5; text-decoration: none; }
A:link	{ color: #8BA6D5; text-decoration: underline; }
A:visited { color: #8BA6D5; text-decoration: underline; }
A:active { color: #8BA6D5; text-decoration: underline; }
A:hover	{ color: #F0BA54; text-decoration: underline; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #083C61;
}
.footer   	{ color: #083C61; text-decoration: none; }
.footer:link	{ color: #083C61; text-decoration: none; }
.footer:visited { color: #083C61; text-decoration: none; }
.footer:active { color: #083C61;  text-decoration: underline;}
.footer:hover { COLOR: #009966; background-color: white; text-decoration: none; }

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.form   	{
	color: #ffffff;
	text-decoration: none;
	background-color: #708BBB;
}
.form:link	{ color: #003333; text-decoration: none; }
.form:visited { color: #003333; text-decoration: none; }
.form:active { color: #003333;  text-decoration: underline;}
.form:hover { COLOR: #009966; background-color: white; text-decoration: none; }
