div.ticker {
	position: absolute;
	overflow: hidden;
	visibility: hidden;

	top: 0px;
	left: 0px;
	width: 250px;
	height: 30px;
	background-color: transparent;
	border: 0px;
}

div.tickerText {
	position: absolute;
	white-space: nowrap;
	background-color: transparent;
	visibility: hidden;

	top: 10px;
	left: 0px;
	padding: 2px 2px 2px 2px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

div.caption {
	position: absolute;
	visibility: hidden;

	padding: 2px 2px 2px 2px;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #213752;
	background-color: transparent;
}

