@charset "gb2312";
/* CSS Document */

/* css reset */
* {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
	border:0;
	/*height:auto!important;*/
}
/*2010-4-21ÓñÊ÷Ä¬°§±ä»Ò*/
html {
	font-size:1em;

}


body {
	font-size:100%;
}
a, ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 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:¡±;
}
img {
    border: none;
    text-decoration:none;
	line-height:0;
	display:block;
}
strong{font-weight:bold;}