td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #415369;
        text-decoration: none;
}
.titulo {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #FFCC00;
        text-decoration: none;
}
.sep_h {
        background-attachment: fixed;
        background-image: url(../img/sep_h.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
}
a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #5C838F;
        text-decoration: none;
}
a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        color: #FFCC00;
        text-decoration: underline;
}
.inputs {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9px;
        text-decoration: none;
        color: #1C3651;
}
.botoes {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #1C3651;
        background-color: #A2C0DF;
        border: #1C3651 1px solid;
}
hr {
        shading: no;
        height: 1px;
        border: #CCCCCC 1px dotted;
}.bgtopo {
        background-attachment: fixed;
        background-image: url(../img/bgtopo.jpg);
        background-repeat: no-repeat;
        background-position: left top;
}
.bgmenu {
        background-attachment: fixed;
        background-image: url(../img/bgmenu.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
}
ul {
        margin-top: 2px;
        list-style-position: outside;
        font-size: 9px;
        list-style-image: url(../img/ul.gif);
        margin-left: 20px;
        color: #003366;
        font-family: Verdana, Arial, Helvetica, sans-serif
}