/* CSS Document */
*{
    margin:0px auto;
	padding:0px;
	}
ul,li,dl,dt,dd,from,img{
	margin:0px;
	padding:0px;
	list-style-type: none;
	}
h1,h2,h3,h4,h5,h6{
    margin:0px;
	padding:0px;}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	width: 100%;
	font-family: "ËÎÌå";
	background-color: #FFFFFF;
}
a{
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #E51012;
	text-decoration: none;
}

.STYLE1 {color: #999999}
.STYLE2 {
	font-size: 14px;
	font-weight: bold;
}

/*   */

#All {
	width: 950px;
}
.Left {
	float: left;
	width: 690px;
}
.Left_top {
	height: 37px;
	width: 100%;
	padding-top: 10px;
	line-height: 37px;
}
.Left_all {
	background-color: #FDF8EE;
	height: 100%;
	width: 652px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	border: 1px solid #CCCCCC;
}
.Left_all_title {
	line-height: 40px;
	height: 40px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.Left_all_title2 {
	line-height: 20px;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
}
.Left_all_zi {
	line-height: 22px;
	width: 100%;
	font-size: 14px;
}
.Right {
	float: right;
	width: 250px;
	padding-top: 10px;
}

/********foot********/
#foot {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
}

#foot #foot_logo {
	float: left;
}
#foot #foot_txt {
	color: #666666;
	float: right;
	line-height: 20px;
	text-align: center;
	width: 670px;
}

