body {
	background-color: #006600;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.leftbottom {
	background-image: url(images/bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.rightbottom {
	background-image: url(images/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}.bottom-middle {
	background-image: url(images/bottom-middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

a:link, 
a:visited, 
a:active, 
a:link:visited {
	font-weight: normal;
	color: #006600;
	text-decoration: underline;
}

a:hover, a:link:hover {
	color: #ff9900;
	text-decoration: underline;
}

a.small:link, 
a.small:visited, 
a.small:active, 
a.small:link:visited {
	font-weight: normal;
	color: #009900;
	text-decoration: underline;
}
a.small:hover, 
a.small:link
a.small:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.bodytextlargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	text-align: left;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.smallorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fc9404;
}

li {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}

