﻿﻿/* CSS Document */
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
 overflow-y:scroll;
 overflow-x:hidden;
}

body{
	background:url(../../bsjc_images/bgLine.jpg) repeat-x center top #FFF;
	width:100%;
	margin:0 auto;
	padding:0px;
	font-size:12px;
	color:#4b4c4c;
	font-family:"微软雅黑";
	position:relative;
}

body,div,td,p,input,h2,h3,h4,h5,h6,ul,form,p,table,td,tr {
	margin: 0;
	padding: 0;
}
h2{
	font-size:24px;
	font-weight:normal;
}
h3{
	font-size:18px;
	font-weight:normal;
}
h4{
	font-size:16px;
	font-weight:normal;
}
h5{
	font-size:14px;
	font-weight:normal;
	
}

img,input,textarea {
	border: 0;
}
li {
	list-style: none;
}
a {
	color:#333;
	cursor:pointer;
	text-decoration:none;
	blr:expression_r(this.onFocus=this.blur());  
    outline:none; 
}

a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
:focus{outline:0;}

.IE6png{
	behavior: url("../../js/bsjc_js/iepngfix.htc");
}

.F-left{
	float:left;
}

.F-right{
	float:right;
}
.clear{
	clear:both;
}




.ManroWarp{
	width:1000px;
	margin:0px auto;
	padding:0 0;
	position:relative;
	z-index:10;
}
