/* $Id: news.css,v 1.1 2006/10/10 20:56:53 leopold Exp $ */

/* used for news, faq */

ul.news
{
	list-style: none;
	padding-left: 0 ;
}

li.news_item
{
	margin-bottom: 1.0em ;
}

li.news_item p
{
	margin: 0 ;
}

li.news_item p.news_date {
	margin: 0 ;
	font-style: italic ; 
}

li.news_item p.news_title {
	font-size: 10pt ;
	font-weight: bold ; 
	margin-bottom: 1.0em ;
}

