@charset "UTF-8";
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #533D38;
}
.footer a:link {
	text-decoration: underline;
	color: #875826;
}
.footer a:hover {
	text-decoration: underline;
	color: #875826;
}

.footer a:active
{
	text-decoration: underline;
	color: #875826;
}

.footer a:visited {
	text-decoration: underline;
	color: #875826;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #211D1D;
}
.maintext a:link{
	text-decoration: none;
	color: #567f39;
}
.maintext a:active{
	text-decoration: underline;
	color: #567f39;
}
.maintext a:visited{
	text-decoration: none;
	color: #567f39;
}
.maintext a:hover{
	text-decoration: underline;
	color: #567f39;
}


