/* CSS Document */

ul.news {
	margin:0;
	padding:0;
	list-style:none
}

ul.news li {
	padding:0px;
	margin:0px 0px 15px 0px
}

.teaser, .pub_date {
	font-size:90%;
	color:#333333
}

.pub_date {
	font-weight:bold
}

ul.news cite, .teaser, .pub_date {
	display:block;
	clear:left
}