/* CSS Document */
body {
	background-color: #25324E;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size:12px
}
.STYLE1 {
	color: #374d62;
	font-size: 15px;
	font-weight: bold;
}
.STYLE2 {
	color: #374D62;
	font-weight: bold;
	font-size: 12px;
}
.STYLE4 {
	font-size: 18px;
	color: #3E4F60;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.STYLE5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.STYLE6 {font-family: "Times New Roman", Times, serif}
.STYLE7 {font-size: 16px; font-weight: bold; color: #FFFFFF; font-family: "Times New Roman", Times, serif; }
.STYLE8 {font-size: 14px}
.STYLE9 {font-family: "宋体"}
.STYLE10 {font-size: 15px}
.STYLE11 {font-size: 15px; font-weight: bold; color: #FFFFFF; }
.STYLE13 {color: #C02C2C; font-family: "黑体", "宋体", "微软雅黑"; font-size: 16px;}

.STYLE15 {font-size: 12px}
-->
a.Channel1:link {color: #ffffff;text-decoration: none;} /*未访问的链接 */ 
a.Channel1:visited {color: #ffffff;text-decoration: none;} /*已访问的链接*/ 
a.Channel1:hover{color: #ffffff;text-decoration: none; background-color:#07516C} /*鼠标在链接上 */ 
a.Channel1:active {color: #ffffff;text-decoration:none;} /*点击激活链接*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

