.ticker A {
	/* color: #085AAF; */
	color: #003399;
    TEXT-DECORATION: none
}
.ticker A:hover {
    COLOR: #f60
}
.tickerContainer {
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: uppercase;
    FONT-FAMILY: arial,helvetica,sans;
    vertical-align:bottom;
    height:14px
}
.tickerCursor {
    DISPLAY: inline;
    FONT-SIZE: 11px;
    WIDTH: 7px;
    HEIGHT: 9px;
    BACKGROUND-COLOR: #f60
}
.tickerPrefix {
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #333;
    FONT-FAMILY: arial,helvetica,sans
}

.tickerPrimary {
  float: left;
  width: 494px;
  height: 13px;
}

.tickerSecondary {
  float: right;
  width: 302px;
  height: 13px;
  text-align: center;
}





