html, body {
  margin: 0px;
  padding: 0px;
  color: white;
}
.normal1 { font-size : 8pt; color: #000000; font-family : Verdana, sans-serif;}
table.main {
  width: 1010p ;
  border-collapse: collapse;
margin: 0 auto;
}
td {
  margin: 0px;
  padding: 0px;
}
.title1 { font-size : 18pt; color: #FFFFFF; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;}
td.menu {
  width: 100%;
  height: 40px;
  background: red;
  text-align: center;
}
td.smenu {
  width: 100%;
  height: 33px;
  background: #EAEAEA;
  border-bottom: 1px solid #cdcdcd;
  padding-left: 10px;
}
td.header {
  width: 77%;
  height: 226px;
}
table.header {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
td.hleft {
  width: 50%;
  text-align: left;
}
td.hright {
  width: 50%;
  text-align: center;
  padding-right: 80px;
}
td.right {
  width: 23%;
  height: 100%;
  background: #E0E0E0;
  vertical-align: top;
  padding: 20px;
}
td.sub {
  height: 230px;
  background: #EAEAEA;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}
td.search {
  background: #E0E0E0;
  padding: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

table.sub {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
td.sleft {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 20px;
  height: 250-280px;
}
td.sright {
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 20px;
  padding-top: 45px;
}
td.content {
  height: 100%;
  padding: 20px;
  vertical-align: top;
}

table.form {
  width: 100%;
  border-collapse: collapse;
}
td.text {
  width: 30%;
  text-align: right;
  font-family: Tahoma;
  font-size: 8pt;
  color: #333333;
}
td.input {
  width: 70%;
  text-align: left;
}
input.tx {
  width: 150px;
  height: 19px;
  border: 1px solid #969696;
  font-family: Arial;
  font-size: 8pt;
  color: #333333;
  margin-top: 3px;
}
select {
  width: 150px;
  height: 19px;
  border: 1px solid #969696;
  font-family: Arial;
  font-size: 8pt;
  color: #333333;
  margin-top: 3px;
}
h1 {
  font-family: Tahoma;
  font-size: 12pt;
    color: red;
  text-decoration: underline;
}
h2 {
  font-family: Tahoma;
  font-size: 12pt;
    color: red;
  text-decoration: underline;
}
h3 {
  font-family: Tahoma;
  font-size: 11pt;
    color: red;
  text-decoration: underline;
}
h4 {
  font-family: Tahoma;
  font-size: 10pt;
    color: red;
  text-decoration: underline;
}
h5 {
  font-family: Tahoma;
  font-size: 12pt;
    color: red;
  text-decoration: underline;
}
p {
  font-family: Tahoma;
  font-size: 8pt;
  color: #333333;
}
a.menu {
  font-family: Tahoma;
  font-size: 9pt;
  color: white;
}
a.smenu {
  font-family: Tahoma;
  font-size: 8pt;
  color: #333333;
}
a.red {
  font-family: Tahoma;
  font-size: 8pt;
  color: #62202c;
}
span.black {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
}
span.red {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #62202c;
}
.a5 {
background:#FAFEFF none repeat scroll 0 0;
border:1px solid #000000;
cursor:pointer;
font-size:11px;
font-weight:bold;
height:21px;
padding:0 15px 3px;
}