/* CSS Document */

/*
深蓝：#003082
浅蓝：#D9E0EC
土黄：#BEA875
深红：#660019
*/

/*页面：蓝色，无边距*/
body {
	background-color: #003082;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;}
	
/*表格：自动换行，垂直顶端对齐*/
td{
	word-wrap:break-word;
	vertical-align:top;}

/*表格：垂直居中*/

td.Vertical-Middle {
	vertical-align: middle;
}

/*弹出菜单的表格：垂直居中，水平居中*/
td.PopMenu {
	vertical-align: middle;
	text-align:center;
}


/*蓝色的>>*/	
.BlueArray {color: #003082}

/*弹出菜单层*/
#LayerMnuHSK {
	position:absolute;
	top:195px;
	width:520px;
	height:390px;
	z-index:1;
	visibility: hidden;
}
#LayerMnuOnline {
	position:absolute;
	top:195px;
	width:815px;
	height:150px;
	z-index:1;
	visibility: hidden;
}	
#LayerMnuCenter {
	position:absolute;
	top:195px;
	width:310px;
	height:150px;
	z-index:1;
	visibility: hidden;
}		
/*链接：蓝色，14像素，宋体，有下划线，HOVER状态下变红色*/
a:link {
	text-decoration: underline;
	color: #003082;}
a:visited {
	text-decoration: underline;
	color: #003082;}
a:hover {
	text-decoration: none;
	color: #003082;}
a:active {
	text-decoration: underline;
	color: #003082;}

/*页面底部版权文字*/
.Foot_Text {
	font-size:12px;
	color:#000000;}




/* 二级页面标题字*/
.L2_Title {
	font-size: 22px;
	color:#660019;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	}
	 
/* 三级页面字体：分别为主体文字、标题、签名、日期 */
.L3_Title {
	font-size:28px;
	font-weight:bold;
	color:#660019;}

.L3_Text {
	color: #000000;}
	
.L3_Signature {
	color: #660019;
	font-weight: bold;}
	
.L3_Date {
	color: #660019;}

.L3_Highlight {
	font-weight:bold;
	color:#660019;}
	
	

