/* CSS Document */

.corpo
{
background-image:url(../images/corpo.jpg);
background-repeat:no-repeat;
background-color:#ebf5fd;
}
.rodape
{
background-color:#ebf5fd;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:10px;
}

.borda_pg{
border-bottom-color:#003366;
border-bottom-style:solid;
border-bottom-width:1px;

border-top-color:#003366;
border-top-style:solid;
border-top-width:1px;

border-right-color:#003366;
border-right-style:solid;
border-right-width:1px;

border-left-color:#003366;
border-left-style:solid;
border-left-width:1px;

}

.titulo
{
background-image:url(../pngs/simbolo_titulo.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
color:#000033;
background-repeat:no-repeat;
font-weight:bold;
padding-bottom:10px;
padding-left:27px;
}
.titulo_sem_fundo
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
color:#000033;
font-weight:bold;
padding-bottom:15px;
padding-left:27px;
}


.borda_siples
{
border-left-color:#000033;
border-left-style:solid;
border-left-width:1px;
}

.texto
{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
padding-left:20px;
padding-right:15px;
}

.fundo_texto
{
background-image:url(../pngs/simbolo_titulo.png);

background-repeat:no-repeat;
}

.fundo_table
{
background-image:url(../pngs/fundo-tabela.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
border-bottom-color:#000033;
border-bottom-style:solid;
border-bottom-width:1px;

border-top-color:#000033;
border-top-style:solid;
border-top-width:1px;

border-right-color:#000033;
border-right-style:solid;
border-right-width:1px;

border-left-color:#000033;
border-left-style:solid;
border-left-width:1px;
}

