HTML {
  scrollbar-base-color : #E7E29A;
  Scrollbar-arrow-color : #FFFFFF;
  scrollbar-darkshadow-color : #AD7A3B;
  scrollbar-face-color : #AD7A3B;
  scrollbar-highlight-color : #AD7A3B;
  scrollbar-shadow-color : #AD7A3B;
  scrollbar-track-color : #E7E29A;
}

BODY, TEXTAREA {
  background-image: url("images/bkgd.png");
  font-family: Verdana, Arial, Times New Roman; 
  font-Tsize: 10px; 
  color: #FFFFFF; 
  scrollbar-base-color : #E7E29A;
  Scrollbar-arrow-color : #FFFFFF;
  scrollbar-darkshadow-color : #AD7A3B;
  scrollbar-face-color : #AD7A3B;
  scrollbar-highlight-color : #AD7A3B;
  scrollbar-shadow-color : #AD7A3B;
  scrollbar-track-color : #E7E29A;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a:link {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #E7E29A; text-decoration: none;}
a:active {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #E7E29A; text-decoration: underline;}
a:visited {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #FFFFFF; text-decoration: none;}
a:hover {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #E7E29A; text-decoration: underline;}


SELECT {
  font-family: Verdana, Arial, Times New Roman; 
  font-size: 11px; 
  color: #FFFFFF.
}

TD {
  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #FFFFFF;
}	

H1 {
  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #FFFFFF;
}

.menulink { 
  font-family: Verdana, Arial, Times New Roman;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.menulink:hover {
  text-decoration: underline;
}

.highslide {
  cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide img {
  border: none;
}

.highslide:hover img {
  border: none;
}

.highslide-image {
  border-bottom: 1px solid beige;
}

.highslide-image-blur {
}

.highslide-caption {
  color: black;
  display: none;
  border-bottom: 1px solid black;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: white;
}

.highslide-loading {
  display: block;
  color: black;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: black;
  /*
  padding-left: 22px;
  background-image: url(highslide/graphics/loader.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
  */
}

.highslide-display-block {
  display: block;
}

.highslide-display-none {
  display: none;
}