/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

	div.basicTickerTape ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	text-decoration: none;
	}

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	width: 700px;
	height: 52px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

	div.styledTickerTape ul {
	padding: 0;
	list-style: none;
	text-align: center;
	text-decoration: none;
	}

		div.styledTickerTape ul li {
	width: 702px;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	text-decoration: none;
		}

			div.styledTickerTape ul li p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2E26B2;
	text-decoration: none;
			}

	div.styledTickerTape a {
	color: #2C2C2C;
	text-align: center;
	text-decoration: none;
	}
div.styledTickerTape a:hover {
	color: #BA5052;
	text-decoration: none;
}
