.body {  
    font-family: Verdana; 
	font-size: 10px; 
	color: #333333;
}
.bodybold {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font : bold;
}
.bodyboldw {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	font : bold;
}
.body2 {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.body3 {
	font-family: Verdana;
	font-size: 10px;
	color: #cccccc;
}
.h1 {  
    font-family: Verdana; 
	font-size: 14px; 
	color: #003366;
	font : bold;
}
.h2 {  
    font-family: Arial; 
	font-size: 13px; 
	color: #003366;
	font : bold;
}
.h1w {  
    font-family: Verdana; 
	font-size: 14px; 
	color: white;
	font : bold;
}
