@charset "UTF-8";
body {
	font-family:  Arial, 微软雅黑, 宋体;
	font-size: 14px;
	line-height: 150%;
	color: #666;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}
.menu-text {
	font-size: 16px;
	color: #FFF;
	text-align:center;
	font-weight: bold;
}
.menu-sub-text {
	font-size: 16px;
	color: #FFF;
	padding-left:20px;
	font-weight: bold;
}
.a{
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
}
.lang{
	text-decoration:none;
	color:#008B00;
	font-weight: bold;
}
