@charset "utf-8";

BODY,TD,TH {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

BODY {
    background-color: #5f5f5f;
}

A {
    outline: none;		/* remove dotted outline on clicked anchors */
}

A:link {
    color: #AF7D24;
    text-decoration: none;
}
A:visited {
    text-decoration: none;
    color: #AF7D24;
}
A:hover {
    text-decoration: none;
    color: #530000;
}
A:active {
    text-decoration: none;
}

A.awhite {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
A.awhite:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.redtxthdr {
    font-size: 30px;
    color: #5F0403;
    font-family: Helvetica;
    font-weight: bold;
}

.goldtxthdr {
    font-size: 30px;
    color: #B07E25;
    font-family: Helvetica;
    font-weight: normal;
}

.hidden {
    display: none;
}
.unhidden {
    display: block;
}
