body {	
	background-color: #FFFFFF;
	margin: 2px;
} 

.text_bold {
	color: #5F5F5F; 
	font-weight: bold; 
	font-size: 13px;
}
.text_bold_light {
	color: #FEF0BB; 
	font-weight: bold; 
	font-size: 13px;
}

.text {
	font-family: Arial;
	color:  #5F5F5F;
	font-size: 12px;
	
}		
		
.text_small {
	font-family: Arial;
	color:  #5F5F5F;
	font-size: 11px;
}

