
#news_container {
	height: 180px;
	overflow: hidden;
	position: relative;
}
DIV.nw_item {
	font-family: tahoma;
	font-size: 7.5pt;
	color: gray;	
	border-bottom: 1px solid  #D7B8A4;
	padding-right:5px;
	padding-bottom: 3px;
	position: absolute;
	display: none;
	text-decoration: none;
	width: 100%;
}
DIV.nw_item.on{
	background-color: #f9f1ec;
	color: black;
}
DIV.nw_item, DIV.nw_item SPAN, DIV.nw_item DIV {
	cursor: pointer;
}
DIV.bignews {
	background-color: #F4EEEA;
	border-bottom: 1px solid #D7B8A4;
	margin-bottom: 5px;
	padding: 3px;
}
DIV.nw_item .date, DIV.bignews .date{
	color: black;
	font-weight: bold;
}
DIV.bignews .title  {
	
	background-color: white;
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;	
	color: #AA0000;
	border-bottom: 1px solid  #D7B8A4;
}
DIV.nw_item .title {
	color: #AA0000;
	font-size: 8pt;
	font-weight: bold;	
}
DIV.nw_item .text{
	text-align: justify;
	display: block;
	font-family: tahoma;
}
