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


A.news_big {
	__height: 150px;
	display: block;
	border: 1px solid #e0e0e0;	
	margin: 1px 2px 1px 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
/*	background-image: url(../images/news_big_bg.jpg);
	background-color: #cbcbcb;*/
	background-repeat: repeat-x;
	cursor: pointer;
}
A.news_big .news_title{	
	font-weight: bold;
	font-size: 11pt;
	padding: 5px;
	margin-bottom: 5px;
	color: #004875;
}
A.news_big .news_text {	
	padding: 5px;	
}
A.news_big DIV.news_box {
	overflow: hidden;
}
A.news_big BR.br {
}
A.news_big .news_date {	
	font-size: 7.5pt;
	font-weight: bold;
	padding: 5px;
}
A.news_big IMG{
	float: right;
	margin: 0px 0px 0px 10px;
	padding:0px;
}
A.news_big:hover {
	background-color: #376690;
	color: white;
	background-repeat: repeat-x;
	background-image: url(../images/news_annotation_over.jpg);
}
A:hover.news_big .news_text, A:hover.news_big .news_date A:hover DIV{
	color: white;
}

A.news_annotation {
	clear:both;
	height: 90px;
	display: block;
	border: 1px solid #c1c1c1;	
	color: black;
	overflow: hidden;
	margin: 1px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/*
	background-image: url(../images/news_annotation_bg.jpg);
	background-repeat: repeat-x;*/
}
A.news_annotation .news_title {
	font-weight: bold;
	font-size: 12pt;
	color: #006792;
	padding: 2px 10px 0px 5px;
	font-family: trebuchet MS;
}
A.news_annotation .news_text {
	font-size: 7.5pt;
	padding: 0px 0px 5px 5px;
	font-family: arial;
}

A.news_annotation .news_img {
	text-align: center;
	float: left;
	margin: 0px 10px 0px 0px;
}

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