body,html{
	margin:0px;
	padding:0 0 10px 0;
	text-align:center;
	font-family: "宋体", "黑体";
	font-size: 12px;
	color: #333333;
	background-color: #7C7C7C;
	background-image: url(../images/bgline.jpg);
	background-repeat: repeat-x;
}

* {margin:0;padding:0;word-break:break-all;}
h1, h2, h3, h4, h5, h6 { font-size:1em; }
ul,ol, li { list-style:none; }

a {	color:#006699;
	text-decoration:none;
	bblr:expression(this.onFocus=this.blur()); // IE识别
	outline:none; // FF识别
}
a:hover{color:#000000;text-decoration: underline;}
li {list-style:none;}

.hide {display:none;}
.clear {
	clear: both;
    height:1px;
    margin-top:-1px; 
    overflow:hidden;
}

#container{
	position:relative;
	width:936px;
	padding:0px;
	text-align:left;
	height: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 4px solid #666666;
	border-right: 4px solid #666666;
	border-bottom: 4px solid #666666;
}


.page_{
	width: 930px;
	padding: 18px 3px 0 3px;
	clear: both;
}


/* menu */	
.menu {
	padding:0;
	margin:0 3px;
	width:930px;
	height:32px;
	background: url(../images/bg_menu.gif) top repeat-x;
}
.menu ul { padding:0; margin:0 30px 0 0; list-style:none; border:0; float: left; }
.menu ul li {
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #303030;
	border-left:1px solid #0a0a0a;
}
.menu ul li a {
	float:left;
	margin:0 1px 0 0;
	padding:7px 20px;
	color:#fff;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.menu ul li a:hover {
	background-color: #2f2f2f;
	color: #DDF9FF;
}
.menu ul li a.active { background: url(../images/hover.gif) left repeat-x; }

#footer{
	width:930px;
	color: #CCCCCC;
	line-height: 24px;
	text-align: center;
	margin: 10px 3px 3px 3px;
	background-color: #0a3677;
}
#footer .copyright{	padding: 8px 0px;	margin: 0 20px;}
#footer a{color:#CCCCCC;}


/*字体*/
h1{
	margin:0;
	color: #812e23;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	font-family: "微软雅黑", "黑体", "宋体";
}
h2{
	color: #36537b;
	font-size: 14px;
	font-weight: bold;
	margin:0;
}
h3{
	color: #2C90C2;
	font-size: 13px;
	font-weight: bold;
	margin:0;
}
.block1{
	width:639px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 362px 0px;
	clear: both;
}

.blank{
	clear:both;
	margin:0 auto;
	height:auto;
	width:auto;	padding-top: 1px;
}

.blank10{
	clear:both;
	margin:0 auto;
	height:auto;
	width:auto;
	padding-top: 10px;
}
.blank5{
	clear:both;
	margin:0 auto;
	height:auto;
	width:auto;
	padding-top: 5px;
}
.fontcor1{	color: #e2e1b3;}
.fontcor2{
	color: #CC6600;
}
.fontcor3{
	color: #CCCCCC;
}
.fontcor4{
	color: #ce7d2e;
}
.fontsz12{}
.fontsz14{font-size: 14px;}
.fontsz16{
	font-size: 16px;
}
.fontb{
	font-weight: bold;
}
.lh{
	line-height: 24px;
}
