.normal { font-family: tahoma;
	font-size: 10pt;
	color: #black; }
	
	
.normalbold { font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #black; }
	
	
.blue{ font-family: tahoma;
	font-size: 10pt;
	color: #2495ce; }	
	
.bluebold{ font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #2495ce; }	
	
.heading { font-family: tahoma;
	font-size: 12pt;
	font-weight: bold;	
	color: #10106B; }
	
.footer { font-family: tahoma;
	font-size: 8pt;
	color: #black; }


A:link {
color: #2495ce;

}

A:visited {
color:#2495ce;


}