BODY {
    font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #011D04;
 	margin-top : 0px;
	margin-left : 0px;
	padding-top:0px;
	background-color : White;
	scrollbar-arrow-color : #689578;
	scrollbar-base-color : #689578;
	scrollbar-darkshadow-color : #689578;
	scrollbar-face-color : #D2E4D6;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : White;
	scrollbar-track-color : #D2E4D6;
	}

P {
    font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #011D04;
	text-align : justify;
	margin-left:5px;
	}

A:LINK {
    font-weight : bold;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #037C2F;
	}

A:VISITED {
	font-weight : bold;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #037C2F;
	}

A:ACTIVE {
	font-weight : bold;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #037C2F;
	}

A:HOVER {
	font-weight : bold;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #05C148;
	}
	
UL {
	list-style : url(images/li.gif);
	font-size: 12px;
	color:#011D04;
	 }

HR {
	height:1pt;  width:100%; color:#5A9A77;
	}
	
