A:link { text-decoration: underline; color: #000000;} 
A:visited {COLOR: #000000; text-decoration: underline;} 
A:hover {COLOR: #000000; text-decoration: none;} 

a.nav:link {text-decoration: none; color: #ffffff;}
a.nav:visited {text-decoration: none; color: #ffffff;}
a.nav:hover { color: #FFFFFF; text-decoration: underline;}

a.nav2:link { color: #292526; text-decoration: none}
a.nav2:visited { text-decoration: none; color: #292526}
a.nav2:hover { color: #31398e; text-decoration: underline}

BODY {
    COLOR: #000000;
    BACKGROUND-COLOR: #efefdf;
    MARGIN: 0;
    MARGIN-Left: 10px;
    MARGIN-Right: 10px;
    PADDING: 5px;
}

.heading1, h1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3c880e;	
}
.heading2, h2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;	
	color: #3c880e;	
}
.heading3, h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #4FA543;
}
.heading4,h4 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	font-weight: bold;
	color: #4FA543;
}
.heading5,h5 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	font-size: 12px;	
	color: #4FA543;
}

hr {  color: #999999; height: 1px; margin-top: 1px; margin-right: 0px; margin-bottom: 1px; margin-left: 0px; }
td,p,li,.data {  font-family: "Verdana"; font-size: 11px}
.smalldata {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}

img{
	border : 0px;
}

.bgColour2 {
	BACKGROUND-COLOR: #EEFFF8;
}
.bgColour1 {
	BACKGROUND-COLOR: #EFEFDF;
}
