@charset "gb2312";
/* CSS Document */
#bm{
	width:1000px;
	height:50px;
	margin:0px auto;
}
.bm_lt{
	width:200px;
	height:50px;
	float:left;
	background-color:#535353;
}
.bm_rt{
	width:770px;
	height:38px;
	float:left;
	color:#535353;
	background-color:#c4c4c4;
	padding-right:30px;
	padding-top:12px;
	font-size:12px;
	line-height:17px;
}
.bm_rt a:link {
	color:#535353;
	text-decoration: none;
}
.bm_rt a:visited {
	text-decoration: none;
	color:#535353;
}
.bm_rt a:hover {
	text-decoration: none;
	color:#0066FF;
}
.bm_rt a:active {
	text-decoration: none;
}
