<style>
/*Estilo para barra de utilitarios*/

TD#clBarUtil{
    font-family:arial,tahoma,helvetica;
	font-size: 7pt;
	font-weight: normal;
	color: #4F4F4F; /*Grey31*/
	background-color:#104E8B; /*DodgerBlue4*/
	layer-background-color:#FFFFFF;
	border-style: solid; 
	border: 1px solid red; 
	border-right-width: 0;
	border-left-width: 0; 
	border-top-width: 0
}

BODY {
    font: 10pt Arial;
	white-space: normal;
	background-image: url(../Imagens/logoeESXcinza.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	scrollbar-3dlight-color: #F5F5DC; /*Beige*/
	scrollbar-highlight-color: #F5F5DC; /*Beige*/
	scrollbar-shadow-color: #F5F5DC;/*Beige*/
	scrollbar-darkshadow-color: #F5F5DC;/*Beige*/
	scrollbar-face-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #104E8B; /*DodgerBlue4*/
	margin-left: 0 
}

.readOnly {
	background-color:#E8E8E8; /*gray91*/
	cursor: default;
}

H1 {
    font: 16pt Arial;
	font-weight: bold;
	color: #8B1A1A /* Nada DodgerBlue3*/ 
}

H2 {
    font: 12pt Arial;
	font-weight: bold}P {
	font: 11pt  Arial; 
	font-weight: bold; 
	color: #CD0000 /*Fontes Titulos  Red3*/
}

TABLE {
	border: 1

}

TD {
    font: 9pt Arial; 
    font-weight: bold; 
	color: #27408B;  /*Fontes Desc Canpos  RoyalBlue4*/
	height:15}

INPUT {
       font-size: 8pt;
	   style: border-color: #6C7B8B    /*SlateGray4*/   
	   font-family: arial ;	
	    font-weight:bold;	   */ 
       color: #363636;   /*Conteudo dos Campos SlateGray4*/    
	   border: 1px solid #00008B;}

.UPPER {
		TEXT-TRANSFORM: UPPERCASE;
		
}

TEXTAREA {
      font-size: 9pt;          \
      font-family: arial;
	  font-weight:bold; 
      color: #B8860B;    /*DarkGoldenrod*/         
	  border: 1px solid  #CD0000;    /*Red*/
}
		  
SELECT {
      font-size: 9pt; 
	  font-weight:bold;   	  
	  color: #B8860B;    /*DarkGoldenrod*/   
	  font-family: Arial
}
		  
BUTTON {
     font: 18pt arial;       
	 font-family: Arial;            
	 font-weight:bold;                
	 color:#696969;  /*DimGrey*/                
	 cursor:hand;                
	 background-color: #CD0000 /*Red3*/ 
}
 
SUBMIT {
	font: 10pt arial;        
	font-family: Arial;            
	font-weight:normal;                
	color:white;                
	background-color: #CD0000 /*Red3*/ 
}

/*INPUT[TYPE="BUTTON"]                
{font: 10pt arial;        
font-family: Arial;            
font-weight:normal;                
color:white;                
cursor:hand;                
background-color: #6699CC}
INPUT[TYPE="SUBMIT"]                
{font: 10pt arial;        
font-family: Arial;                
font-weight:normal;                
color:white;                
background-color: #6699CC}
INPUT[TYPE="RESET"]                
{font: 10pt arial;        
font-family: Arial;            
font-weight:normal;                
color:white;                
background-color: #6699CC}*//* 
OBRIGATORIO {background-color: "#FFD4D4"} */

A       { 
	text-decoration: none; 
	color: #B8860B;    /*DarkGoldenrod  Opcao da Lista*/ 
}
A:hover { 
	text-decoration: none; 
	color: #000000
}
.OnLink{ 
	text-decoration: none; 
	color: #B8860B /*DodgerBlue4*/
}

/* Implementado para alinhamento pela direita de icone de ajuda */

P#ajuda { 
	text-align : right 
}
</style>