/* scroller background: iframe BODY object */

.Back {
	margin: 0;
	background-color: #C0BBA8;
}


/* style to be applyed to all items' bodies - DIV

	all local stylesheets of external files if any are to be ignored */

.ItemBody {
	font-family: sans-serif;
	font-size: 14px;
	padding: 2px;
	color: #FFFFFF;
	font-weight: bolder;
	text-align: center;
	line-height: 2;
}

.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 }
