@charset "gb2312";
/* CSS Document */

body { margin:0px; background:url(mainBg.gif); font-size:12px; color:#666666; line-height:23px; }
html, ul, li, h1, h2, h3, h4, h5, h6, fieldset, legend { padding:0; margin:0; }
ul, li { list-style-type:none; text-transform:capitalize; }
.clear { clear:both; *display:inline;/*IE only*/ }
img { border:0px; vertical-align:middle; }
a { font-size:12px; color:#666666; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; color:#666666; }
a:hover { text-decoration:none; color:#CC0000; }
a:active { text-decoration:none; color:#666666; }
.container{ margin:0 auto; padding:0px; border:0px; width:1002px; background:url(containerBg.gif) repeat-y; }

/* 当前位置(链接样式写在A标签外部的样式写法) */
.position { font-size:14px; color:#333333; }
.position a{ font-size: 14px; text-decoration:none; color:#333333; }
.position a:link{ color:#333333; }
.position a:visited { color:#333333; }
.position a:hover { color:#CC0000; }
.position a:active { color:#333333; }

/* 设为首页/收藏本站(链接样式写在A标签里的样式写法) */
a.favorite { font-size: 12px; text-decoration:none; }
a.favorite:link { color:#666666; }
a.favorite:visited { color:#666666; }
a.favorite:hover { color:#CC0000; }
a.favorite:active { color:#666666; }

/*通用*/
.titleWhite { font-size:14px; color:#FFFFFF; font-weight:bold; }
.titleRed { font-size:22px; color:#CC0000; font-weight:bold; font-family:黑体; }
.pointRed { font-size:13px; color:#CC0000; font-weight:bold;}
.titleOrange { font-size:12px; color:#FF9900; }
.foot { font-size:12px; color:#666666; }
.titleGray { font-size:12px; color:#686868; font-weight:bold; }