.menu_td {
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	padding-left: 11px;
	padding-right: 11px;
	line-height: 210%;
	color: #006699;

}

table {
	font-size: 12px;
	text-decoration: none;
	line-height: 160%;

}
.bts {
	color: 0061C4;
	text-decoration: none;
	padding-left: 14px;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 4px;



}
.ab {
	line-height: 180%;
	text-decoration: none;
	padding: 6px;
	font-size: 12px;


}
.border {
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #dc7e4a;
	border-right-color: #dc7e4a;
	border-bottom-color: #dc7e4a;
	border-left-color: #dc7e4a;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 160%;
}
.border2 {
	text-decoration: none;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #dc7e4a;
	border-right-color: #dc7e4a;
	border-bottom-color: #dc7e4a;
	border-left-color: #dc7e4a;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ns {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.border3 {
	text-decoration: none;
	line-height: 160%;
	border: 1px solid #dc7e4a;

}
.new {
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
	padding: 15px;

}
.abshow {
	text-decoration: none;
	filter: dropshadow(color=#D6D6D6,offx=4,offy=4,positive=1);
}

.bs {
	color: #FFFFFF;
}
.titles {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-family: "宋体";
	color: #234E7E;


}
/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #141414;}/* 未访问的链接 */
a:visited {color: #141414;} /* 已访问的链接 */
a:hover{	COLOR: #004EC2;	text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #141414;} /* 点击激活链接 */
