@charset "UTF-8";
/* CSS Document */

body {
	background-color: #9e9d7f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.heading {
	font-size:22px;
	color: #88A344;
}
.smheading {
	font-size:18px;
	color: #5C7731;
}
.footer {
	color: #FFF;
	font-size: 11px;
	
}
.footer a:link {
color: #FFF;
	font-size: 11px;
	text-decoration:none;
}
.footer a:visited {
color: #FFF;
	font-size: 11px;
	text-decoration:none;
}
.footer a:hover {
color: #FFF;
	font-size: 11px;
	text-decoration:underline;
}
.footer a:active {
color: #FFF;
	font-size: 11px;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #97B252;
}
a:hover {
	text-decoration: none;
	color: #0F415F;
}
a:active {
	text-decoration: none;
	color: #97B252;
}
