@charset "utf-8";
/* CSS Document */
.newsFeedTable{
	background-color:#b2b2b2;
	background-image:url(/images/tickerbg.jpg);
	border:solid 2px #e4e4e4;
	width:932px;
	color:#000000;
	margin-top:15px;
	height:33px;
}
a.newsFeedTable.link{
	color:#000000;
}
a.newsFeedTable.visited{
	color:#000000;
}
a.newsFeedTable.active{
	color:#000000;
}
.newsFeedCell{
  padding-left:8px;
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
}

.tickerCell{
  padding-right:8px;
  padding-bottom:3px;
	font-size:12px;
	vertical-align:middle;
}

#ajaxticker1{
width: 770px;
height: 18px;
/*border: 1px ridge black;
padding: 0px;*/
padding-bottom:2px;
background-color:#b2b2b2;
background-image:url(/images/tickerbg.jpg)
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #b2b2b2;
background-image:url(/images/tickerbg.jpg)
}

.someclass{ 
color:#00000;
float:left;
}
.tickerCell{
padding-top:8px;
font-size:14px;
padding-left:0px;
	
}


