/* 新 Web 应用程序项目的默认 CSS Stylesheet */

.textlable {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	background-color: #f8f8f8;
	height: auto;
	width: auto;
	border: 1px outset #999999;
}

a:link {
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #6c6c6c;
	text-decoration: underline;
	font-weight:bold;
}

a.redc:link {
	font-family: "宋体";
	font-size: 14px;
	color: #6c6c6c;
	text-decoration: none;
	font-weight:bold;
}
a.redc:visited {
	font-family: "宋体";
	font-size: 14px;
	color: #6c6c6c;
	font-weight:bold;
	text-decoration: none;
}
a.redc:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #6c6c6c;
	font-weight:bold;
	text-decoration: underline;
}
	
td {
	font-family: "新宋体";
	font-size: 12px;
	color: #000000;
	
}
.daohang2 {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: 6c6c6c;
	text-decoration: none;
}