/**
 * Style sheet news
 */
.mod_newslist
{
	font-family:arial, sans-serif;
	font-size:12px;
}

#news_short .even
{
	padding-left:10px;
	background-color:#eeeeee;
}

#news_short .odd
{
	padding-left:10px;
	background-color:#dddddd;
}

.mod_newslist h2
{
	font-weight:bold;
	font-size:13px;
}

.mod_newslist a
{
	color:#990000;
}

.mod_newlist p
{
	text-align: justify;
}

