.news-list-table {
	border-collapse:collapse;
}
	.news-list-item-td {
		padding:25px 0 20px;
	}
		.news-list-item-data {
			background-color:#8AB70A;
			font-weight:bold;
			padding:3px;
			color:#FFF;
		}
		.news-list-item-title {
			margin:15px 0 0;
		}
			.news-list-item-title a,
			.news-list-item-title a:visited{
				text-decoration:underline;
				color:#000;
				font-size:11px;
				font-weight:bold;
			}
			.news-list-item-title a:hover {
				text-decoration:none;
				color:#000;
				font-size:11px;
				font-weight:bold;
			}
		.news-list-item-text {
			margin:10px 0 0;
		}
			.preview-picture {
				float:left;
				margin: 2px 14px 6px 0pt;
			}
	.vert_line {
		background:transparent url(images/vert_spacer.gif) repeat-y center;
		width:5px;
		height:100%;
		font-size:0px;
		padding:0 30px 0;
	}
	.hor_line {
		background:transparent url(images/hor_spacer.gif) repeat-x;
		height:5px;
		font-size:0px;
	}
	.news-all {
		text-align:right;
	}