/* 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;
/*	font-size:1.1em; */
	font-size:.8em;
/*	border: 1px solid #ccc; */
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 15px 0;
	width: 300px;
	height: 206px;

}


	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}



		div.styledTickerTape ul li {
			width: 279px; 
			margin: 10px 0px 20px 0px;
			background: #d5d2d4;
			background-image:url(../images/news-fade.gif);
			background-repeat:repeat-x;
			padding: 10px 8px 8px 8px;
			border: 1px solid #cccccc;
			list-style-image: url(../images/pixel.gif);  /*added for IE's benefit, otherwise ignores above list-style none attribute*/
		}



			div.styledTickerTape ul li p {
			
				line-height:normal !important;
				margin: 0;
				padding: 0;
			}



	div.styledTickerTape a {

		color: #49497b;

	}

	div.styledTickerTape a:hover {

		color: #04049d;

	}
