* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #ff6600;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #000000;text-decoration: none;} /* 点击激活链接 */

/* 栏目标题文字链接的css定义 */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover {color: #449ae8;}
a.class:active {color: #ffffff;}
body
{
	font-family: "宋体";
	font-size: 9pt;
	text-decoration: none;
	line-height: 150%;
	background:#f6f6f6;
	scrollbar-face-color: #2b73f1;
	scrollbar-highlight-color: #0650d2;
	scrollbar-shadow-color: #449ae8;
	scrollbar-3dlight-color: #449ae8;
	scrollbar-arrow-color: #02338a;
	scrollbar-track-color: #0650d2;
	scrollbar-darkshadow-color: #0650d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body2
{
    font-size: 9pt;
	scrollbar-face-color: #f6f6f6;
    scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc; 
	scrollbar-arrow-color: #330000; 
	scrollbar-track-color: #f6f6f6; 
	scrollbar-darkshadow-color: #ffffff;

}
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;
}
.title
{
	background:#449ae8;
	color: #ffffff;
	font-weight: normal;
}
.border
{
	border: 1px solid #449ae8;
}
.tdbg{
	background:#f0f0f0;
	line-height: 120%;
}
.tdbg2{
	background:#e0eef5;
	line-height: 120%;
}
.glow /*　标题文字发光效果定义，白字深蓝底 */
{
filter: glow(color=#0f42a6, strength=1);dropshadow(color=#0f42a6, offx=1, offy=1,); width: 100%; color: #ffffff; line-height: 20px
}
.topbg /*　标题背景单元格定义，白字深蓝底 */
{
	background:#0650d2;color:#ffffff;
/*	font-weight:bold;text-align: centen; */
}
.topbg2 /*	浅色背景定义，用于首页细线 */
{
	background:#449ae8;
}
.bgcolor {
	background-color: #e1f4ee;
}

