/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

/* The basicTickerTape styles are required */

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	border: 1px solid #ccc;
	width: 130px;
	height: 95px;
	font-size: 11px;
	background-color:#C9E3AE;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			width: 268px;
			margin: 5px 0px 0 5px;
			background: #eee;
			padding: 0px 0px;
			border: 0px solid #ddd;
			font-weight:bold;
			background-color:#C9E3AE;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
				font-weight:bold;
			}

	div.styledTickerTape a {
		color:#990000;
	}
