/*TABELAS GLOSSARIO */
/*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{ /* tabela do Menu que fica no topo*/
	border : 0px;
	width : 760px;
	font-size : 11px;
}
table.baixo{ /* tabela que tem o centro e o fundo*/
	background-image : url(../imgs/fundo_centro.gif);
	border : 0px;
	width : 760px;
	font-size : 11px;
}

td.topo{ /* td do Menu que fica no topo*/
	background-image : url(../imgs/fundo_topo.gif);
	height: 111px;
	font-size : 11px;
}

td.menu{ /*td do menu */
	background-image : url(../imgs/fundo_menu_left.gif);
	width: 175px;
	height: 300px;
	font-size : 11px;
}
td.centro1{ /*tabela que tem o texto*/
    width : 585px;
}
td.base{/*td onde esta o copyright e mediaprimer.pt*/
	background-image : url(../imgs/fundo_base.gif);
	height: 70px;
	font-size : 11px;
}

