DIV.news A.news_big, DIV.news A.news_annotation, DIV.news A.news_big:hover, DIV.news A.news_annotation:hover {
	text-decoration: none;
}


DIV.news A.news_big {
	display: block;
	border: 1px solid #f3d2af;	
	margin: 1px 2px 1px 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: right;
	width: 455px;
	height: 333px;
	padding: 5px;
	overflow: hidden;
	background-image: url(../images/news_small_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	position: relative;
}
DIV.news A.news_big .news_title{	
	font-weight: bold;
	font-size: 15pt;
	margin-bottom: 5px;
	color: #d85411;
}
DIV.news A.news_big .news_text {	
	color: #7f7f7f;
}
DIV.news A.news_big DIV.news_box {
	overflow: hidden;
}
DIV.news A.news_big BR.br {
}
DIV.news A.news_big .news_date {	
	font-weight: bold;
	float: left;
	padding-right: 10px;
}
DIV.news A.news_big .img{
	margin: 0px 0px 0px 0px;
	padding:0px;
	border: 1px solid #ffffff;	
}
DIV.news A.news_big:hover {	
	background-image: none;
	background-color: #8a4f25;
}
DIV.news A:hover.news_big .news_text, DIV.news A:hover.news_big .news_date{	
	color: white;
}
DIV.news A:hover .news_title {
	color: #ff7b33;
}
DIV.news .admin_box {
	padding: 2px 5px;
	position: absolute;
	left: 0px;
	top:0px;
	background-color: #f3d2af;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	
}
DIV.news A.news_annotation {
	display: block;
	border: 1px solid #e7b075;	
	background-color: #f2cea7;
	color: black;
	width: 224px;
	height: 165px;
	overflow: hidden;
	float: left;
	margin: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/news_annotation_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}
DIV.news A.news_annotation .news_title {
	font-weight: bold;
	font-size: 9pt;
	color: #d85411;
	padding:5px 5px 2px 5px;
	line-height: 10pt;
	text-transform: uppercase;
}
DIV.news A.news_annotation .news_text {
	font-family: tahoma;
	font-size: 7.5pt;
	padding: 0px 5px 5px 5px;
	line-height: 10.5pt;
}

DIV.news A.news_annotation .news_img {
	text-align: center;
	margin: 5px 0px 0px 0px;
}

DIV.news A.news_annotation .news_img IMG {
	border: 1px solid white;
}
DIV.news A.news_annotation:hover {
	background-color: #8a4f25;
	color: white;
	background-image: url(../images/news_annotation_over.jpg);
	background-repeat: repeat-x;
}

DIV.news A.news_annotation:hover .news_title {
	color: #ff7b33;
}
DIV.news A.news_annotation P {
	text-indent:0px;
	display: inline;
	clear: right;
}
DIV.news_headlines {
	float: right;
	width: 250px;
}
DIV.news_headlines A.news_annotation .news_title {
	color: #d9713c;
	font-weight: bold;
	text-decoration: underline;
}
DIV.news_headlines A.news_annotation .news_text {
	font-size: 7.5pt;
	line-height: 8pt;
	color: #6a6565;
}
DIV.news_headlines A:visited.news_annotation .news_title {
	color: #d89c7e;
}
DIV.news_headlines A:visited.news_annotation .news_text {
	color: #999898;
}

DIV.news_headlines A:hover.news_annotation .news_title {
	color: #c94d0e;
}
DIV.news_headlines A:hover.news_annotation .news_text {
	color: #6a6565;
	text-decoration: underline;
}
DIV.news_headlines A.news_annotation{
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}
DIV.news_headlines A.news_annotation P {
	text-indent:0px;
	display: inline;
	clear: right;
}
DIV.news_headlines .box {
	background-color: #f9f9f9;
	border: 1px solid #ebbea7;
	padding: 3px;
}
DIV.news_headlines .box_title {
	font-weight: bold;
	color:  #d9713c;
}