.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: #FFCC99;
}
A.nav   	{ color: #FFCC99; text-decoration: none; }
A.nav:link	{ color: #FFCC99; text-decoration: none; }
A.nav:visited { color: #FFCC99; text-decoration: none; }
A.nav:active { color: #FFCC99;  text-decoration: none;}
A.nav:hover	{ color: #FFFFFF;  text-decoration: underline;}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #EBE5D4;
}
A.white   	{ color: #EBE5D4; text-decoration: none; }
A.white:link	{ color: #99CC66; text-decoration: underline; }
A.white:visited { color: #99CC66; text-decoration: underline; }
A.white:active { color: #99CC66;  text-decoration: underline;}
A.white:hover	{ color: #66FF33;  text-decoration: underline;}


.standard{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #4B1F17;
	background: #CDA972;
	border: 1px solid #3A3A61;
}