	#tickerDiv
	{
		width: 100%;
		height: 1.7em;
		font-size: 12px;
		font-family: arial, trebuchet ms, verdana, helvetica, sans-serif;
		color: #417196;
		background: #fff;
		padding: 0.3em 0px 0px 1px;
		overflow: hidden;
		margin: 4px 0px 4px 0px;
		border-top: 2px solid #cad8e1;
		border-bottom: 2px solid #cad8e1;
	}
	
	.ticker
	{
		float: left;
		clear: none;
	}
	
.ticker a { color: #417196; text-decoration:none; }
.ticker a:hover { color: #000; text-decoration: underline;}

	.rssIcon
	{
		float: right;
		clear: none;
		font-weight: normal;
		font-size: 10px;
		font-size: 1em;
		margin: 0px;
		color: #fcb66b;
text-decoration:none;
	}
	
	.rssIcon:hover
	{
		color: #f59237;
text-decoration: underline;
	}

