body {
	background-color: #9ED4FC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #555555;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}
.a1:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.a1:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.a1:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.a1:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.top_m_txt01 {
	font-family: "宋体";
	font-size: 12px;
	color: #404040;
}
	
.Glow {
	FILTER: glow(color=ffffff, strength=1) dropshadow(color=D9C4C4, offx=1, offy=1,);
	WIDTH: 100%;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	font-family: "宋体";
	font-size: 12px;
}
.Glow01 {
	FILTER: glow(color=ffffff, strength=3) dropshadow(color=ffffff, offx=0, offy=0,);
	WIDTH: 100%;
	COLOR: #333333;
	LINE-HEIGHT: 20px;
	font-family: "宋体";
	font-size: 12px;
}
 .INPUT {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 12px;
	BORDER-LEFT-COLOR: #cccccc;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #cccccc;
	BORDER-TOP-COLOR: #cccccc;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #cccccc;
	padding: 1px;
}
.INPUT01 {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-SIZE: 12px;
	BORDER-LEFT-COLOR: #cccccc;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #cccccc;
	BORDER-TOP-COLOR: #cccccc;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #cccccc;
	padding: 1px;
	height: 17px;
}
.login_txt01 {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
}
.input02 {
	border: 1px solid #939393;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}.jiage {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
}
.word-table {
    border-collapse: collapse; /* 合并边框 */
    width: 100%; /* 表格宽度 */
    margin: 10px 0; /* 外边距 */
}
 
.word-table th, .word-table td {
    border: 1px solid #ddd; /* 边框样式 */
    padding: 5px; /* 单元格内边距 */
    text-align: center; /* 文本对齐方式 */
}
 
.word-table th {
    background-color: #f2f2f2; /* 表头背景色 */
	   vertical-align: middle; /* 垂直居中，但通常用于行内元素 */
        line-height: normal; /* 可能需要调整行高以确保垂直居中 */
		font-size: 14px;
}
 .inline-center {
        text-align: center; /* 水平居中 */
        vertical-align: middle; /* 垂直居中，但通常用于行内元素 */
        line-height: normal; /* 可能需要调整行高以确保垂直居中 */
    }
	.underline {
    text-decoration: underline;
	font-size: 13px;
}
