@charset "utf-8";
/*以下为主体页面通用部分CSS*/
html body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	}

body,td,th {
	font-family: Arial,Verdana,"Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	font-size: 12px;
	color: #B4B4B4;
}
a { blr:expression(this.onFocus=this.blur());} /*针对 IE*/
a { outline:none; } /*针对firefox等*/
.footer {
 color:#B4B4B4;text-decoration: none;}
.footer a:link {
	color: #B4B4B4; text-decoration: none;
}
.footer a:visited {
	color: #B4B4B4;
	text-decoration: none;
}
.footer a:hover {
	color: #65b345;text-decoration: none;
}
.mail a:link {
	color: #B4B4B4; text-decoration: none;
}
.mail a:visited {
	color: #B4B4B4;
	text-decoration: none;
}
.mail a:hover {
	color: #65b345;text-decoration: none;
}
.fontwhite{
	color: #ffffff;
	}
