a{ text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link { color: #000000;} /* 未访问的链接 */
a:visited { color: #000000;} /* 已访问的链接 */
a:hover { color: #FF0000;} /* 鼠标在链接上 */ 
a:active { color: #FF0000;} /* 点击激活链接 */
/*导航栏文字*/
.nav_size { font-size: 9pt; text-decoration: none; color:#770E00; filter:glow(color=#D9BD98,strength=2);}
a.menu_size { font-size: 9pt; text-decoration: none; color:#770E00;}
a.menu_size:link { font-size: 9pt; text-decoration: none; color:#770E00;}
a.menu_size:visited { font-size: 9pt; text-decoration: none; color:#770E00;}
a.menu_size:active { font-size: 9pt; text-decoration: none; color:#000000;}
a.menu_size:hover { font-size: 9pt; text-decoration: none; color:#000000;}
/*BodyCSS定义*/
body,td {
font-size: 12px;
color: #000000;
text-decoration: none;
/*
scrollbar-face-color: #F0F5FB;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #C7DBFB;
scrollbar-3dlight-color: #C7DBFB;
scrollbar-arrow-color: #000000; 
scrollbar-track-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF;
*/
}
/*按纽样式定义*/
.td_input {
	background-color: #FFFFFF;
	border-top: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
}
.barTitle {
	font-size: 14px;
}
.bottom_size {
	font-size: 12px;
	font-style: normal;
	line-height: 170%;
	text-decoration: none;
}
.public_size {
	font-size: 12px;
	font-style: normal;
	line-height: 170%;
	text-decoration: none;
}