/* news */
BODY {
	/*border: 0px solid red;*/
}

TABLE.news_headlines TD
{
	background-color: #C8D6D1;
	font-family: Arial;
	font-size: 8pt;
}

TABLE.news_headlines
{
	background-color: #C8D6D1;
}


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-left: 20px;
	margin-bottom: 20px;
}

DIV.news_item_preview {
	color: black;
	margin-bottom: 10px;
}

DIV.news_item_preview DIV.header {
	font-weight: bold;
	color: #003366;
}

DIV.news_item_preview DIV.more {
	text-align: right;
}

DIV.news_item_preview DIV.more A {
	color: #330099;
}

/* put borders on editor: */
BODY {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
