@charset "gb2312";
@import url(header.css);
@import url(footer.css);
@import url(form.css);

body { font-size:12px; font-family: "ËÎÌå"; padding: 0px; margin: 0px; background: #FFFFFF; text-align: center; color: #333333; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{ padding: 0px; margin: 0px; }
ol, ul { list-style: none; }
table, td, th { font-size: 12px; }
img { border: 0px; }
a { color: black; text-decoration: none; }
.layout { clear: both; width: 960px; text-align: left; margin: 0px auto; }
.clear { clear: both; }
.solidline { font-size: 1px; margin: 5px 10px 0px 10px; line-height: 1px; border-bottom: #ccc 1px solid; clear: both; }
.dotline { clear: both; display: block; background: url("/images/dotline.gif") repeat-x; overflow: hidden; height: 1px; }
.left { float: left; }
.right { float: right; }
.not-disp { display: none; }
.highlight { color: red; }