	.container
	{
		position: relative;
		height: 36px;
		width: 450px;
		overflow: hidden;
		background-color : #aabbdd;
	}

	.ticker
	{
		position:relative;
		visibility:hidden;
		left:0px;
		top:10px;
		border-width:0px;
		border-style: none;
		font-size:12px;
		font-weight:bold;
		width: 100%;
		height : 30px;
	}

	.banner
	{
		color:white;
		cursor:hand;
		cursor:pointer;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		margin:0px;
		font-size : 14px;
		font-family : arial,sans-serif;
		font-weight : bold;
	}

	.tickerText, .tickerText:link
	{
		color:white;
		font-family : Verdana;
		font-weight : bold;
		font-size : 16px;
	}
