a {
    color: #002244;    
    cursor: hand; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: bold; 
}

a:hover {
    color: #003377;
    text-decoration: underline
}

td {
    color: #000000;    
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
}

.copyright {
    color: #ffffff;    
    cursor: hand; 
    font-family: verdana; 
    font-size: 8pt; 
    font-weight: normal; 
    text-decoration: none;
}

.menuLink {
    color: #ffffff;    
    cursor: hand; 
    font-family: verdana; 
    font-size: 8pt; 
    font-weight: normal; 
    text-decoration: none;
}

.menuLink:hover {
    color:#FDD035;
    text-decoration: none;
}

