/* 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: #333; font-size: 12px; line-height: 24px; text-decoration: none; }
a:link { color: #333; font-size: 12px; line-height: 24px;text-decoration: none; }
a:visited { color: #333; font-size: 12px; line-height: 24px; text-decoration: none;}
a:hover { color: #D40000; font-size: 12px; line-height: 24px;text-decoration: none; }
a:active { color: #333; font-size: 12px; line-height: 24px;text-decoration: none; }

/*pro字体链接样式*/
.aPro { color: #333; font-size: 12px; line-height: 22px;text-decoration: none;}
.aPro:link { color: #333; font-size: 12px; line-height: 22px;text-decoration: none;}
.aPro:visited { color: #333; font-size: 12px; line-height: 22px;text-decoration: none;}
.aPro:hover { color: #D40000; font-size: 12px; line-height: 22px;text-decoration: none;}
.aPro:active { color: #333; font-size: 12px; line-height: 22px;text-decoration: none;}


.atxt12_black { color: #333; font-size: 12px; line-height: 20px;text-decoration: none;font-weight:bold;}
.atxt12_black:link { color: #333; font-size: 12px; line-height: 20px;text-decoration: none;font-weight:bold;}
.atxt12_black:visited { color: #333; font-size: 12px; line-height: 20px;text-decoration: none;font-weight:bold;}
.atxt12_black:hover { color: #D40000; font-size: 12px; line-height: 20px;text-decoration: none;font-weight:bold;}
.atxt12_blacko:active { color: #333; font-size: 12px; line-height: 20px;text-decoration: none;font-weight:bold;}

	  
/*普通字体*/
.txt12_black_bold { color: #000; font-size: 12px; line-height: 20px;font-weight:bold;}	
.txt14_black_bold { color: #000; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt14_white_bold { color: #FFF; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt14_Red_bold { color: #F00; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt14_Blue_bold { color: #0099FF; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt14_Gray_bold { color: #666; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt14_Brown_bold { color: #F90; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt14_DarkRed_bold { color: #C00; font-size: 14px; line-height: 22px;font-weight:bold;}
.txt12{ color: #000; font-size: 12px; line-height: 22px;}
.txt12_White{ color: #FFF; font-size: 12px; line-height: 22px;}
.txt14{ color: #333; font-size: 14px; line-height: 22px;}
.Notetxt { color: #D40000; font-size: 12px; line-height: 20px;}
.Introtxt { color: #666; font-size: 12px; line-height: 22px;}   


.TD_bottom_dot { border-bottom:1px dashed #CCC; font-size:12px;}  

/*产品图片边框*/
.PicBorder{ border:1px #666 solid;} 
.PicBorder2{ border:3px #FFF solid;} 

/*文本框样式*/
.txtfield{ border:1px #666 solid; background:#FFF; width:50px; height:18px;} 

/*table边框样式*/
.tableboder{ border:1px #CCC solid; background:#FFF;  } 