
/* scroller background: iframe BODY object */

.Back {
	background: #FFFFFF;
	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: 6px;
}

.text 	{ color: #666666; font-family: Tahoma, Verdana; font-size: 11px; font-weight: normal; }


.title 	{ color: #60583C; font-family: Tahoma, Verdana; font-size: 12px; font-weight: bold; }


a:link		{ color: #000000; text-decoration: none }

a:visited	{ color: #000000; text-decoration: none }

a:active	{ color: #000000; text-decoration: none }

a:hover		{ color: #FF6600; text-decoration: none }

