@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	scrollbar-face-color: #3E3F3F;
	scrollbar-highlight-color: #3E3F3F;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #3E3F3F;
	background-color: #3E3F3F;
	font-family: "宋体";
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	vertical-align: top;
	background-color: #3E3F3F;
	font-family: "宋体";
}
table, td {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	font-family: "宋体";
}
input {
	height: 18px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.white:hover {
	color: Yellow;
	text-decoration: underline;
}
a.wihte1:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.wihte1:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.wihte1:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
H1 {
	margin: 10px;
	padding: 0px;
	font-size: 16pt;
	font-weight: bold;
}
.PubLeft {
	text-align:left;
}
.PubRight {
	text-align:right;
}
.PubTop {
	vertical-align:top;
}
.PubBottom {
	vertical-align:bottom;
}
.PubCenter {
	text-align:center;
	vertical-align: middle;
}
.PubWhite{
	color:#FFFFFF;
	text-align: center;
}
.PubWidthSize {
	text-align: center;
	vertical-align: top;
	width: 900px;
}
.PubHeadImage {
	background-image: url(/image/PublicRightIco.gif);
	width: 95%;
	background-repeat: repeat-x;
	background-position: center top;
}
.PubFootImage {
	background-image: url(/image/PublicRightIco.gif);
	width: 95%;
	background-repeat: repeat-x;
	background-position: center bottom;
}

