/* CSS Document */

<!--
body {
	background-color: #E1C494;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.style2 {font-family: "Times New Roman", Times, serif; font-size: 13px; color: #000000; }
.style3 {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #892F1B;
}
.style4 {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #EFE3C6;
}
.style5 {
	font-size: 13px;
	font-weight: bold;
	color: #882F1B;
	}
.style6 {
	color: #865922
}
.style7 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.style8 {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: B77D41;
}
a:visited {
	color: B77D41;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.footer {
	color: #B77D41;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
	a.footer:link {
		color: #B77D41;
		text-decoration: none;
		}
	a.footer:hover {
		color: #E1C494;
		text-decoration: underline;
		}
	a.footer:active {
		color: #E1C494;
		text-decoration: none;
		}
	a.footer:visited {
		color: #B77D41;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #E1C494;
		text-decoration: underline;
		}
-->