/* CSS Document */
A:LINK
{
	color:#E88F0B;
	text-decoration:none;
}
A:VISITED
{
	color:#E88F0B;
	text-decoration:none;
}
A:HOVER
{
	color:#E88F0B;
	text-decoration:none;
	font-weight:bold;
}
A:ACTIVE
{
	color:#E88F0B;
	text-decoration:none;
}

A.bold:LINK
{
	color:#E88F0B;
	text-decoration:none;
	font-weight:bold;
}
A.bold:VISITED
{
	color:#E88F0B;
	text-decoration:none;
	font-weight:bold;
}
A.bold:HOVER
{
	color:#E88F0B;
	text-decoration:none;
	font-weight:bold;
}
A.bold:ACTIVE
{
	color:#E88F0B
	text-decoration:none;
	font-weight:bold;
}

A.bold_forte:LINK
{
	color:#E73D0C;
	text-decoration:none;
	font-weight:bold;
}
A.bold_forte:VISITED
{
	color:#E73D0C;
	text-decoration:none;
	font-weight:bold;
}
A.bold_forte:HOVER
{
	color:#E73D0C;
	text-decoration:none;
	font-weight:bold;
}
A.bold_forte:ACTIVE
{
	color:#E73D0C
	text-decoration:none;
	font-weight:bold;
}

A.branco:LINK
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
A.branco:VISITED
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
A.branco:HOVER
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
A.branco:ACTIVE
{
	color:#FFFFFF
	text-decoration:none;
	font-weight:bold;
}

A.detalhe:LINK
{
	color:#E73D0C;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
A.detalhe:VISITED
{
	color:#E73D0C;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
A.detalhe:HOVER
{
	color:#E73D0C;
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}
A.detalhe:ACTIVE
{
	color:#E73D0C;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}

A.sublinhado:LINK
{
	color:#E73D0C;
	text-decoration:none;
	font-weight:normal;
}
A.sublinhado:VISITED
{
	color:#E73D0C;
	text-decoration:none;
	font-weight:normal;
}
A.sublinhado:HOVER
{
	color:#E73D0C;
	text-decoration:underline;
	font-weight:normal;
}
A.sublinhado:ACTIVE
{
	color:#E73D0C;
	text-decoration:none;
	font-weight:normal;
}

A.sublinhado_azul:LINK
{
	color:#000066;
	text-decoration:none;
	font-weight:normal;
}
A.sublinhado_azul:VISITED
{
	color:#000066;
	text-decoration:none;
	font-weight:normal;
}
A.sublinhado_azul:HOVER
{
	color:#000066;
	text-decoration:underline;
	font-weight:normal;
}
A.sublinhado_azul:ACTIVE
{
	color:#000066;
	text-decoration:none;
	font-weight:normal;
}

A.forte:LINK
{
	color:#E73D0C;
}
A.forte:VISITED
{
	color:#E73D0C;
}
A.forte:HOVER
{
	color:#E73D0C;
}
A.forte:ACTIVE
{
	color:#E73D0C;
}

A.titulo_tabela:LINK
{
	color:#FFFFFF;
	font-weight:bold;
}
A.titulo_tabela:VISITED
{
	color:#FFFFFF;
	font-weight:bold;
}
A.titulo_tabela:HOVER
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
A.titulo_tabela:ACTIVE
{
	color:#FFFFFF;
	font-weight:bold;
}

A.fraco:LINK
{
	color:#FF6600;
}
A.fraco:VISITED
{
	color:#FF6600;
}
A.fraco:HOVER
{
	color:#FF6600;
}
A.fraco:ACTIVE
{
	color:#FF6600;
}

A.none:LINK
{
	text-decoration:none;
	font-weight:normal;
}
A.none:VISITED
{
	text-decoration:none;
	font-weight:normal;
}
A.none:HOVER
{
	text-decoration:none;
	font-weight:normal;
}
A.none:ACTIVE
{
	text-decoration:none;
	font-weight:normal;
}

A.caixa_adicional
{
	position:relative;
	cursor:pointer;
	z-index:24;
}

A.caixa_adicional:hover
{
	background:transparent;
	z-index:25;
	text-decoration:none;
	font-weight:normal;
	color:#E73D0C;
}

A.caixa_adicional span
{
	display: none
}

A.caixa_adicional:hover span
{
	border-width:1px;
	border-style:solid;
	border-color:#E73D0C;
	background-color:#FFFFCC;
	color:#E73D0C;
	display:block;
	font: 12px arial, verdana, helvetica, sans-serif; 
	left:0;
	padding:5px 10px;
	position:absolute;
	top:2em;
	text-align:justify;	
}

BODY
{
	color:#E73D0C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


IMG
{
	border:none;
}


IMG.caixa_adicional
{
	position:relative;
	cursor:pointer;
	z-index:24;
}

IMG.caixa_adicional:hover
{
	background:transparent;
	z-index:25;
	text-decoration:none;
	font-weight:normal;
	color:#E73D0C;
}

IMG.caixa_adicional span
{
	display: none
}

IMG.caixa_adicional:hover span
{
	border-width:1px;
	border-style:solid;
	border-color:#E73D0C;
	background-color:#FFFFCC;
	color:#E73D0C;
	display:block;
	font: 12px arial, verdana, helvetica, sans-serif; 
	left:0;
	padding:5px 10px;
	position:absolute;
	top:2em;
	text-align:justify;	
}


INPUT
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-width:1px;
	border-style:solid;
	border-color:#c0c0c0;
	color:#000066;
	text-transform:uppercase;
}

SELECT
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	color:#000066;
	text-transform:uppercase;
}

TABLE
{
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E73D0C;
}

TEXTAREA
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000066;
	text-transform:uppercase;
}

.fake_link{
	cursor:pointer;
}

.fake_link_over{
	cursor:pointer;
	font-weight:bold;
}

.fake_link_over_sublinhado{
	cursor:pointer;
	text-decoration:underline;
}

/* Referência do CSS do input type file = http://www.quirksmode.org/dom/inputfile.html */
.file
{
	position:absolute;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.mini
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	font-size:9px;
	text-align:center;
}

.mini2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	font-size:9px;
	text-align:center;
}

.mini3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:120px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	font-size:9px;
	text-align:left;
}

.borda_externa_azul
{
	border-bottom-color:#004080;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#004080;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#004080;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#004080;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_externa_laranja
{
	border-bottom-color:#E88F0B;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#E88F0B;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#E88F0B;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#E88F0B;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_externa_cinza
{
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_superior_laranja
{
	border-top-color:#E88F0B;
	border-top-style:solid;
	border-top-width:1px;
}

.borda_superior_cinza
{
	border-top-color:#666666;
	border-top-style:solid;
	border-top-width:1px;
}

.borda_direita_laranja
{
	border-right-color:#E88F0B;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_direita_azul
{
	border-right-color:#004080;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_direita_cinza
{
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_direita_branca
{
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:1px;
}

.borda_esquerda_laranja
{
	border-left-color:#E88F0B;
	border-left-style:solid;
	border-left-width:1px;
}

.borda_inferior_laranja
{
	border-bottom-color:#E88F0B;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.borda_esquerda_cinza
{
	border-left-color:#666666;
	border-left-style:solid;
	border-left-width:1px;
}

.borda_inferior_cinza
{
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.borda_inferior_branca
{
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.borda_superior_branca
{
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:1px;
}

.borda_superior_azul
{
	border-top-color:#004080;
	border-top-style:solid;
	border-top-width:1px;
}

.borda_inferior_azul
{
	border-bottom-color:#000099;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.borda_esquerda_azul
{
	border-left-color:#000099;
	border-left-style:solid;
	border-left-width:1px;
}

.detalhe
{
	font-size:10px;
}

.detalhe_italico
{
	font-size:10px;
	font-style:italic;
}

.fonte
{
	font-size:12px;
}

.fonte_forte
{
	color:#E88F0B;
}

.fonte_cinza
{
	color:#666;
}

.fnd1
{
	background-color:#DBE3F2;
	color:#E73D0C;
}

.fnd2
{
	background-color:#CACAFF;
	color:#E73D0C;
}

.fnd3
{
	background-color:#FAE9CE;
}

.fnd4
{
	background-color:#004080;
}

.fnd_bco
{
	background-color:#FFFFFF;
}

.fnd_cinza
{
	background-color:#EDEDED;
}

.menu_1
{
	background-color:#E88F0B;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.menu_2
{
	background-color:#FFFFFF;
	color:#E88F0B;
	font-weight:bold;
	font-size:12px;
}

.sem_borda
{
	border-style:none;
}

.submit1
{
	background-color:#E88F0D;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#E73F0D;
	text-transform:capitalize;
}

.titulo_tabela
{
	line-height:15px;
	color:#FFFFFF;
	background-color:#E88F0B;
	font-weight:bold;	
}

.titulo_tabela_azul
{
	line-height:15px;
	color:#FFFFFF;
	background-color:#004080;
	font-weight:bold;	
}

.titulo_tabela_2
{
	line-height:15px;
	color:#FFFFFF;
	background-color:#6B73A2;
	font-weight:bold;	
}

.titulo_tabela_imprime
{
	line-height:15px;
	color:#FFFFFF;
	background-color:#666666;
	font-weight:bold;	
}

.titulo_tabela_invertido
{
	line-height:15px;
	color:#E88F0B;
	background-color:#FFFFFF;
	font-weight:bold;	
}

.titulo_tabela_azul_invertido
{
	line-height:15px;
	color:#004080;
	background-color:#FFFFFF;
	font-weight:bold;	
}

.transform_none
{
	text-transform:none;	
}