<style type="text/css">

 A:link
  	{
  	color: #000066;
  	text-decoration:underline;		/*no underline*/
  	}

  A:visited
  	{
  	color: #000066;
  	text-decoration:underline;		/*no underline*/
  	}

  A:hover
  	{
  	color:#FFCC00;
  	text-decoration:underline;		/*underline*/
  	}

body	{font-size: 10pt; font-family: Arial, Helvetica;}

td {font-size: 10pt; font-family: Arial, Helvetica;}

H1    {FONT-SIZE: 14pt; COLOR: #000000; FONT-FAMILY: arial, helvetica, verdana; FONT-WEIGHT: bold; }
H2    {FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: arial, helvetica, verdana; FONT-WEIGHT: bold; }

</style>