/*
                                         NT       IE
                     font-size:  8pt; ->          x-small;   .8em
                     font-size: 10pt; ->          small;     .9em
                     font-size: 11pt; -> 100%;    normal;   1.0em
                     font-size: 12pt; -> 110%;    large;    1.1em

                      #052D65: azul mais escuro
                      #154D85: azul escuro
                      #356DA5: azul mais claro
                      #104082: azul claro
                      height: 60px;
    iGeom:
    body           { background-color: #154D85;
                     color: #FFFFFF;
                     text-align: justify; }
    table          { background-color: #154D85;
                     border: none; }
    td             { background-color: #154D85;...}

*/

    body           { background-color: #FFFFFF;
                     color: #000000;
                     text-align: justify; }

    font           { font-family: Arial, Helvetica, sans-serif;
                     color: #000000;
                     font-weight: 1.0em;
                     font-size: 100%; }

    font.titulo    { font-family: Arial, Helvetica, sans-serif;
                     font-size: 110%;
                     font-weight: bold;
                     color: #000000; }

    font.sub       { font-family: Arial, Helvetica, sans-serif;
                     font-size: .8em;
                     font-weight: 1.0em;
                     color: #000000; }

    hr             { color: #052D65;
	             visibility : visible;
	             /*style: noshade;*/ }

    /* Sakai */
    .infoMacro     { border-style: solid; border-width: 1px; border-color: #3c78b5;
                     color: black; font-family: Arial, Helvetica, sans-serif; font-size: .9em;
                     background-color: #D8E4F1; text-align:left; margin-top: 75px; margin-bottom: 5px}

    table.menu     { background-color: #104082;
                     border: thin dashed;
                     width: 99%; }

    td             { font-family: Arial, Helvetica, sans-serif;
                     padding: 5px;
                     vertical-align: top; }

    td             { font-family: Arial, Helvetica, sans-serif;
                     font-size: .9em; padding: 0px;
                     vertical-align: top; }

    td.menor1      { font-family: Arial, Helvetica, sans-serif;
                     font-size: .8em; padding: 0px; border: solid 1pt #aaaaaa;
                     vertical-align: top; }

    td.menor2      { font-family: Arial, Helvetica, sans-serif;
                     font-size: .7em; padding: 0px; border: solid 1pt #aaaaaa;
                     vertical-align: top; }

    td.titulo      { width: 100%;
                     font-family: Arial, Helvetica, sans-serif;
                     color: #ffffff;
                     border: solid;
                     border-width: thin;
                     background-color: #154D85;
                     padding: 4px; }

    td.sub-titulo  { width: 100%;
                     font-family: Arial, Helvetica, sans-serif;
                     background-color: #154D95;
                     border: dashed;
                     border-color: #AAAAAA;
                     border-width: thin;
                     padding: 4px; }

    td.menu        { background-color: #052D65;
                     font-family: Arial, Helvetica, sans-serif;
                     font-size: 10pt;
                     vertical-align: top; }

    div.definicao1 { font-family: Arial, Helvetica, sans-serif;
                     font-size: 110%;
                     font-weight: bold;
                     font-style: oblique;
                     color: #000000;
                   }

    div.definicao2 { font-family: Arial, Helvetica, sans-serif;
                     font-size: 100%;
                     font-style: italic;
                     text-align: justify;
                     color: #000000;
                   }

    div.texto      { font-family: Arial, Helvetica, sans-serif;
                     position: absolute;
                     top: 3px;
                     width: 99%;
                     left: 3px;
                     border: none;
                     background-color: #104082;
                     background-image: url(/imagens/fundo-cabecalho1.gif);
                     font-size: .8em;
                     color: #000000
                     padding: 10px; }

    div.menuTOPO   { font-family: Arial, Helvetica, sans-serif;
                     position: absolute;
                     top: 18px;
                     left: 2px;
                     width: 97%;
                     border: thin dashed;
                     border-color: #AAAAAA;
                     background-color: #104082;
                     font-size: 10pt;
                     color: #000000;
                     padding: 10px; }
   /*                background-image: url(imagens/fundo-cabecalho1.gif); */


    div.menuFUNDO { font-family: Arial, Helvetica, sans-serif;
                     position: absolute;
                     top: 99%;
                     left: 2px;
                     border: thin dashed;
                     border-color: #FFFFFF;
                     background-color: #104082;
                     background-image: url(imagens/fundo-cabecalho1.gif);
                     font-size: .8em;
                     color: #000000;
                     padding: 10px; }

    div.menu       { font-family: Arial, Helvetica, sans-serif;
                     position: absolute;
                     top: 68px;
                     left: 6px;
                     width: 99%;
                     border: thin dashed;
                     border-color: #FFFFFF;
                     background-color: #052D65;
                     font-size: 10pt;
                     color: #000000;
                     padding: 10px; }

    div.titulo     { font-family: Arial, Helvetica, sans-serif;
                     background-color: #356DA5;
                     border: solid;
                     border-width: thin;
                     padding-left  : 1em;
                     padding-top   : 5px;
                     padding-right : 1em;
                     padding-bottom: 5px;
                     font-size: 110%;
                     font-weight: bold;
                     vertical-align: middle;
                     padding: 5px; }

    div.titulo2    { font-family: Arial, Helvetica, sans-serif;
                     background-color: #356DA5;
                     font-size: medium;
                     font-weight: bold;
                     vertical-align: middle;
                     padding: 15px; }


    div.a          { font-family: Arial, Helvetica, sans-serif;
                     text-decoration: underline; }


    a              { font-family: Arial, Helvetica, sans-serif;
                     text-decoration: underline;
                     color: #000000; }


    table.border1  { border: 2px solid #000000; }
