﻿*
{
    font-family: "Trebuchet MS" , Arial;
    font-size: 9pt;
    line-height: 11pt;
    font-weight: normal;
    border: 0;
}

HTML
{
    height: 100%;
}

BODY
{
    min-width: 750px;
    height: 100%;
    min-height: 520px;
    margin: 0px;
    color: #666;
    background-color: #FFF;
    cursor: default;
}

BODY#Master
{
    background: url(Images/BgMaster.jpg) center top no-repeat;
}

FORM
{
    margin: 0px;
    height: 100%;
}

A
{
    color: #666;
    text-decoration: none;
}

A:HOVER
{
    text-decoration: underline;
}

B, STRONG
{
    font-weight: bold;
}

INPUT, SELECT, TEXTAREA
{
    border: 1px solid #ccc;
    margin-bottom: 1px;
    color: #222;
}

TEXTAREA
{
    overflow: auto;
}

P, H1, H2, H3, H4, H5, H6
{
    margin: 0px;
    margin-bottom: 5px;
}

H1, H1 A
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 16pt;
    line-height: 20pt;
    color: #197D32;
}

H2, H2 A
{
    font-size: 12pt;
    line-height: 14pt;
    color: #e1b400;
}

.H3
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 12pt;
    line-height: 16pt;
    color: #197D32;
}

UL
{
    margin-top: 0px;
    margin-bottom: 0px;
}

LI
{
    margin-top: 0px;
    margin-left: -24px;
    margin-bottom: 5px;
}

#MarginTop
{
    height: 65px;
}

#BoxMoldura
{
    position: relative;
    margin: auto;
    width: 570px;
    height: 460px;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    background: #5d9645 url(Images/BgMoldura.jpg);
}

#Twitter
{
    position: absolute;
    top: 52px;
    right: 7px;
}

#Book
{
    width: 570px;
    height: 460px;
    background: #FFF url(Images/BgBook.gif) repeat-y;
}

#Book #Menu
{
    padding-top: 20px;
}

#Book #Page
{
    float: left;
    padding: 25px;
    width: 235px;
    height: 330px;
}

.LinkDestaque:HOVER, .LinkDestaque:HOVER .H3
{
    text-decoration: none;
    color: #e1b400;
}

.LinkNavigation
{
    color: #197D32;
    font-weight: bold;
}

#Container
{
    overflow: auto;
    height: 330px;
}

.Label
{
    color: #999;
    font-size: 10px;
}

#Footer
{
    margin: auto;
    width: 650px;
    height: 70px;
    color: #999;
}

#Footer #Endereco
{
    float: left;
    padding-top: 20px;
}

#Footer A
{
    color: #999;
}

#Footer .Assinatura
{
    float: right;
    padding-top: 20px;
}

