/* news */
DIV.news_item DIV.title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

DIV.news_item DIV.body {
	text-align: justify;
	margin-bottom: 2px;
}

DIV.news_item {
	margin-bottom: 20px;
	width: 400px;
}

DIV.news_item_preview {
	color: black;
	margin-bottom: 10px;
}

DIV.news_item_preview DIV.header {
	font-weight: bold;
	color: #ff6600;
}

DIV.news_item_preview DIV.more {
	text-align: right;
}

DIV.news_item_preview DIV.more A {
	color: #ff6600;
}

DIV.news_headlines DIV.headline DIV.title A {
	color: #ff6600;
	font-weight: bold;
}

DIV.news_headlines DIV.headline DIV.summary {
	text-align: justify;
	padding-right: 3px;
	margin-bottom: 10px;
}

DIV.news_headlines DIV.headline {
	margin-bottom: 10px;
}