
*{
    font-family: 'Arial', 'Verdana', 'Timer New Roman';
}

a:link {
    color: #003366;
    text-decoration: none;
}
a:visited {
    color: #003366;
    text-decoration: none;
}
a:hover {
    color: #999999;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.body{
    background:url(../img/layout/fundo_pagina.jpg) repeat-x;
    margin-top:0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color:#006599;
}
#baner{
    width:1000px;
    height:130px;
    background:url(../img/layout/tipo10_versao2.jpg) no-repeat;
    /*position:relative;*/
    margin:auto;
}

#container_geral{
    width:1000px;
    min-height: 700px;
    background:#FFFFFF;
    /*position:relative;*/
    margin:auto;
    overflow:hidden;
}

#rodape{
    width:1000px;
    height:40px;
    background:#003366;
    margin:auto;
    /*float: left;*/
}

#rodape li{
    font-family:"Verdana";
    font-size:9px;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center;
    list-style:none;
}

#container_geral #div_caminho_link{
    width:1000px;
    height:18px;
    margin:auto;
    float:left;
    font-weight:bold;
    font-size: 10px;
}

#container_geral #div_caminho_link #texto_caminho_link{
    width:900px;
    height:15px;
    float:left;
    margin-top:1px;
    margin-left:5px;
}