/*超链接样式设置*/
a{font-family:宋体;font-size:12px; color:#000000;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;color: #000000;}
a:hover{text-decoration: none;	color: #FF0000;}
a:active{text-decoration: none;}

/*窗体设置*/
body{background-color:#FFFFFF;
     background-image: url("");
     margin-top: 0px;
     margin-left: 0px;
     margin-bottom: 0px;
     line-height: normal;
     scrollbar-3dLight-Color: #FFFFFF; /*滚动条亮边的颜色*/
     scrollbar-Arrow-Color: #FFFFFF; /*上下按钮上三角箭头的颜色*/
     scrollbar-Base-Color: #FFFFFF; /*滚动条的基本颜色*/
     scrollbar-DarkShadow-Color: #FFFFFF; /*滚动条强阴影的颜色*/
     scrollbar-Face-Color: #FFFFFF; /*滚动条凸出部分的颜色*/
     scrollbar-Highlight-Color: #FFFFFF; /*滚动条空白部分的颜色*/
     scrollbar-Shadow-Color: #FFFFFF; /*立体滚动条阴影的颜色*/
     scrollbar-Track-Color: #FFFFFF/*滚动条的背景颜色*/
	 }

/*字体设置*/
td{font-size:12px; line-height:20px;}/*表格字体设置*/
.font_bottom{color: #FFFFFF;font-size:12px; line-height:20px;}/*网页底部落款字体设置*/
.style2 {font-size:12px; font-family:"宋体"; font-style:normal; line-height:normal; font-weight:normal; color:#000000;}
.style3 {font-size: 14px;font-family: "幼圆";color: #B43106;}
.style4 {font-size: 14px;font-family: "宋体";color: #000000;line-height:24px;}/*文章正文所用字体设置*/
.style5 {font-size: 20px;font-family: "黑体";color: #000000;line-height:24px;}/*文章标题所用字体设置*/
.style9 {font-size: 24px;font-family:"Times New Roman",Times,serif;}

.YellowLine {border-bottom: #ff9900 1px solid;}
