.leiloes {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #333333; line-height: normal; text-decoration: none}
.leilbold {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000}
.bens {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; line-height: 18px; font-weight: lighter; text-decoration: none; color: #333333}
.bens_b {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; font-weight: bold; color: #333333; text-decoration: none}
.tabela {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9px; color: #000000; font-weight: bold}
.quadro {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 12px; color: #FFFFFF}
mailing {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 16px; line-height: 15px; color: #000000}
.caixas {  font-family: Arial, Helvetica, sans-serif; font-size: 13px}
.fundo {  background-image: url(images/fu_trat.jpg); background-repeat: no-repeat; background-attachment: fixed}
a:link {  font-family: Geneva, Arial, Helvetica, san-serif; text-decoration: none; font-weight: bold}
a:active {  font-family: Geneva, Arial, Helvetica, san-serif;  text-decoration: none}
a:hover {  font-family: Geneva, Arial, Helvetica, san-serif; color: #CC6633; text-decoration: none}
a:visited {  font-family: Geneva, Arial, Helvetica, san-serif; font-weight: bold}
.somos {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 11px; line-height: 16px; color: #333333}
.tabela_b { font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; color: #000000; font-weight: bold }

/* The Modal (background) begin */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}
.modal-content a, 
.modal-content a:hover {
    color: red;
    font-weight:normal;
    margin-left:30px;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* The Modal (background) end */
