/*DEFINIçÕES DE BODY*/
BODY { 
		font-family: Verdana, Arial;
	    background-color : White; 
        scrollbar-face-color:#DFDFDF;
        scrollbar-highlight-color:#FFFFFF;
        scrollbar-3dlight-color:#C0C0C0;
        scrollbar-shadow-color:#AFAFAF;
        scrollbar-darkshadow-color:#00699C;
        scrollbar-track-color:EFEFEF;
        scrollbar-arrow-color:#00699C;
}

BODY.MenuLat {
	background-color : #00135F;
	background-image : url('../images/menulat_fundo.gif');
}

BODY.MenuSup {
	 background-color : White; 
}


/*DEFINIçÕES DE LINHAS DE TABELA*/
TD.Titulo {
	border-bottom-color : #00699C;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}

/*DEFINIçÕES DE LINK*/
a.MenuSup {color: Black; text-decoration: none;  font-size : 8pt;  font-weight : normal;      }
a.MenuSup:hover { color: Blue; text-decoration: 
               underline;
               font-size : 9pt;
               font-weight : normal;
 }

a.MenuLat { color: #00135F; text-decoration: none;  font-size : 8pt;  font-weight : normal;      }
a.MenuLat:hover { color: #00135F; text-decoration: 
               underline;
               font-size : 8pt;
               font-weight : normal;
 }
a.SubTitulo { color: #00699C; text-decoration: none;  font-size : 10pt;  font-weight : bold;    }
a.SubTitulo:hover { color: #00699C; text-decoration: 
               underline;
               font-size : 10pt;
               font-weight : bold;
 }
a.Url1 { font-family:  Arial,Helvetica, sans-serif; color: #FFFFFF; text-decoration: none;  font-size : 8pt;  font-weight : bold;      }
a.Url1:hover { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: 
               underline;
               font-size : 8pt;
               font-weight : bold;
 }
a.Url2       { font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: 
               none;
               font-weight : bold;
               font-size : 8pt;
 }
a.Url2:hover { font-family: Arial, Helvetica, sans-serif; color: #808080; text-decoration: 
               none;
               font-weight : bold;
               font-size : 8pt;
                }
a.Url3       { font-family: Arial, Helvetica, sans-serif; color: Black; text-decoration: 
               none;
               font-weight : normal;
               font-size : 10pt;
 }
a.Url3:hover { font-family: Arial, Helvetica, sans-serif; color: #808080; text-decoration: 
               none;
               font-weight : normal;
               font-size : 10pt;
 }


a.Url4       { font-family: Arial, Helvetica, sans-serif; color: #00135F; text-decoration: none;
               font-weight : bold;
               font-size : 12pt;
 }
a.Url4:hover { font-family: Arial, Helvetica, sans-serif; color: #00135F; text-decoration: underline;
               font-weight : bold;
               font-size : 12pt;
 }
 
 
 /*DEFINIçÕES DE PARAGRÁFO*/
P.TextoMenuSup { color: Black; text-decoration: none;  font-size : 7pt;  font-weight : normal;      }
P.TextoMenuLat {  color: Black; text-decoration: none;  font-size : 8pt;  font-weight : normal;      }
P.TituloMenuSup { color: Black; text-decoration: none;  font-size : 14pt;  font-weight : bold;      }
P.TituloMenuLat {  color: #00135F; text-decoration: none;  font-size : 10pt;  font-weight : bold;      }
P.Titulo { color: #00135F; text-decoration: none;  font-size : 12pt;  font-weight : bold; }
P.SubTitulo { color: #00135F; text-decoration: none;  font-size : 10pt;  font-weight : bold;    }
P.Texto { color: Black; text-decoration: none;  font-size : 10pt;   }
P.Resumo { color: Black; text-decoration: none;  font-size : 8pt;  font-style : italic;  font-weight : normal;     }


 /*DEFINIçÕES DE FORMULÁRIOS*/
.Campo {font-family: arial, helvetica, sans-serif; font-size: 10 pt; border-style: solid; border-width: 1}
.CampoObrig {font-family: arial, helvetica, sans-serif; font-size: 10 pt; border-style: solid; border-width: 2}
.Botao { background-color: #DDDDDD; color: #000000; border-style:solid; border-width: 1}




