@charset "gb2312";
/* CSS Document */
* {margin:0;padding:0;}
html body{margin:0;padding:0;}
body{ background:#fff !important;font-size:12px; color:#333; line-height:20px; margin:0 auto;}
ul,li,p,dl,dd,dt,h1,h2,h3,h4,h5,h6,img{ margin:0; padding:0;}
ul{ list-style-type:none;}
.left { float:left; }
.right { float:right; }
.clear { font-size:0; line-height:0; clear:both; overflow:hidden; zoom:1; }
.blank { height:6px; font-size:0; line-height:0; clear:both; overflow:hidden; }
a:hover {
	text-decoration: underline;
}
a {
	color: black;
	text-decoration: none;
}
img{ border:none;}
.red{ color:#F00}