﻿body
{
    font-family: Verdana;
    color: Gray;
}

h1
{
    font-family: verdana;
    font-size: small;
    color: #527DB0;    
}
h2
{
    font-family: verdana;
    font-size: x-small;
    color: #527DB0;
}
h3
{
    font-family: verdana;
    font-size: x-small;
    color: #527DB0;
}
p
{
    font-family: Verdana;
    font-size: 11px;
    color: #666666;
}
li
{
    font-family: Verdana;
    font-size: 11px;
}
a
{
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}
a:hover
{
    text-decoration: underline;
}
.imgText
{
    margin: 5px;
}

#ContentTop
{
    background-image: url('../img/topo_janela_gde.gif');
    background-repeat: no-repeat;
    width: 575px;
    height: 17px
}

#Content
{
    border: solid 1px #9BB3D5;
    padding: 5px;
    background-color: White;
}

#Rodape
{
    font-family: Verdana;
    font-size: 11px;
}
