#tbc_ticker td, #tbc_ticker th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#tbc_ticker a {
	color: #151515;
}

#tbc_ticker .alta{
	color:#33CC33;	
}

#tbc_ticker .alta a:link {
	color:#33CC33;
	text-decoration:none;
}
#tbc_ticker .alta a:visited {
	color:#33CC33;
	text-decoration:none;
}
#tbc_ticker .alta a:hover {
	color:#33CC33;
	text-decoration:underline;
}

#tbc_ticker .baixa{
	color:red;	
}
#tbc_ticker .baixa a:link {
	color:red;
	text-decoration:none;
}
#tbc_ticker .baixa a:visited {
	color:red;
	text-decoration:none;
}
#tbc_ticker .baixa a:hover {
	color:red;
	text-decoration:underline;
}

#tbc_ticker .estavel{
	color:yellow;	
}
#tbc_ticker .estavel a:link {
	color:yellow;
	text-decoration:none;
}
#tbc_ticker .estavel a:visited {
	color:yellow;
	text-decoration:none;
}
#tbc_ticker .estavel a:hover {
	color:yellow;
	text-decoration:underline;
}

#wrapper_tbc_ticker, #wrapper_tbc_ticker2
{
	width:856px;
	height: 52px;
	background: url(../images/fundo_ticker.png) no-repeat top left;
 }
#wrapper_tbc_ticker2 
{
	padding: 0px 22px;
	background: url(../images/fundo_ticker.png) no-repeat top right;
}
#tbc_ticker
{
	background: black;
	height: 16px;
	padding: 18px 0;
}