/* Estilos geral */
body {
margin:0;
padding:0;
border:none;
font: 11px tahoma, Arial, verdana;
background:#FFFFFF;
color: #000000;
text-align:center;
}

#bloco_links {
display: none;
}

#rodape {
display: none;
}

.b {
font-weight: bolder;
}
a {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}

img {
border: none;
}


/*TOPO*/
#topo {
width: 778px;
height: 50px;
background: #FFFFFF;
margin-bottom: 10px;
	}
	#logo_top {
	margin-left: 28px;
	padding-top: 15px;
	}

/* Estilos definição 3 colunas */
#principal {
	width: 93%; /*Default: 404px*/
	text-align:justify;
	background-image: url(img/back_barra_topo.gif);
    background-repeat: repeat-x;
	}

#nav {
	display: none;
	}
#apoio {
	display: none;
	}