@charset "utf-8";
/* CSS Document */
body
{
	margin-top:0px;		/* 网页上边距 */
	margin-bottom:0px;	/* 网页底边距 */
	margin-left:0px;	/* 网页左边距 */
	margin-right:0px;	/* 网页右边距 */
	font-size:12px;												/* 网页字体大小 */
	font-family:Verdana, Arial, Helvetica, sans-serif,"宋体";	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:18px;											/* 标准行高 */
	text-align:left;											/* 文本对齐 */
}


/*导航菜单超级链接*/
a{color: #000000;text-decoration: none;font-size: 12px;}
a:hover {color: #000000;text-decoration: none;font-size: 12px;}

a.menu{color: #ffffff;text-decoration: none;font-size: 13px;font-weight: bold;}
a.menu:hover {color: #ffffff;text-decoration: underline;font-size: 13px;font-weight: bold;}

a.menu02{color: #000000;text-decoration: none;font-size: 12px;font-weight: bold;}
a.menu02:hover {color: #000000;text-decoration: none;font-size: 12px;text-decoration: none;font-weight: bold;}

a.top{color: #7C0A0A;text-decoration: none;font-size: 12px;}
a.top:hover {color: #7C0A0A;text-decoration: underline;font-size: 12px;}

a.more{color: #FF6600;text-decoration: none;font-size: 12px;text-decoration: underline;}
a.more:hover {color: #FF6600;text-decoration: none;font-size: 12px;text-decoration: underline;}

a.red{color: #B60000;text-decoration: none;font-size: 12px;text-decoration: none;}
a.red:hover {color: #B60000;text-decoration: none;font-size: 12px;text-decoration: underline;}

a.pr{color: #000066;text-decoration: none;font-size: 12px;font-weight: bold;}
a.pr:hover {color: #000066;text-decoration: none;font-size: 12px;font-weight: bold;}

.title01{font-size:18px;font-weight: bold;color: #000000;line-height:24px;}
.title02{font-size:13px;font-weight: bold;color: #487E12;line-height:24px;}
.title03{font-size:14px;font-weight: bold;color: #000000;line-height:24px;}
.title04{font-size:14px;font-weight: bold;color: #069CE9;line-height:24px;}
.title05{font-size:12px;font-weight: bold;line-height:20px;}

/*表格属性*/
table{ font-size:12px;line-height:20px;border-collapse:collapse;}

.text12_red {color: #9B2727;font-size: 12px;font-weight: bold;}
.text11_red {color: #999999;font-size: 12px;}
.text11_red02 {color: #9B2727;font-size: 12px;}
.text02{color: #ffffff;font-size: 13px;line-height: 20px;font-weight: bold;}
.text01{color: #ffffff;font-size: 12px;line-height: 18px;}

input {
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	border: 1px solid #A5ACB2;
	background-color: #F4F4F4;
}

.input {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	border: 1px solid #A5ACB2;
	background-color: #D5D5D5;
}

.input_img {
	line-height: 18px;
	border: 0px;
	background-color: #D5D5D5;
}


.bg {
	background-repeat: repeat-y;
	background-position: right top;
}
.img {
	border: 1px solid #000000;
	margin: 2px;
}

.table_border {
	border:1px solid #E0E0E0;
}

.ban { margin-bottom:10px; border-bottom:1px #FFFFFF solid;}
.newsline { border-bottom:1px #CCCCCC dotted;}
.prob { border:1px #CCCCCC solid; padding:5px;}


