/* CSS Document */

.ticker {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#000066;
	height: 17px;
	width: 100%;
	border: 0px;
	position: relative;
	overflow: hidden;
	background-color: #EEE;
	font-weight: bold;
}

.ticker div {
	position: absolute;
	white-space: nowrap;
	visibility: hidden;
}
