/* CSS Document */
*{MARGIN:0px;padding:0px;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td{margin:0;padding:0;}
BODY {
	SCROLLBAR-FACE-COLOR: #c0c0c0; 
    SCROLLBAR-HIGHLIGHT-COLOR: #9d9d9d; 
    SCROLLBAR-SHADOW-COLOR: #9d9d9d; 
    SCROLLBAR-3DLIGHT-COLOR: #e0e0e0; 
    SCROLLBAR-ARROW-COLOR: #ffffff; 
    SCROLLBAR-TRACK-COLOR: #e0e0e0; 
    SCROLLBAR-DARKSHADOW-COLOR: #e0e0e0;
	COLOR:#fff;
	background-color:#35211f;
	background-image:url(usebg.jpg);
	background-position:center 0px;
	background-repeat:repeat-y;
	FONT-SIZE: 12px;
}

/*链接样式*/
a{color:#f98100;text-decoration: none;}
a:hover{color: #fff;text-decoration: underline;}
/*白色*/
.whrite{color:#fff;}
.whrite a:link,.whrite a:visited{color:#fff;text-decoration:none;}
.whrite a:hover,.whrite a:active{color:#fff000;text-decoration:none;}
a.whrite:link,a.whrite:visited{color:#fff;text-decoration:none;}
a.whrite:hover,a.whrite:active{color:#fff000;text-decoration:none;}
/*黄色*/
.yellow{COLOR:#fff;}
.yellow a:link,.yellow a:visited{COLOR: #fff; TEXT-DECORATION: none;}
.yellow a:hover,.yellow a:active{COLOR: #fff000;TEXT-DECORATION: underline}
a.yellow:link,a.yellow:visited{COLOR: #fff; TEXT-DECORATION: none}
a.yellow:hover,a.yellow:active{COLOR: #fff000; TEXT-DECORATION: underline}

/*控制网页居中*/
.mainbody{width:1004px;margin:0 auto; position:relative;clear:both;}
/*头部flash透明*/
.swftransParent{position:absolute;top:5px;left:10px;width:250px;height:60px;text-align:center}
/*顶部菜单*/
.topMenu{margin:0px auto;width:90%;}
.topMenu a{font-size:16px;font-weight:bold;color:#fff;}
.topMenu a:hover{font-size:16px;font-weight:bold;color:#fee502;}
/*网页左边*/
.TableLeft{width:210px;margin-left:2px;}
/*底部控制*/
.bodyFoot{margin-top:50px;line-height:22px;}