A:link {
	text-decoration: none;
	color: Blue;
}
A:active {
	text-decoration: none;
	color: Blue;
}
A:visited {
	text-decoration: none;
	color: Blue;
}
A:hover {
	text-decoration: underline;
	color: Blue;
	text-decoration: underline;
}
BODY {
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin-left: 15;
	margin-right: 0;
	margin-top: 5;
	margin-bottom: 0;
	color: Black;
	
	scrollbar-face-color: #A8CBF3;  		
	scrollbar-shadow-color: #33486B; 		
	scrollbar-highlight-color: #A1C3EC; 	
	scrollbar-3dlight-color: #8DB7E9; 		
	scrollbar-darkshadow-color: #33486B; 	
	scrollbar-track-color: #C4E0FE; 		
	scrollbar-arrow-color: #33486B;		
}
P {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #3A4676;
	font-weight: normal;
	text-decoration: none;
    text-align : justify;
}

UL {
	margin-bottom: 3px; 
	list-style-type: square
}
.text {
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #33486B;
	text-decoration: none;
	text-align : justify;
}
.ndps {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-align : left;
}
