/* scroller background: iframe BODY object */
.Back {
	background-color: #cdd1da;
}
/* 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;
	color: #000000;
	background-color: #cdd1da;
}

a.vm:link {text-decoration: none; color: #254B7D; font-weight: bold;}
a.vm:visited {text-decoration: none; color: #254B7D; font-weight: bold;}
a.vm:active {text-decoration: none; color: #254B7D; font-weight: bold;}
a.vm:hover {text-decoration: underline; color: #982645; font-weight: bold;}
