/* -------------------------------------------------  */
a.menu { 
    font-size: 13px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #000000; 
    font-family: Arial; 
}
a.menu:visited {
    font-size: 13px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #000000; 
    font-family: Arial;
 }
a.menu:active { 
    font-size: 13px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #000000; 
    font-family: Arial;
 }
a.menu:hover {
    font-size: 13px;
    font-weight: bold; 
    color: #BABAB7; 
    font-family: Arial; 
}

/* -------------------------------------------------  */
a { 
    font-size: 13px; 
    font-weight: bold; 
    color: #106BA5; 
    font-family: Arial; 
}
a:visited {
    font-size: 13px; 
    font-weight: bold; 
    color: #106BA5; 
    font-family: Arial;
 }
a:active { 
    font-size: 13px; 
    font-weight: bold; 
    color: #106BA5; 
    font-family: Arial;
 }
a:hover {
    font-size: 13px;
    font-weight: bold; 
    color: #750423; 
    font-family: Arial; 
}

/* -------------------------------------------------  */

td {
    font-size: 13px;
    font-family: Arial; 
}


