﻿body
{
    margin: 0px 0px 0px 0px;
}

#WebPage
{
    width: 950px;
    text-align: left;
}

.Topo
{
    background-color: White;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.MenuSuperior
{
    background-color: White;
    margin: 0px 0px 0px 0px;
    height: 20px;
    vertical-align: middle;
}

.BotoesMenuSuperior
{
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: Black;
    text-align: left;
    vertical-align: middle;
    height: 20px;
}

a.a_azul
{
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: Black;
    text-transform: none;
    text-decoration: none;
}

a.a_azul:hover
{
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #606F84;
    text-transform: none;
    text-decoration: none;
}

a.a_branco
{
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: Black;
    text-transform: none;
    text-decoration: none;
}

a.a_branco:hover
{
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: Red;
    text-transform: none;
    text-decoration: underline;
}

.banners
{
    width: 25%;
    height: 135px;
    vertical-align: top;
}

.TextoBannersTopo
{
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    color: #1066A2;
    padding-left: 15px;
    height: 20px;
}

.TextoBanners
{
    font-family: Arial;
    font-size: 10pt;
    color: #7D7D7D;
    padding-left: 15px;
    height: 80px;
}

.BotaoBanners
{
    padding-left: 15px;
}

.Rodapé
{
    background-color: #616F85;
    height: 20px;
    font-family: Arial;
    font-size: 7pt;
    color: White;
}


