* { font-size: 12px; font-family: Arial, Verdana, Tahoma; color: #000000; }

body
{
    font-style: normal;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
}

a { list-style-type: none; text-decoration: none; color: #006633; font-size: 13px; border: none; }

a:hover { font-weight: bold; }

input 
{
    font-size: 12px; 
    border: solid 1px #cccccc;
    border-radius: 3px;
}

img { border: none; }

table tr td { padding: 1px 0; }

.caixa-texto
{
    width: 478px;
    height: 24px;
    padding: 4px 0 4px 5px;
    margin: 0;
    color: #696969;
}

.caixa-texto-destaque
{
    width: 478px;
    height: 24px;
    padding: 4px 0 4px 5px;
    margin: 0;
    color: #696969;
    border: 1px solid #cc0000;
}

.botao
{
    width: 110px;
    text-transform: none;
    font-size: 14px;
    padding: 6px;
    margin: 4px 0 2px 0;
    background-color: #3A8476;
    color: #ffffff;
    border-radius: 5px;
}

.botao:hover
{
    border: solid 1px #007e5c;
}

.botao-inativo
{
    width: 110px;
    text-transform: none;
    font-size: 14px;
    padding: 6px;
    margin: 4px 0 2px 0;
    background-color: #dcdcdc;
    color: #A0A0A0;
    border-radius: 5px;
}

.botao-inativo:hover
{
    border: solid 1px #A0A0A0;
}

#cabecalho { margin: 0px; height: 139px; width: 100%; min-width: 800px; }

#barra
{
    background: url(../images/bg_topo_verde.png) repeat-x;
    height: 45px;
}

#barra div { height:45px; }

#campo_data
{
    background: url(../images/bg_data.png) no-repeat;
    float: left;
}

#campo_data p { margin: 15px 0 15px 20px; font-size: 11px; color: #ffffff; }

#brasao_governo 
{
    text-align: right; 
    margin-right: 10px; 
    padding-top: 5px;
}

#logo
{
    height: 90px;
}

#menu_divisor
{
    background-color: #3A8476;
    height: 2px;
}

#menu_divisor div { height: 33px; }

#txtRelogio
{
    width: 300px;
    height: 25px;
    font-size: 13px;
    text-transform: none;
    border: none;
    background-color: transparent;
    color: #ffffff;
}

#corpo
{
    overflow-y: auto;
    height: 470px;
}

iframe
{
    position: relative;
    width: 100%;
}

#rodape
{
    text-align: center;
    color: #696969;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    height: 58px;
    padding: 0;
    margin: 0;
    border-top: solid 4px #3A8476;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 800px;
    background-color: #effbf8;
}