@charset "utf-8";
/* 全局样式 */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#fff;
	color:#666666;
	font-size:12px;
	font-family:"宋体", Arial Narrow, arial, serif;
}
td{
	font-size: 12px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#c00;
}
a.img:link {
	text-decoration: none;
}
a.img:visited {
	text-decoration: none;
}
a.img:hover, a.img:active, a.img:focus {
	border: 1px solid #999;
}
.bord {
	border: 1px solid #CCCCCC;
}
.input_zn{
	border: 1px solid #7a7a7a;
	width: 160px;
	color: #999;
}
.red_b{
	color: #cc0000;
	font-weight: bold;
}
.bai_b14{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.hei_b14{
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.bai{
	color: #FFF;
	background-image: url(../images/ny_12.jpg);
	background-repeat: no-repeat;
}
.td1{
	height: 30px;
	background-image: url(../images/dian_line1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}