<!--
	body, p, div, td, th { font-family: verdana; }
	.scrollerplay {
	color: #000000;
}
	.scrollerstop { color: #7C7C7C; }
	.scrollitemplay { }
	.scrollitemstop { background-color: #FFFFFF; layer-background-color: #FFFFFF; color: #FF0000; }
	.scrollitemtitle {
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
}
	.scrollitemdescription {
	font-size: 11px;
	font-weight: bold;
	color:#006600;
	line-height: 16px;
	text-align: justify;
}
	a.scrollitemlink:link, a.item:visited { text-decoration: none; }
	a.scrollitemlink:active, a.scrollitemlink:hover { text-decoration: underline; }

body {
	background-color: #006633;
	margin-top: 20px;
}

a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #009933;
}
a:link {
	text-decoration: none;
	color: #009933;
}

.whitetext a:link {
	color: #eeeeee;
	text-decoration: none;
}
.whitetext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitetext a:active {
	color: #eeeeee;
	text-decoration: none;
}

-->