/* ================================
    CSS STYLES 
   ================================
*/   

.Normal { 
	font-weight: normal;
	font-style: normal; 
	font-family: Verdana, Arial; 
	font-size: 10px;
	color: #666666; 
}
.Head {
	font-weight: normal;
	font-style: normal; 
	font-family: Verdana, Arial; 
	font-size: 16px;
	color: #666666;  
}
.NormalBold { 
	font-weight: bold;
	font-style: normal; 
	font-family: Verdana, Arial; 
	font-size: 10px;
	color: #666666;  
}
.SubHead {
	font-weight: normal; /* bold; */
	font-style: normal; 
	font-family: Verdana, Arial; 
	font-size: 14px;
	color: #666666;  
}

