/* scroller background: iframe BODY object */
.Back {
	color:#002F6F;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
}
/* style to be applyed to all items' bodies - DIV
	all local stylesheets of external files if any are to be ignored */
.ItemBody {
	font-family: Verdana;
	font-size: 12px;
	padding: 5px;
	background: transparent;
}

ul{
	list-style:URL('/images/template/bullet.gif');
}

ul li{
	margin-bottom:10px;
	font-weight:bold;
	font-style:italic;
}

div.sponsor_box{
	width:153px;
	height:76px;
	float:left;
	margin-right:40px;
	background-image:URL('/images/template/sponsor_logo.gif');
	background-repeat:no-repeat;
}
