﻿body 
{
    background-color: #009933;
    background-image: url(Img/FundoCorpo.jpg);
    background-position:top center;
    background-repeat:repeat-y;
    margin:0px;
    padding:0px;
    font-family: Tahoma, Verdana;
    font-size: 9pt;
    color: #666666;
}

#Fundo
{
    background-image: url(Img/Fundo.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#Topo
{
    text-align: center;
    background-image: url(Img/Topo.jpg);
    background-position:top center;
    background-repeat:no-repeat;    
}

#Conteudo
{
    text-align:center;
    padding-left: 2px;
}

#CorpoFundo
{
    background-image: url(Img/BarraVerdeAmarelo.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 720px;
    text-align: right;
    padding-top: 11px;
}

#Corpo
{
    width: 644px;
    margin-left: 76px;
    background-image: url(Img/FundoBranco.jpg);
    background-position: right;
    background-repeat: repeat-y;
}

#CorpoConteudo
{
    width:100%;
    padding: 2px;
    text-align:left;
}

#CorpoRodape
{
    background-image: url(Img/FundoCorpoRodape.jpg);
    background-repeat: no-repeat;
    height:35px;
}

#Rodape
{
    padding: 5px 5px 10px 15px;
    font-size: 7pt;
}

#MenuCorpo
{
    background-image: url(Img/FundoMenu.jpg);
    background-position:left;
    background-repeat: repeat-y;    
}

#MenuRodape
{
    background-image: url(Img/FundoMenuRodape.gif);
    background-position:left;
    background-repeat: no-repeat; 
    height: 24px;       
}


.c_Cinza_Topo
{
    padding: 10px 5px 10px 5px;
    background-image: url("Img/c_Cinza_Topo.gif");
    background-repeat:repeat-x;
    background-position:top;
    background-color: #eeeeee;
    font-style:italic;
    font-weight:bold;
    border-bottom: 1px dotted #cccccc;
}

.c_Cinza_Corpo
{
    padding: 10px 5px 10px 5px;
    border-bottom: 1px dotted #cccccc;
}

a:link, a:active, a:visited
{
    color: Green; 
    text-decoration: none;   
}
a:hover
{
    color: #ffcc33; 
}