td {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}

h2{
	font-size: 14px;
	line-height: 160%;
	color: #666666;
	background-image: url(../images/h2_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px;
	padding:0px 0px 0px 20px;
}

h3{
	font-size: 14px;
	line-height: 160%;
	color: #666666;
	background-image: url(../images/h3_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 15px;
	padding:0px 0px 0px 18px;
}

h4{
	font-size: 14px;
	line-height: 160%;
	color: #336699;
	background-image: url(../images/h4_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin:0px 15px;
	padding:2px 0px 0px 20px;
}

a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}

.whi:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.whi:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.whi:hover {
	color: #fff799;
	text-decoration: none;
	font-weight: normal;
}

.blue:link {
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}

.blue:visited {
	color: #336699;
	text-decoration: none;
	font-weight: normal;
}

.blue:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/* 字体样式（大小、颜色、间距、链接）*/
.f12 {font-size:12px;}   
.f12 b {font-size:12px;font-weight:bold;} 
.f14{font-size:14px;}  
.f14 b{font-size:14px;font-weight:bold;}   

.c_black{color:#000;}
.c_grey{color:#333;}
.c_blue{color:#004887;}
.c_red{color:#FF0000;}
.c_org{color:#FF9A16;}
.c_write{color:#FFF;}

.lh13{line-height:130%;}
.lh14{line-height:140%;}
.lh15{line-height:150%;}
.lh18{line-height:180%;}
.lh20{line-height:200%;}

/* a:link{color: #FF0000;text-decoration: underline;}   
a:visited{color: #FF0000;text-decoration: underline;}   
a:hover{color: #FF0000;text-decoration: underline;} 
*/

/* 图片边框样式 */
.img{
	border:3px solid #B3D2FF;
	margin: 3px;
	padding: 3px;
	
}

/* 固定表格样式（左栏目、右栏目、下栏目）*/
.table_l{margin:5px;
	padding:5px;border:1px solid #B3D2FF;}
.table_r{margin:5px;
	padding:5px;border:1px solid #B3D2FF;}
.table_b{margin:5px;
	padding:5px;border:1px solid #5FA2D0;}
.table_980{margin:5px;
	padding:5px;wight:980px;border:1px solid #ccc;}
.table_blue{
	font-size:14px;
	font-weight:bold;
	border:1px solid #B3B3B3;
	background-image: url(../img/bg_blue.jpg);
	background-repeat: repeat-x;
	
}
/* 不固定表格边框属性样式*/
.box_1{margin: 5px;
	padding: 5px;border:1px solid #B3D2FF;}
.box_2{margin: 5px;
	padding: 5px;border:2px solid #B3D2FF;}


