body { background: #ffffff; color: #000000; font-size: 10pt; font-family: verdana; }
td { color: #000000; font-size: 10pt; font-family: verdana; }
div { color: #000000; font-size: 10pt; font-family: verdana; }
span { color: #000000; font-size: 10pt; font-family: verdana; }
.body { background: #ffffff; color: #000000; font-size: 10pt; font-family: verdana; }
.td { color: #000000; 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: #000000; font-size: 11pt; font-family: verdana; font-weight: bold; }
.pageTitleRed { color: #CC3300; font-size: 11pt; font-family: verdana; font-weight: bold; }
.subHead { color: #990033; font-size: 10pt; font-family: verdana; font-weight: bold; }
.error { color: #CC3300; font-size: 10pt; font-family: verdana; font-weight: bold; }
.footer { color: #000000; font-size: 8pt; font-family: verdana; }
.navlink { color: #ffffff; font-size: 10pt; font-family: verdana; font-weight: bold; }
a.navlink:hover { color: #cccccc; font-size: 10pt; font-family: verdana; font-weight: bold; }
a.navlink:active { color: #cccccc; font-size: 10pt; font-family: verdana; font-weight: bold; }
.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: #990033; padding: 5px; }
.navnormal { padding: 5px; }
.hotlink { color: #666666; font-size: 8pt; font-family: verdana; font-weight: normal; text-decoration: none; }
a.hotlink { color: #CC3300; font-size: 8pt; font-family: verdana; font-weight: bold; text-decoration: none; }
a.hotlink:hover { color: #CC3300; font-size: 8pt; font-family: verdana; font-weight: bold; text-decoration: underline; }
a.hotlink:active { color: #CC3300; font-size: 8pt; font-family: verdana; font-weight: bold; text-decoration: underline; }
b { font-weight: bold; }
a { color: #666666; font-weight: normal; }
a:hover { color: #999999; font-weight: normal; }
a:active { color: #9999cc; font-weight: normal; }
/**
 * original link styles
 * a { color: #333333; font-weight: bold; }
 * a:hover { color: #999999; font-weight: bold; }
 * a:active { color: #9999cc; 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);
}

