﻿body 
{
    background-image:url('../Imagens/bkg_site.jpg');
    background-repeat:repeat-x;
    margin:0;
    text-align:center;
}

img
{
    border:none;
}

a.menu:visited
{
    color:Yellow;
    text-decoration:underline;
}

a.menu:link
{
    color:White;
    text-decoration:none;
}

a.menu:hover
{
    color:Yellow;
    text-decoration:none;
}

a.menu:active
{
    color:Yellow;
    text-decoration:underline;
}

/* Links Notícias */

a.noticia:visited
{
    color:#02053A;
    text-decoration:underline;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;
}

a.noticia:link
{
    color:#02053A;
    text-decoration:none;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;    
}

a.noticia:hover
{
    color:#02053A;
    text-decoration:underline;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;    
}

a.noticia:active
{
    color:#02053A;
    text-decoration:underline;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;    
}

a.noticia:visited
{
    color:#02053A;
    text-decoration:underline;
    font-weight:bold;
    font-family:Verdana;
    font-size:11px;    
}

/* Fim Links Notícias */

.divPai
{
    margin:0 auto;
    width:807px;
    margin-top:20px;
}

.divLogin
{
    width:807px;
    height:33px;
    background-image:url('../Imagens/bkg_barra_cinza.jpg');
    background-repeat:repeat-x;
    text-align:left;
}

.divConteudo
{
    width:807px;
}

.divConteudo2
{
    width:807px;
    border:solid 2px #02053A;
    padding:5px;
}

.divRodape
{
    width:807px;
    height:33px;
    background-image:url('../Imagens/bkg_barra_cinza.jpg');
    background-repeat:repeat-x;
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    text-align:center;
}

.divRodape2
{
    width:807px;
    height:33px;
    background-color:#02053A;        
}


.tdMenu
{
    width:115px;
    height:23px;
    background-image:url('../Imagens/bkg_menu.jpg');
    color:White;
    text-align:left;
    font-family:Verdana;    
    font-size:12px;
    padding-left:4px;
}