body { background: #330000; color: #F6E7BF; font-size: 10pt; font-family: verdana; }
td { color: #F6E7BF; font-size: 10pt; font-family: verdana; }
div { color: #F6E7BF; font-size: 10pt; font-family: verdana; }
span { color: #F6E7BF; font-size: 10pt; font-family: verdana; }
.body { background: #330000; color: #F6E7BF; font-size: 10pt; font-family: verdana; }
.td { color: #F6E7BF; font-size: 10pt; font-family: verdana; }
.grey { color: #666666; font-size: 10pt; font-family: verdana; }
.red { color: #CC3300; font-size: 10pt; font-family: verdana; }
.date { color: #ffffff; font-size: 8pt; font-family: verdana; }
.pageTitle { color: #BBBB8B; font-size: 11pt; font-family: verdana; font-weight: bold; }
.pageTitleRed { color: #888864; font-size: 11pt; font-family: verdana; font-weight: bold; }
.error { color: #CC3300; font-size: 10pt; font-family: verdana; font-weight: bold; }
.footer { color: #F6E7BF; font-size: 8pt; font-family: verdana; }
.navlink { color: #663300; font-size: 10pt; font-family: verdana; }
a.navlink:hover { color: #330000; font-size: 10pt; font-family: verdana; }
a.navlink:active { color: #330000; font-size: 10pt; font-family: verdana; }
.navlinksub { color: #ffffff; font-size: 9pt; font-family: verdana; font-weight: normal; }
a.navlinksub:hover { color: #cccccc; font-size: 9pt; font-family: verdana; font-weight: normal; }
a.navlinksub:active { color: #cccccc; font-size: 9pt; font-family: verdana; font-weight: normal; }
.navselected { background: #BBBB8B; padding: 5px; }
.navnormal { padding: 5px; }
b { font-weight: bold; }
a { color: #F6E7BF; font-weight: bold; }
a:hover { color: #BBBB8B; font-weight: bold; }
a:active { color: #9D9D73; font-weight: bold; }
input { background: #CECECE; color: #000000; font-size: 10pt; font-family: verdana; }
textarea { background: #CECECE; color: #000000; font-size: 10pt; font-family: verdana; }
select { background: #CECECE; color: #000000; font-size: 10pt; font-family: verdana; }
li { list-style: url(/images/bullet_grey_dark.gif) disc; }

div.navTable {
    width: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    /* following MSIE hack was originally written by Riki Fridrich
     * <http://www.fczbkk.com> */
    position: expression("absolute");
    width: expression(document.body.clientWidth);
    top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
}

