body
{
    font-size: 11px;
    margin: 3px 10px;
    color: white;
    font-family: Verdana;
    background-color: #000000;
    text-align: center;
    cursor: default;
}

a:link
{
    color: #cc0000;
    text-decoration: underline;
}

a:visited
{
    color: #aa0000;
    text-decoration: underline;
}

a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

a:active
{
    color: #cc0000;
    text-decoration: underline;
}

table
{
    font-size: 11px;
    color: white;
    font-family: Verdana;
}

.tableLines
{
    border-left: #404040 1px solid;
    border-bottom: #404040 1px solid;
    font-weight: normal;
}

.tableLinesRight
{
    border-right: #404040 1px solid;
    border-left: #404040 1px solid;
    border-bottom: #404040 1px solid;
}

.menuL
{
    cursor: hand;
    font-weight: bold;
    color: #f0f0f0;
    border-right: gainsboro 1px solid;
    width: 110px;
    font-variant: small-caps;
}

.menuM
{
    cursor: hand;
    font-weight: bold;
    color: #f0f0f0;
    border-right: gainsboro 1px solid;
    border-left: dimgray 1px solid;
    width: 110px;
    font-variant: small-caps;
}

.menuR
{
    cursor: hand;
    font-weight: bold;
    color: #f0f0f0;
    border-left: dimgray 1px solid;
    font-variant: small-caps;
}

.active
{
    color: #cc0000;
}

.caps
{
    font-weight: bold;
    font-size: 11px;
    font-variant: small-caps;
    font-family: Verdana;
}

.capsL
{
    font-size: 11px;
    font-variant: small-caps;
    font-family: Verdana;
}
.subTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #cc0000;
    text-align: left;
}

.buttonBar
{
    border-right: #330000 1px solid;
    border-top: #ed9993 1px solid;
    border-left: #ed9993 1px solid;
    border-bottom: #330000 1px solid;
    padding: 3px 5px 3px 5px;
    background-color: #660000;
}

.lightBG
{
    background-image: url(imgs/highlightBG.gif);
}

.tableArea
{
    border: #404040 1px solid;
    padding: 5px 5px 5px 5px;
    background-image: url(imgs/highlightBG.gif);
    width: 530px;
    text-align: left;
}

.tableItemL
{
    padding: 5px 0 5px 0;
}

.tableItem
{
    padding: 5px 0 5px 5px;
}

.button
{
    width: 60px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradienttype=0, startcolorstr=#ffcc0000, endcolorstr=#ffffffff);
}
