@charset "utf-8";
/* CSS Document */
*{
	padding:0; margin:0;
}
body{
	font:12px,Arial,sans-serif; color:#003; line-height:20px;
}
img{
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.al{
	text-align:left;
}
.ac{
	text-align:center;
}
.ar{
	text-align:right;
}
.m{
	width:960px; margin:0 auto; clear:both;
}
.nobg{
	background:none!important;
}
.mar_t3{
	margin-top:3px;
}
.mar_t5{
	margin-top:5px;
}
li{
	list-style:none;
}
.bold{
	font-weight:bold;
}
.gray{
	color:gray!important;
}

.top{
	width:958px; margin:0 auto 2px auto; border:1px solid #ccc; height:60px;
}
.top .left{
	padding-top:5px;
}
.top a{
	color:#006; text-decoration:none;
}
.top a:hover{
	color:#C00; text-decoration:underline;
}
.top .right{
	 text-align:right; padding-right:5px; width:435px; padding-top:5px;
}
.top .b{
	 border-top:1px solid #ccc; padding-top:7px; margin-top:5px;
}
.top .b a{
	display:block; float:right; background:url(/images/allicon.png) no-repeat -10px -5px; width:80px; height:20px;text-align:center; font-weight:bold; margin-left:3px;
}
.weizhi{
	width:960px; margin:0 auto; background:#fff;padding-top:5px;border-bottom:1px solid #ccc;
}
.copyright{
	width:960px; margin:5px auto 0px auto; border-top:2px solid #89b2e5; text-align:center;
}