.button, .button:hover
    {
    background-color: #009900;
    color: white;    
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    }    
    
.button:hover
    {
    background-color: #ffb242;    
    }    
        
.checkbox, .radio
    {
    border: 0px;    
    background-color: Transparent;
    }
    
.table th
    {
    padding: 2px 5px 2px 5px;    
    color: white;    
    font-weight: bold;
    font-size: 11px;
    background-color: #009900;
    }    
    
.table .RowAlt1
    {
    background-color: #F7F7F7;    
    }    
    
.table .RowAlt2
    {
    background-color: #FFFFFF;    
    }       
    
.table input
    {
    font-size: 11px;    
    height: 15px;
    }    
    
.table td
    {
    padding-left: 5px;    
    padding-right: 5px;
    font-size: 11px;
    }    
    
.table .button, .table .button:hover
    {
    height: 20px;    
    font-size: 11px;
    }
    
.clear td
    {
    padding: 0;
    margin: 0;    
    }    
    
.table a:link, .table a:visited, .table a:active
    {
    color: Black;    
    text-decoration: none;
    }    
    
.table a:hover
    {
    color: #666666;    
    text-decoration: underline;
    }                
