h1 {
	font-family:arial;
	font-size: 12pt;
    font-weight : bold;
	color: #000000;
}

h2 {
	font-family:arial;
	font-size: 10pt;
    font-weight : bold;
	color: #000000;
}

h3 {
	font-family:arial;
	font-size: 9pt;
    font-weight : bold;
	color: #000000;
}


td {
	font-family:arial;
	font-size: 8.5pt;
	line-height: 150%;
	color: #000000;
}

A  {
	font-family:arial;
	font-size: 9pt;
    font-weight : bold;
	color: #808080;
	text-decoration:none;
   }
A:hover
   {text-decoration:underline;}
