* {
	padding:0px;
	margin:0px;
	}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3B5806;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul,ol	{
	margin:2px 0px 2px 15px;
	padding-left:15px;
	}

h1	{
	font-size:20px;
	font-weight:bold;
	color: #385505;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B5A1F;
	padding-bottom: 0px;
	}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
}

.bodyText a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B5A1F;
	text-decoration: underline;
}

.bodyText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B5A1F;
	text-decoration: underline;
}

.bodyText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BF4104;
	text-decoration: underline;
}

.bodyText a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B5A1F;
	text-decoration: underline;
}


.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #385505;
	font-weight: bold;
	text-align: left;
}
.bodyBoldUL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #385505;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	display: block;
}
