html {
  scrollbar-face-color: #504941; 
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #000000; 
  scrollbar-darkshadow-color: #000000; 
  scrollbar-track-color: #929292; 
  scrollbar-arrow-color: #504941;
}
body {
  margin:0px;
  padding:0px;
  background:#504941;
}
#bodytable {
  border-width: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 100%;
}
#bodytableleft {
  width: 115px;
  vertical-align: top;
}
#bodytablecenter {
  background:#504941;
  border-left:1px solid #ffffff;
  padding: 20px;
  vertical-align: top;
  color:#ffffff;
  font-size: 13px;
  font-family:  "Helvetica", "Arial", "Garamond", "Times New Roman", "Bookman Old Style", "Book Antiqua", "Courier" ;
  line-height: 180%;
  letter-spacing: 1px;
}
#bodytableright {
  width:120px;
  border-left:1px solid #ffffff;
  vertical-align: top;
  text-align: center;
  padding: 10px;
}
#bodytablebottom {
  height: 40px;
  background-color:#414040;
  border-top:1px solid #ffffff;
  text-align: center;
  padding: 0px;
  line-height: 120%;
}
#top {
  background-image: URL('/images/main/bg_top2.jpg');
  background-repeat:no-repeat;
  background-position: top-left;
  border-bottom:1px solid #ffffff;
  height: 148px;
}
.textbottom {
  color: #999999;
  font-family:  "Helvetica", "Arial", "Garamond", "Times New Roman", "Bookman Old Style", "Book Antiqua", "Courier" ;
  font-size: 10px;
}
.content {
  color: #999999;
  font-family:  "Helvetica", "Arial", "Garamond", "Times New Roman", "Bookman Old Style", "Book Antiqua", "Courier" ;
  font-size: 10px;
}
fieldset {
  border:solid 1 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:120px;
  line-height:250%;
  }
legend {
  width: 50px;
  color:#999999;
  font-size: 11px;
  text-transform:uppercase;
  font-weight:bold;
  letter-spacing:1px;
  text-align: center;
}
.textfield {
  border-bottom: solid 1px #ffffff;
  border-top: solid 0px #ffffff;
  border-left: solid 0px #ffffff;
  border-right: solid 0px #ffffff;
  background-color: #504941;
  color: #ffffff;
}
.button {
  font-size: 9px;
  color: #000000;
  letter-spacing:1px;
  padding: 2px;
  background-color: #999999;
}
h1 {
  margin-left: -10px;
  font-size: 20px;
  color: #F36D0C;
  font-style: italic;
}
h2 {
  margin-top: 20px;
  margin-bottom: 7px;
  margin-left: -10px;
  font-size: 16px;
  color: #cccccc;
}
}
h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: -5px;
  font-size: 14px;
  font-style: italic;
  color: #cccccc;
}
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
a:link, a:visited {
  text-decoration:underline;
  color: #cccccc;
}
a:hover {
  text-decoration:underline;
  color: #888888;
}
tr.grey {
  background-color: #514B43;
}
tr.l_grey {
  background-color: #766E63;
}
