a:link {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #9C7D0E;
    text-decoration: underline;
    font-size: 10pt;
}

a:visited {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #60500a;
    text-decoration: underline;
    font-size: 10pt;
}

a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #60500a;
    text-decoration: underline;
    font-size: 10pt;
}

   
/* --------------------------------------------------------------------------------
   Standard Text Style
   -------------------------------------------------------------------------------- */
.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:   10pt;
    color:       #000000;
}



table {
    empty-cells: show-empty;
}


