#pscroller {
display: block;
width: 600px;
height: 18px;
padding: 2px;
font-size: 12px;
}

#pscroller a {
text-decoration: none;
font-family: georgia;
color: #9A9A9A;
}

#pscroller a:hover {
text-decoration: underline;
color: #9A9A9A;
}

#tickerholder {
	width: 693px;
	height: 22px;
	border-top: 1px solid #605F5E;
	background: url(../images/bkgd_home_ticker.gif) bottom left no-repeat;
}

#tickerheader {
	float: left;
	display: inline;
}

#tickerheader h2 {
	margin: 0px;
	padding: 7px;
}

#ticker {
	float: left;
	display: inline;
}

.scrollerclass {
	background: #4C4B4A;
	color: #9A9A9A;
}

.spacer {
	clear: both;
}