/*
* html img {
    filter:expression(
        this.alphaxLoaded ? "" :
        (
            this.src.substr(this.src.length-4)==".png"
            ?
            (
                (!this.complete)
                ? "" :
                this.runtimeStyle.filter=
                ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
                (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
                String(this.alphaxLoaded=true).substr(0,0)+
                (this.src="images/blank.png").substr(0,0)
            )
            :
            this.runtimeStyle.filter=""
        )
    );
}
*/

object {
    outline: none;
}

body, a, td {
    font-family: "Verdana";
    font-size: 11px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #565c64;
}

body {
    background-image: url(images/frame_fundo.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #dbdbdb;
}

a {
    text-decoration: none;
    color: #565c64;
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
    padding: 0px;
}

.tabela_principal {
    width: 966px;
}

.radio_fib {
    display: none;
    position: absolute;
    padding-left: 90px;
    margin-top: 46px;
}