
/* CONFIGURAÃ‡ÃƒO DAS TABELAS DO SITE --------------------------------------------------- */
/* 
	toda estilização de tabelas estão neste documento.
*/

table thead th {
}

table thead td {
	
}

table tbody th, table tbody td {
	padding:5px 2px;	
}

table tbody td {
	
}

table.news_form tbody th {
	width:60px;
	text-align:right;
}

table.form_contato tbody th {
	width:60px;
	padding-top:15px;
	text-align:right;
	vertical-align:top;
}
