table.news {
	border-top: none;
	border-right: 1px solid #512F26;
	border-bottom: none;
	border-left: 1px solid #512F26;
	margin-bottom: 20px;
}
table.news td.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;

	color: #FFFFFF;

	background-color: #512F26;
	text-align: center;
}

table.news td.news_title_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

	color: #FFFFFF;

	background-color: #98ADC2;
	text-align: right;
}



table.news td.news_title a {
	color: #FFFFFF;
}

table.news td.news_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BAAF91;

	margin: 5px;
	padding: 10px;
 	border-bottom:1px solid #512F26;
}

table.news_text a {
	text-decoration: underline;
}


table.news td.news_image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BAAF91;

	width: 90px;
	margin: 5px;
	padding: 10px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98ADC2;

	text-align: right;
}

.news_text p.news_text_headline {
	font-weight: bold;
	text-align: left;
}

