
/* scroller background: iframe BODY object */

.Back {
	background: #2D2D4A;
	background-image: url(background-scroller.jpg);
	margin: 0;
}


/* 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;
}

.text 	{ color: #FFFFFF; font-family: Tahoma, Verdana; font-size: 11px; font-weight: normal; }


.title 	{ color: #A8A7BE; font-family: Tahoma, Verdana; font-size: 13px; font-weight: bold; }


a:link		{ color: #99CCFF; text-decoration: none }

a:visited	{ color: #99CCFF; text-decoration: none }

a:active	{ color: #99CCFF; text-decoration: none }

a:hover		{ color: #FFCC00; text-decoration: none }

