

.newsitem {
	width: 530px;

	margin-bottom: 10px;
}

	.newsitem_table {
		width: 530px;
	}

		.newsitem_td_left {
			width: 49px;

			text-align: right;

			font-size: 11px;

			color: #ffffff;

			text-transform: uppercase;
		}

		.newsitem_td_spacer {
			width: 13px;
		}

		.newsitem_td_right {
			width: 467px;
		}

	.newsitem_headline {
		font-size: 14px;

		color: #006666;

		text-transform: uppercase;

		margin-top: -1px;
		margin-bottom: 2px;

	}

		.newsitem_headline a {
			color: #006666;
		}

	.newsitem_copy {
		font-size: 11px;

		color: #ffffff;

		line-height: 15px;

	}
