/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: underline;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: underline;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: underline;} /* 已访问的链接 */
a:hover {color: #FF0000;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #000000;text-decoration: underline;} /* 点击激活链接 */

/* 栏目标题文字链接的CSS定义 */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover {color: #449AE8;}
a.Class:active {color: #ffffff;}
a.menu { color:#FFFFFF;font-size:12px;height:20px}
BODY
{
	FONT-FAMILY: "宋体";
	FONT-SIZE: 9pt;
	text-decoration: none;
	line-height: 150%;
	background:#ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

TD{FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; }

Input{	FONT-SIZE: 12px;HEIGHT: 20px;}
Button{	FONT-SIZE: 9pt;	HEIGHT: 20px; }
Select{	FONT-SIZE: 9pt;	HEIGHT: 20px;}
.t13 {font-size:13px;height:22px}
.title
{
	background:#449AE8;
	color: #ffffff;
	font-weight: normal;
}
.Glow /*　标题文字发光效果定义，白字深蓝底 */
{
filter: Glow(Color=#0F42A6, Strength=1);Dropshadow(Color=#0F42A6, OffX=1, OffY=1,);  COLOR: #ffffff; LINE-HEIGHT: 20px
}
.topbg /*　标题背景单元格定义，白字深蓝底 */
{
	background:#0650D2;color:#FFFFFF;
/*	font-weight:bold;text-align: centen; */
}
.topbg2 /*	浅色背景定义，用于首页细线 */
{
	background:#449AE8;
}
.bgcolor {
	background-color: #E1F4EE;
}
