@charset "utf-8";
/* CSS Document */

.newsTicker {
        margin-top:0px;
}

.jrTicker {
         margin: 0px;
         padding: 2px;
         text-align: left;
		 background-color:#FFFFFF;
		 border:#000000 medium solid;
}

.jrTicker img{
         margin-left: -5px;
         padding: 0px;
}

.jrTickerHeaderFont {
        background-color:#FF0000;
	    font-size: 16px;
        font-family: Arial,Helvetica,sans-serif;
        color: #000000;
        font-weight: bold;
        text-align: left;
	    margin-top: 0px;
	    margin-bottom: 8px;
}

.newsTxt1bBlack {
  text-indent: 5px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: black;
}

.newsTxt1bRed {
  text-indent: 5px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: red;
}

.newsTxt1bGreen {
  text-indent: 5px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #00cc00;
}

.newsTxt1bBlack a {
  text-indent: 5px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: black;
}

.newsTxt1bRed a {
  text-indent: 5px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: red;
}

.newsTxt1bGreen a {
  text-indent: 5px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #00cc00;
}