body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    }
p { font-size: 10pt; }
a:link, a:visited { color: #2F75A8; text-decoration: none; }
a:hover { color: #EC4D00; text-decoration: underline; }
a img { border-width: 0px; }

#all { position: relative; width: 780px; }
#menu {
    padding-top: 5px;
    position: absolute;
    width: 160px;
    height: 321px;
    top: 0px;
    left: 10px;
    background-color: #84C3E7;
    }
#corpo { 
    position: relative;
    right:0px;
    margin-left: 170px;
    }
#head {
    height: 85px;
    margin-top: 2px;
    }
#foot {
    width: 540px;
    border-width: 1px 0px 1px 0px;
    border-style: dashed;
    border-color: #CCCCCC;
    padding: 2px 0px 2px 0px;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
    font-size: 9pt;
    }
.menul { 
    text-align: left;
    width: 85px;
    left: 10px;
    margin-bottom: 8px;
    color: #FFD5D5;
    }
.menul a {
    color: #FFD5D5;
    font-weight: bold;
    text-decoration: none;
    }
.menul a:hover {
    color: #424200; 
    }
input.text, textarea.text {
    background-color: #E4E4E4;
    width: 300px;
    border: 1px solid #626231;
    }
textarea.text { width: 370px; }
label { font-size: 10pt; }
input.text:focus, textarea.text:focus  { background-color: white; }
#mailfrm { 
    width: 80%; 
    border-width: 1px 0px 1px 0px;
    border-color: #CCCCCC;
    border-style: dashed;
    padding-top: 15px;
    } 
#tblmsg { width: 100%; height: 100%; }
#voltar {
    display: block;
    position: relative;
    width: 5em;
    border: 1px solid blue;
    background-color: #CCCCCC;
    padding: 2px;
    }
#voltar:hover { text-decoration: none; background-color: #DCE7D1; }
.ileft {
    float: left;
    margin-right: 20px;
    }
.iright {
    float: right;
    margin-left: 20px;
    }
a.imglink:link { text-decoration: none; }
a.imglink:hover { color: gray; }
.imglink span { 
    visibility: hidden; 
    font-size: 8pt; 
    letter-spacing: 1px;
    text-decoration: none; 
    }
.imglink:hover span { visibility: visible; }
.pleft, .pright { line-height: 140%; margin: 0px; }
.pleft { text-align: left; }
.pright { text-align: right; }
.bloco { margin: 0px 30px 0px 30px; padding-bottom: 3px; }
.dbloco {
    border-bottom: 1px dashed #CCCCCC; 
    height: 1px;
    padding: 0px;
    clear: both;
    margin: 0px 30px 10px 30px;
    overflow: hide;
    font-size: 1px;
    }
#cred {     
    margin-bottom: 2em; 
    text-align: center; 
    font-size: 8pt;
    margin-top: 10px;
    }