/* CSS Document */
body{
  background:url(../images/bg.jpg);
  background-repeat:no-repeat;
  background-position:top;
  SCROLLBAR-HIGHLIGHT-COLOR: #303030; /*滚动条及箭头的亮边色*/
  SCROLLBAR-SHADOW-COLOR: #878A51;    /*滚动条及箭头的暗边色*/
  SCROLLBAR-3DLIGHT-COLOR: #878A51;   /*滚动条及箭头的3D亮边色*/
  SCROLLBAR-TRACK-COLOR: #878A51;     /*滚动条底色*/
  SCROLLBAR-DARKSHADOW-COLOR:#878A51; /*滚动条及箭头的暗边阴影色*/
  scrollbar-Base-Color: #878A51; 
  scrollbar-arrow-Color: #ffc000;     /*箭头的颜色*/
  scrollbar-face-color: #E6E7BF;      /*滚动条及箭头的颜色*/
  font-size:12px;
  color:#333333;
  background-color:#6D6F61;
}
td,th{font-size:14px; line-height:24px;}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

a.link_white:link{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-family:Arial, "宋体", sans-serif;
}
a.link_white:visited{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-family:Arial, "宋体", sans-serif;
}
a.link_white:hover{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-family:Arial, "宋体", sans-serif;
}
a.link_white:active{
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-family:Arial, "宋体", sans-serif;
} 

.ctitle{font-size:14px; color:#FFFFFF; font-weight:bold;}
.etitle{font-size:10px; color:#F1D37F;}
