body{
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#22420e;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
	border:0;
}

img a:hover{
	outline:none;
	border:0;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:53px;
	background-position:top;
}

.highlight{
	color:#000000;
	text-decoration:none;
}

.pagetitles{
	color:#91D01F;
	text-decoration:bold;
	font:18px Arial;
}

.tabletitles{
	color:#0D2000;
	text-decoration:bold;
	font:18px Arial;
}

.bodybg{
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#47702e;
	font:12px Arial;
	color:#FFFFFF;
	text-align:justify;
	line-height:16px;
	text-decoration:none;
}

.bodybg a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

.bodybg a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.bodybg a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.footer{
	font:12px Arial;
	color:#FFFFFF;
	line-height:16px;
	text-decoration:none;
}
.footerlinks{
	font:10px Arial;
	color:#FFFFFF;
	line-height:20px;
	text-decoration:none;
}

.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}