BODY {
    background: url(map_bg.jpg);
    background-color: #FFEEDD;
    color: #221100;
    font-family: "Times New Roman", Times, Serif;
    font-size: 12pt;
}

A:link {
    color: #883311;
}
A:visited {
    color: #883311;
}
A:active {
    color: #883311;
    background-color: #FFEEDD;
}
A:hover {
    color: #883311;
    background-color: #FFEECC;
}

H1 {
    font-family: Verdana, Arial, Sans-Serif;
}
H2, H3, H4 {
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
}

TABLE.transp {
    border-width: 1px;
    background-color: #FFFFF6;
    color: #000000;
}
TABLE.transp {
    filter: alpha(opacity=60);
}

TD {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
}
TD.heading {
    font-size: 10pt;
    text-align: center;
}
TD.subheading {
    font-size: 9pt;
    text-align: center;
}
TD.subsubheading {
    font-size: 8pt;
    text-align: center;
}
TD.time {
    text-align: right;
}
TD.sometime {
    text-align: right;
    color: #666666;
}
TD.some {
    text-align: center;
    color: #666666;
}
TD.amount {
    text-align: right;
}

.small {
    font-size: 7pt;
}
.warning {
    color: #FF2222;
    font-size: 8pt;
}

