.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
A   	{ color: #ffffff; text-decoration: none; }
A:link	{ color: #FFCC66; text-decoration: underline; }
A:visited { color: #FFCC66; text-decoration: underline; }
A:active { color: #FFCC66; text-decoration: underline; }
A:hover	{ color: #C2E2E2; text-decoration: underline; }

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A75AF;
}
A.nav   	{ color: #3A75AF; text-decoration: none; }
A.nav:link	{ color: #3A75AF; text-decoration: none; }
A.nav:visited { color: #3A75AF; text-decoration: none; }
A.nav:active { color: #3A75AF;  text-decoration: none;}
A.nav:hover	{ color: #C2E2E2;  text-decoration: none;}

.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;}

.title {
	font-family: Times New Roman, serif;
	font-size: 20px;
	color: #333333;
}
A.title   	{ color: #763731; text-decoration: none; }
A.title:link	{ color: #763731; text-decoration: underline; }
A.title:visited { color: #763731; text-decoration: underline; }
A.title:active { color: #763731;  text-decoration: underline;}
A.title:hover	{ color: #763731;  text-decoration: underline;}


h1 {
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
}
