body {
 padding:0px;
 margin:0px;
 background-color:#ffffff;
 background-image:url('img/small_bg.png');
 background-repeat:repeat-x;
}

img {
 border:0px;
}

#big_bg {
 position:absolute;
 z-index:2;
 left:0px;
 top:0px;
 width:100%;
 height:380px;
 background-image:url('img/big_bg.png');
 background-repeat:no-repeat;
}


#english_button_normal {
 position:absolute;
 left:650px;
 top:147px;
 width:131;
 height:36;
 z-index:10;
}

#english_button_hilite {
 position:absolute;
 left:650px;
 top:147px;
 width:131px;
 height:36px;
 z-index:11;
 visibility:hidden;
}

#chinese_button_normal {
  position:absolute;
  left:650px;
  top:197px;
  width:131px;
  height:36px;
  z-index:12;
}


#chinese_button_hilite {
 position:absolute;
 left:650px;
 top:197px;
 width:131px;
 height:36px;
 z-index:13;
 visibility:hidden;
}







#langbar {
 position:absolute;
 left: 540px;
 top:5px;
 float:right;
 z-index:12;
}

.langlink {
 font-size:9px;
 color:#3399cc;
 font-family:verdana,arial;
}

.langlink:hover {
 color:#ffff66;
}

.langsep {
 font-size:9px;
 color:#3399cc;
 font-family:verdana,arial;
}




.page_content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

.pt {
  color: #66CC00;
  font-size: 28px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}


h2.st {
  font-size: 18px;
  font-variant: normal;
  font-weight: normal;
  font-family: arial, sans-serif, helvetica;
  color: #990000;
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #990000;
  line-height: 80%;
}

a {
  color: #0000FF;
}

a:hover {
  color: #FF0000;
}
