body  {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	background-image: 
url(images/backgroundgradient.jpg);
	background-size: 100%;
	background-position: left top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	text-align: center;
	border: 0px solid #000;
	
	 }
 

a:link {
	color: #009933;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #009933;
}
a:active {
	color: #009900;
}



.maintext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.maintextfront {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.headlines {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #09680E;
}
.frameborder {
	border: thin solid #000;
}
.maintextcenter {
		font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.maintextcenterwhite {
		font-family: "Trebuchet MS";
	font-size: 10px;
	color: white;
	text-align: center;
}
