/* CSS Document */

html, body{
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	/*filter:progid:DXImageTransform.microsoft.gradient(gradienttype=0,startColorStr=#003366,endColorStr=white);*/
	background-color: #fefefe;
	font-size: 9pt;
	color: #666666;
	 
}
table{
	font-size:9pt;
	line-height: 2;
}
.head {
	width: 1000px;
	height: auto;
	margin-top: 10px;
}
.v_left{
	background-color: #DDDDD0;
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	margin-top: 10px;
}
.v_left ul{
	float: right;
	margin-right: 40px;
	width: auto;
	padding: 0px;
	margin-top: 0px;
 }
.v_left ul li{
	list-style-type: none;
	float: left;
	width: 100px;
	display: block;
	text-align: center;
}

.v_left ul li a{
	color: #666666;
	text-decoration: none;
}


.c_left{
	width: 100%;
	height: 61px;
	padding-top: 5px;
	text-align: left;
}
.c_left ul{
	width: auto;
	float: left;
	margin-left: 30px;
	text-align: left;
 }
.c_left ul li{
	list-style-type: none;
	float: left;
	width: 90px;
	margin-left: 5px;
}
.c_left ul li  a{
	padding-left: 5px;
	height: 61px;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
}
.c_left ul li  a:hover{
	color: #FF0000;
	text-decoration: none;

}
.c_left ul li  a span{
	color: #878787;
	padding-left: 5px;
}
.c_bottom{
	height: 144px;
	width: 100%;
	background-image: url(../tu/01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
}
.foot {
	width: 1000px;
	text-align: center;
	height: auto;
}
.foot .foot_text{
	width: 80%;
	padding-top: 10px;
	background-color: #e9e9e9;
}
.foot ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.foot ul li{
	height: 61px;
	float: left;
	list-style-type: none;
}
.center_div {
	width: 1000px;
	height: auto;
	font-size: 9pt;
}
.font_9pt {
	font-size: 10pt;
}

.left_menu {
	float: left;
	width: 218px;
	background-image: url(../tu/02.jpg);
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.left_menu span{
	padding-left:30px;
	text-align: left;
	line-height: 2;
	float: left;
	width: auto;
}
.left_menu ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.left_menu ul  li{
	height: 25px;
	list-style-type: none;
	padding-left: 20px;
}
.left_menu ul li a{
	text-decoration: none;
	color: #666666;
}
.left_menu ul li a:hover{
	color: #333333;
}

.right_block{
	float: left;
	width: 780px;
	text-align: left;
	line-height: 1.5;
	font-size: 9pt;
}

.right_block span{
	float: left;
	width: 100%;
}
#hidden_h1{
	position: absolute;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
a {
	color: #666666;
	text-decoration: none;
}
a :hover{
	color: #333333;
}
