/* Faixa de Exemplo */

.faixa_teste {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
}

.faixa_cinza { 
	width: 100%;
	height: 80px;
	background-color: #dedede;
}

.faixa_cinza .table{
	width: 860px;}

.faixa_dentro {
	align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Verdana";
	font-size: 9pt;
	color: #666666;
	line-height: 20px;
}

.faixa_dentro a {
	font-weight: bold;
	font-family: "Verdana";
	font-size: 9pt;
	text-decoration: underline;
	color: #666666;}