.border {
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.menu {
	font-size: 13px;
	color: 0B578D;
	text-decoration: none;
}
.menu:hover {
	font-size: 13px;
	color: #000000;
}
.ver {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
}
.news {
	font-size: 12px;
	color: #0099CC;
	text-decoration: none;
}
.nw {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.links {
	font-size: 12px;
	line-height: 160%;
	text-decoration: none;
	letter-spacing: 1px;
}
.ab {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	padding: 8px;
}
.bt {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
table {
	font-size: 12px;
	text-decoration: none;
	color: #663300;

}
.copyright {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
}
.h {CURSOR: hand
}
.ta {BORDER-RIGHT: #0099ff 1px solid; BORDER-TOP: #0099ff 1px solid; BORDER-LEFT: #0099ff 1px solid; BORDER-BOTTOM: #0099ff 1px solid
}
.title {
	font-family: "黑体";
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	line-height: 160%;
	letter-spacing: 2px;
	font-weight: normal;
}
.new {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
}
.ns {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}.fe {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding-left: 8px;

}
.14 {
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.di {
	background-repeat: no-repeat;
}
.mtd {
	text-decoration: none;
	padding-left: 42px;
}
/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #A13D06;} /* 未访问的链接 */
a:visited {color: #A13D06;} /* 已访问的链接 */
a:hover{	COLOR: #1F1400;	text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #A13D06;} /* 点击激活链接 */
