﻿body
{
    background-color: buttonface;
    font-size: 9pt;
    font-family: Arial;
    text-align: justify;
}

.link_menu_direito
{
    font-size: 9pt;
    color: black;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
}

.link_menu_direito:hover
{
    font-size: 9pt;
    color: black;
    font-family: Arial;
    text-decoration: underline;
    font-weight: bold;
}

.td_linha_fundo_branco
{
    margin-bottom: 2px;
    border-bottom-color: white;
    border-bottom-style: solid;
}

td.bordalaranja

{
    
    margin-right: 1px;
    border-right-color: #ff9900;
    border-right-style: solid;
    }
    
a 
{font-size: 9pt;
    color: black;
    font-family: Arial;
    text-decoration: none;
    
    }

a:hover
{font-size: 9pt;
    color: black;
    font-family: Arial;
    text-decoration: underline;
    
}


.textbox
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
