#news   {
	width:170px;
	background-image: url(file:///F|/htdocs/images/news_rpt.jpg);
	background-repeat: repeat-y;
	background-position: center;
		}
#news a	{color:#000000;
        background:#e8e8f8;}
#news ul
	{margin:0em 0em;
	padding:0;
	}
#news li{line-height:2em;}
/* the news box when JavaScript is available */
#news.hasJS
{
        height:133px;
        overflow:hidden;
        position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
        position:absolute;
        top:0px;
        left:0;
        margin:0em 0em;
        padding:0;
}

#calendari   {
	width:170px;
	background-image: url(../images/calendar_rpt.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size:11pt;
	line-height:130%;
		}
#calendari a	{color:#000000;}
#calendari ul
	{margin:0em 0em; padding:0; }
#calendari li{line-height:2em;}
/* the news box when JavaScript is available */
#calendari.hasJS
{
        height:100px;
        overflow:hidden;
        position:relative;
}
/* The nested UL when JavaScript is available */
#calendari.hasJS ul
{
        position:absolute;
        top:0px;
        left:0;
        margin:0em 0em;
        padding:0;
}