body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
}
.h {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	color:#777777;
}
.hb {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bababa;
	color:#777777;
}
a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*-------------new add-----------------------*/
.top{
	height:111px;
	background:url(../images/bg_menu.gif) repeat-x bottom;
	margin-bottom:10px;
}
.menu{
	width:936px;
	background:url(../images/logo.gif) no-repeat 0px 17px;
	height:111px;
	display:block;
	position:relative;
	margin:0 auto;
}
.menu ul{
	padding:0px;
	margin:0px;
	position:absolute;
	top:47px;
	left:151px;
}
.menu ul li{
	list-style:none;
	float:left;
	width:85px;
	height:30px;
	line-height:30px;
	margin-right:2px;
	text-align:center;
}
.txt{
	position:absolute;
	left:175px;
	top:87px;
	color:#FFFFFF;
}
.menuoff a{
	text-decoration:none;
	color:#555;
}
.menuon a{
	text-decoration:none;
	color:#fff;
}

.menuon{
	background:url(../images/menu_on.gif) no-repeat;
	width:85px;
	height:30px;
	color:#fff;
}
.menuoff{
	background:url(../images/menu_off.gif) no-repeat;
	width:85px;
	height:30px;
}

/*-------------new add ___al -----------------------*/
.al_box{
	margin:10px 0 35px;
	width:600px;
}
.al_tit{
	color:#666;
	font-weight:bold;
	border-bottom:2px solid #e8e8e8;
	display:block;
	width:600px;
	height:20px;
	margin-bottom:15px;
}
.al_txt{
	float:left;
	margin:5px 0 0 20px;
	color:#666;
	line-height:22px;
}