@charset "utf-8";
/* CSS Document */

td{
	font-size: 12px;
	text-decoration: none;
}
body {
	margin-top: 0px;
	margin-left: 0px;
}

/* 链接（a:link）链接显示在页面上等待用户点击的状态 */
a:link {color: #039; text-decoration: none;}
/* 悬停（a:hover）用户鼠标当前位于链接上的状态 */
a:hover {color: #f00; text-decoration: underline;}
/* 已访问（a:visited）链接已经在过去某个时刻被用户点击了的状态 */
a:visited {text-decoration: none;}
/* 激活（a:active）链接正在被鼠标单击的状态 */
a:active {color: #f00; text-decoration: none;}

.left_13B {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
.left_12 {
	font-family: "宋体";
	font-size: 12px;
}
.left_12red {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
