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: 16px;
	color: #000000;
	text-align: left;
}

.maintextright {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-align: right;
}


.headlines {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #09680E;
}
.frameborder {
	border: thin solid #000;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
.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;
}

