@charset "gb2312";
/*---------------------页面基础定义----------------------------------*/
body {
	font-family:  Tahoma, Verdana, Arial, sans-serif, "宋体";
	font-size: 12px;
	color: #000000;
	

	background-attachment: fixed;
	background-image: url(images/ditu.jpg);
		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-size:12px;
	line-height: 160%;
}
.b1 {
	font-size:14px;
	color:#000000;
	}
.b2 {
	font-size:14px;
	color:#FF0000;
	}
.table_info1 { 
border: 1px solid #DDDED6;
}
.table_right01 {
border-right: 1px dashed #527384;
}
.tit-kun1 { 
border: 1px solid #DDDED6; background-color:#F0F0F0;
}
.table-bt01 {
border-bottom:1px solid #DDDED6;
}
.table_xia2 {
border-bottom: 1px solid #000000;
}
.table_right {
border-right: 1px solid #DDDED6;
}
.table-xia-right {
border-bottom: 1px dashed #DDDED6; border-right: 1px dashed #DDDED6;
}
.tit01 { border-bottom:1px solid #FF0000; background-color:#E2E2E2; }
.tit02 { border-bottom:1px solid #FF0000; background-color:#DDDED6; }
.pro-meun { border-top:5px solid #CCFF00; background-color:#000000; height:28px; }
/*---------------------链接定义----------------------------------*/
a {
	font-size: 12px;
	color: #1A1A1A;
}
a:link {/*未被访问时*/
	text-decoration: none;
}
a:visited {/*被访问后*/
	text-decoration: none;
	/*color: gray;/*链接颜色为灰色*/
}
a:hover {/*鼠标指示时*/
	/*background-color:#FFFF00;/*链接文字背景色*/
	text-decoration: underline;/*下划线*/
	color: #839893;/*链接文字前景色*/
}
a:active {/*鼠标点击时*/
	text-decoration: none;/*没有下划线*/
	color: #c2130e;
}


/*---------------------链接2定义----------------------------------*/
a.link2:link {
	text-decoration: none;
	font-size:14px;
	color: #FFFFFF;
	padding-top: 3px;
	
}
a.link2:hover {
	text-decoration:underline;
	color: #FF0000;
	font-weight:bolder;
	padding-top: 3px;
}
