HTML {
  scrollbar-base-color : #FFFFC3;
  Scrollbar-arrow-color : #DCDC50;
  scrollbar-darkshadow-color : #DCDC50;
  scrollbar-face-color : #FAFA78;
  scrollbar-highlight-color : #FFFFC8;
  scrollbar-shadow-color : #DCDC50;
  scrollbar-track-color : #FFFFC3;
}

BODY, TEXTAREA {
  background-image: url("http://www.kelted.com/img/bd_out.jpg");
  font-family: Verdana, Arial, Times New Roman; 
  font-Tsize: 11px; 
  color: #000000; 
  scrollbar-base-color : #FFFFC3;
  scrollbar-arrow-color : #DCDC50;
  scrollbar-darkshadow-color : #DCDC50;
  scrollbar-face-color : #FAFA78;
  Scrollbar-highlight-color : #FFFFC8;
  scrollbar-shadow-color : #DCDC50;
  scrollbar-track-color : #FFFFC3;
}

a:link {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #C40000;text-decoration: none}
a:active {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #C40000;text-decoration: underline}
a:visited {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #C40000;text-decoration: none}
a:hover {  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #C40000;text-decoration: underline}


SELECT {
  font-family: Verdana, Arial, Times New Roman; 
  font-size: 11px; 
  color: #000000.
}

TD {
  font-family: Verdana, Arial, Times New Roman; font-size: 11px; color: #000000;
}

.highslide {
  cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide img {
  border: 2px solid gray;
}

.highslide:hover img {
  border: 2px solid silver;
}

.highslide-image {
  border-bottom: 1px solid white;
}

.highslide-image-blur {
}

.highslide-caption {
  display: none;
  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: silver;
}

.highslide-loading {
  display: block;
  color: white;
  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;
}