﻿body
{
    background-color: #D8D8D8;
    font-size: 12px;
    color: black;
    font-family: Arial;
    text-align: justify;
}

.fundo_castanho
{
    background-color: #3e3533;
}

.linha_esquerda
{
    border-left-color: #3e3533;
    border-width: 0px 0px 0px thin;
    border-left-style: solid;
    background-color: #f1f1f1;
}

.fundo_verde

{
    background-color: #003E00;
    
    }
   .justificado
   
   {text-align: justify;}
   

.fundo_verde_claro
{
    background-color: #008040;
    }
    
a
{
    font-size: 10pt;
    color: #993300;
    font-family: Arial;
    text-decoration: none;
}

a:hover
{
    font-size: 10pt;
    color: #993300;
    font-family: Arial;
    text-decoration: underline;
    }    