﻿@charset "utf-8";
body {
	font-family: 'Microsoft Yahei',Arial,Simsun;
	font-weight: normal;
}

* {
	margin: 0px;
	padding: 0px;
}
html,body,div,ul,li,img,p {
	margin:0;
	padding:0;
}
ul,li{ list-style: none}
form,input, button,fieldset {
	margin:0;
	padding:0;
	list-style:none;
	outline: none;
}
.clear{clear:both;}
#clear {
	clear: both;
}
.clear:after, #clear:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clear, #clear{zoom:1} 
a {
	text-decoration: none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
}
a:hover ,a:focus {
	color: #333333;
	text-decoration: none;
	outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



