body {
    color: rgb(0,0,0);
    background: #d8d8d8;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 10pt; 
    font-family: Verdana, Arial, helvetica, sans-serif;
}

div.div_conteudo {
    display:table;
    height:23em;
}

span.novo_tit {
    font-size:1.2em;
    font-weight:bold;
    color: #00369e;
}

span.novo_subtit {
    font-size:1.0em;
    font-weight:bold;
    font-style:italic;
    color: #00369e;
}

p.novo_corrido {
    font-size:.8em;
    font-weight:normal;
    margin-left:0em;
}

li.novo_item {
    margin-left: 3em;
    margin-bottom: .3em;
    font-size: .8em; 
    font-weight: normal; 
    padding-left:1em;
    text-indent:-1em;
    list-style-type: circle
}

div.menu_novo_container {
/*    background-color:#f8e06e; */
    width:20%;
    float:left;
    margin-right:1em; 
}

span.menu_novo_bullet {
    background-color:teal;
    color:white;
}

a.menu_novo_link:link {
    font-size: .8em;
    text-decoration: none;
    color: black;
}

a.menu_novo_link:hover {
    text-decoration: underline;
}

a.menu_novo_link:active {
    color: #ffffff;
}

a.menu_novo_link:visited {
    color: #404040;
}

div.menu_novo_item {
    background-color:#f8e06e; 
    padding-left:1.2em;
    text-indent:-1.2em;
}

div.menu_novo_subitem {
    background-color:#f8ebb0; 
    padding-left:2.0em;
    text-indent:-1.2em;
}

div.menu_novo_item_sel,
div.menu_novo_item_sel a.menu_novo_link:link,
div.menu_novo_item_sel a.menu_novo_link:hover,
div.menu_novo_item_sel a.menu_novo_link:visited,
div.menu_novo_item_sel a.menu_novo_link:active
{
    background-color:#00369e;
    color:white;
}

div.cabecalho_top {
    background-image: url(img/_cabec_top.png);
    background-repeat: no-repeat;
    width:940px; 
    height: 45px;
    padding-top:30px;
    margin-left:auto;
    margin-right:auto;
}

div.moldura_body {
    background-image: url(img/_cabec_body.png);
    background-repeat: repeat-y;
    width:900px; 
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
}

div.texto_body {
    width:900px; 
}

div.cabecalho_bottom {
    background-image: url(img/_cabec_bottom.png);
    background-repeat: no-repeat;
    width:940px; 
    height: 60px;
    padding-top:3px;
    margin-left:auto;
    margin-right:auto;
}

span.error {
    font-weight: bold;
    color: rgb(152, 42, 34);
}

a img {
    border: 0;
}

div.novo_menubottom {
    color:white;
    background-color:#008080; 
    font-size: .7em;
    font-weight: bold;
    margin-top:2em;
    margin-left:22%;
    text-align:left;
    padding-left:3em;
    width:77%;
}

.superscript {font-size:60%; vertical-align:top; }

