html,body { 
height:100%; 
width:100%; 
overflow:auto; 
} 

h2 {
  font-size: 18px;
  margin-top: 0;
}

ul {
  margin-top: -15px;
  margin-bottom: 0;
}

#main table {
  background: transparent;
  
  }

#txtarea {
  font-family: Garamond, "Garamond", serif;
  font-size: 14px;
  width: 399px;
  height: 250px;
  overflow: auto;
}

.pad { 
  margin-top:0; 
  padding-top: 10px;
  padding-left: 9px; 
  display: block;
}
  
.pad a {
  text-decoration: none;
  color: #93000E;
}
  
.pad a:hover {
  text-decoration: underline;
}

#fixedtable {
 
}
  
html {
  scrollbar-base-color: #B9A47E;
  scrollbar-arrow-color: white;
  scrollbar-track-color: #BDA984;
  
  scrollbar-shadow-color: black;
  scrollbar-lightshadow-color: black; 
  scrollbar-darkshadow-color: gray;
  
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: black;
}

.footer {
  font-family: Tahoma;
  color: #692E04;
  font-size: 12px;
  text-decoration: none;
}


.footer a {
  color: #692E04;
  font-size: 12px;
  text-decoration: none;
}

.footer a:hover {
  color: #EAB23C;
}

.footer1 {
  font-family: Tahoma;
  color: #A15500;
  font-size: 12px;
  text-decoration: none;
}


.footer1 a {
  color: #D18F14;
  font-size: 12px;
  text-decoration: none;
}

.footer1 a:hover {
  color: #BBAF95;
}