body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; color: #000000;
}
body {
  margin: 0px;
  background-color: #EFEFEF;
  background-image: url(design/bdy_bkg.gif);
  background-position: top;
  background-repeat: repeat-x;
}
a:link, a:visited, a:active {
  color: #666666; text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#sbtitle {
  font-size: 16px;
  color: #999999;
  vertical-align: middle;
  background-image: url(design/hd_bot.png);
  text-align: right;
}
#sbtitle span {
  display: block;
  padding-right: 20px;
}
#mnmnu {
  background-image: url(design/mnmnu_bkg.png);
  /*font: 15px Verdana, Arial, Helvetica, sans-serif;*/
}
#mnmnu table {
  width: 590px;
  margin: 0px 10px 0px 10px;
  float: right;
  height: 30px;
}
#mnmnu table td {
  text-align: center;
  font-size: 15px;
}
#mnmnu a {
  text-decoration: none;
  color: #333333; font-weight: bold;
  display: block; margin: 1px;
  padding: 0px 1px 1px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF;
  line-height: 24px;
}
#mnmnu a:hover, #mnmnu a:active, #mnmnu a.selected {
  color: #000000; background-image: url(design/mnmnu_actv.gif);
  border-color:  #CCCCCC #FFFFFF #FFFFFF #CCCCCC;
  padding: 1px 0px 0px 1px;
}
#sbmnu {
  width: 738px; float: left;
  padding: 2px 2px 0px 0px;
  margin: 5px 0px 5px 20px;
  border: 1px solid #CCCCCC;
  background-color: #ECECEC;
}
#sbmnu a {
  width: 226px; text-align: center;
  color: #333333; font-size: 13px; float: left;
  text-decoration: none; font-weight: bold;
  margin: 0 0 2px 2px; padding: 4px 8px 4px 8px;
  border: 1px solid #FFFFFF;
}
#sbmnu a:hover, #sbmnu a.selected {
  color: #000000; text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

#bdy {
  vertical-align:top; padding: 0px; /*height: 260px;*/
  background-image: url(design/cntnt_bkg.gif);
  padding-bottom: 10px;
}

#bdy div.content {
  padding: 10px 10px 0px 10px;
}

#foot {
  background: url(design/ft_bkg.png) top repeat-x;
  letter-spacing: 1px; height: 40px;
}
#foot span {
  display:block;
  height: 20px;
  margin: 0px 10px 0px 10px;
  line-height: 20px;
}
#foot span.jumps {
  color: #999999;
  text-align: center;
  font-size: 10px;
  border-top: solid 1px #999999;
}
#foot span.copy {
  color: #CCCCCC; text-align: left;
  font-size: 9px; vertical-align: top;
}
#foot .copy a {
  color: #CCCCCC;
}

#bdy .content div.head {
  color: #666666;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  height: 30px;
  padding-left: 20px;
  margin: 5px 0px 10px 0px;
  background: url(design/ttl_bkg.png) no-repeat;
  clear: both;
  line-height: 30px;
}
#bdy .content div.fullbox {
  width: 740px;
  vertical-align: top;
  margin-left:10px; margin-right: 10xp;
}
#bdy .content div.halfbox {
  width: 740px;
  vertical-align: top;
  margin-left:10px; margin-right: 10px;
  text-align: center;
}

#bdy .content div.hr {
  height: 1px; margin: 1px 0px 1px 0px;
  background-color: #36C2DC;
  overflow: hidden;/*IE Hack*/
  visibility: hidden; clear: both;
}
#bdy .content iframe,
#bdy .content img {
  padding: 4px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
#bdy .content img.rgt {
  float: right;
  margin-left: 20px; margin-right:5px;
}
#bdy .content img.lft {
  float: left;
  margin-left: 5px; margin-right: 20px;
}
#bdy .content img.mid {
  float: none; margin: 5px;
}
#bdy .content div.para {
  text-align: justify;
  line-height: 16px;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  vertical-align: top;
  /*float: left;*/
  /*clear: none;*/
}

#bdy table.formular td { padding: 2px }

sup {
  color: #CC3300;
  font-weight: bold;
  font-size: 16px;
}

form { margin: 0px; width: auto; }

.formular input,
.formular select,
.formular textarea {
  width: 260px;
}
input, select, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #CCCCCC;
  color: #333333; font-size: 12px;
  background-color: #ECECEC;
  padding: 2px; margin: 0px;
}
select {
  color: #FFFFFF;
  background-color: #999999;
}
textarea {
  scrollbar-face-color: #ECECEC;
  scrollbar-track-color: #ECECEC;
  scrollbar-arrow-color: #000000;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-darkshadow-color: #ECECEC;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-3dlight-color: #ECECEC;
}
input.button, button {
  color: #FFFFFF; font-weight: bold;
  font-size: 11px; text-align: center;
  border: 1px outset #CCCCCC;
  background-color: #00CCFF;
  cursor: pointer;

  width:auto;/* overflow:visible;*/
  padding: 2px 4px 2px 4px;
  margin: 1px 0px 1px 0px;
}

