/* CSS Document */
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #0E3569;} /* 未访问的链接 */
a:visited {color: #0E3569;} /* 已访问的链接 */
a:hover{text-decoration:underline;}
/*a:hover{color: #FF0000  ;} /* 鼠标在链接上 */ 
/*a:active {color: #FF0000  ;} /* 点击激活链接 */
tr { font-size: 12px; color: #000000  ; text-decoration:none ; text-decoration:none ; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.STYLE1 {
	font-family: "宋体";
	color: #0064d4;
	font-weight: bold;
}
.STYLE2 {
	font-family: "宋体";
	color: #aaaaaa;
}

.STYLE3 {
	font-family: "宋体";
	font-weight: bold;
	color: #666666;
}
.hg {
line-height:20px;}
h1 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #0E74F0;
}
h2 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.gsjj {
	font-size: 12px;
	line-height: 200%;
}
