.news_date{
	font-weight: bold;
	color: black;
}
a.news_group{
	color: #444444;
	text-decoration: none;
}
a.news_group:hover{
	text-decoration: underline;
}

.news_groupheader{
	font-weight: bold;
	font-size: 16px;
	color: #444444;
}


a.news_title{
}
a.news_title:hover{
}




.news_innergroup{
	font-weight: bold;
	font-size: 14px;
	color: #444444;
}
.news_innerdate{
	font-weight: bold;
	color: black;
}
.news_innertitle{
}

.news_body{
}


.news_date_small{
	font-size: 11px;
	color: #999999;
	background-color: #F2F2F2;	
}

.news_title_small{
	background-color: #F2F2F2;
}
a.news_title_small{
	color: #00537c;
	
}
a.news_title_small:hover{
	color: black;
}


.zag1 {
	text-align:left;
	font-weight:bold;
	margin-top:0px;
}

.li_news span {
	color:#000;
}

a.newsinlist {
	font-size:14px;
	color:#00537c;
	font-weight:bold;
}

a.newsinlist:hover {
	color:black;
}

.shadow {
	-moz-box-shadow: 0px 5px 10px #333333;
	-webkit-box-shadow: 0px 5px 10px #333333;
	box-shadow: 0px 5px 10px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

