.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3C4355;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: italics;
	color: #A1382D;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: italics;
	color: #364155;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #8C3B31;
}
.links   	{ color: #8C3B31; text-decoration: none; }
.links:link	{ color: #8C3B31; text-decoration: none; }
.links:visited { color: #8C3B31; text-decoration: none;  }
.links:active { color: #8C3B311;  text-decoration: none; }
.links:hover { color: #477B76;  text-decoration: none;  }




.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
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; }
