/* CSS Document */
body {
  padding:0;
  margin:0;
  font-size:9pt;
  line-height:16pt;}
input {
  border:1px solid #7F9DB9;
  }
  
.ballborder {
  background-color:#F5F6F5;
  border:1px solid #DDDDDD;
  }

/*页面链接默认效果*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/*以下是导航条的设置*/

#dh {
  width:920px;
  height:32px;
  margin:auto;
  background:url(../images/menu_bg.gif) repeat-x left top;
  }
ul {
  list-style:none;
  }
#dh li{
  float:left;
  }
  #dh li a{
  width:83px;
  display:block;
  font-size:10pt;
  color:#fff;
  text-align:center;
  line-height:32px;
  text-decoration:none;
  }
  #dh li a:hover{
  display:block;
  width:83px;
  height:26px;
  text-align:center;
  line-height:26px;
  font-size:9pt;
  color:#000;
  padding-top:6px;
  background:url(../images/menu.gif) no-repeat left bottom;
  }
/*当前页面按钮效果*/
#dh li a#current{
  height:26px;
  text-align:center;
  line-height:26px;
  font-size:9pt;
  color:#000;
  padding-top:6px;
  background:url(../images/menu.gif) no-repeat left bottom;
  }
#menu_bot {
  width:920px;
  height:21px;
  margin:auto;
  background:#000000 url(../images/menu_bot.gif) repeat-x left top;
  }
/*头部背景*/
.header {
 background:url(../images/top_light.gif) no-repeat 0px 0px;}

.border1 {
 border:1px solid #cdcdcd;
}
.topborder {
 border:1px solid #ffffff;
 }
.bottom { border:0px;}

#botmenu{
width:400px;height:32px;background:#EFF7FE;border:1px solid #CAE2F8;margin:auto;}
#botmenu ul{list-style:none;} 
#botmenu ul li{float:left;font-size:9pt;line-height:32px;}
#botmenu ul li a{float:left;padding-left:10px;padding-right:10px;}
#announce{width:388px;background:#EFF7FE;border:1px solid #CAE2F8;font-size:9pt;padding:6px;margin:auto;margin-top:6px;}