﻿html, body
{
    height: 100%;
}

body
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0;
    padding: 0;
    font: 10pt/1.5 Arial, Helvetica, sans-serif;
    background-color: #E4E4E4;
    color: #000000;
    text-align: center;
}


table
{
    border: 1px solid #666666;
    border-collapse: collapse;
    
}


th
{
    font-weight: bold;
    background-color: #CCCCCC;
    color: #000000;
}

h1, h2, h3
{
    margin: 0.8em 0;
    color: #c30;
    font-size: 1.4em;
}
h2
{
    font-size: 1.2em;
    text-align: left;
    height: 24px;
}
h3
{
    font-size: 1.0em;
}

.dest
{
    color: #039;
}

.destC
{
    color: #039;
    text-align: center;
}

.centro
{
    text-align: center;
}

.esquerda
{
    text-align: left;
}


#tudo
{
    width: 1001px;
    text-align: left;
    background-color: #FFFFFF;
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin-bottom: 0px;
}
* html #tudo
{
    height: 100%; /* hack para IE6 hq trata height como min-height */
}

.texto
{
    margin: 0.8em 0;
    color: #c30;
    font-size: 1.4em;
}

.texto_8
{
    margin: 0.8em 0;
    color: #000000;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.texto_10
{
    margin: 2;
    color: #000000;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

.texto_rodape
{
    margin: 0.8em 0;
    color: #FFFFFF;
    font-size: small;
    font-family: Tahoma;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
}

.titulo
{
    margin: 0.8em 0;
    color: #c30;
    font-size: 1.4em;
    text-align: center;
}

.tabela_sem_borda
{
    border: 0px;
    border-collapse: collapse;
}

.tabela_sem_borda_cem
{
    border: 0px;
    border-collapse: collapse;
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.tabela_sem_cem_fundo
{
    border: 0px;
    border-collapse: collapse;
    background-color: #666666;
    width: 100%;
}

.fundo_cinza
{
    background-color: #666666;
}

.fundo_branco
{
    background-color: #FFFFFF;
}

.borda_azul_tw
{
    border: 1px solid #016BE3;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    border-collapse: collapse;
    width: 150px;
    background-color: #FFFFFF;
    margin-right: 2px;
}

.margem_ul
{
    margin: 0px 10px 0px 0px;
    list-style-position: inside;
    list-style-image: url('images/bullets.gif');
}

.campo
{
    border: 1px solid #CCCCCC;
    margin: 0px;
    color: #000000;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F2F2F2;
}


