﻿body
{
    color: #807f7d;
    font-size: 11px;
    font-family: Arial;
    background-color: #fcfafb;
}

.VerdeBackgroundEsqTopo
{
    background-image: url("Img/VerdeBackgroundEsquerda.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 523px;
    width: 124px;
}

.VerdeBackgroundDirTopo
{
    background-image: url("Img/VerdeBackgroundDireita.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 493px;
    width: 100px;
    background-color: #fcfafb;
}

.VerdeMenu
{
    height: 32px;
    width: 499px;
    color: #040404;
    font-family: Helvetica Condensed,arial;
}

.VerdeBusca
{
    background-image: url("Img/VerdeBackgroundBusca.jpg");
    background-repeat: no-repeat;
    height: 98px;
    width: 499px;
    padding-right: 15px;
}

.VerdeCorpo
{
    width: 985px;
}

.VerdeCorpo a:link, .VerdeCorpo a:hover, .VerdeCorpo a:active, .VerdeCorpo a:visited
{
    color: #838802;
    text-decoration: none;
}

.VerdeCorpoEsq
{
    width: 271px;
}

.VerdeCorpoMenuEsq
{
    background-image: url("Img/VerdeBackgroundCorpoEsq.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    width: 271px;
    height: 138px;
    padding-top: 50px;
    padding-right: 60px;
}



.VerdeCorpoDir
{
    background-image: url("Img/VerdeBackgroundCorpoDir.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    width: 499px;
    height: 303px;
    padding-top: 100px;
}
.VerdeRodapeBackgroundEsq
{
    background-image: url("Img/VerdeBackgroundEsquerdaRodape.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    height: 99px;
    width: 142px;
}

.VerdeRodape
{
    background-image: url(Img/VerdeRodape.jpg);
    background-repeat: no-repeat;
    height: 102px;
    width: 770px;
}

.VerdeRodapeConteudo
{
    color: #39860f;
    font-family: Arial;
    font-size: 11px;
    padding-left: 80px;
    padding-top: 80px;
}

.VerdeRodapeBackgroundDir
{
    background-image: url("Img/VerdeBackgroundDireitaRodape.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    height: 99px;
    width: 130px;
}


/* Container Verde Linha */

.cVerdeLinhaTitulo
{
    color: #6d9003;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    background-image: url("Img/cVerdeLinhaTitulo.jpg");
    background-repeat: no-repeat;
    padding-left: 9px;
    padding-bottom: 7px;
}


.cVerdeLinhaConteudo
{
    color: #807f7d;
    font-size: 11px;
    font-family: Arial;
    background-image: url("Img/cVerdeLinhaConteudo.jpg");
    background-repeat: repeat-y;
    padding-left: 9px;
}

/* Container Verde Vazio */

.cVerdeTituloVazio
{
    color: #6d9003;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 8px;
}

.cVerdeConteudoVazio
{
    color: #807f7d;
    font-size: 11px;
    font-family: Arial;
    padding-left: 9px;
    padding-bottom: 8px;
}

.cVerdeConteudoVazio a:link, .cVerdeConteudoVazio a:hover, .cVerdeConteudoVazio a:visited, .cVerdeConteudoVazio a:active
{
    color: #807f7d;
}

/*Container Verde Seta*/
.cVerdeSeta
{
    background-image: url("Img/cVerdeSetaTitulo.jpg");
    background-repeat: no-repeat;
    background-position: left;
    width: 11px;
    height: 12px;
}

.cVerdeTituloSeta
{
    color: #6d9003;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.cVerdeDivisorTitulo
{
    background-image: url("Img/cVerdeDivisorTitulo.jpg");
    background-repeat: repeat-x;
    background-position: top left;
    height: 1px;
}

.cVerdeConteudoSeta
{
    color: #807f7d;
    font-family: Arial;
    font-size: 11px;
    padding-top: 5px;
    text-align: justify;
}

