/* CSS Document */
body, html, h2
      {
	  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
      }
	
	p
    {
	font-size: 9pt;
	font-weight: bold;
    }
	p a
       {
       text-decoration: none;
       }
	p a:link    
	   {
	   color: #999999;
	   }
	p a:visited
	   {
	   color: #999999;
	   }
    p a:active    
	   {
	   color: #999999;
	   }
    p a:hover    
	   { 
	   color: #009ee0;
	   }
	  

	


	
