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

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

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