body {
    margin: 8px 0;
}
h1 {
    font: bold 24px times new roman, serif;
    text-align: center;
}
h2 {
    font: normal 18px times new roman, serif;
    text-align: center;
}
input, select, textarea {
    font: normal 8pt arial, sans serif;
}
td {
    color: #000000;
    font: normal 13px arial, helvetica, geneva, sans serif;
    text-align: left;
    vertical-align: top;
}
p {
    text-align: justify
}


/**
 * Layout
 */
.c {
    text-align: center;
    vertical-align: middle;
}
.e {
    text-align: right;
    vertical-align: middle;
}
.n {
    text-align: center;
    vertical-align: top;
}
.ne {
    text-align: right;
    vertical-align: top;
}
.o {
    text-align: left;
    vertical-align: middle;
}
.s {
    text-align: center;
    vertical-align: bottom;
}


/**
 * Conteúdo
 */
.centrado {
    text-align: center;
}
.claro {
    color: #44637b;
}
.direita {
    text-align: right;
}
.esquerda {
    text-align: left;
}
.lead {
    line-height: 150%;
    text-align: justify;
}
.legenda {
    color: #1b487a;
    padding-top: 10px;
}
.pequeno {
    font-size: 11px;
}


/**
 * submenu.php
 */
.submenu {
    color: #000000;
    font: normal 11px verdana, sans serif;
}
a.submenu:link {
    color: #000099;
    font: normal 11px verdana, sans serif;
}
a.submenu:hover {
    color: #ff0000;
    font: normal 11px verdana, sans serif;
}
a.submenu:visited {
    color: #555577;
    font: normal 11px verdana, sans serif;
}



/**
 * menu.php
 */
a.menu:hover {
    color: #000000;
    text-decoration: none
}
a.menu:link, a.menu:visited {
    color: #ffffff;
    text-decoration: none
}
.menu {
    background-color: #ff0000;
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.menu_curr {
    background-color: #000000;
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.mold_dir {
    background: url(imagens/mold_dir.gif);
    background-repeat: repeat-y;
}
.mold_esq {
    background: url(imagens/mold_esq.gif);
    background-repeat: repeat-y;
}
.rodape {
    border: #999999 1px solid;
}