@charset "utf-8";

/* 全局CSS定义 */

body {
	text-align:center;
	margin:0 auto;
	padding:0;
	background-color:#fff;
	font-size:12px;
	color:#333;
	line-height: 150%;
	background-image: url(../img/pic_bg.gif);
	background-repeat: repeat-x;
}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding:0;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}

p{color: #333;line-height: 150%;}
	
/* 链接颜色 */
a:link {color: #369;text-decoration: none;}
a:visited {color: #369;text-decoration: none;}
a:hover {color: #f00;text-decoration: none;}
a:active {color: #f00;text-decoration: none;}

.cwl a:link {color: #fff;text-decoration: none;}
.cwl a:visited {color: #fff;text-decoration: none;}
.cwl a:hover {color: #fff;text-decoration: none;}
.cwl a:active {color: #fff;text-decoration: none;}

/* 颜色属性 [定义规则，小写c加颜色名称] */ 
.cred,a.cred:link ,a.cred:visited{color:red;}
.corg,a.corg:link,a.corg:visited	{ color:#f60;}
.cgray,a.cgray:link,a.cgray:visited{ color:#666;}
.cwhite,a.cwhite:link,a.cwhite:visited{ color:white;}
.cblack,a.cblack:link,a.cblack:visited{ color:black;}
.cpurple,a.cpurple:link,a.cpurple:visited{color: #7359d8;}
.cgreen,a.cgreen:link,a.cgreen:visited	{ color: #189224;}
.czs,a.czs:link,a.czs:visited{color: #ea3dd4;}
.cblue,a.cblue:link,a.cblue:visited{ color:#1a4b87;}
.c333,a.c333:link,a.c333:visited{ color:#333;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fb {font-weight: bold;}
.fn{font-weight:normal;}
.fi {font-style: italic;}
.fc{ text-decoration: line-through;}
.hei{font-family: "黑体";}

/* 字体大小*/
.f12px { font-size:12px;}
.f13px { font-size:13px;}
.f14px { font-size:14px;}
.f16px { font-size:16px;}
.f18px { font-size:18px;}
.f20px { font-size:20px;}

/* 其他属性 */
.wordleft{text-align:left;}
.aleft {float: left;}
.aright {float: right;}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hidden {display: none;}
.uLine ,.uLine a{text-decoration: underline;}
.filte,a.cfilte:link,a.filte:visited{color:#626262;padding:1px;filter: Glow(Color=#ffffff, Strength=2);height: 12px;}

/* 变色表的式样 
tr.sfhover {color: #999;background: #F6F8FF url(../img/table_line.gif) repeat-x bottom;font-size: 12px;color: #666666;}	
.td{background: #fff;font-size: 12px;color: #666666;}
.tr{background: #fff url(../img/table_line.gif) repeat-x center bottom;font-size: 12px;color: #666666;line-height: 25px;text-align: center;}
*/

h1{font-size: 16px;font-weight: bold;margin:8px 0;text-align:center;}	
h2{
	font-size: 13px;
	text-align: left;
	font-weight:bold;
	margin:0 3px;
	float:left;
}
		
h3{
	font-size: 13px;
	text-align: left;
	font-weight:bold;
	padding:0 0 0 15px;
	clear:both;
}	
h4{font-size: 14px;font-weight: normal;margin: 5px 0;}	

/*-----------css圆角效果 -------------*/ 

.roundedCorner{
	color: #fff;
	font-size:12px;
	text-align:right;
	clear:both;
}
b.rtop, b.rbottom{display:block;}
b.rtop b, b.rbottom b{display:block;height:1px;overflow: hidden; background: #0d56a8;}
b.r1{margin: 0 2px;}
b.r2{margin: 0 1px;}
b.r3{margin: 0 1px;}
b.rtop b.r4, b.rbottom b.r4{margin:0;height:1px;}