@charset "utf-8";
table.news_list {
	width:95%;
	border-collapse: collapse;
    empty-cells:show;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}	
.news_list td {
	border-bottom: 1px #FFCCCC dotted ;
	border-top: 1px #FFCCCC dotted ;
	padding:8px 0 8px 8px;
	font-size:0.8em;
	color:#666666;
	text-align:left;
}	
.news_list th {
	border-bottom: 1px #FFCCCC dotted ;
	border-top: 1px #FFCCCC dotted ;
	padding:8px 0px 8px 0px;
	font-size:0.8em;
	font-weight:100;
	color:#CC3333;
	text-align:left;
}	
