html{
  height: 100%;
  overflow: hidden;
  scrollbar-face-color: #3f2d18;
  scrollbar-arrow-color: silver;
  scrollbar-3dlight-color: silver;
  scrollbar-highlight-color: #3f2d18;
  scrollbar-darkshadow-color: silver;
  scrollbar-shadow-color: #3f2d18;
  scrollbar-track-color: silver;
}
body{
  height: 100%;
  margin: 0px auto;
  background-color: khaki;
}
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  background-color: silver;
  text-decoration: underline;
}
img{
  border: 0px;
}
table{
  border-collapse: collapse;
}
td{
  padding: 0px;
}
.s{
  font-size: 80%;
}
.u{
  text-decoration: underline;
}
.l{
  text-align: left;
} 
/*  */
#head{
  width: 985px;
  border-top: 10px solid #3f2d18;
  position: absolute;
  z-index: 2;
}
#left{
  width: 490px;
  height: 100%;
  background-color: khaki;
  border-right: 10px solid #3f2d18;
  position: fixed;
  *position: absolute;
  z-index: 1;
}
.le{
  width: 480px;
  height: 382px;
  margin-top: 10px;
  border: solid #3f2d18;
  border-width: 0px 0px 10px 10px;
}
input#co, select{
  margin-top: 0px;
  width: 475px;
  height: 16px;
}
#text{
  width: 500px;
  height: 100%;
  padding-left: 500px;
  text-align: center;
  background-color: snow;
  overflow: auto;
  position: fixed;
  *position: absolute;
  z-index: 0;
}
.bn{
  margin-top: 18px;
  border: 1px solid #3f2d18;
}
.tx{
  width: 465px;
  margin-top: 1.6em;
  margin-left: 7px;
  line-height: 125%;
}
.t1{
  font-size: 150%;
}
.t2{
  margin-top: 5px;
  font-weight: bold;
}
.pa{
  width: 465px;
  margin-bottom: 1em;
  text-align: left;
  float: left;
}
table.gz{
  margin-right: 5px;
  float: left;
}
table.gz td{
  border: 1px solid #3f2d18;
}
.wh{
  width: 80px;
  height: 60px;
}
.ht{
  width: 60px;
  height: 80px;
}
a.nw span{
  display: none;
}
a.nw:hover span{
  padding-top: 3px;
  display: inline;
  position: absolute;
}
.ca{
  margin-left: 2px;
  font-size: 80%;
  line-height: 110%;
}
.kt{
  width: 470px;
  text-align: right;
}
.k{
  width: 470px;
  color: #3f2d18;
}
.dt{
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-align: left;
  font-size: 80%;
  line-height: 125%;
  border: 3px dotted silver;
}
