
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #009344;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}	

a:link {
	text-decoration: none;
	color: #09C;
}

a:visited {
	text-decoration: none;
	color: #09C;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}


.normaltext {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #CCC;
}

.mediumtext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CECECE;
}

.smalltext {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #9BC69B;
}

