/* 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; }


/*Menu白色字体链接样式*/
.aMenu { color: #000; font-size: 12px; line-height: 23px; font-weight:bold; text-decoration: none; }
.aMenu:link { color: #000; font-size: 12px; line-height: 23px;font-weight:bold; text-decoration: none; }
.aMenu:visited { color: #000; font-size: 12px; line-height: 23px;font-weight:bold; text-decoration: none;}
.aMenu:hover { color: F00; font-size: 12px; line-height: 23px;font-weight:bold;text-decoration: none; }
.aMenu:active { color: #000; font-size: 12px; line-height: 23px;font-weight:bold;text-decoration: none; }

/*pro字体链接样式*/
.aPro { color: #666; font-size: 12px; line-height: 20px;text-decoration: none; border-bottom:1px dotted #B3A198;}
.aPro:link { color: #666; font-size: 12px; line-height: 20px;text-decoration: none; border-bottom:1px dotted #B3A198;}
.aPro:visited { color: #666; font-size: 12px; line-height: 20px;text-decoration: none;border-bottom:1px dotted #B3A198;}
.aPro:hover { color: F00; font-size: 12px; line-height: 20px;text-decoration: none; border-bottom:1px dotted #B3A198;}
.aPro:active { color: #666; font-size: 12px; line-height: 20px;text-decoration: none; border-bottom:1px dotted #B3A198;}

	  
/*普通字体*/
.TxtLine { color: #000; font-size: 11px; line-height: 20px; }	 
.txt12_black_bold { color: #000; font-size: 12px; line-height: 20px;font-weight:bold;}	
.txt14_black_bold { color: #000; font-size: 14px; line-height: 20px;font-weight:bold;}
.txt1 { color: #FFF; font-size: 10px; line-height: 20px;}
.Notetxt { color: #D40000; font-size: 12px; line-height: 20px;}
.Introtxt { color: #444; font-size: 12px; line-height: 22px;}   
.NewsbT { color: #422422; font-size: 14px; line-height: 20px; font-weight:bold; }	

.TD_bottom_dot { border-bottom:1px dotted #B3A198; font-size:12px; color:#7C5304; line-height:22px;}  

/*产品图片边框*/
.PicBorder{ border:1px #422422 solid;} 

