/* 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:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding: 5px;
}

.ItemBody a {
	color: #f2981e;
	text-decoration: none;
}

.ItemBody a:hover {
	text-decoration: underline;
}

#mnc ul {
padding:0;
margin:0;
list-style:none;
list-style-type:none;
}
