body {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial;
	margin: 0px;
	font-size: 12px;
	background-color:#BFDB3F;
	color:#333333;
	line-height:18px;
}
h1 {
	font-size:10px;
	margin:0px;
	color:#ACBE35;
	font-weight:lighter;
}
h2 {
	font-size:20px;
	margin:0px;
	color:#ACBE35;
	font-weight:lighter;
}
h3 {
	font-size:14px;
	margin:0px;
	color:#ACBE35;
	font-weight:bold;
}

.whitetext {
	color: #FFFFFF;
}
.blacktext {
	color:#000000;
}

a:link {
	color:#555D1C;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}
a:visited {
	color: #555D1C;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color: #000000;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a:active {
	color: #555D1C;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}


a.blacklink:link {
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}

a.blacklink:visited {
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}
a.blacklink:hover {
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}
a.blacklink:active {
	color: #000000;
	text-decoration:underline;
	font-weight:normal;
}


a.footerlink:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
a.footerlink:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
a.footerlink:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}
a.footerlink:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}

a.mainmenu:link {
	color: #697322;
	text-decoration:underline;
	font-size:12px;
}
a.mainmenu:visited {
	color: #697322;
	text-decoration:underline;
	font-size:12px;
}
a.mainmenu:hover {
	color: #697322;
	text-decoration:none;
	font-size:12px;
}
a.mainmenu:active {
	color: #697322;
	text-decoration:underline;
	font-size:12px;
}


