body{
  margin: 0;
  background-color: #ead5be;
  background-image: url(image/backimage.jpg);
  background-position: 50%;
  background-repeat: repeat-x;
  background-attachment: fixed;
/*  font-family: cursive;*/
}

a:link{color: #006666; text-decoration: none;}
a:visited{color: #009999; text-decoration: none;}
a:hover{color: blue; text-decoration: underline;}
a:active{color: #006666; text-decoration: none;}

.mainform-div{
  text-align: center;
  width: 100%;
  height: 100%;

}

.mainform-table{
  background-color:#FFF2C8;
  border: 1px solid #B85825;
  width: 680px;
  height: 100%;
}

.mainform-td{
  border: 0px;
  width: 680px;
  height: 100%;
  vertical-align: top;
}

.mainform-header{
  background-color: #e1ead5;
  height:100px;
}

.menu-table{
  background-image: url(image/menu-back.jpg);
  border: 1px solid #B85825;
  border-left: 0px;
  border-right: 0px;
  height: 25px;
  width: 100%;
}

.copyrights{
  width: 100%;
  text-align: right;
  background-color: #FFFFFF;
  border-top: 1px solid #B85825;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.circle_header_c{
  background-image: url(image/c_h_c.jpg);
  color: #B85825;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.new_information{
  width: 285px;
  height: 50px;
/*  font-family: cursive;*/
  font-size: 13px;
}

.table_info{
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.caption{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-top: 0px;
  border-left: 10px solid #B85825;
  border-right: 0px;
  border-bottom: 2px solid #B85825;
  padding: 5px;
}

.bold_style{
  font-size: 12px;
  font-weight: bold;
  color : #2f1717;
  line-height : 1.2pc;
  letter-spacing : 0.02pc;
}

.bold_style2{
  font-size: 15px;
  font-weight: bold;
  color : #2f1717;
  line-height : 1.2pc;
  letter-spacing : 0.02pc;
}