body, td, th {
    font-family: Arial, Helvetica, sans-serif, Arial Black;
    font-size: 11px;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.titulo_naranja {
    font-family: Arial, Helvetica, sans-serif, "Arial Black";
    font-size: 14px;
    font-weight: bold;
    color: #C97E3B;
}

.titulo_gris {
    font-family: Arial, Helvetica, sans-serif, "Arial Black";
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

#hintbox { /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: #F1EFED;
    width: 150px; /*Default width of hint.*/
    padding: 3px;
    border: 1px solid black;
    font: normal 11px Verdana;
    line-height: 18px;
    z-index: 100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}

#hintanchor { /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
}

.Hide {
    display: none;
}
