html { margin: 0px; }
body { 
	padding: 0px; 
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.Blue_Hightlit_Text{
	font-size: 14pt;
	font-weight: normal;
	color: #0033FF;
	padding-bottom: 10px;
	display:block;
}
.Blue_Hightlit_Text a{
	color: #FF6600;
}
.Orange_Hightlit_Text{
	font-size: 14pt;
	font-weight: normal;
	color: #FF6600;	
	padding-bottom: 10px;	
}
.Blue_heading{
	font-size: 10pt;
	font-weight: bold;
	color: #0033FF;	
}
.Orange_heading{
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;	
}
.Blue_bold{
	font-size: 9pt;
	font-weight: bold;
	color: #0033FF;	
}
.Orange_bold{
	font-size: 9pt;
	font-weight: bold;
	color: #FF6600;	
}