/* CSS Document */
body{
      margin:0; padding:0;
	  background-image:url(../images/bg.gif);
	  background-color:#FFF; 
	  text-align:left; 
	  color:#333;
	  font-size:12px; 
	  line-height:20px;
	  font-family:宋体, 新宋体, Arial, Helvetica, sans-serif; 
	  width:100%; 
	  vertical-align: middle; 
	  height: auto; }
	  
/*普通灰色字体链接样式*/
a { color: #422422; font-size: 12px; line-height: 24px; text-decoration: none; }
a:link { color: #422422; font-size: 12px; line-height: 24px;text-decoration: none; }
a:visited { color: #422422; font-size: 12px; line-height: 24px; text-decoration: none;}
a:hover { color: #333; font-size: 12px; line-height: 24px;text-decoration: underline; }
a:active { color: #422422; font-size: 12px; line-height: 24px;text-decoration: none; }


	  
/*普通字体*/
.txt12_black_bold { color: #000; font-size: 12px; line-height: 20px;font-weight:bold;}	
.txt14_black_bold { color: #D40000; font-size: 14px; line-height: 20px;font-weight:bold;}
.txt14_bold_en { font-family:Verdana, Arial, Helvetica, sans-serif;color: #067AA5; font-size: 14px; line-height: 20px;font-weight:bold;}
.txt12_gray { color: #999; font-size: 12px; line-height: 20px;}
.Notetxt { color: #D40000; font-size: 12px; line-height: 20px;}
.Introtxt { color: #000; font-size: 12px; line-height: 20px;}   
.NewsbT { color: #422422; font-size: 14px; line-height: 20px; font-weight:bold; }	

.TD_bottom_dot { border-bottom:1px dashed #666; font-size:12px;}  

/*产品图片边框*/
.PicBorder{ border:1px #666 solid;} 
