﻿body
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    margin: 0 0 0 0;
    color: Gray;
    background-image: url(../../imagens/banner-lat.gif);
    background-repeat: repeat-y;
}

h1
{
    color: #005a94;
    font-size: 18pt;
}

.topo
{
    height: 55px;
    background-image: url(../../imagens/ban-sup2.jpg);
    background-repeat: no-repeat;
}

a
{
    color: Gray;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.fotobebe
{
    padding: 2px;
    border: solid 1px silver;
    width: 100px;
}

.logo
{
    position: absolute;
    top: 0px;
    left: 630px;
}


.modalBackground
{
    background-color: white;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

