html { 
        overflow: auto; 
}

  a:link    {  
  padding: 1px;
  color:#000000;text-decoration: none;}
  a:visited { 
  padding: 1px;
  color:#000000;text-decoration: none;}
  a:active {
        border:0 #FF7373; 
        border-style:solid; 
        background-color:#33CCFF;
		text-decoration: none;		
  }  
  a:hover {
        border:0 #6B90DA; 
        border-style:solid; 
        background-color:#FFCC99;
		text-decoration: none;		
  }

body {
  font-size:10pt;
   font-family: Arial;	  
}
  
td {
  font-size:10pt;
   font-family: Arial;	  
}  
  
form 
{ 
     margin:0px;display: inline;
	 font-size: 9pt;
   font-family: Arial;	 
} 

input {
     cursor:pointer;
	 font-size: 9pt;
   font-family: Arial;
}
