    *{
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color: #04415a;
    }

    * 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="blank.gif").substr(0,0)
               )
               :
               this.runtimeStyle.filter=""
           )
        );
    }

    body{
        margin: 0px auto;
        background: url(../imagens/fundo02.jpg) repeat-x #F5F7F6;
    }

    .dominio{
         background: #035397;
         border: 0px solid;
         height: 17px;
         color: white;
         margin-bottom: 10px;
    }

    .dominio option{
        color: white;
    }

    .menubaixo{
        margin-top: 15px;
        line-height: 13px;
    }

    .menubaixo li{
        color: white;
    }

    .pagina{
        background: white;
        margin: 0px auto;
        border: 0px solid;
        width: 814px;
        text-align: center;
    }
	
	#menu{
        position: relative;
        border: 0px solid;
        background: #0c4a64;
        width: 100%;
        height: 32px;
        z-index: 5;
    }
	
	.padrao{
        width: 94%;
        border-bottom: 2px dotted #B3B2B1;
        font-weight: bold;
        text-align: justify;
        padding: 10px;
    }
	
	.padrao2{
        width: 94%;
        font-weight: bold;
        text-align: justify;
        padding: 10px;
    }
	
	.titulo_menu{
        font-weight: bold;
        color: #F76102;
        font-size: 14px;
    }
	
    .subtitulo{
        font-size: 11px;
        color: #3e3f3f;
    }

    .titulo{
        color: black;
        font-size: 16px;
        font-weight: bold;
    }

    #conteudo{
        position: relative;
        border: 0px solid;
        padding: 10px;
        _height: 100px;
        min-height: 100px;
    }
    
    a:link{     text-decoration: none;      color: #04415A}
    a:visited{  text-decoration: none;      color: #04415A}
    a:hover{    text-decoration: none;      color: #FE5102}
    a:focus{    text-decoration: none;      color: #FFA67F}
    a:active{   text-decoration: none}

    a.baixo:link{     text-decoration: none;           color: #FFFFFF;         font-size: 10px;      font-weight: bold}
    a.baixo:visited{  text-decoration: none;           color: #FFFFFF;         font-size: 10px;      font-weight: bold}
    a.baixo:hover{    text-decoration: underline;      color: #FFFFFF;         font-size: 10px;      font-weight: bold}
    a.baixo:focus{    text-decoration: underline;      color: #FFFFFF;         font-size: 10px;      font-weight: bold}
    a.baixo:active{   text-decoration: none}
	

    a.topic:link{     text-decoration: none;            color: #9f9f9f;     font-size: 12px}
    a.topic:visited{  text-decoration: none;            color: #9f9f9f;     font-size: 12px}
    a.topic:hover{    text-decoration: underline;       color: #6f6f6f;     font-size: 12px}
    a.topic:focus{    text-decoration: underline;       color: #FFA67F;     font-size: 12px}
    a.topic:active{   text-decoration: none}


