.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: #BF881F; text-decoration: underline; }

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
}
.text2   	{ color: black; text-decoration: none; }
.text2:link	{ color: black; text-decoration: underline; }
.text2:visited { color: black; text-decoration: underline; }
.text2:active { color: black; text-decoration: underline; }
.text2:hover	{ color: #4D728D; text-decoration: underline; }
.white   	{ color: white; text-decoration: none; }
.white:link	{ color: white; text-decoration: none; }
.white:visited { color: white; text-decoration: none; }
.white:active { color: white;  text-decoration: underline;}
.white:hover	{ color: #F3EDD5;  text-decoration: underline;}
.style1 { 
	color: #990000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



