/* scroller background: iframe BODY object */
.Back {
	background: white;
}
/* 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: 11px;
	padding: 5px;
}
.data
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
}
.label
{
	font-weight: normal;
	font-size: 12px;
	font-family: arial;
	color: #999999;
	text-align: left;
}

a
{
	text-decoration: none;
}
