/*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 : 9px;
	background-image : url(../imgs1/fundo2.gif);
	background-repeat : repeat-y;
	margin : 0px;
	
}
.logoBig{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 201px;
}
.menu1{
	position: absolute;
	left: 13px;
	top: 101px;
	width: 175px;
}
.menu2{
	position: absolute;
	left: 13px;
	top: 33px;
	width: 175px;
}
.logoSmall{
   position: relative;
	left: 43px;
}
.conteudo{
	position: absolute;
	left: 207px;
	top: 9px;
	width: 429px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
