.normal { font-family: tahoma;
	font-size: 10pt;
	color: #000000; }
	
.fancy { font-family: century;
	font-size: 10pt;
	font-weight: bold;
	color: navy; }

.green { font-family: tahoma;
	font-size: 10pt;
	color: #00A551;
	font-weight: bold }	
	
.blackbold { font-family: tahoma;
	font-size: 12pt;
	color: #000000; }
	
.footer { font-family: tahoma;
	font-size: 8pt;	
	color: black;}
	
H3 { font-family: tahoma;
	font-size: 10pt;	
	color: black;
	font-weight: bold; }

A:link {
color: #00A551;

}



A:visited {
color: #00A551;
}