@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#282828;
	font-size:12px;
	line-height:20px;
	color:#545454;
	font-family:Arial, Helvetica, sans-serif;
	
}
a {
	color:#a3ad01;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
.font1{
	color:#646464;
	background-color:#d4e100;
	text-decoration:none;
	padding:3px;
}

.font1:hover {
	color:#000000;
	text-decoration:none;
}
.big {
	color:#a3ad01;
	font-size:14px;	
	font-weight: bold;
}
.big1 {
	font-size:14px;	
	font-weight: bold;
}
.font2 {
	font-size:12px;	
	font-weight: bold;
}
.img1 a img{
	/*filter:gray;*/
	filter: Alpha(Opacity=40); 
	/*filter: grays; */
	border:1px solid #e4e4e4;
	
}
.img1 a:hover img{
	filter:none;
}
.menu {
	z-index:10000;
}
.hidden {
	display : none;
}
.font3 {
	line-height:28px;
}
.font4 {
	color:#000000;
	font-size:14px;
	font-weight:bold;}
.time {
	font-size:10px;
}
.news {
	float:left; 
}
.news ul, .news li {
	margin:0px;
	padding:0px;
	margin-left:10px;
	line-height:24px;
}
.news li {
	list-style-image:url(../images/dot.gif);
	height:25px;
}

.news li:hover {
	border:1px dashed #cccccc;
	border-width:0 0 1px 0;
	list-style-image:url(../images/dot.gif);
}
.news a:hover {
	text-decoration:none;
}
#MyMoveAd{
	color:#d4e00e;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	width:890px;
	margin:10px auto;
}
.bo { background:#eee; padding:5px;}