﻿body
{
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
}

.Texto
{
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    margin: 20px;
    margin-right: 20;
    margin-top: 0;
    padding: 0px;
    border-top: thin none #CCCCCC;
    border-right: thin none #CCCCCC;
    border-bottom: thin none #CCCCCC;
    border-left: thin none #CCCCCC;
    line-height: 1.5;
}

.Tabela
{
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00367b;
    width: 468;
}

.Titulo
{
    border-bottom: teal 1px dashed;
    border-top-width: 1px;
    border-top-color: #d6e9de;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #21693D;
    font-weight: bold;
}

.SubTitulo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #21693D;
    font-weight: bold;
}

.aba
{
    color: red;
    background-color: white;
    padding-left: 0px;
    padding-right: 10px;
    font-weight: bold;
    font-size:10pt;
}

.aba2
{
    color: blue;
    background-color: silver;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 1px;
}

.container
{
    color: black;
    background-color: white;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: red;
    border-style: solid;
    padding: 0px;
}

.fotoshow
{
    color: black;
    background-color: white;
    border-left: 1px;
    border-top: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: silver;
    border-style: solid;
    padding: 5px;
}

.button
{
    color: #21693d;
    font-weight: bold;
    font-size: 11px;
    background-color: lightgreen;
    border-style: solid;
    border-width: 1px;
    border-left-color: #000000;
    border-right-color: #000000;
    border-top-color: #000000;
    border-bottom-color: #000000;
}


.buttondelete
{
    color: red;
    font-weight: bold;
    font-size: 11px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-left-color: #000000;
    border-right-color: #000000;
    border-top-color: #000000;
    border-bottom-color: #000000;
}


.foot
{
    color: gray;
    font-size: 8pt;
    background-color: white;
}
