﻿*
{
    font-family: 'Trebuchet MS';
    font-size: 11px;
}
body
{
    margin: 0px;
    background-color: #F6F6F6;
}
a
{
    color: #184496;
    text-decoration: none;
}
a:hover
{
    color: #333333;
}
input, textarea, select
{
    font-family: Tahoma;
}
.fundoSite
{
    background-image: url(fundo.png);
    background-repeat: repeat-y;
    width: 900px;
    height: 100%;
    margin-left: -450px;
    left: 50%;
    position: relative ;
}
.areaSite
{
    background-image: url(fundo.png);
    background-repeat: repeat-y;
    width: 779px;
    height: 100%;
    padding-left: 61px;
    padding-right: 59px;
}
.areaSite .top
{
    height: 169px;
}
.areaSite .nav { padding: 10px; height: auto; background-color: #fdfde7; }
.areaSite .nav h3
{
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
}
.areaSite .nav table
{
    width: 90%;
}
.areaSite .rodape
{
    background-image: url(rodape.png);
    height: 52px;
    text-align: center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
#contprogress
{
    background-color: #FFFFFF;
    border: 1px solid #808080;
    width: 300px;
    text-align: center;
    height: 50px;
    background-color: #000000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#contprogress span
{
    font: bold 12px/50px 'Trebuchet MS';
    color: #ffffff;
}
#progress
{
    position: fixed;
    width: 100px;
    height: 50px;
    clip: rect(auto,auto,0px,auto);
    z-index: 999;
}
.imo
{
    cursor: pointer;
}
.imo:hover
{
    background-color: #F6F6F6;
}
