@charset "utf-8";
/* CSS Document */
html{
	color:#000;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,span{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ul,ol,li{
	list-style:none;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{
	*font-size:12px;
}
legend{
	color:#000;
}
table {
	font-size:inherit;
	font:12px;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:12px;
	line-height:100%;
}
.clear{
	clear:both;
}
*{ 
	margin:0; 
	padding:0px;
}
.margin_5{ 
	margin-top:5px;
}
.margin_10{ 
	margin-top:10px;
}
#doc{ 
	width:950px; 
	text-align:center; 
	margin:0px auto;
}
#ft{ 
	margin-top:5px; 
	border-top:solid 1px #ccc;
}
#bd{
}
#contact{ 
	width:940px; 
	background:#fff;
}
#docleft{ 
	width:687px; 
	float:left; 
	display:inline;
}
#docright{ 
	width:240px; 
	float:left; 
	margin-left:10px;  
	display:inline;
}
#docleft_l{ 
	width:300px; 
	float:left;
}
#docleft_r { 
	width:377px; 
	float:left; 
	margin-left:10px;
}
/*清除链接虚框*/
a,area{
	blr:expression(this.onFocus=this.blur());/*For IE*/ 
	outline:none;
}

