/* CSS Document */
body {
	background-image: url(images/pagebackground.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	color: #333300;
	background-color: #96B086;
}

h3 {
	color: #014149;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}


.style1 {
	font-size: small;
	color: #000000;
	}
	
	
.whitetext {color: #FFFFFF}

.border {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}