/*** estilos do ticker ***/
#divTicker2
{
	height: 18px;
	position: relative;
	overflow: hidden;
	
	margin:10px 10px 0px 10px;
	padding:0px;
	border:solid 1px #cccccc;
	/*border-left:solid 7px #c89e55;*/
}

#marqueeTicker2
{
	position: absolute;
	left: 0px;
	top:0px;
}

#tabTicker1
{
	white-space: nowrap;
}

#tabTicker1 span
{
	font-family: Monospace;
	font-weight: bold; 
	font-size: 10px;			
}

#tabTicker1 tr 
{	
	font-family: Monospace;
	font-weight: bold; 
	font-size: 10px;
}