
body,div,hr,p,blockquote,ul,ol,li,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
}
body{
    width: 100%;
    height: 100%;
    /*background-color: #f3f3f3;*/
	color:#333;
}
html {
	overflow-y:auto!important;
	*overflow-y:scroll;
}
.clearfix {
	*zoom:1;
	*clear:both;
}
.clearfix:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0
}
*+html img{
	-ms-interpolation-mode:bicubic;
}
.clearboth{
	clear:both;
}
ul,ol{
	list-style:none
}
fieldset,img{
	border:0;
}
address,cite,dfn,em,var,i{
	font-style:normal;
}
strong,.fcu {
	font-weight:bold;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
button,.fhand{
	cursor:pointer;
}
button,input,select,textarea {
	font-size:12px;
    outline: none;
}

a{
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}