/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0px; 

	}

/* The basicTickerTape styles are required */

div.skeletonTickerTape {
			height: 38px;
}

	div.skeletonTickerTape ul li {
		margin: 0px;
		position:relative;
	}

div.styledTickerTape {
	font-family: Georgia, Times New Roman; 
	font-size: 9pt;	
	color: black
	width: 497px;
			height: 38px;


}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			height: 38px;
			margin: 0 0 2px 0;   
			background: none;
			padding: 0px;
			color: #ff6600;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: #000000;
		text-decoration: none;
	}
	

div.horizontalTickerTape {
	font-family: Georgia, Times New Roman; 
	font-size: 9pt;		
	color: #ff6600;
	width: 497px;
			height: 38px;
}

	div.horizontalTickerTape ul {
		padding: 0;
		list-style: none;
		width: 500000px;
	}

	div.horizontalTickerTape li {
		float: left;
		margin: 0px;
		padding: 0px;
	}

	div.horizontalTickerTape p {
		display: none;
		margin: 0;
	}

	div.horizontalTickerTape p.tickerLink {
		display: block;
	}