BODY {
	  SCROLLBAR-FACE-COLOR: #FAFAFA;
	  SCROLLBAR-HIGHLIGHT-COLOR: #7D8E9A; 
	  SCROLLBAR-SHADOW-COLOR: #ffffff;
	  COLOR: #000000; 
	  SCROLLBAR-3DLIGHT-COLOR:#ffffff;
	  SCROLLBAR-TRACK-COLOR: #7D8E9A;
	  SCROLLBAR-DARKSHADOW-COLOR: #7D8E9A;
	  margin-top: 0px;
	  margin-bottom: 0px;
	  /*bbackground-color: #730C00;*/
      /*background-image:url(images/bj.jpg);background-attachment: fixed;*/
}

a:link {
	 font-size: 12px;
	 font-family: Arial;
	 color: #000000;
	 text-decoration: none;
}
a:visited {
	 font-size: 12px;
	 font-family: Arial;
	 color: #000000;
	 text-decoration: none;
}
.ba:hover {
	 color: #0066FF;
	 font-family: Arial;
	 font-size: 12px;
	 text-decoration: none;
}
.ba:link {
	 font-size: 12px;
	 font-family: Arial;
	 color: #0066FF;
	 text-decoration: none;
}
.ba:visited {
	 font-size: 12px;
	 font-family: Arial;
	 color: #000000;
	 text-decoration: none;
}
a:hover {
	 color: #2478B7;
	 font-family: Arial;
	 font-size: 12px;
	 text-decoration: none;
}

a.Black_12:link {
	 font-size: 14px;
	 color: #000000;
	 text-decoration: none;
} 
a.Black_12:visited {
	 font-size: 14px;
	 color: #000000;
	 text-decoration: none;
}
a.Black_12:hover {
	color: #0066CC;
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
}
a.Black_28:link {
	 font-size: 12px;
	 font-family: Arial;
	 	line-height: 12px;
	 color: #000000;
	 text-decoration: none;
} 
a.Black_28:visited {
	 font-size: 12px;
	 font-family: Arial;
	 	line-height: 12px;
	 color: #000000;
	 text-decoration: none;
}
a.Black_28:hover {
	color: #29519C;
	font-family: Arial;
		line-height: 12px;
	font-size: 12px;
	 text-decoration: none;
}
a.Black_16:link {
	 font-size: 12px;
	 font-family: Arial;
	line-height: 12px;
	 color: #000000;
	 text-decoration: none;
} 
a.Black_16:visited {
	 font-size: 12px;
	 font-family: Arial;
	 	line-height: 12px;
	 color: #000000;
	 text-decoration: none;
}
a.Black_16:hover {
	color: #29519C;
	font-family: Arial;
		line-height: 12px;
	font-size: 12px;
	 text-decoration: none;
}

a.Black_14:link {
	 font-size: 13.4px;
	 color: #000000
	 font-family: Arial;
	 text-decoration: none;
} 
a.Black_14:visited {
	 font-size: 13.4px;
	 color: #000000;
	 font-family: Arial;
	 text-decoration: none;
}
a.Black_14:hover {
	color: #FF6600;
	font-family: Arial;
	font-size: 13.4px;
	font-family: Arial;
	text-decoration: underline;
}

a.White_12:link {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}
a.White_12:visited {
	font-size: 12px;
	color: #EEEEEE;
	font-family:Arial;
	text-decoration: none;
}
a.White_12:hover {
	font-size: 12px;
	color: #FFFF00;
	font-family:Arial;
	text-decoration: underline;
	font-weight: bold;
}
.text_14 {
	font-size: 13.4px;
	line-height: 30px;
	font-family: Arial;
	color: #000000;
}
.text_12 {
	font-size: 12px;
	line-height: 22px;
	font-family:Arial;
	color: #000000;
}
.text_12_1 {
	font-size: 12px;
	line-height: 18px;
	font-family:Arial;
	color: #000000;
}
.text_13 {
	font-size: 12px;
	line-height: 18px;
	font-family:Arial;
	color: #000000;
}

.text_13_hight_18 {
	font-size: 12px;
	line-height: 18px;
	font-family:Arial;
	color: #000000;
}
.text_16 {
	font-size: 12px;
	line-height: 18px;
	font-family:Arial;
	color: #000000;
}
.etext_12_hight_20{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}
.etext_10_hight_26 {
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

.etext_14_hight_30 {
	font-family: Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bolder;
}
.etext_16 {
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bolder;
}
.border1{
	border: 1px solid #999999;
}

/*ctable,td {
   font-size:12px;
   color:#000000;
}*/
/*css实现缩略图鼠标移上去显示大图*/
.list{
   position:relative;
 }
.list span img{ /*CSS for enlarged image*/
   border-width: 0;
   padding: 2px; width:500px;
}
.list span{ 
   position: absolute;
   padding: 3px;
   border: 1px solid gray;
   visibility: hidden;
   background-color:#FFFFFF;
}
.list:hover{
   background-color:transparent;
}
.list:hover span{
   visibility: visible;
   top:0; left:60px;
}
/*css实现图图片水平翻转和垂直翻转*/
.picture_flipv{
    filter:flipv;
}
.picture_fliph{
    filter:fliph;
}
.picture_fliph_flipv{
    filter:fliph() flipv(); 
}
/*实现投影模糊效果，但必须加在<td>里面*/
.text_blur{
    filter:blur(add=ture,direction=135,strength=10);
	}
.text_shadow{	
    filter:shadow(color=gray, direction=225);
	}
.text_shadow2{	
    filter:shadow(color=#999999, direction=150);
	}	
/*实现投影效果*/
.picture_dropshadow{
    filter:dropshadow(color=gray,offx=2,offy=2,positive=0);
	}
.picture_glow{
    filter:glow(color=#ff0000,strength=5);
	}
	.bgline {
	background-image: url(../images/bj03.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bj {
	background-attachment: fixed;
	background-image: url(../images/bj4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	.bgline2 {
	background-image: url(../images/line2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.wz12x {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
.wz12xx {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
}

