body {
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333333;
text-align: center;
background-color: #000000;
background-image: url(images/blkback.gif);
}


/* LINKS */
a:link {
color: red;
}
a:visited {
color: red;
}
a:hover {
color: #ffffff;
}

a:link.bott {
color: red;
}
a:visited.bott {
color: red;
}
a:hover.bott {
color: white;
}

a:link.onw {
color: red;
}
a:visited.onw {
color: red;
}
a:hover.onw {
color: black;
}

a:link.ondark {
color: white;
font-weight: bold;
}
a:visited.ondark {
color: white;
font-weight: bold;
}
a:hover.ondark {
color: red;
font-weight: bold;
}

a:link.main1 {
color: #660000;
text-align: left;
}
a:visited.main1 {
color: #660000;
text-align: left;
}
a:hover.main1 {
color: #ffffff;
text-align: left;
}

a:link.dark1 {
color: black;
}
a:visited.dark1 {
color: black;
}
a:hover.dark1 {
color: white;
}

a:link.enter1 {
color: #996600;
}
a:visited.enter1 {
color: #996600;
}
a:hover.enter1 {
color: #ffcc00;
}

a:link.credit {
color: #333333;
}
a:visited.credit {
color: #333333;
}
a:hover.credit {
color: #666666;
}

a:active {
color: red;
}

a.linkopacity img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
border: 2px solid #000000;
}
a.linkopacity:visited img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
border: 2px solid #000000;
}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
border: 2px solid #ff0000;
}

#navcontainer {
width: 138px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
border-top: 1px solid #ffcc00;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
border-bottom: 1px solid #ffcc00;
border-left: 1px solid #ffcc00;
border-right: 1px solid #ffcc00;
}

#navcontainer a:link, #navlist a:visited
{
color: #ff0000;
font-weight:bold;
text-decoration:none;
}

#navcontainer a:hover
{
color: #ffffff;
background-color: #990000;
background-image: url(images/barback.gif);
width: 122px;
text-transform: uppercase;
border-left: 5px solid #ffcc00;
border-right: 5px solid #ffcc00;
}


/* FONTS */
.clock {
color: #999999;
font-weight: bold;
font-style: italic;
}

.ongrey {
color: #999999;
font-weight: bold;
font-size: 12pt;
}

.ongrey2 {
color: #333333;
font-size: 10pt;
}

.enter {
color: #996600;
font-size: 8pt;
}

.mblack1 {
color: black;
font-size: 8pt;
text-align: left;
}

.mwhite1 {
color: white;
font-size: 8pt;
}

.white1 {
color: white;
font-size: 10pt;
}

.bblack1 {
color: black;
font-size: 12pt;
}

.bwhite1 {
color: white;
font-size: 12pt;
}


/* LISTS */
ul.check1 {
list-style:none ;
}
ul.check1 li {
background: url(images/check.gif) 0 0 no-repeat;
padding-left: 20px;
}

ul.map {
list-style:none;
margin-left: -40px;
color: black;
font-size: 8pt;
text-align: left;
}
ul.map li {
background: url(images/bcheck.gif) 0 0 no-repeat;
padding-left: 12px;
color: black;
font-size: 8pt;
text-align: left;
}

ul.wcheck {
list-style:none;
margin-left: -35px;
margin-top: 0px;
text-align: left;
}
ul.wcheck li {
background: url(images/check.gif) no-repeat;
padding-left: 15px;
}

ul.licheck {
list-style:none;
margin-left: -35px;
margin-top: 0px;
text-align: left;
}
ul.licheck li {
background: url(images/link.jpg) no-repeat;
padding-left: 15px;
}

#speclist {
margin-left: 0;
padding-left: 0;
list-style: none;
}

#speclist li
{
padding-left: 15px;
background-image: url(images/gcheck.gif);
background-repeat: no-repeat;
font-weight: bold;
}

#speclist ul { list-style: none; }

#subspeclist li
{
padding-left: 15px;
background-image: url(images/wcheck.gif);
background-repeat: no-repeat;
font-weight: normal;
}

h {
font-size: 10pt;
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}