#newsTicker
{
  position: relative;
  width: 183px;
  height: 35px;
  overflow: hidden;
  background-color:#000033;
}
#newsScroller
{
  position: absolute;
  position/**/: relative;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 80%;
  font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  	text-decoration: none;
}

#newsScroller a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

#stopLink
{
  position: absolute;
  width: 35px;
  height: 35px;
  margin-left: 305px;
  margin-top: -35px;
  background-image: url(../images/news_ticker_button.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  text-decoration: none;
}