html {
  background:#fef8d6 none repeat scroll 0% 0%;
  color:#000000;
}
body {
  font-family:Tahoma,"Bitstream Vera Sans";
  font-size:86%;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  max-width:1200px;
  text-align:left;
}
a:link {color:#6f3b2b; text-decoration:none}
a:visited {color:#8d5443; text-decoration:none}
a:active {color:#b03b17; text-decoration:none}
a:hover {color:#b03b17; text-decoration:underline}

.bostr {
  color:#fef8d6;
  font-size:5%;
}
h1 {
	font-size:16pt;
}
h3 {
  margin: 5px;
}

table td{
  font-size:12px;
}
#wrap {

  padding:0;
  background:#fff none repeat;
  width:100%;
  height:90%;
}

#leftCol {
  width:130px;
}

#rightCol {
  width:180px;
}

.cor_lt {
  background: url(pix/tl.jpg) 0 0 no-repeat;
  width:14px;
  height:15px;
}
.cor_rt {
  background: url(pix/tr.jpg) 0 0 no-repeat;
  width:13px;
  height:15px;
}

.tt {
  background: url(pix/tt.jpg) 0 0 repeat-x;
}

.lbord {
  background: url(pix/ll.jpg) 0 0 repeat-y;
}

.bb {
  background: url(pix/bb.jpg) 0 0 repeat-x;
}

.rbord {
  background: url(pix/rr.jpg) 0 0 repeat-y;
}

.cor_lb {
  background: url(pix/bl.jpg) 0 0 no-repeat;
  width:14px;
  height:15px;
}
.cor_rb {
  background: url(pix/br.jpg) 0 0 no-repeat;
  width:13px;
  height:15px;
}
#wordetail {
  font-family: Arial, Sans;
  padding: 5px;
  border: 1px solid #c6bd96;
  color: #000;
  background: url(pix/cmbg.gif) 0 0 repeat-y;
  margin: 0px 0px 5px 0px;
  -moz-border-radius: 10px;
  position: absolute;
  z-index: 1000;
  left: 200px;
  top: 300px;
  width:230px;
}
#wordetail a {
  width: 200px;
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 30px;
}
#wordetail a:hover {
  background-color: #d7c699;
  border: 1px solid #808080;
  padding: 4px 5px 4px 29px;
}

.sndbtn {
  margin-left: 10px;
  border : solid 1px #cccccc;
  color : #666666;
  font-weight: bold;
  font-size : 11px;
  width:80px;
  cursor: pointer;
}
.sndbtn:hover{
  border-top: solid 1px #DFDFDF;
  border-left: solid 1px #DFDFDF;
  border-bottom: solid 1px #666666;
  border-right: solid 1px #666666;
  color: black;
}
.winfoHead {
  width:200px;
  margin: 5px 5px 5px 30px;
  border-bottom: #C6BD96 1px solid;
  border-top: #C6BD96 1px solid;
  text-align:center;
  font-weight: bold;
  color:#960000;
}

.winfoTxt {
  width: 200px;
  background: url(pix/icon_16.png) 1px 50% no-repeat;
  padding: 5px 5px 5px 30px;
  font-weight: bold;
  color:#000;
}
