#news-table .news, #news-details .news
{
	border-style: solid;
	border-width: 0;
}
#news-table .news.title, #news-details .news.title
{
	font-size: 14px;
	font-weight: bold;
}
#news-table .date, #news-details .date
{
	vertical-align: middle;
	padding: 3px 0px 3px 0;
	text-align: left;
	font-size: 11px;
}
#news-table .news.text P, #news-details .news.full-text P
{
	margin: 0 0 10px;
}
#news-table .news.more-link
{
	text-align: right;
}
#news-details .news.back-link
{
	text-align: left;
}

