@charset "utf-8";
html,body {
	font-family: "宋体";
	font-size: 12px;
	color: #4d5966;
	background-color: #ffffff;
	text-align:center;
	margin:0 auto;
	line-height: 1.6em;
}
img {
	border:none;
}
#Container {
	margin:0 auto;
	width:1000px;
}
#Footer {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #295297;
	background-color: #F5F5F5;
	color: #666666;
	text-align: left;
	padding-left: 32px;
	padding-top: 2px;
	padding-bottom: 4px;
	clear: both;
}
#Left {
	float: left;
	width: 256px;
	padding-right: 6px;
	padding-left: 28px;
}
#Right {
	float: left;
	width: 680px;
	text-align: left;
	margin-left: 5px;
	margin-right: 25px;
}
.lbg {
	background-image: url(../Images/lbg.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
	text-align: left;
}
ul {
	margin:0px;
	padding:0px;
}
ul .l1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1CFD0;
	margin-left:10px;
	margin-right:20px;
	list-style-type: none;
	margin-top:6px;
}
ul .l2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1CFD0;
	margin-left:8px;
	margin-right:20px;
	list-style-type: none;
	margin-top:6px;
}

.fontA{
	color:#4d5966;
}
.page {
	background-color: #FFE600;
	padding-right: 20px;
	padding-left: 20px;
	color: #000;
	padding-top: 20px;
	min-height:900px;
}
* html .page {
	background-color: #FFE600;
	padding-right: 20px;
	padding-left: 20px;
	color: #000;
	padding-top: 20px;
	min-height:860px;
}
.ptext {
	padding-left: 12px;
	background-image: url(../Images/point3.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.ptext2 {
	padding-left: 24px;
	background-image: url(../Images/point3.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF8B3;
	padding-bottom: 8px;
	display: block;
	margin-bottom: 12px;
}

#dhtmltooltip{
position: absolute;
left: -100px;
width: 500px;
border: 1px solid black;
padding: 5px;
padding-left:8px;
background-color: #fff;
visibility: hidden;
z-index: 100;
text-align:left;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#IndexBtn {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #295297;
	padding-top: 2px;
	padding-bottom: 4px;
}
