﻿body
{
}
.Anuncio_Titulo
{
    color: black;
    background-color: #A4842C;
    padding: 2px;
    padding-left: 6px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
}
.Anuncio_Texto
{
    font-family: Arial;
    text-align: justify;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 40px;
}

.Dica_Titulo
{
    color: black;
    background-color: #A4842C;
    padding: 2px;
    padding-left: 6px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
}
.Dica_Texto
{
    font-family: Arial;
    text-align: justify;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 40px;
}

.Anuncio_Email
{
    font-family: Arial;
    text-align: justify;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 36px;
    border-left: solid transparent 40px;
    height: 36px;
    background: url(images/email.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}
.Anuncio_WebSite
{
    font-family: Arial;
    text-align: justify;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 56px;
    border-left: solid transparent 40px;
    height: 36px;
    background: url(images/mouse.gif);
    background-position: left center;
    background-repeat: no-repeat;
}


.IndPages
{
    font-family: Arial;
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    width: 641px;
    border: none;
    text-align: right;
}


input, .MsgInput
{
    font-family:Arial;
    font-size:10px;
    border:1px solid #505050;
    font-weight:bold;
    
    }