﻿body
{
    background-color: #F7F6F4;
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

img { border: 0px;}

td.boxazul
{
    height: 190px;
    width: 344px;
    background-color: #474D6D;
    text-align: center;
    padding: 0px;
}

td.bege
{
    width: 680px;
    height: 190px;
    background-color: #EFEAD7;
    text-align: center;
    padding: 0px;
}

td.baixomenu
{
    background-image: url('Botões/fim.gif');
    height: 250px;
    width: 344px;
    text-align: right;
    font-size: 10px;
    padding-right: 15px;
}

.rodape
{
    font-size: 9px;
    text-align: center;
}

a
{
    text-decoration: none;
    color: #666666;
}

.foto
{
    border-style: solid;
    border-width: 1px;
}

.cabecalho
{
    font-size: 17px;
    color: #827A39;
    margin-bottom: 5px;
}

p.texto
{
    line-height: 15px;
}
    
td.titulo
{
    padding: 0px;
    height: 29px;
}

.borda
{
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}

input, textarea
{
    border: solid 0px #666666;
    background-color: #EFEAD7;
    font: 11px tahoma;
    color: #666666;
}

.modalBackground
{
    background-color: Black;
    opacity: 0.7;
    filter: alpha(opacity=70);
}