html {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    background-color: #E7E7E7;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #333;
}

strong {
    font-weight: bold;
}

#conteudo {
    border: 1px solid #666;
}

#menu {
    background: url('/imagens/bg_barra_menu.png') repeat-x;
    border: 1px solid #999;
    height: 23px;
    margin: 10px;
}

#menu ul li {
    float: left;
    margin: 5px 10px;
    font: 12px;
}

#menu ul li select {
    height: 18px;
    margin-top: -3px;
    width: 100px;
}

div.titulo {
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}

ul.tabelas {
    margin: 10px;
}

ul.tabelas li {
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
}

ul.tabelas li:first-child {
    background-color: #E1E1E1;
    font-weight: bold;
}

ul.tabelas li span {
    float: right;
}

ul.tabelas li span a {
    margin-left: 4px;
}

ul.tabelas li:first-child span {
    margin-right: 40px;
}

#footer {
    margin: 50px 0 15px 0;
    text-align: center;
    width: 800px;
}

.fundo {
    margin-top: -90px;
    position: absolute;
    width: 150%;
    height: 30%;
    background-color: transparent;
    filter:alpha(opacity=50, finishopacity=50, style=1);
    opacity:.5;
}