body, td, p, blockquote{
    font-family: geneva, verdana;
    font-size: 11px;
    color: #999999;
    line-height: 13px;
}
BODY{
    background-image: url("../images/img/fundo_site.jpg");
    background-repeat: repeat-y;
    background-color:#000000;
    margin: 0px;
}
a:link{
    text-decoration: none;
    color:#444444;
}
a:visited{
    text-decoration: none;
    color:#444444;
}
a:hover{
    text-decoration: none;
    color:#999999;
}
.topo{
    border: solid 0px orange;
    width: 777px;
    height: 185px;
}
.logo{
    float: left;
    border: solid 0px orange;
    width: 210px;
    height: 86px;
    text-align: center;
    margin-top: 45px;
}
.menu{
    float: right;
    width: 554px;
    border: solid 0px orange;
}
.destaque{
    border: solid 0px green;
    height: 143px;
    width: 190px;
    float: left;
}
.foto_destaque{
    width: 188px;
    height: 143px;
    background-color: black;
    font-weight:bold;
}
.props{
    border: solid 0px green;
    height: 143px;
    width: 360px;
    float: right;
}
.agenda{
    text-align: center;
    width: 220px;
    height: 305px;
    border: solid 0px red;
}
.tx_agenda{
    width:213px;
    height:265px;
    border:0px solid #FFFFFF;
    padding:4px;
    text-align: justify;
}
.links{
    text-align: center;
    width: 220px;
    height: 145px;
    border: solid 0px red;
}
.flog{
    text-align: center;
    width: 220px;
    height: 400px;
    border: solid 0px red;
    margin: 0 auto;
}
.foto_flog{
    margin-left: 10px;
    width: 190px;
    text-align: left;
}
.mgs_conf{
    border: dashed 1px #ffffff;
    width: 250px;
    line-height: 15px;
    font-size: 11px;
    color: red;
    font-weight:bold;
}
.tx_vc{
    font-family: geneva, verdana;
    font-size: 10px;
    color: #000000;
    line-height: 12px;
}
a.tx_vc:link{
    color: #000000;
}
a.tx_vc:hover{
    color: #333333;
}
a.tx_vc:visited{
    color: #000000;
}
label {
    display: block; /* DEIXANDO UM ACIMA DO OUTRO */
    margin: 5px 0 5px 0; /* ESPAÇO ACIMA E ABAIXO */
}
label span {
    display: block;
    width: 110px;
    margin-top: 2px;
    float: left;
    text-align: right;
}
.input{
    color: #000000;
    width: 250px;
    border: solid 1px #000000;
}
.base{
    text-align:left;
    width: 777px;
    height:35px;
    background-image: url("../images/img/fundo_base.jpg");
}