body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.white-base {
	background-color: #FFFFFF;
	margin: auto;
	padding: 10px;
}
.body {
	background-color: #FFFFFF;
	height: 500px;
	background-image: url(../images/bg.jpg);
}


.body-small-logo {
	background-color: #FFFFFF;
	background-image: url(../images/bg-small-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.heading1 {
	font-size: 18px;
	color: #6F8545;
	font-weight: bold;
}


.heading2 {
	font-size: 14px;
	color: #6F8545;
	font-weight: bold;
}




a:link {
	color: #6F8545;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6F8545;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #6F8545;
}