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

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392226;
}
A.nav   	{ color: #392226; text-decoration: none; }
A.nav:link	{ color: #763731; text-decoration: none; }
A.nav:visited { color: #763731; text-decoration: none; }
A.nav:active { color: #763731;  text-decoration: none;}
A.nav:hover	{ color: #FF0000;  text-decoration: underline;}

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

.green {
	font-family: Times New Roman, serif;
	font-size: 12px;
	line-height: 20px;
	color: #A3B18A;
}
A.green   	{ color: #A3B18A; text-decoration: none; }
A.green:link	{ color: #A3B18A; text-decoration: underline; }
A.green:visited { color: #A3B18A; text-decoration: underline; }
A.green:active { color: #A3B18A;  text-decoration: underline;}
A.green:hover	{ color: #7D896B;  text-decoration: underline;}