@charset "gb2312";
/* CSS Document */

/* 链接（a:link）链接显示在页面上等待用户点击的状态 */
a:link {color: #666666; text-decoration: none;}
/* 悬停（a:hover）用户鼠标当前位于链接上的状态 */
a:hover {color: #153dc2; text-decoration: underline;}
/* 已访问（a:visited）链接已经在过去某个时刻被用户点击了的状态 */
a:visited {color: #153dc2;text-decoration: none;}
/* 激活（a:active）链接正在被鼠标单击的状态 */
a:active {color: #153dc2; text-decoration: none;}

/*网站变灰: */
/*html {filter: gray;}*/

body {	margin-top: 0px;}

ul li {
	font-family: "宋体";
	font-size: 13px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	height: line-height;
	line-height: 20px;
	letter-spacing:0px;
	list-style-position:inside;
	list-style-type:none;
}
tr td {
	font-family: "宋体";
	font-size: 13px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	height: line-height;
	line-height: 20px;
	letter-spacing:0px;
}
.td_left {
	width:80%;
	text-align:left;
}
.td_right {
	width:18%;
	text-align:right;
}
#top {
	position:relative;
	width: 1002px;
	height: 215px;
	margin: 0 auto;
}
#detail {
	position: static;
	width: 1002px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.content {
	font-family: "宋体";
	font-size: 13px;
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	height: line-height;
	line-height: 20px;
	letter-spacing:0px;
}
.content1 {
	font-family: "宋体";
	font-size: 13px;
	font-weight:normal;
	color: #a52938;
	text-decoration: none;
	height: line-height;
	line-height: 20px;
	letter-spacing:0px;
}
#bottom {
	position:relative;
	width: 1002px;
	height: 109px;
	margin: 3 auto;
}

