    a{
    text-decoration:none;
    font-size:11px;
    color:000000;
    font-family:Arial;

    }
    a:hover{    
    color:#000000; 
    }

    a.white{
    color:000000;
    font-family:arial
    text-decoration:none;
    font:100
    }
    
    a.white:visited{
    color:000000;
    }

    td{
    font-size:11px;
    font-family:Arial;
    color:000000;
    }


.formbutton{
  font-family : Tahoma,Verdana,Arial;
  cursor:pointer;
  border:outset 1px #777793;
  background:#FFFFFF;
  color:#777793;
  padding: 1px 3px;
  font-size : 9px;
	font-weight: bold;  
}


.buttonred{
  font-family : Tahoma,Verdana,Arial;
  cursor:pointer;
  border:outset 1px #E40000;
  background:#FFFFFF;
  color:#E40000;
  padding: 1px 3px;
  font-size : 9px;
	font-weight: bold;  
}


