/* CSS Document */
	a:link{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
	a:visited{
	text-decoration:underline;
	font-weight : bold;
	color:#B0B0B0;
} 
	a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#4FBA00;
}
	
	body{
	overflow: auto;
	scrollbar-3dlight-color: #0041ad;
	scrollbar-arrow-color: #0041ad;
	scrollbar-base-color:#0041ad;
	scrollbar-darkshadow-color: #0041ad;
	scrollbar-face-color: #4fba00;
	scrollbar-highlight-color: #4fba00;
	scrollbar-shadow-color: #4fba00;
	scrollbar-track-color: #0041ad;
	margin : 1px 20px 1px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	background-color: #0041AD;
	color: #4FBA00;
	text-align: justify;
}

	table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	background-color: #0041AD;
	text-align: justify;
	color: #4FBA00;
}

	#pie{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: #4FBA00;
}