/*基本信息*/
body {font:12px Tahoma;margin:0px;text-align:center;background:#FFF;}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
.main_text {
	line-height: 20px;
}

a:hover {
	text-decoration: none;
	color: #ff5110;
}
a:active {
	text-decoration: none;
	color: #ff5110;
}
a.mt:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.mt:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.mt:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.mt:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.at {
	color: #FF0000;
}
.wt {
	color: #009900;
}
.gt {
	color: #5b77c4;
	font-weight: bold;
}
.mmt {
	color: #ff5110;
	font-weight: bold;
}
a.st:link {
	color: #ff5b1e;
	text-decoration: none;
}
a.st:visited {
	text-decoration: none;
	color: #ff5b1e;
}
a.st:hover {
	text-decoration: none;
	color: #FF9900;
}
a.st:active {
	text-decoration: none;
	color: #FF9900;
}
a.ht:link {
	color: #0033cc;
	text-decoration: none;
}
a.ht:visited {
	text-decoration: none;
	color: #0033cc;
}
a.ht:hover {
	text-decoration: none;
	color: #0066FF;
}
a.ht:active {
	text-decoration: none;
	color: #0066FF;
}
.bottom {
	line-height: 20px;
}
.inputbox {
	BORDER-RIGHT: #ddddd2 1px solid; BORDER-TOP: #ddddd2 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #ddddd2 1px solid; BORDER-BOTTOM: #ddddd2 1px solid; BACKGROUND-COLOR: #f5f5f5
}
.b14 {
	font-size: 14px;
	font-weight: bold;
}
.stt {
	color: #0033cc;
}
.sttt {
	color: #777777;
}
.hf1 {border-bottom:1px dashed #ccc}
.hf3 {height:3px;font-size:1px;}
.hf4 {height:4px;font-size:1px;}
.hf9 {width:350px;margin:0 auto;height:9px;font-size:1px;}
.hf15 {height:15px;margin:0 auto;height:9px;font-size:1px;}
.hf {height:5px;font-size:1px;}
.hlogo {width:170px;height:62px;margin:0 auto;}
.hd {width:170px;height:118px;margin:0 auto;}

/*页面层容器*/
#container {width:100%}

/*页面头部*/
#Header {width:993px;margin:0 auto;}
#top {width:993px;margin:auto 0;height:95px;background-image: url(images/topbg.gif);}
#centertb {width:993px;margin:0 auto;height:25px;background-image: url(images/headbg.gif);}
#bottom {width:993px;margin:0 auto;height:26px;background-image: url(images/affiche.gif);}
.htext {
	line-height:25px;
}

/*页面主体*/
#PageBody {width:993px;margin:0 auto;}
#Sidebar {
    width:222px; /*设定宽度*/
    text-align:left; /*文字左对齐*/
    float:left; /*浮动居左*/
    clear:left; /*不允许左侧存在浮动*/
    overflow:hidden; /*超出宽度部分隐藏*/
}
#MainBody {
    width:771px;
    text-align:left;
    float:right; /*浮动居右*/
    clear:right; /*不允许右侧存在浮动*/
    overflow:hidden
}
#menu {margin:0 auto;}
/*利用padding:20px 20px 0 0来固定位置*/
#menu ul {float:left;list-style:none;margin:0px;}
/*添加了float:left使得位于页面右侧*/
#menu ul li {width:60px;line-height:21px;float:left;margin:0 4px}
/*页面底部*/
#Footer {width:993px;margin:0 auto;}