﻿body
{
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #FFFFFF;
    background-color: #36610f;
    background-image: url('../Imagens/fundo.jpg');
    background-repeat: repeat;
    margin: 0px;
    
}
a.link
{
    font-family: 'Trebuchet MS';
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
a.link:hover
{
    text-decoration: underline;
}
a.lnkMenu
{
    font-family: 'Lucida Sans Unicode';
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}
a.lnkMenu:hover
{
    color: #ffdd00;
}

a.lnkMenu2
{
    font-family: 'Lucida Sans Unicode';
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
a.lnkMenu2:hover
{
    color: #ffdd00;
}
a.lnkPaginacao
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Trebuchet MS';
}
a.lnkPaginacao:hover
{
    color: #ffdd00;
}

.textoPaginacao
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Trebuchet MS';
}
.textoPaginacaoAmarelo
{
    text-decoration: none;
    color: #ffdd00;
    font-size: 16px;
    font-family: 'Trebuchet MS';
}



.Titulo
{
    color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-size: 20px;
}

.txt
{
    color: #000000;
    font-family: 'trebuchet MS';
    font-size: 15px;
    background-color: #a7a4b2;
    border: 1px solid #a7a4b2;
}