
*
{
    font-family: Arial, Tahoma, Verdana;
    font-size: .98em;
}

body
{
    margin: 0;
    background: #6DA100 url('Imagens/fundo-barra-azul.png') repeat-x top center;
}

.barra-menu-superior
{
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
    border-bottom: solid thin black;
    background-color: #ededed;
    color: Black;
    font-size: .6em;
    line-height: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
    min-width: 750px;
    white-space: nowrap;
    overflow: auto;
}

.barra-menu-superior a
{
    font-size: 1.4em;
    color: Black;
    text-decoration: none;
}

a
{
    color: blue;
    text-decoration: none;
}

a:visited
{
    color: Purple;
    text-decoration: none;
}

a:hover
{
    color: Red;
    text-decoration: underline;
}

.quadro-externo
{
    width: 80%;
    background-color: transparent;
    border: solid thin black;
    margin-top: .4em;
    min-width: 750px;
}

.quadro-externo-topo
{
    width: auto;
    height: 200px;
    background: transparent url('Imagens/topo.png') repeat-x center left;
    border-bottom: double thin black;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.quadro-externo-conteudo
{
    padding: 2em;
    padding-top: 0;
    width: auto;
    background: white;
}

.quadro-externo-meio
{
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    text-align: justify;
}

.espaco-faixa
{
    background-color: #FAFAFA;
    height: auto;
    margin-top: 2.2em;
    line-height: 3.2em;
    border-top: solid thin black;
}

#dados
{
    padding: 1em;
    padding-top: 0;
    background: transparent;
    border: solid 0 lightsteelblue;
    margin: 0;
}

.fundo-menu a
{
    font-weight: bold;
    font-size: .98em;
    color: #F0F0F0;
    text-decoration: none;
}

.fundo-menu a:hover
{
    font-weight: bold;
    font-size: .98em;
    color: Lime;
    text-decoration: underline;
}

.Rodape
{
    padding: 0;
    background-color: transparent;
    height: 2em;
    text-align: center;
    color: #D0D0D0;
    width: 80%;
}

.Autor
{
    padding: 0;
    height: auto;
    text-align: center;
    color: Black;
    width: 80%;
}

H1
{
    color: Black;
    text-align: left;
    font-family: Trebuchet MS;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    margin-left: 1em;
}

H2
{
    font-size: 1.4em;
    color: #6DA100;
    border-bottom: solid thin #6DA100;
}

H3
{
    font-size: 1.2em;
    color: Green;
}

H4
{
    color: Green;
    font-size: 1em;
}

H5
{
    font-size: .8em;
    color: #4169E1; /*RoyalBlue*/
}

H6
{
    font-size: 0.8em;
    color: Green;
}

cite
{
    color: #4169E1; /*RoyalBlue*/
    font-style: normal;
}

p
{
    margin: 0;
    padding: 0;
    margin-bottom: 1.22em;
    margin-top: 1.22em;
    text-indent: 0;
    font-size: 1em;
}
