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

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer   	{ color: #002943; text-decoration: none; }
.footer:link	{ color: #002943; text-decoration: underline; }
.footer:visited { color: #002943; text-decoration: underline; }
.footer:active { color: #002943; text-decoration: underline; }
.footer:hover	{ color: orange; text-decoration: underline; }

.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.footer2   	{ color: white; text-decoration: none; }
.footer2:link	{ color: white; text-decoration: none; }
.footer2:visited { color: white; text-decoration: none; }
.footer2:active { color: white;  text-decoration: underline;}
.footer2:hover	{ color: orange;  text-decoration: underline;}
