body 
{
  font-family               : Arial, Helvetica, sans-serif;
  font-size                 : 9pt; 
  color                     : #000000; 
  
  scrollbar-arrow-color     : #144c00;
  scrollbar-3d-light-color  : #144c00;
  scrollbar-darkshadow-color: #144c00;
  scrollbar-track-color     : #144c00;
  scrollbar-face-color      : #eaeaea;
  scrollbar-highlight-color : #eaeaea;
  scrollbar-shadow-color    : #eaeaea; 
  
}

tt 
{
  font-size: 9pt
}

th
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  color: #144c00; 
  font-weight: normal; 
  background-color: #cfffce
}

td 
{
  /* border: 1px #eaeaea solid;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt
}

table
{
  border: 0px #FFFFFF solid
}

table.noborder
{
  border: 0px #FFFFFF solid
}
/*
tr.rowodd 
{ 
  background-color: #F0F0F0 
}
            
tr.roweven 
{ 
  background-color: #E0E0E0 
}

tr.rowodd-hi 
{
  background-color: #d5ffdc
}

tr.roweven-hi 
{
  background-color: #e1ffd5
}
*/
form          
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 9pt
}
input 
{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  background-color: #FFFFFF;
  color: #000000;
  border: 1px #000000 solid;
  margin          : 1px;
  padding         : 1px;
}
.frmButton3{
	border: #d1d1d1 0px solid;
	background-color: #FFFFFF; 
	font-family: Arial;
	font-size: 12px;  
	height: 27px;
	font-color: #000000; 
	background-image: url(../imgs/botaoEnviaComentario.png);	
}

input.Submit 
{
  font-family: Arial, Helvetica, sans-serif;
  height: 17px;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff;
  border: 1px #000000 solid;
  background-color: #144c00;
  text-align: center;
}

input.Button 
{
  font-family: arial;
  height: 25px;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  border: 1px #fef655;
  background-color: #fef655;
  text-align: center;
}
/*.botoes{
	background-color:#002f7e;
	font-size: 10px;
  	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border: 1px #eaeaea solid;
	cursor: hand;
	height: 16px;
	width: 100px;
	font-weight: bold;
}*/
                
input.Reset 
{
  font-family: Arial, Helvetica, sans-serif;
  height: 20px;
  font-size: 8pt;
  color: #000000;
  border: 1px #000000 solid;
  background-color: #E0E0E0;
  text-align: center;
}

           
select 
{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  /*
  height: 18px;
  */
  border: 1px #000000 solid;
  color: #000000;
  background-color: #FFFFFF;
  margin: 1px;
}

textarea 
{ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  background-color: #FFFFFF;
  color: #000000;
  border: 1px #000000 solid;
  /*margin: 1px;*/
  padding: 1px;
}
               
h1
{
  font-family: Arial, Helvetica, sans-serif;
  color: #144c00
}

h2
{
  font-family:Arial, Helvetica, sans-serif;
  color: #144c00
}

h3
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #144c00
}

h4
{
  font-family: Arial, Helvetica, sans-serif;
  color: #144c00
}

h5
{
  font-family: Arial, Helvetica, sans-serif;
  color: #144c00
}

A:link        
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  text-decoration: none;
  color: #144c00
}

A:visited     
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  text-decoration: none; 
  color: #144c00
}

A:hover 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  text-decoration: underline; 
  color: #144c00
}

A.white:link
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  text-decoration: none; 
  color: #FFFFFF; 
  font-weight: bold;
}

A.white:visited
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  text-decoration: none; 
  color: #FFFFFF; 
  font-weight: bold;
}

A.white:hover
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  text-decoration: none; 
  color: #FFFFFF; 
  font-weight: bold;
}

pre
{
  font-size: 9pt
} 

hr
{
  color: #000000; 
  border-style: ridge
}
.borda_imagem {
	BORDER: #d1d1d1 1px solid;
}
.borda_branca_solida {
	BORDER: #FFFFFF 1px solid;
}
.borda_branca_bottom {	
	BORDER-BOTTOM: #FFFFFF 1px solid; 
}
.borda_branca_right {	
	BORDER-RIGHT: #FFFFFF 1px solid;
}
.borda_branca_top {	
	BORDER-TOP: #FFFFFF 1px solid;
}
.borda_branca_bottom_top {
	BORDER-TOP: #FFFFFF 1px solid;
	BORDER-BOTTOM: #FFFFFF 1px solid; 
}
.borda_branca_left_right_top {
	BORDER-TOP: #FFFFFF 1px solid;
	BORDER-LEFT: #FFFFFF 1px solid; 
	BORDER-RIGHT: #FFFFFF 1px solid; 
}
.borda_branca_pontilhado {
	border: 1px dashed #FFFFFF;
}


.borda_preta_solida {
	BORDER: #000000 1px solid;
}
.borda_azul_solida {
	BORDER: #550000 1px solid;
}
.borda_azul_bottom {	
	BORDER-BOTTOM: #550000 1px solid; 
}
.borda_azul_right {	
	BORDER-RIGHT: #550000 1px solid;
}
.borda_azul_top {	
	BORDER-TOP: #550000 1px solid;
}
.borda_azul_bottom_top {
	BORDER-TOP: #550000 1px solid;
	BORDER-BOTTOM: #550000 1px solid; 
}
.borda_azul_left_right_top {
	BORDER-TOP: #550000 1px solid;
	BORDER-LEFT: #550000 1px solid; 
	BORDER-RIGHT: #550000 1px solid; 
}
.borda_azul_pontilhado {
	border: 1px dashed #550000;
}

.borda_cinza_solida {
	BORDER: #eaeaea 1px solid;
}
.borda_cinza_bottom {	
	BORDER-BOTTOM: #eaeaea 1px solid; 
}
.borda_cinza_right {	
	BORDER-RIGHT: #eaeaea 1px solid;
}
.borda_cinza_top {	
	BORDER-TOP: #eaeaea 1px solid;
}
.borda_cinza_bottom_top {
	BORDER-TOP: #eaeaea 1px solid;
	BORDER-BOTTOM: #eaeaea 1px solid; 
}
.borda_cinza_left_right_top {
	BORDER-TOP: #eaeaea 1px solid;
	BORDER-LEFT: #eaeaea 1px solid; 
	BORDER-RIGHT: #eaeaea 1px solid; 
}
.borda_cinza_left {
	BORDER-LEFT: #eaeaea 1px solid; 
}
.borda_cinza_pontilhado {
	border: 1px dashed #eaeaea;
}

.menu_sel{
	BORDER-TOP: #FFFFFF 2px solid;
	BORDER-LEFT: #FFFFFF 2px solid; 
	BORDER-BOTTOM: #FFFFFF 2px solid; 
	background-color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold;

}
.menu_fundo{
	background-color:#144c00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	text-decoration: none; 
	color: #144c00; 
	font-weight: bold;
}
.menu_cinza{
	border: #330000 1px solid;
	background-color:#ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px; 
	text-decoration: none; 
	color: #FFFFFF; 
	font-weight: bold;
}
.formulario_tipo1{
	border: 1px #000000 solid; 
	FONT-SIZE: 9px; 
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ffffff;	
}
.texto_verde_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
}
.texto_verde_10_sublinhado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
	text-decoration: underline;	
}
.texto_verde_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #144c00;
	font-style: normal;
}
.texto_verde_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
}
.texto_verde_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #144c00;
	font-style: normal;
}
.texto_verde_13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
}
.texto_verde_13_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #144c00;
	font-style: normal;
}
.texto_verde_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
}
.texto_verde_14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #144c00;
	font-style: normal;
}
.texto_verde_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
}
.texto_verde_16_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #144c00;
	font-style: normal;
}
.texto_verde_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #144c00;
	font-style: normal;
}
.texto_verde_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #144c00;
	font-style: normal;
}
.texto_preto_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.texto_preto_11_sublinhado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration: underline;	
}
.texto_preto_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.texto_preto_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.texto_preto_16_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.texto_preto_16{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.texto_preto_14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.texto_preto_14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.texto_preto_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.texto_preto_11_sublinhado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-decoration:underline;
}	
.texto_preto_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.texto_preto_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
.texto_preto_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.texto_amarelo_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CE8300;
	font-style: normal;
}
.texto_amarelo_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CE8300;
	font-style: normal;
}
.texto_amarelo_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CE8300;
	font-style: normal;
}
.texto_amarelo_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE8300;
	font-style: normal;
}
.texto_amarelo_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CE8300;
	font-style: normal;
}
.texto_amarelo_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE8300;
	font-style: normal;
}
.texto_branco_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_16_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	font-style: normal;
}
.texto_branco_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
}
.texto_vermelho_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	font-style: normal;
}
.texto_vermelho_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}
.texto_vermelho_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	font-style: normal;
}
.texto_vermelho_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}
.texto_vermelho_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	font-style: normal;
}
.texto_vermelho_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}

.texto_vermelho_15_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}
.texto_vermelho_18_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
}
.frmInput{
	border: #d1d1d1 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-color: #666666; 
}
.frmInputFocus{
	border: #666666 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-color: #666666; 
}