@CHARSET "UTF-8";
.no_border_table{
	  border:0;
	  width:100%;
}
.no_border_table caption { 
	padding: 0 0 5px 0; 
	width: 700px; 
	font: italic 12px tahoma, arial, 宋体; 
	text-align: right; 
} 

.no_border_table th { 
	font: bold 11px tahoma, arial, 宋体; 
	color: #4f6b72; 
	letter-spacing: 2px; 
	text-transform: uppercase; 
	text-align: center; 
	padding: 6px 6px 6px 6px; 
	background: #CAE8EA no-repeat; 
} 
 
.no_border_table th.nobg { 
	border-top: 0; 
	border-left: 0; 
	background: none; 
} 

.no_border_table td { 
	 
	background: #fff; 
	font-size:12px; 
	padding: 6px 6px 6px 6px; 
	color: #4f6b72; 
} 

.no_border_table td.alt { 
   background: #F5FAFA; 
   color: #797268; 
} 

.no_border_table th.spec { 
	border-top: 0; 
	background: #fff no-repeat; 
	font: bold 10px tahoma, arial, 宋体; 
} 

.no_border_table th.specalt { 
	border-top: 0; 
	background: #f5fafa no-repeat; 
	font: bold 10px tahoma, arial, 宋体; 
	color: #797268; 
}
table tr td{
  padding:5px;
}
 
  