﻿body
{
    font-size: 80%;
    color: Gray;
    font-family: Arial;
    background-color: #E7EEF3;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0080FF;
    text-decoration: none;
}

a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0080FF;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.link2
{
    font-size: 15pt;
    color: #0080FF;
    font-family: Arial;
    text-decoration: none;
}

.dma
{
    font-size: 8pt;
    color: Gray;
    text-transform: uppercase;
    font-family: Arial;
}

.copyright
{
    font-size: 9pt;
    color: Gray;
    font-family: Arial;
    border-top: 1px dotted gray;
}

.titulo
{
    text-align: left;
    font-size: 15pt;
    color: #0080FF;
    font-family: Arial;
    border-bottom: 1px dotted #00599C;
    margin-bottom: 25px;
}

.tituloprodutos
{
    text-align: left;
    font-size: 12pt;
    color: #626200;
    font-family: Arial;
}


.titulocategorias
{
    text-align: left;
    font-size: 12pt;
    color: #996600;
    font-family: Arial;
}

.subtitulo
{
    text-align: left;
    font-size: 12pt;
    color: #0080FF;
    font-family: Arial;
    border-bottom: 1px dotted #00599C;
    margin-bottom: 5px;
}

.container
{
    padding: 15px;
    font-size: 10pt;
    font-family: Arial;
    text-align: left;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    background-color: white;
}

.texto
{
    font-size: 10pt;
    color: Gray;
    font-family: Arial;
    line-height: 15pt;
}
.depto
{
    text-align: center;
    font-size: 10pt;
    color: #0080FF;
    font-family: Arial;
    line-height: 15pt;
    border-bottom: 1px solid silver;
    font-weight: bold;
    margin-top: 15px;
}
.nome
{
    padding-top: 5px;
    text-align: center;
    font-size: 9pt;
    color: Gray;
    font-family: Arial;
}
.funao
{
    text-align: center;
    font-size: 7pt;
    color: Gray;
    font-family: Arial;
    font-weight: bold;
}

.campo
{
    background-color: #CDD8DD;
    border: solid 1px #AABDC6;
}

.campoobrigatorio
{
    background-color: #CDD8DD;
    border: solid 1px #AABDC6;
    border-left: solid 2px #0080FF;
}

.campoobrigatorioinfo
{
    border-left: solid 2px #0080FF;
}

.imagem
{
    border: solid 1px silver;
}