@charset "gb2312";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#F2F3F5;
}
ul,ol,li,dl,dt,dd{
	padding:0px;
	margin:0px;
	list-style-type: none;
}
ol{
margin-left:2.1em;
}
ol li{
	list-style-type: decimal;
 	text-indent: 0px;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	color:#1C5675;
}
a img,img,iframe { border: none; }
/* Headers------------------------------*/
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}

hr{
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
h1 {
	font-size:16pt;
	color: #FFCC00;
	padding:0px;
	margin:0px;
}

#container { 
	width: 97%;
	margin: 12px auto 0px auto;
	text-align: left;
}
ol.txt_list{
	width:96%;
	height:auto;
	display:block;
	margin:0 auto;
	line-height:170%;
}
ol.txt_list li{
	width:90%;
	height:auto;
	margin-left:26px;
	display: list-item;
	list-style-type: upper-alpha;
	font-family:Arial, Helvetica, sans-serif;
}
ol.txt_list li a{
	width:80%;
	height:auto;
	white-space:nowrap;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
ol.txt_list li a:hover{	text-decoration: underline;}
.Close1 {
	width:45px;
	height:45px;
	position:absolute;
	right:0px;
	top:23%;
	font-size:9pt;
	color:#065C91;
	font-weight:bold;
	cursor:pointer;
	background:url(imagesClosebg1.png) no-repeat;
}
.Close1 a{
	width:45px;
	height:45px;
	display:block;
	color:#065C91;
	font-weight:bold;
}
.Close1 a:hover{
	width:45px;
	height:45px;
	display:block;
	color:#065C91;
	font-weight: bold;
	background:url(imagesClosebg2.png) no-repeat;
}
.Close2 {
	width:45px;
	height:45px;
	position:absolute;
	left:0px;
	top:23%;
	font-size:9pt;
	color:#065C91;
	font-weight:bold;
	cursor:pointer;
	background:url(imagesClosebg1.png) no-repeat;
}
.Close2 a{
	width:45px;
	height:45px;
	display:block;
	color:#065C91;
	font-weight: bold;
}
.Close2 a:hover{
	width:45px;
	height:45px;
	display:block;
	color:#065C91;
	font-weight: bold;
	background:url(imagesClosebg2.png) no-repeat;
}

.Close_t {
	text-align:right;
	width:78%;
	margin-top:-10px;
	position: fixed;
	display:none;}
.Close_b,.Close_b a{
	color:#065C91;
	font-weight: bold;
}
.leightDiv {
	color: #333;
	width: 960px;
	height: 550px;
	_height: 550px;
	margin:0 auto;
	padding:1em 1.5em 1em 1em;
	border: 8px solid #FFFFFF;
	background-color: #FFFFFB;
	background-color:#F2F3F5;
	text-align: left;
	margin-top:0px;
	overflow:Scroll;
	overflow-x:hidden;
}

.leightbox {
	display: none;
	width: 1110px;
	height: 600px;
	_height: 550px;
	position: absolute;
	margin-top:-300px;
	margin-left:-555px; 
	left:50%;
	top:50%;
	_margin-top:-300px;
	_left:50%;
	_top:50%;
	z-index:1001;
	overflow:hidden;
}

.leightbox h1{
	color:#065c91;
	padding-bottom:3px;
}
.leightbox h1,.leightbox .text_p{
	margin:0 auto;
}
.leightbox .text_p{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:8px;
	line-height:175%;
	font-size:10pt;}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }