body {
	background-color:#CFE9D0;
font-family: "Verdana", "MS Sans serif", sans-serif; 
font-size: 8pt; 
font-weight: normal;
color: #336600; 
	scrollbar-face-color: #0ADF41; 
	scrollbar-track-color: #0ADF41; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-3dlight-color:#ffffff;
    scrollbar-shadow-color: #ffffff; 
    scrollbar-darkshadow-color: #0ADF41;
    scrollbar-arrow-color: #000000;
cursor: crosshair
	
}

p { 
	font-family: "Arial", "MS Sans serif", sans-serif;
    	font-size: 10pt; 
    	color: #458555; 
    	font-weight:normal;
	text-align: justify;

}

.head {
	font-family: "Arial","MS Sans serif", sans-serif;
    	font-size: 10pt;
	font-weight: bold;
	text-transform: justify;  
    	color: #DBFFE4;
	text-align: right;
}	


A:link {
	
	color:#15D747;	
	text-decoration: none;
}

A:visited { 
	
	color:#000000;
	text-decoration: none;
        
}


A:hover { 
	
	color: #65FFB8;
	background-color: #000000;
	border-style: solid; border-width: 1px;
	border-color: #1DFF4D;
	cursor: help;
    
}


A:active {
	
	color:#15D747;   
	text-decoration: none;
}