/* 新 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;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	text-decoration: underline;
}

a.redc:link {
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
a.redc:visited {
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
a.redc:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}
	
td {
	font-family: "新宋体";
	font-size: 12px;
	color: #000000;
	
}
.word {
	font-family: "新宋体";
	font-size: 12px;
	color: #000000;
	line-height: 30px;
}
.whiteword {
	font-size: 12px;
	color: #FFFFFF;
}
.blueword {
	font-family: "新宋体";
	font-size: 12px;
	color: #336699;
	line-height: 30px;
}
.huiword { FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #6c6c6c; FONT-FAMILY: "新宋体"; TEXT-DECORATION: none }
