/* CSS Initialization*/
body { 
    font-family:"宋体", arial;
	margin:0; 
	padding:0; 
	font-size:12px; 
	color:#000; 
	width-mix:1207px; 
	margin:0 auto;
	background-color:#ffffff; 
	}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{ 
    padding:0px; 
    margin:0px;
    font-size:12px;
    line-height:200%;
    font-family:"宋体";
    margin:0 auto;
}

a { color: #333333; font-weight:normal; background:transparent; text-decoration:none; }
a:focus,
a:hover,
a:active { color: #FF3333; text-decoration: none; background-color:transparent; }

input{
	padding:0px;
	margin:0px;
}
table{ 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img{ 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym {
	border: 0; 
}
.clear{
	clear:both;
}
.clearBoth{
    display:block;
    clear:both;
	
}
 div.clear-both {
	font: 0px/0px sans-serif;
	clear: both;
	display: block
}
#layout{
	width:1207px;
	height:auto;
	margin:0 auto;
    background-color: #ffffff;
}
/* CSS Initialization*/
