/* CSS Document */

.tabelaPrincipal{
	table-layout:fixed;
	width:776px;
	height:100%;
	border:none;
	background-color:#333333;
}

.tabelaBase{
	table-layout:fixed;
	width:774px;
	height:100%;
	border:none;
}

.tabelaSecundaria{
	table-layout:fixed;
	width:600px;
	height:100%;
	border:none;
	background-color:#1e1e1e;
}

.tabelaTexto1{
	table-layout:fixed;
	width:580px;
	height:auto;
	border:none;
}

.tabelaTexto2{
	table-layout:fixed;
	width:560px;
	height:auto;
	border:none;
}