body {
  margin: 10px 10px 10px 10px;
  color: #000000;
  background-color: #ffffff;
  font-size: 13pt;
  font-family: arial, serif;
}

.top {
  background: transparent url(images/left-top.png) no-repeat scroll top left;
  height: 15px;
}

.bottom {
  background: transparent url(images/left-bottom.png) no-repeat scroll bottom left;
  height: 100px;
  padding-top: 10px;
  padding-left: 180px;
  font-size: 8pt;
  text-align: center;
  clear: left;
}

.left {
  /*padding: 95px 10px 10px 10px;*/
  width: 166px;
  line-height: 20pt;
  padding-left: 10px;
  height: 300px;
  float: left;
}

.sublink {
  font-weight: normal;
}

.logo {
  background: transparent url(images/logo.png) no-repeat scroll top left;
  height: 90px;
  width: 200px;
  margin-left: 78px;
}

.left a, .left a:visited {
  font-family: arial, serif;
  font-size: 10pt;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

a, a:visited {
  color: #3399cc;
  text-decoration: none;
}

.main {
  background: transparent url(images/left-back.png) repeat-y scroll top left;
}

.tab {
  margin: 0px 0px 10px 0px;
}

/* for IE */
* html .tab-xnjb-header {
  margin: 0px 0px 10px 0px;
  height: 160px;
}
/* for Mozilla/Safari */
*>.tab-xnjb-header {
  margin: 0px 0px 10px 0px;
  min-height: 160px;
}

.tab-title {
  color: #ffffff;
  font-weight: bold;
  padding: 3px 5px 2px 5px;
  margin-bottom: 2px;
  margin-left: 5px;
  background: #ffffff url(images/title-back.png) repeat-y scroll top left;
}

.tab-content {
  padding: 5px 5px 0px 10px;
}

.tab-content img {
  vertical-align: top;
  padding-right: 10px;
  float: left;
}

.content {
  margin-left: 180px;
}

.spacer {
  clear: both;
}

.faq-question {
  font-weight: bold;
}

.code {
  font-family: courier;
}