a:visited {
	text-decoration: none;
	color: #333333;
--点击过的超级连接的样式
}
a:link {
	text-decoration: none;
	color: #333333;
--超级连接的样式
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
--鼠标移到超级连接时的样式
}

.TOM_Xian {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	line-height: 25px;
}
td {
	font-size: 12px;
}
.Title_CSS_Left {
	background-image: url(D_Title_Left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	color: #333333;
}
.Table_Css {
	font-size: 12px;
	line-height: 25px;
}
.Content {
	font-size: 12px;
	line-height: 20px;
}

