
BODY{
  scrollbar-face-color:#333333;
  scrollbar-arrow-color:#999999;
  scrollbar-track-color:#3C3C3C;
  scrollbar-shadow-color:#666666;
  scrollbar-highlight-color:#999999;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-darkshadow-Color:#000000;
  background-image: url();
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #1C1C1C;
  margin: 0px;
}

A {
 color: #FFFFFF;
 text-decoration: none;
}

A:hover {
 color: #FFFFFF;
 text-decoration: underline;
}

A.navbar {
 color: #000000;
 text-decoration: none;
}

A.navbar:hover {
 color: #000000;
 text-decoration: underline;
}

FORM {
  display: inline;
}

.highlight {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
}

TD.navbar{
  position: relative;
  color: #000000;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
}

TD.header{
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 10pt;
  padding-bottom: 5pt;
}

TABLE.site_header{
  background-image: url(images/header.jpg);
}

TD.site_header{
  font-family: Verdana;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

TABLE.main_box{
  border: 1px;
  border-style: solid;
  border-color: #FFCC00;
  background-color: #3F3F3F;
}

TD.maintext{
  position: relative;
  color: #FFCC00;
  font-family: Verdana;
  font-size: 11px;
}

TD.listing_heading_txt{
  color: #000000;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  background-image: url(images/box_header.jpg);
  background-color: #FFCC00;
  height: 15px;
}

TD.listing_txt{
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFCC00;
  background-color: #3F3F3F;
}

IMG.image_fade {
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
}

.button {
position: relative;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  background-color: #FFCC00;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  border-right-color: #B0B0B0;
  border-bottom-color: #B0B0B0;
  background-image: url(images/box_header.jpg);
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

.required {
  position: relative;
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

.error {
  position: relative;
  font-family: Verdana, Arial, sans-serif;
  color: #FFCC00;
  font-size: 11px;
  font-weight: bold;
}