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

body{
	background:url(../images/bg.png) repeat;
	margin:0 auto;
	padding:0px;
	font-size:12px;
	color:#000;
	font-family:"微软雅黑";
}

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:22px;
	font-weight:normal;
}
h5{
	font-size:16px;
	font-weight:normal;
}
h6{
	font-size:14px;
	font-weight:normal;
}
img,input,textarea {
	border: 0;
}
li {
	list-style: none;
}
a {
	color:#434343;
	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/iepngfix.htc");
}

.F-left{
	float:left;
}

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

#ManroWarp{
	width:993px;
	margin:0px auto;
	padding:0 0;
	position:relative;
	overflow:hidden;
	display:block;
}
