﻿/* 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;

	width: 360px;
	height: 70px;
	font-size: 11px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			width: 340px;
			margin: 10px 10px 0 0px;
		/*	background: #eee; */
			padding: 5px 5px 12px;
			color:maroon;
			border-bottom: 1px solid #ddd;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: black;
	}

