/* CSS Document */

table, td, tr{
	border-width:0px;
	border-color:#FAD22E;
	text-align:center;
	font-size:11px;
}

table{
	position:relative;
	border-style:solid;
}

td{
	border-bottom-width:1px;
	border-style:dotted;
}

/*Classes de 1º Grau*/

.tabelaPrecos{
	border-width:1px;
	background-color:#FDECC2;
	top:-4;
}

table.tabelaTopicos{
	margin-left:8px;
	border-width:0px;
	width:740;
	top:-15;
}

tr.tabelaClara{
	background-color:#FDECC2;
	height:25;
}

tr.tabelaEscura{
	background-color:#FDE4A5;
}

tr.tabelaCabecario{
	background-color:#FDDB88;
}

td.tabelaTopico{
	top:-4;
	width:433px;
	text-align:left;
	padding-left:5px;
}

td.tabelaPostagem{

}
