/* ------------------------------------ *
 CSS
 Thursday, July 01, 2010 12:11:31 PM
 HAPedit 3.1.11.111
 * ------------------------------------ */
div.report
  {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 0px;
  color: #000000;
  background-color: #FFFFFF;
  }

body
  {
  background-color: #FFFFFF;
  color: #000000;
  }

a:link
  {
   color: #0000FF;
   text-decoration: none;
  }
a:visited
  {
  color: #800080;
  text-decoration: none;
  }

a:hover
   {
   color: #00FF00;
   background-color: #333333;
   text-decoration: none;
   }
a:active
   {
   color: #FF0000;
   text-decoration: none;
   }
/*
===================================================================================================================================
07/01/2010 Version 1.0.000 - Released
===================================================================================================================================
*/