/* Ticker-Styles START */
div#content div.news-ticker
{
  background-color:   #FFFFFF;
  margin: 0;
  padding: 0 0 10px;
  border-top: 9px solid white;
}
.news-ticker-spacer {
  display: none;
}
.news-ticker-carrier {
  clear: both;
  position:           relative;
  width:              589px;
  margin:             0;
  padding:            3px 0 3px 0;
  background-color:   #f1f1f1;
  color:              #555555;
  font-size:          11px;
  line-height:        14px;
  overflow:           hidden;
  font-weight:        bold;
  border: none;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  }
.news-ticker-floater {
  position:           relative;
  top:                0px;
  left:               0px;
  padding:            0px;
  margin:             0px;
  border:             0px solid;
  font-size:          11px;
  line-height:        14px;
  white-space:        nowrap;
  }
.news-ticker-item {
  padding:            0px;
  margin:             0px;
  border:             0px solid;
  white-space:        nowrap;
  font-size:          11px;
  }
.news-ticker-floater a:hover {
  color:              #e2001a;
  text-decoration:    none;
  }
.news-ticker-floater a:active {
  color:              #555555;
  text-decoration:    none;
  }
.news-ticker-floater a:visited {
  color:              #555555;
  text-decoration:    none;
  }
.news-ticker-floater a:link {
  color:              #555555;
  text-decoration:    none;
  }
 /* Ticker-Styles END */
