@charset "utf-8";
/* CSS Document */

	.news{
		display:block;
		text-decoration:none;
		width:230px;
		position:relative;
	}
	
	 .news:hover {
	 color:#ffffff;
	}
	 .news:hover .newsTitle {
		color:black;	
	}
	.newsDate {
		font-size: 11px;
	}
	.newsHighlight {
	display:block;
		position:absolute;
		left:-15px;
		top:5px;
		width:20px;
	}
ul.newlist{
margin:0px; padding:0px; list-style:none;
}
ul.newlist li{
background-image:url(../resources/li01.gif); background-position:5px 10px; background-repeat:no-repeat;
padding-left:15px;
}