/*TABELAS CNTACTOS*/
/*para a pagina de abertura. O body e as tabelas tem font-size de 11 para o alinhamento dos
links do fundo do NS ficarem ok*/
body {
	font-size : 11px;
	background-image : url(../../imgs/fundo_geral.gif);
	background-repeat : repeat-y;
	margin : 0px;
}

table.cima{
	border : 0px;
	width : 760px;
	font-size : 11px;
}

table.baixo{
	background-image : url(../imgs/fundo_centro.gif);
	border : 0px;
	width : 760px;
	font-size : 11px;
}

td.topo{
	background-image : url(../imgs/fundo_topo.gif);
	height: 111px;
	font-size : 11px;
}

td.menu{
	background-image : url(../imgs/fundo_menu_left.gif);
	width: 175px;
	height: 300px;
	font-size : 11px;
}

td.centro1{
   width : 570px;
	padding-left : 22px;
	padding-top : 6px;
	padding-right : 22px;
	text-align: left;
}
.organi{
	position : absolute;
	left : 400px;
	top : 135px;
	width : 345px;
}

/*....*/
td.base{
	background-image : url(../imgs/fundo_base.gif);
	height: 70px;
	font-size : 11px;
}
