	.tickerLabel
	{
		font-family : arial;
		font-weight : bold;
		font-size : 12px;
		color : #cc0000;
	}
	.cnnTickerFrame 
	{
		padding-top:0px;
		padding-bottom:0px;
		padding-left:15px;
		padding-right:15px;
	}
	.static 
	{
		font-family : sans-serif;
		font-weight : bold;
		font-size : 12 px;
		text-align : right;
		padding-right : 10px;
		color : #CC0000;
	}
	.container
	{
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	.ticker
	{
		position:relative;
		visibility:hidden;
		left:0px;
		top:0px;
		border-width:0px;
		border-style: none;
		font-size:12px;
		font-weight:bold;
		width: 100%;
		height : 30px;
		color:white;
		font-family : Arial;
		font-weight : bold;
		font-size : 14px;
        
	}

	.tickerText, .tickerText:link
	{
		color:white;
		font-family : Arial;
		font-weight : bold;
		font-size : 12px;
	}

