BODY { background-image: none; background: #000000; font-family:
"Book Antiqua", Arial, Helvetica, sans-serif }

a:link { font-weight: bold; text-decoration: none; }
a:visited { font-weight: bold; text-decoration: none; }
a:active { font-weight: bold; text-decoration: none; }
a:hover { font-weight: bold; text-decoration: none; }

a.maintext:link { font-weight: bold; text-decoration: none; color:
000000 }
a.maintext:visited { font-weight: bold; text-decoration: none; color:
000000 }
a.maintext:active { font-weight: bold; text-decoration: none; color:
000000 }
a.maintext:hover { font-weight: bold; text-decoration: none; color:
000000 }

a.navytext:link { font-weight: bold; text-decoration: none; color: 000066
}
a.navytext:visited { font-weight: bold; text-decoration: none; color:
000066}
a.navytext:active { font-weight: bold; text-decoration: none; color:
000066}
a.navytext:hover { font-weight: bold; text-decoration: none; color:
000066}

a.bluetext:link { font-weight: bold; text-decoration: none; color: 333366
 }
a.bluetext:visited { font-weight: bold; text-decoration: none; color:
333366 }
a.bluetext:active { font-weight: bold; text-decoration: none; color:
333366 }
a.bluetext:hover { font-weight: bold; text-decoration: none; color:
333366 }

a.yellowtext:link { font-weight: bold; text-decoration: none; color:
ffff00 }
a.yellowtext:visited { font-weight: bold; text-decoration: none; color:
ffff00 }
a.yellowtext:active { font-weight: bold; text-decoration: none; color:
ffff00 }
a.yellowtext:hover { font-weight: bold; text-decoration: none; color:
ffff00 }

a.graytext:link { font-weight: bold; text-decoration: none; color:
666666 }
a.graytext:visited { font-weight: bold; text-decoration: none; color:
666666 }
a.graytext:active { font-weight: bold; text-decoration: none; color:
666666 }
a.graytext:hover { font-weight: bold; text-decoration: none; color:
666666 }

a.ltgrtext:link { font-weight: bold; text-decoration: none; color:
999999 }
a.ltgrtext:visited { font-weight: bold; text-decoration: none; color:
999999 }
a.ltgrtext:active { font-weight: bold; text-decoration: none; color:
999999 }
a.ltgrtext:hover { font-weight: bold; text-decoration: none; color:
999999 }

a.orangetext:link { font-weight: bold; text-decoration: none; color:
ffcc66 }
a.orangetext:visited { font-weight: bold; text-decoration: none; color:
ffcc66 }
a.orangetext:active { font-weight: bold; text-decoration: none; color:
ffcc66 }
a.orangetext:hover { font-weight: bold; text-decoration: none; color:
ffcc66 }


/* remember to set box properties */


.maintext {
font-family: "Book Antiqua";
color: #000000;
           }

.redtext {
font-family: "Book Antiqua";
font-weight: bold;
color: #ff0000;
           }

.yellowtext {
font-family: "Book Antiqua";
font-weight: bold;
color: #ffff00;
           }

.bluetext {
font-family: "Book Antiqua";
color: #333366;
           }

.navytext {
font-family: "Book Antiqua";
color: #000066;
           }

.ltgrtext {
font-family: "Book Antiqua";
color: #999999;
           }

.graytext {
font-family: "Book Antiqua";
color: #666666;
           }

.orangetext {
font-family: "Book Antiqua";
font-weight: bold;
color: #ffcc66;
           }


.heading {
font-weight: bold;
font-size: 150%;
        }

.notenumber {
vertical-align: super;
font-size: 70%;
           }



#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #1E1A26;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #1E1A26;
border-bottom: none;
background: #BFAC60;
text-decoration: none;
}

#navlist li a:link { color: #403C2B; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #DFD4A7;
border-color: #1E1A26;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid #1E1A26;
}