@charset "utf-8";

	.style1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #875938;
}
.style2 {
	font-size: 14px;
	font-family: Tahoma;
	color: #993333;
	font-weight: bold;
}
.links {
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
	color: #FEE516;
}
	   .links a:link{
	text-decoration: none;
	color: #FEE516
}
 .links	a:hover {
	text-decoration: underline;
	color: #FEE516
}
 .links a:visited {
	color: #8D7A22;
	text-decoration: none;
}
 .links a:active {
	color: #FEE516;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #E8BA02;
	text-decoration: none;
}
.form {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
