/* FOR ALL WEB PAGES */

/*****  General Page Formatting ***************************************/
body {
	background: #074710 url(bg.gif) repeat-y center top;
	font-family: Times, serif;
	color: #000000;
	font-size: 100%; 
	margin: 0;
	padding: 0;
}


a {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	text-decoration: underline;
	color: #01A618;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #02420B;


}


.headerlink {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	text-decoration: underline;
	color: #ffffff;
}


a.headerlink {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	text-decoration: underline;
	color: #ffffff;
}

a.headerlink:hover {
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background: #ffffff

}

}

