/* CSS-reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,label,pre,form,fieldset,input,textare
a,p,blockquote,th,td,lable{
padding: 0;
margin:0;
font-family: Verdana ;
font-size:12px;
}
body{
	overflow:-moz-scrollbars-vertical;
}
fieldset,img {border:none;}    
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:bold;font-size: 100%;}    
q:before,q:after {}    
abbr,acronym { border:none;}
.hide{ display:none;}
/* CSSreset-end */
/* Á´½ÓÑÕÉ« */
a{color:#54565C; text-decoration:none;}
a:link {color:#54565C; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color: #bc2931;}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
	background-color:#fff;
	}

