/* ========== 全局CSS定义 ====== */

body { text-align: center; font-family:"宋体", Arial; margin:0; padding:0px; background: #FFF; font-size:12px; color:#000;}
div,form,img { margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6,input,select { margin:0; padding:0;}
table,td,tr,th{ font-size:12px;}

/* 链接颜色 */
a:link { color: #212010; text-decoration:none;}
a:visited { color: #212010;text-decoration:none;}
a:hover { color: #A59E94; text-decoration:none;}
a:active { color: #212010;text-decoration:none;}

/* 字体属性 */
.fontred,a.fontred:link,a.fontred:visited{ color:Red; }
.fontblue,a.fontblue:link,a.fontblue:visited{ color:#1f3a87;}
.fontblack,a.fontblack:link,a.fontblack:visited{ color:#000;}
.fontgreen,a.fontgreen:link,a.fontgreen:visited{ color:#009900;}
.fB { font-weight: bold;}
.f14{ font-size:14px;}
.f16{ font-size:14px;}
.enfont{font-family:Arial, Helvetica, sans-serif;}
.ensize9{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;}

/* 文字左对齐与右对齐 */
.tL{ text-align:left;}
.tR{ text-align:right;}

.clear{ clear: both; font-size:5px; width:1px; visibility: hidden; height:5px;}
.clearL{clear: both;width:100%;text-align:left;}
.clearR{clear: both;width:100%;text-align:right;}
.clear3{clear: both; font-size:3px; width:1px; visibility: hidden; height:3px;}
.clear9{clear: both; font-size:9px; width:1px; visibility: hidden; height:9px;}
.clear30{clear: both; font-size:30px; width:1px; visibility: hidden; height:30px;}
.clear50{clear: both; font-size:50px; width:1px; visibility: hidden; height:50px;}


/* 页面布局 */
#container {
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 950px;
	height:100%;
	border:0px solid #EEE;
	text-align:left;
	background: #fff;
}

#header {
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 100%;
	height:auto;
	border:0px solid #EEE;
}
.headerbr{clear: both; font-size:1px; width:1px;visibility: hidden;height:1px;}

#main {
	padding: 0px;
	padding-top:1px;
	margin: 0 auto 0 auto;
	width: 100%;
	height:auto;
	border:0px solid #FFF;
}
.mainbr{clear: both; font-size:10px; width:1px;visibility: hidden;height:10px;}

#mainleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	margin-right:0px;
	width: 253px;
	height:auto;
	border:1px solid #EEE;
}
#maincontent {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 100%px;
	height:auto;
	border:0px solid #EEE;
}
#maincontentR {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	padding-bottom:0px;
	width: 678px;
	height:auto;
	border:1px solid #EEE;
}




#mainright {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 200px;
	height:auto;
	border:0px solid #EEE;
}
#maincontentL {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 574px;
	height:auto;
	border:0px solid #EEE;
}

#footer {
	padding: 0px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 100%;
	height:auto;
	border:0px solid #EEE;
}
.footerbr{clear: both; font-size:1px; width:1px;visibility: hidden;height:1px;}