#news_table {
	width: 100%;
	border-collapse: collapse;
}

#news_table td {
	padding-left: 8px;
}

#news_table th {
	background-color: #f1f1f1;
	text-align: left;
	padding-left: 4px;
}

#news_table td a {
	color: #000;
}

td.news_date {
	width: 15%;
	color: #747474;
}

.news_date_small {
	font-size: 10px;
	color: #747474;
}

.column_text {
	color: #676767;
}