﻿body
{
    line-height: normal;
    text-transform: none;
    color: darkblue;
    background-color: lightsteelblue;
    text-decoration: none;
    text-align: center;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    text-transform: none;
    color: blue;
    text-decoration: none;
}

a:hover
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    text-transform: none;
    color: blue;
    text-decoration: underline;
}

#mestre
{
    width: 800px;
    height: 100%;
    background-color: #ffffff;
}
#espacador
{
    width: 780px;
    height: 5px;
    background-color: orange;
}
#linha
{
    width: 780px;
    height: 15px;
    background-color: ghostwhite;
}
#barratopo
{
    width: 780px;
    height: 100px;
    background-color: #FFFFFF;
}
#barranavegar
{
    width: 200px;
    height: 100%;
    float: left;
}
#barranavegar p
{
    width: 180px;
    height: 10px;
    float: left;
    background-color: #FFFFFF;
    margin-left: 20px;
}
#barranavegar a
{
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    color: blue;
    background-color: #ffffff;
    width: 180px;
    height: 40px;
    float: left;
    margin-left: 20px;
    border-right: darkblue thin solid;
    border-top: #ffffff thin solid;
    border-left: darkblue thin solid;
    border-bottom: #ffffff thin solid;
    text-align: center;
}
#barranavegar a:hover
{
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    text-transform: none;
    text-decoration: underline;
    color: orange;
    background-color: ghostwhite;
    width: 180px;
    height: 40px;
    float: left;
    margin-left: 20px;
    border-right: orange thin solid;
    border-top: #ffffff thin solid;
    border-left: orange thin solid;
    border-bottom: #ffffff thin solid;
    vertical-align: middle;
    text-align: center;
}
#conteudo
{
    width: 560px;
    height: 400px;
    float: left;
    margin-left: 10px;
    text-align: justify;
    overflow: auto;
    padding-left: 20px;
}
#rodape
{
    width: 780px;
    height: 20px;
    clear: both;
    background-color: #ffffff;
}

td
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    text-transform: none;
    color: darkblue;
    text-decoration: none;
    background-color: ghostwhite;
}
hr
{
    border-collapse: collapse;
    border-right: orange 1px dashed;
    border-top: orange 1px dashed;
    border-left: orange 1px dashed;
    border-bottom: orange 1px dashed;
}