h1,h2,h3 {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
      
ul,li,p,tr,td,th,body,center {
	font-family: "Arial"; 
	font-size: 10pt;
	
}
      
A {
	text-decoration: none;
}

A:link { color: #003399; }          /* unvisited link */
A:visited { color: #999999; }      /* visited links */
A:active { color: #003399; text-decoration: none; }         /* active links */
A:hover { text-decoration: underline; }

td.footer {
	font-size: 8pt;
	color: #999999;
}

