/* CSS Document */

/* ------------------------------------------- */
/* -- Estilos de caixa com borda ------------- */
/* ------------------------------------------- */

.bordaSuperior {
/*border:dashed 1px blue;*/
background-image:url('/SimplesNacional/imagens/tabelas/topo_aces_restrito.gif');
background-repeat:no-repeat;
padding:10px;
}

.bordaInferior {
/*border:dashed 1px red;*/
background-image:url('/SimplesNacional/imagens/tabelas/base_aces_restrito_old.gif');
background-repeat:no-repeat;
background-position:bottom;
width:529px;
padding-bottom:8px;
}

/* ------------------------------------------- */
/* -- Estilos gerais ------------------------- */
/* ------------------------------------------- */

a img { border:none; }

a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
color:blue;
}

a:hover, a:focus { text-decoration: underline; }

body 
{
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-weight:normal;
font-size:11px;
text-align:justify;
}

div#Conteudo h1 {
border-bottom:1px solid black;
font-size:13px;
font-weight:bold;
color:#000;
padding:2px 0 3px 0px;
margin-top:15px;
}

div#Conteudo p {padding:0; margin-top:10px;}

div#Conteudo h2 {
padding:1px 0 0px 12px;
margin-top:5px;
font-size:11px;
font-weight:normal;
color:darkgreen;
}

.nivel1 { margin-left:20px; }
.nivel2 { margin-left:40px; }
.nivel3 { margin-left:60px; }
.nivel4 { margin-left:80px; }
