body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #2B3202;
	scrollbars: none;
}
a, a:visited {
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
}

.scroll {
	overflow: auto;
	position: relative;
	width: 100%;
	background-image: url(../images/body_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	height: 100%px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #A3A46A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #2B3202;
	text-align: left;
}
p {
	padding: 0px;
	margin: 10px 0px 20px;
}
li {
	list-style-image: url(../images/body_bullet.gif);
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
}
.white {
	color: #FFFFFF
}
.footer {
	text-align: right;
	padding: 5px;
	color: #7E835C;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 3px;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #7E835C;
}
