body,td,th {
	font-size: 12px;
	color: #444444;
	line-height: 20px;
}
a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #424542;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
/*导航链接*/
a.menu:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-right: 16px;
	margin-left: 16px;
}
a.menu:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	margin-right: 16px;
	margin-left: 16px;
}
a.menu:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-right: 16px;
	margin-left: 16px;
}
/*------------------导航链接结束----------------*/
.bt {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.cs {
	font-size: 12px;
	font-weight: bold;
/*	color: #FF9900;
*/}

