html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #EAD9A3;
	background-image: url(/media_lib/images/layout/background.gif);
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406324;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #c3851d;
	margin-top: 10px;
	margin-bottom: 5px;
}
h1 {
	font-size: 21px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
}
p {
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 4px;
}
table tr td {
	vertical-align: top;
}
form {
	margin: 0px;
}
hr {
	clear: both;
	border: 0px;
	color: #406323;
	background-color: #406323;
	height: 1px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
a:link, a:visited {
	color: #605943;
}
a:hover, a:active {
	color: #c3851d;
}

