html {
  scrollbar-3dlight-color: #4C3517; scrollbar-darkshadow-color: #000;
  scrollbar-face-color: #4E3F22; scrollbar-highlight-color: #4C3517;
  scrollbar-shadow-color: #000; scrollbar-track-color: #000;
  scrollbar-arrow-color: #FFF;
}

body {
  margin: 2em; margin-top: 0px;
  font-size: 12px;
  color: #FFF;
  background-color: #000;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

td {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #F4EDBD;
}

a:link,a:visited,a:hilite {
  text-decoration: none;
  color: #F4EDBD;
  background: transparent;
}
a:hover       { color: #F4EDBD; }

th, td { /* ns4 */
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #FFF;
  margin: 0px;
  padding: 0px;
}
h1 { font-size: 15px; font-weight: bold; }
h2 { font-size: 13px; font-weight: bold; padding-bottom: 8px; }
hr { width: 100%; color: #FFF; height: 1px; padding-bottom: 8px; }
ul { margin-bottom: 0px; margin-top: 0px; }

.hide { display: none; }

img { border: none; }
div.head { margin-bottom: 1em; }
div.head h1 { margin-top: 2em; clear: both; }
div.head table { margin-left: 2em; margin-top: 1em; }
div.head img { color: white; border: none; } /* remove border from images */

.copyright {
  border: 1px solid #8A640F;
  width: 80%;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
}

@media screen { /* hide from IE3 */
  a:hover { background: #442; text-decoration: underline; }
}

.title {
  font: bold 24px Verdana, Arial, Helvetica, sans-serif;
}
.disclaimer {
  font: italic 12px "Times New Roman", Times, serif;
}
.hush {
  font: italic 10px "Times New Roman", Times, serif; color: #aaa
}
.small {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.medium {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.large {
  font: 16px Verdana, Arial, Helvetica, sans-serif;
}

/* Color codes */
.cs { background: #4e3f22; }
.hl { background: #4e4f22; }
.scs { font: 10px Verdana, Arial, Helvetica, sans-serif; background: #4e3f22; }
.shl { font: 10px Verdana, Arial, Helvetica, sans-serif; background: #4e4f22; }
.subheading { text-align: left; background: #4c3517; }
.bigheading { font-size: 14px; background: #4c3517; }

.paleblue { background-color: #8A640F; }
.heading   { background-color: #4E3F22; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFF;}
.bigheading   { background-color: #4E3F22; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFF;}
.body { background-color: #4C3517; font-size: 12px;}
.altbody { background-color: #35260D; font-size: 12px;}

.highlight { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
