/* CSS Document */
body {
	background-color: #869365;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}
a:link {
	color: 8C1A05;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: B32006;
}
h2 {
	font-size: 14px;
	color: #000000;
}

