/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, label {
 	padding: 0;
 	margin: 0;
 	font-size: 100%;
 	font-weight: normal;
}
ol {
  	margin-left: 1.4em;
  	list-style: decimal;
}
ul {
  	margin-left: 1.4em;
  	list-style:square;
}
img {
  	border: 0;
}
/* end reset browser styles */

/* delimitacoes de layout de dados */
#divheader {
	width: 100%;
    height: 90px;
    padding: 0px;
	border-bottom: 1px solid #616161;
    border-collapse: collapse;
}

#divtopleft {
	float: left;
	width: 680px;
    height: 32px;
    padding: 0px;
	border-collapse: collapse;
}

#divtopright {
	float: right;
	width: 270px;
    height: 32px;
    padding: 0px;
	border-collapse: collapse;
}

#divbody {
	width: 100%;
    height: 440px;
    border-top: 1px solid #616161;
    overflow: auto;
    padding-top: 5px;
	border-collapse: collapse;
}

#divtoperror {
	width: 100%;
    height: 20px;
    border: 1px dotted red;
    border-collapse: collapse;
	margin-top: 30px;
}

#statuserror {
    color: red;
    font-weight: bold;
}

#divbottom {
	width: 100%;
    height: 22px;
	text-align: center;
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
    border-collapse: collapse;
}

#divfooter {
	width: 100%;
    height: 20px;
    border: 0px dashed green;
	font-weight: bold;
 	text-align: right;
	padding: 0px;
	border-collapse: collapse;
}
/* fim das delimitacoes de layout de dados */


body
{
    font-family: Arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    color: #000;
    border: 0px;
    vertical-align: middle;
    text-align:left;
}

p
{
    font-family:inherit;
    font-weight:inherit;
    font-size: 8pt;
    font-style:inherit;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:middle;
    min-height:20px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

td
{
    font-family:inherit;
    font-weight: normal;
    font-size: 8pt;
    font-style:inherit;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:top;
    min-height:20px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

li
{
    margin-left:10px;
    padding-left:10px;
    font-family:inherit;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:top;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

.legenda {
	float: left;
	width: 17em;
  	min-height: 20px;
  	margin-right: 10px;
 	padding: 1px;
 	text-align: right;
 	clear: left;
	border: 1px dotted #999;
	background-color: #F5F5F5;
}

.limenu
{
    margin-left:30px;
    font-family:inherit;
    font-weight: bold;
    font-size: 8pt;
    font-style: normal;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:middle;
}

.limenu1
{
    margin-left: 20px;
	font-family:inherit;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:top;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

.newmenu
{
    padding-top: 10px;
    margin-left:10px;
    font-family:inherit;
    font-weight: bold;
    font-size: 8pt;
    font-style: normal;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:middle;
	border: 0px dotted #999;
	text-decoration: none;
}
.newmenu a:hover {
    padding-top: 10px;
    background-color: #FAFAD2;
    padding-top: 10px;
	padding-bottom: 15px;
	border: 1px dotted #999;
	text-decoration: none;
}

.newmenu1
{
    margin-left: 20px;
	font-family:inherit;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    text-align:left;
    border:none;
    color:inherit;
    vertical-align:top;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
	text-decoration: none;
}
.newmenu1 a:hover {
    background-color: #FAFAD2;
	border: 1px dotted #999;
	text-decoration: none;
}

th
{
    font-family:inherit;
    font-weight:bold;
    font-size: 8pt;
    font-style:normal;
    text-align:center;
    border:none;
    color:white;
    background-color: #659EC7;
    vertical-align:middle;
    height: 20px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

input
{
	color: #000000;
	border: 1px solid #6C7B8B;
	background-color: White;
	vertical-align: top;
	height: 20px;
    font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	outline-style:none;
	border-radius:5px;
}

input.valor {
	text-align: right;
 	clear: left;
}

input.valorview {
	color: #5959AB;
	text-align: right;
 	clear: left;
}

input.valorviewhl {
	background-color: yellow;
	color: #5959AB;
	text-align: right;
 	clear: left;
}

input.valorviewbn {
	border-color: red;
	color: #5959AB;
	text-align: right;
 	clear: left;
}

input.valorviewhlbn {
	background-color: yellow;
	border-color: red;
	color: #5959AB;
	text-align: right;
 	clear: left;
}

input.valorbn {
	border-color: red;
	text-align: right;
 	clear: left;
}

input.valorhl {
	background-color: yellow;
	text-align: right;
 	clear: left;
	font-size: 8pt;
}

input.valorhlbn {
	border-color: red;
	background-color: yellow;
	text-align: right;
 	clear: left;
	font-size: 8pt;
}

input.data {
	height: 20px;
	text-align: center;
 	clear: both;
}

input.dataview {
	color: #5959AB;
	text-align: center;
 	clear: both;
}

input.databn {
	border-color: red;
	text-align: center;
 	clear: both;
}

input.datahl {
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.datahlbn {
	border-color: red;
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.dataviewbn {
	border-color: red;
	text-align: center;
 	clear: both;
}

input.dataviewhl {
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.dataviewhlbn {
	border-color: red;
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.datahora {
	text-align: center;
 	clear: both;
}

input.datahoraview {
	color: #5959AB;
	text-align: center;
 	clear: both;
}

input.datahorabn {
	border-color: red;
	text-align: center;
 	clear: both;
}

input.datahorahl {
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.datahorahlbn {
	border-color: red;
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.datahoraviewbn {
	border-color: red;
	text-align: center;
 	clear: both;
}

input.datahoraviewhl {
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.datahoraviewhlbn {
	border-color: red;
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.hora {
	text-align: center;
 	clear: both;
}

input.horaview {
	color: #5959AB;
	text-align: center;
 	clear: both;
}

input.horabn {
	border-color: red;
	text-align: center;
 	clear: both;
}

input.horahl {
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.horahlbn {
	border-color: red;
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.horaviewbn {
	border-color: red;
	text-align: center;
 	clear: both;
}

input.horaviewhl {
	background-color: yellow;
	text-align: center;
 	clear: both;
}

input.horaviewhlbn {
	border-color: red;
	background-color: yellow;
	text-align: center;
 	clear: both;
}

textarea
{
    min-width: 200px;
    min-height: 60px;
    font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	outline-style:none;
    color: #000000;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #6C7B8B;
	outline-style:none;
	border-radius:5px;
}

textarea.textarea
{
    font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	outline-style:none;
    color: #000000;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #6C7B8B;
	outline-style:none;
	border-radius:5px;
}

textarea.textareaview {
	color: #5959AB;
	text-align: left;
 	clear: both;
}

textarea.textareabn {
	border-color: red;
	text-align: left;
 	clear: both;
}

textarea.textareahl {
	background-color: yellow;
	text-align: left;
 	clear: both;
}

textarea.textareahlbn {
	border-color: red;
	background-color: yellow;
	text-align: left;
 	clear: both;
}

textarea.textareaviewbn {
	border-color: red;
	text-align: left;
 	clear: both;
}

textarea.textareaviewhl {
	background-color: yellow;
	text-align: left;
 	clear: both;
}

textarea.textareaviewhlbn {
	border-color: red;
	background-color: yellow;
	text-align: left;
 	clear: both;
}

select
{
    font-family:inherit;
    font-weight: bold;
    font-size: 10pt;
    font-style: normal;
    background-color: White;
	color: #000000;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #6C7B8B;
	outline-style:none;
	border-radius:5px;
}

h
{
    font-weight:bold;
    font-family:inherit;
    font-style:normal;
    color:#4C4646;
}
h.h1 { font-size: 18pt; }
h.h2 { font-size: 16pt; }
h.h3 { font-size: 14pt; }
h.h4 { font-size: 12pt; }
h.h5 { font-size: 8pt; }
h.h6 { font-size: 8pt;  }

/* fundamental link style */
a{text-decoration:none;color:#000000}
a:visited{color:#000000}
a:link, div.sitelinks a:visited {color:#000000}
a:hover {text-decoration:underline}

/* classe padr�o da barra de menus */
.goldbar{color:WHITE;font-weight:inherit;font-family:inherit}
td.goldbar b, td.goldbar div.navtitle{color:WHITE;font-weight:inherit}
td.goldbar a:link, td.goldbar a:visited{color:WHITE}
td.goldbar a:hover{background-color:#666666; color:WHITE;text-decoration:underline; font-weight:inherit}
td.goldbar {height:15px}

/* classe padr�o da t�tulos de telas */
.goldtitle{
	color:WHITE;
	font-weight:bold;
	font-family:inherit;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	height: 15px;

}

.goldSubLogo{
	color:WHITE;
	font-weight:bold;
	font-family:inherit;
	font-size: 14pt;
	text-align: left;
	vertical-align: middle;
	height: 15px;

}
td.goldtitle b, td.goldtitle div.navtitle{color:WHITE;font-weight:inherit}
td.goldtitle a:link, td.goldtitle a:visited{color:WHITE}
td.goldtitle a:hover{background-color:WHITE; color:WHITE;text-decoration:underline; font-weight:inherit}

/* classe padr�o da t�tulos de telas */
.goldtitle2{color:WHITE;font-weight:inherit;font-family:inherit;font-size: 8pt;text-align: center}
td.goldtitle2 b, td.goldtitle2 div.navtitle{color:WHITE;font-weight:inherit}
td.goldtitle2 a:link, td.goldtitle2 a:visited{color:WHITE}
td.goldtitle2 a:hover{background-color:WHITE; color:WHITE;text-decoration:underline; font-weight:inherit}
td.goldtitle2 {height:15px}

/* classe padr�o da t�tulos de telas */
.goldtitle3{color:WHITE;font-weight:inherit;font-family:inherit;font-size: 8pt;text-align: center;}
td.goldtitle3 b, td.goldtitle3 div.navtitle{color:WHITE;font-weight:inherit}
td.goldtitle3 a:link, td.goldtitle3 a:visited{color:WHITE}
td.goldtitle3 a:hover{background-color:WHITE; color:WHITE;text-decoration:underline; font-weight:inherit}
td.goldtitle3 {height:15px}

/* classe padr�o da t�tulos de telas */
.goldtitle4{color:#0066FF;font-weight:inherit;font-family:inherit;font-size: 8pt;text-align: center;}
td.goldtitle4 b, td.goldtitle4 div.navtitle{color:#006699;font-weight:inherit}
td.goldtitle4 a:link, td.goldtitle4 a:visited{color:#006699}
td.goldtitle4 a:hover{background-color:WHITE; color:#006699;text-decoration:underline; font-weight:inherit}
td.goldtitle4 {height:15px}

/* classe padr�o da t�tulos de telas */
.goldtitle5 {
	color:#104E8B;
	font-weight:bold;
	font-family:inherit;
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
}
.goldtitle5a {
	color:#104E8B;
	font-weight:bold;
	font-family:inherit;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
}
.goldtitle5b {
	color:#104E8B;
	font-weight:bold;
	font-family:inherit;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
}

/* classe padr�o para footer */
.goldfooter{color:#000000;font-family:inherit}
td.goldfooter b, td.goldfooter div.navtitle{color:#006699;font-weight:inherit}
td.goldfooter a:link, td.goldfooter a:visited{color:#006699}
td.goldfooter a:hover{color:#006699;text-decoration:underline}
td.goldfooter {height:25px}

/* classe padr�o da lista de menus */
.goldlst{color:#000000;vertical-align: middle;font-weight:bold;font-family:inherit}
td.goldlst b, td.goldlst div.navtitle{color:#000000;font-weight:inherit}
td.goldlst a:link, td.goldlst a:visited{color:#000000}
td.goldlst a:hover{color:#000000;text-decoration:underline}

/* classe padr�o para dados de relat�rios */
.goldrpt{color:#000000;font-family:inherit; line-height: 16px;}
td.goldrpt b, td.goldrpt div.navtitle{color:#000000}
td.goldrpt a:link, td.goldrpt a:visited{color:#000000}
td.goldrpt a:hover{color:#000000;text-decoration:underline}

/* classe padr�o para CABECALHOS */
.goldHeader{color:WHITE;font-family:inherit; line-height: 16px;}
td.goldHeader b, td.goldHeader div.navtitle{color:WHITE}
td.goldHeader a:link, td.goldHeader a:visited{color:WHITE}
td.goldHeader a:hover{background-color:#28166F; color:WHITE;text-decoration:none;font-weight:inherit}

/* classe padr�o para CABECALHOS DE VALOR*/
.goldHRight{color:WHITE;text-align:right;font-family:inherit; line-height: 16px;}
td.goldHRight b, td.goldHRight div.navtitle{color:WHITE}
td.goldHRight a:link, td.goldHRight a:visited{color:WHITE}
td.goldHRight a:hover{background-color:#28166F; color:WHITE;text-decoration:none;font-weight:inherit}

/* classe padr�o para TOTALIZADORES*/
.goldTRight{color:#000000;text-align:right;font-family:inherit; line-height: 16px;text-decoration:overline}
td.goldTRight b, td.goldTRight div.navtitle{color:#000000}
td.goldTRight a:link, td.goldTRight a:visited{color:#000000}
td.goldTRight a:hover{background-color:#28166F; color:#000000;font-weight:inherit}

/* classe padr�o para TOTALIZADORES*/
.goldTLeft{color:#000000;text-align:left;font-family:inherit; line-height: 16px;text-decoration:overline}
td.goldTLeft b, td.goldTLeft div.navtitle{color:#000000}
td.goldTLeft a:link, td.goldTLeft a:visited{color:#000000}
td.goldTLeft a:hover{background-color:#28166F; color:#000000;font-weight:inherit}

/* classe padr�o para TOTALIZADORES*/
.goldTCenter{color:#000000;text-align:center;font-family:inherit; line-height: 16px;text-decoration:overline}
td.goldTCenter b, td.goldTCenter div.navtitle{color:#000000}
td.goldTCenter a:link, td.goldTCenter a:visited{color:#000000}
td.goldTCenter a:hover{background-color:#28166F; color:#000000;font-weight:inherit}

/* classe padr�o para CABECALHOS DE input*/
.goldHCente{color:WHITE;text-align:center;font-family:inherit; line-height: 16px;}
td.goldHCente b, td.goldHCente div.navtitle{color:WHITE}
td.goldHCente a:link, td.goldHCente a:visited{color:WHITE}
td.goldHCente a:hover{background-color:#28166F; color:WHITE;text-decoration:none;font-weight:inherit}

/* classe padr�o para TABELAS */
.goldtable{color:#000000;font-family:inherit; line-height: 16px;}
td.goldtable b, td.goldtable div.navtitle{color:#000000}
td.goldtable a:link, td.goldtable a:visited{color:#000000}
td.goldtable a:hover{background-color:#FFFF33; color:#000000;text-decoration:none}

/* classe padr�o para QUEBRAS DE RELATORIOS */
.goldQuebra{color:#000000;font-family:inherit; line-height: 16px;text-decoration:underline}
td.goldQuebra b, td.goldQuebra div.navtitle{color:#000000}
td.goldQuebra a:link, td.goldQuebra a:visited{color:#000000}
td.goldQuebra a:hover{background-color:#FFFF33; color:#000000}

/* classe padr�o para COLUNAS DE VALORES */
.goldValor{color:#000000;text-align:right;font-family:inherit; line-height: 16px;}
td.goldValor b, td.goldValor div.navtitle{color:#000000}
td.goldValor a:link, td.goldValor a:visited{color:#000000}
td.goldValor a:hover{background-color:#FFFF33; color:#000000;text-decoration:none}

/* classe padr�o para COLUNAS DE DATAS */
.goldCente{color:#000000;text-align:center;font-family:inherit; line-height: 16px;}
td.goldCente b, td.goldCente div.navtitle{color:#000000}
td.goldCente a:link, td.goldCente a:visited{color:#000000}
td.goldCente a:hover{background-color:#FFFF33; color:#000000;text-decoration:none}

/* classe padr�o para cabe�alhos de relat�rios */
.goldrptb{color:#000000;font-weight:inherit;font-family:inherit; line-height: 16px;}
td.goldrptb b, td.goldrptb div.navtitle{color:#000000;font-weight:inherit}
td.goldrptb a:link, td.goldrptb a:visited{color:#000000}
td.goldrptb a:hover{background-color:#FFFF33; color:#000000;text-decoration:none; font-weight:inherit}

/* classe padr�o para links */
.goldlnk{color:#0000ff;font-weight:inherit;font-family:inherit; line-height: 16px;}
td.goldlnk b, td.goldlnk div.navtitle{color:#0000ff;font-weight:inherit}
td.goldlnk a:link, td.goldlnk a:visited{color:#0000ff}
td.goldlnk a:hover{background-color:#666666; color:#0000ff;text-decoration:none; font-weight:inherit}

/* classe padr�o para formularios */
.goldbg{
	color:#000;
	background-color:#FFF;
	vertical-align: middle;
	text-align:right;
	min-height:20px;
	font-size: 8pt;
	font-weight: normal;
	font-family:inherit;
}

.goldbgl{
	border: 0px solid #6C7B8B;
	color:#000000;
	vertical-align: top;
	text-align:left;
	font-size: 8pt;
	font-family:inherit;
	min-height:25px;
	font-weight:normal;
    padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 7px;
	padding-left: 1px;
}
td.goldbgl{background-color:WHITE} b, td.goldbgl div.navtitle{color:#000000}

.golddf{
	color: #000000;
	border: 1px solid #6C7B8B;
	background-color: White;
	vertical-align: top;
	min-height: 20px;
    font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	outline-style:none;
	border-radius:5px;
	}

td.golddf{
	color:#000000;
	border: 0px solid #000000;
	background-color:#FFFFFF;
	vertical-align: middle;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
}

.golddfview{
	color: #5959AB;
	border: 1px solid #6C7B8B;
	background-color: White;
	vertical-align: top;
	min-height: 20px;
    font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	outline-style:none;
	border-radius:5px;
	}

.golddfbn{
	color: #000000;
	border: 1px solid #6C7B8B;
	border-color: red;
	background-color: White;
	vertical-align: middle;
	min-height:20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	}

.golddfhl{
	color: #000000;
	border: 1px solid #6C7B8B;
	background-color: yellow;
	vertical-align: middle;
	min-height:20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	}

.golddfhlbn{
	color: #000000;
	border: 1px solid #6C7B8B;
	border-color: red;
	background-color: yellow;
	vertical-align: middle;
	min-height:20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	}

.goldco{
	color:#000000;
	border: 1px solid #000000;
	background-color:#FFFF66;
	vertical-align: middle;
	text-align:left;
	line-height:20px;
	font-size: 8pt;
	font-weight:inherit;
	font-family:inherit;
	}

.goldCombo{
	color: #000000;
	border: 1px solid #7E80B3;
	background-color: White;
	vertical-align: middle;
	height: 24px;
    line-height: 20px;
	font-size: 8pt;
	font-weight:inherit;
	font-family:inherit;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}
.goldCombobn{
	color: #000000;
	border: 1px solid #6C7B8B;
	border-color: red;
	background-color: White;
	vertical-align: middle;
	height: 24px;
    line-height: 20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	}

.goldCombohl{
	color: #000000;
	border: 1px solid #6C7B8B;
	background-color: yellow;
	vertical-align: middle;
	height: 24px;
    line-height: 20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	}

.goldCombohlbn{
	color: #000000;
	border: 1px solid #6C7B8B;
	border-color: red;
	background-color: yellow;
	vertical-align: middle;
	height: 24px;
    line-height: 20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	}

.goldCheckBox{
	padding: 0;
	margin: 0;
	vertical-align: top;
	}

.bordaAzulArredondada {
	color: #000000;
	border: 1px solid #6C7B8B;
	background-color: White;
	vertical-align: middle;
	_vertical-align: middle;
	line-height:15px;
	_line-height:17px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	height: 18px;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}

.goldcb{
	color:#000000;
	background-color:White;
	vertical-align: top;
	text-align:left;
	line-height:15px;
	font-size: 8pt;
	font-weight:inherit;
	font-family:inherit;
	}
td.goldcb{background-color:WHITE} b, td.goldcb div.navtitle{color:#000000}
.goldvr{
	color:#000000;
	background-color:White;
	vertical-align: top;
	text-align:left;
	line-height:15px;
	font-size: 8pt;
	font-weight:inherit;
	font-family:inherit;
	}
td.goldvr{background-color:WHITE} b, td.goldvr div.navtitle{color:#000000}
.goldbgb{
	color:#000000;
	background-color:White;
	vertical-align: top;
	text-align:left;
	line-height:15px;
	font-size: 8pt;
	font-weight:inherit;
	font-family:inherit;
	}
td.goldbgb{background-color:WHITE} b, td.goldbgb div.navtitle{color:#000000}


.fgcss_dica {
  font-family:inherit;
  font-size: 8pt;
  color:#999999;
}

.fgcss_TextoGrande {
	font-family:inherit;
	font-size: 8pt;
	color:#000000;
}

.fgcss_TextoGrandeNegrito {
	font-family:inherit;
	font-size: 8pt;
	color:#000000;
	font-weight:inherit;
}

.fgcss_TextoNormal {
  font-family:inherit;
  font-size: 8pt;
  color: #000000;
}

.fgcss_TextoNegrito {
  font-family:inherit;
  font-size: 8pt;
  color: #000000;
  font-weight:inherit;
}

.fgcss_TextoNormalPequeno {
  font-family:inherit;
  font-size: 8pt;
  color: #000000;
}

.fgcss_TextoNegritoPequeno {
  font-family:inherit;
  font-size: 8pt;
  color: #000000;
  font-weight:inherit;
}

.fgcss_TextoNegritoBemPequeno {
  font-family:inherit;
  font-size: 8pt;
  color: #000000;
  font-weight:inherit;
}

.fgcss_TextoNormalBemPequeno {
  font-family:inherit;
  font-size: 8pt;
  color: #000000;
}

.fgcss_MensagemErro {
  text-align: center;
  background-color: #FFFFFF;
  border:0px solid #000000;
  color:red;
  font-weight:bold;
  font-family:inherit;
  font-size: 8pt;
  width:100%;
}

.fgcss_MensagemNormal {
  text-align: center;
  background-color: #FFFFFF;
  border:0px solid #000000;
  color:black;
  font-weight:bold;
  font-family:inherit;
  font-size: 8pt;
  width:100%;
}

.fgcss_Observacao {
	border: 1px solid #7E80B3;
	background-color: WHITE;
	font-family:inherit;
	font-size: 8pt;
	color: RED;
	font-weight:inherit;
	width:400px;
	height:50px;
}

.fgcss_Alerta {
	border: 1px solid #7E80B3;
	background-color: #FFFACD;
	font-family:inherit;
	font-size: 10pt;
	color: RED;
	font-weight:inherit;
	width:500px;
	height:100px;
}

.fgcss_Alerta2 {
	border: 1px solid #7E80B3;
	background-color: #FFFACD;
	font-family:inherit;
	font-size: 10pt;
	color: RED;
	font-weight:inherit;
	width:800px;
	height:200px;
}

.fgcss_Separador {
	border: 1px solid #7E80B3;
	background-color: #28166F;
	font-family:inherit;
	font-size: 8pt;
	color: white;
	font-weight:inherit;
	width:500px;
	height:12px;
}

.borda {
  border:solid 1px #006634;
  color: WHITE;
  background-color: #006634;
  font-family:inherit;
  font-weight:inherit;
  width: 560px;
}

.bordaLegenda {
	border: 1px solid #7E80B3;
	background-color: White;
	font-family:inherit;
	font-size: 8pt;
	color: DarkBlue;
	font-weight:inherit;
    padding: 1px 1px 0px 1px;
}

.button {
    background-image: url(/img_www/i/button.jpg);
    background-repeat: repeat-x;
    background-position: left;
	width:10em;
	cursor: pointer;
	color:#FFFFFF;
	border: 0px solid #000000;
	vertical-align: middle;
	_vertical-align: middle;
	height:20px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:inherit;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}

.buttonPesq {
    background-image: url(/img_www/i/button.jpg);
    background-repeat: repeat-x;
    background-position: left;
	cursor: pointer;
	border: 0px solid #000000;
	width:2em;
	vertical-align: middle;
	_vertical-align: middle;
	height:18px;
	_height:18px;
	color:white;
	text-align:center;
	font-weight:inherit;
	font-family:inherit;
	font-size: 8pt;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
}

.buttonexp {
	border: 0px dotted grey;
	color: black;
	cursor: pointer;
	width: 800px;
	vertical-align: middle;
	height: 15px;
	text-align: left;
	font-weight: inherit;
	font-family: inherit;
	font-size: 8pt;
}
.buttonexp a:hover {
    color: black;
	border: 1px dotted #999;
	text-decoration: none;
}

.buttonexplnk {
	border: 1px dotted grey;
	vertical-align: middle;
	color: blue;
	cursor: pointer;
	width: 200px;
	vertical-align: middle;
	height: 12px;
	text-align: left;
	font-weight: inherit;
	font-family: inherit;
	font-size: 8pt;
}
.buttonexplnk a:hover {
    color: blue;
	border: 1px dotted #999;
	text-decoration: none;
}

.imgMenu {
    border: 0;
	width:40px;
	height:40px;
	vertical-align: middle;
	padding-right: 10px;
}

.menu {
font-family:inherit;
font-size:8pt;
font-weight:bold;
background-color: WHITE;
color:#000000;
text-align:inherit;
text-decoration:none;
vertical-align: middle;
padding-top: 0.0em;
padding-right: 0.0em;
padding-bottom: 0.0em;
padding-left: 0.0em;
line-height:10px;
height:10px;
}
.menu a{text-decoration:none;color:#000000}
.menu a:visited{color:#000000}
.menu a:link, div.sitelinks a:visited {color:#000000}
.menu a:hover {text-decoration:underline;color:#DAA520}

.menu1 {
font-family:inherit;
background-color: WHITE;
color:#000000;
font-size: 8pt;
font-weight: normal;
text-align: left;
text-decoration:none;
vertical-align: middle;
padding-top: 0.0em;
padding-right: 0.0em;
padding-bottom: 0.0em;
padding-left: 1.3em;
line-height:10px;
height:10px;
}
.menu1 a{text-decoration:none;color:#000000}
.menu1 a:visited{color:#000000}
.menu1 a:link, div.sitelinks a:visited {color:#000000}
.menu1 a:hover {text-decoration:underline;color:#DAA520}

.menu2 {
font-family:inherit;
background-color: WHITE;
color:#000000;
font-size: 8pt;
font-weight: normal;
text-align: left;
text-decoration:none;
vertical-align: middle;
padding-top: 0.0em;
padding-right: 0.0em;
padding-bottom: 0.0em;
padding-left: 2.6em;
line-height:10px;
height:10px;
}
.menu2 a{text-decoration:none;color:#000000}
.menu2 a:visited{color:#000000}
.menu2 a:link, div.sitelinks a:visited {color:#000000}
.menu2 a:hover {text-decoration:underline;color:#DAA520}

.ld_menu {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 0.8em;
font-weight: bold;
text-align: left;
text-decoration:none;
padding-left: 1.0em;
line-height:10px;
}
.ld_menu a{text-decoration:none;color:black}
.ld_menu a:visited{color:black}
.ld_menu a:link, div.sitelinks a:visited {color:black}
.ld_menu a:hover {text-decoration:underline}

.ld_menu1 {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 0.7em;
font-weight: bold;
text-align: left;
text-decoration:none;
padding-left: 3.0em;
line-height:10px;
}
.ld_menu1 a{text-decoration:none;color:black}
.ld_menu1 a:visited{color:black}
.ld_menu1 a:link, div.sitelinks a:visited {color:black}
.ld_menu1 a:hover {text-decoration:underline}

.ld_menu2 {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 0.7em;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 5.0em;
line-height:10px;
}
.ld_menu2 a{text-decoration:none;color:black}
.ld_menu2 a:visited{color:black}
.ld_menu2 a:link, div.sitelinks a:visited {color:black}
.ld_menu2 a:hover {text-decoration:underline}

span
{
    font-family:inherit;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.styleDiv
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border-style: none;
	width: 790px
}

.styleH2
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	width: 100%;
	border:0px solid #000000;
	height: 80px;
}

.styleLogin
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 500px;
	height: 120px;
}

.styleAuth
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 300px;
	height: 220px;
}

.styleAuth1
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 300px;
	height: 140px;
}

.styleAuth2
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 700px;
	height: 160px;
}

.styleAuth3
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 500px;
	height: 120px;
}

.styleAuth4
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 300px;
	height: 220px;
}
.styleAuth5
{
    font-family:inherit;
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	border:1px solid #336699;
	width: 500px;
	height: 240px;
}

.styleBody
{
    background-image: url(/img_www/i/fundo.jpg);
    background-repeat: repeat;
    background-position: top;
    margin: 0px;
}

.styleTDLabel
{
    text-align: right;
    width: 190px;
    height: 15px;
}

.styleTDField
{
    text-align: left;
    width: 600px;
    height: 15px;
}

.styletable
{
    background-position: top;
    width: 1200px;
    text-align: center;
    color: #FFFFFF;
    font-weight:inherit;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.0em;
    padding-right: 0.0em;
    padding-bottom: 0.0em;
    padding-left: 0.0em;
}

.styletableHeader
{
    background-image: url(/img_www/i/gradient1.jpg);
    background-repeat: repeat-x;
    background-position: left;
    width: 1200px;
    text-align: center;
    color: #FFFFFF;
    font-weight:inherit;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.0em;
    padding-right: 0.0em;
    padding-bottom: 0.0em;
    padding-left: 0.0em;
}

.styletableFooter
{
    width: 1200px;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
    font-family:inherit;
    font-size: 8pt;
	padding: 0px;
    height: 20px;
    vertical-align: middle;
}

.styletableBottom
{
    width: 1200px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
	padding: 1px;
    border-top: 1px solid #6C7B8B;
    border-bottom: 1px solid #6C7B8B;
    background-color: #FFFFFF;
}

.styletablePesq
{
    background-image: url(/img_www/i/gradient5.jpg);
    background-repeat: repeat-x;
    background-position: left;
    width: 400px;
    text-align: center;
	padding: 0;
    height: 20px;
    vertical-align: middle;
}

.styleTitulo1
{
    text-align: center;
    color: #FFFFFF;
    font-weight:bold;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleTitulo2
{
    text-align: center;
    color: #FFFFFF;
    font-weight:bold;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleTitulo3
{
    text-align: center;
    color: #FFFFFF;
    font-weight:bold;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleTituloForm
{
	padding: 1px;
 	height: 20px;
    color: #104E8B;
    text-align: center;
    border: 1px solid #7E80B3;
    background-color: #E8E8E8;
    font-size: 14px;
    font-weight: bold;
}
.styleTituloForm2
{
    color: #104E8B;
    text-align: center;
    border: 1px solid #7E80B3;
    background-color: #E8E8E8;
    font-size: 1.2em;
    font-weight: bold;
    border-radius:0px;
}
.styleHeader
{
    font-family:inherit;
    color: #FFFFFF;
	width: 0;
}
.styleFooter
{
    text-align: center;
    font-family:inherit;
    color: #000000;
}
.styleBarParam
{
    text-align: center;
    background-color: white;
    color: black;
    font-weight:bold;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
    width:1200px;
}
.styleFooterEnd
{
    height: 20px;
    vertical-align: middle;
    text-align: right;
    font-family:inherit;
    color: #000000;
}
.stylebutton
{
    cursor: pointer;
    border: 1px solid #7E80B3;
    width:11em;
    background-color: #28166F;
    color:white;
    text-align:center;
    font-weight:inherit;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleField
{
    font-family:inherit;
    border: 1px solid #336699;
    background-color: #f8f8f8;
    font-size: 0.75em;
    font-weight: normal;
}
.styleLabel
{
    font-family:inherit;
    border: 0px solid #336699;
    background-color: #ffffff;
    font-size: 8pt;
    text-align: right;
    padding-top: 0.1em;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleProp
{
    font-family:inherit;
    border: 0px solid #336699;
    color:white;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleError
{
    font-family:inherit;
    border: 0px solid #336699;
    color:#E80000;
    font-size: 8pt;
    font-weight:bold;
    padding-top: 0.1em;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}
.styleInterface
{
    font-family:inherit;
    border: 0px solid #336699;
    color:#000000;
    font-size: 8pt;
    font-weight:inherit;
    padding-top: 0.1em;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}

.styleSystem
{
    text-align: center;
    color: #FFFFFF;
    font-weight:inherit;
    font-family:inherit;
    font-size: 8pt;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.1em;
}

.styleBarraSys
{
    background-image: url(/img_www/i/barrasys.jpg);
    border: 0px solid #FFFFFF;
    padding: 0;
}

.styleTRH {
    background-color: #26405B;
	border: 0px solid #000000;
	color:white;
	vertical-align:middle;
	text-align:center;
	font-weight: normal;
	font-family:inherit;
	font-size: 8pt;
	padding-top: 0.0em;
	padding-right: 0.0em;
	padding-bottom: 0.0em;
	padding-left: 0.0em;
}

.styleFundo {
    height: 450px;
    vertical-align: top;
    border: 1px solid #CFCFCF;
}

.styleFundoC {
    height: 400px;
    vertical-align: middle;
    border: 1px solid #CFCFCF;
}

.ld_trx
{
	background-color: #E8E8E8;
}

.ld_tr
{
	background-color: #FFFFFF;
}

.styleIconMenu {
    vertical-align: middle;
    border:0px solid #000000;
    size: 14px;
    height: 14px;
	padding: 0.0px;
}

#statusform {
	float: right;
	display: block;
 	text-transform: uppercase;
	font-weight: bold;
    text-indent: 0;
	text-align: right;
	vertical-align: middle;
	width: 120px;
	height: 15px;
	padding: 8px 5px 7px 5px;
    border-left: 1px solid #616161;
}

#statusfind {
	float: right;
	display: block;
 	text-transform: uppercase;
	font-weight: normal;
    text-indent: 0;
	text-align: right;
	vertical-align: middle;
	width: 70px;
	padding: 3px;
}

#statusaction {
	float: right;
	display: block;
 	text-transform: uppercase;
	font-weight: bold;
    text-indent: 0;
	text-align: right;
	vertical-align: middle;
	width: 120px;
	height: 15px;
	padding: 8px 5px 7px 5px;
    border-left: 1px solid #616161;
}

.buttonaction {
	margin: 0;
    cursor: pointer;
   	width:11em;
    height:2em;
    background-color: #E8E8E8;
    border: 1px solid #616161;
    text-align: center;
	text-indent: 0;
	text-transform: uppercase;
    padding-top: 0.1em;
 	padding-bottom: 0.1em;
 	vertical-align: middle;
	font-weight: bold;
	font-size: 90%;
}
.buttonaction:hover {
  	font-weight: bold;
  	background-color: #00688B;
  	background-position: 3px 50%;
    border: 1px solid #616161;
  	color: #FFF;
}

.divTitMenu
{
	width:300px;
	height:20px;
	color: #FFFFFF;
	vertical-align:middle;
	text-align:left;
	font-weight: normal;
	font-family:inherit;
	font-size: 14pt;
}

div.msg
{
    font-family:inherit;
    font-weight:bold;
    font-size: 10pt;
    font-style:inherit;
    text-align:left;
    border: 1px solid red;
	background-color: #FBFCD0;
	color:red;
    vertical-align:middle;
    width:100%;
    height:230px;
}

p.msg
{
    font-family:inherit;
    font-weight:bold;
    font-size: 10pt;
    font-style:inherit;
    text-align:center;
    border: 0px solid red;
	color:red;
    vertical-align:middle;
    width:100%;
    height:180px;
}

p.msgt
{
    font-family:inherit;
    font-weight:bold;
    font-size: 12pt;
    font-style:inherit;
    text-align:center;
    border: 0px solid red;
	color: #0B2161;
    vertical-align:middle;
    width:100%;
    height:20px;
}

p.msg1
{
    float: left;
    font-family:inherit;
    font-weight:normal;
    font-size: 10pt;
    font-style:inherit;
    text-decoration: overline;
    text-align:center;
    border: 0px solid #CFCFCF;
	color:#0B2161;
    vertical-align:middle;
    width:100%;
    height:20px;
}

p.msg2
{
    float: right;
    font-family:inherit;
    font-weight:bold;
    font-size: 10pt;
    font-style:inherit;
    text-align:center;
    border: 0px solid red;
	color:blue;
    vertical-align:middle;
    width:100%;
    height:30px;
}

.ifg_label {
	float: left;
	width: 17em;
  	height: 13px;
  	margin-right: 10px;
 	padding: 1px;
 	text-align: right;
 	clear: left;
	border: 1px dotted #999;
	background-color: #F5F5F5;
}

.ifg_label2 {
	width: 17em;
  	height: 13px;
  	margin-right: 10px;
 	padding: 1px;
 	text-align: right;
 	clear: left;
	border: 1px dotted #999;
	background-color: #F5F5F5;
}

.buttonMenu {
    background-image: url(/img_www/i/buttonMenu.jpg);
    background-repeat: repeat-x;
    background-position: left;
	cursor: pointer;
	border: 0px solid #000000;
	vertical-align: middle;
	width:250px;
	height:60px;
	color:white;
	text-align:center;
	font-weight:inherit;
	font-family:inherit;
	font-size: 18pt;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-left: 1.5em;
}

.buttonMenu2 {
    background-image: url(/img_www/i/png/menu2.png);
    background-repeat: repeat-x;
    background-position: left;
	cursor: pointer;
	border: 0px solid #000000;
	vertical-align: middle;
	width:300px;
	height:40px;
	color:#616161;
	text-align:center;
	font-weight:inherit;
	font-family:inherit;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 1.5em;
}

.buttonMenu2a {
    background-image: url(/img_www/i/png/menu2a.png);
    background-repeat: repeat-x;
    background-position: left;
	cursor: pointer;
	border: 0px solid #000000;
	vertical-align: middle;
	width:350px;
	height:25px;
	color:#616161;
	text-align:center;
	font-weight:inherit;
	font-family:inherit;
	font-size: 10pt;
	font-weight: normal;
}

.buttonMenu3 {
    background-image: url(/img_www/i/png/menu3.png);
    background-repeat: repeat-x;
    background-position: left;
	cursor: pointer;
	border: 0px solid #000000;
	vertical-align: middle;
	width:300px;
	height:40px;
	color:#616161;
	text-align:center;
	font-weight:inherit;
	font-family:inherit;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 1.5em;
}

.buttonMenu4 {
    background-image: url(/img_www/i/png/menu4.png);
    background-repeat: repeat-x;
    background-position: left;
	cursor: pointer;
	border: 0px solid #000000;
	vertical-align: middle;
	width:300px;
	height:40px;
	color:#616161;
	text-align:center;
	font-weight:inherit;
	font-family:inherit;
	font-size: 12pt;
	font-weight: normal;
	padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 1.5em;
}

#spnOver {
	margin-top: 10px;
	float: left;
	display: inline;
	clear: both;
	width: 400px;
	height: 300px;
	border-left: 3px solid #4682B4;
	background-color: white;
	color:grey;
	text-align:left;
	padding-left: 20px;
	font-weight:inherit;
	font-family:inherit;
	font-size: 10pt;
	visibility: hidden;
	zoom: 1;
}

.pino {
	display: inline;
	height: 10px;
	border-left: 3px solid #4682B4;
	border-right: 3px solid #FFFFFF;
	padding-left:10px;
	color:grey;
	zoom: 1;
}

.pinn {
	display: inline;
	height: 10px;
	padding-left:10px;
	padding-right:10px;
	zoom: 1;
}

.xmenut {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:darkblue;
font-size: 14px;
font-weight: bold;
text-align: left;
text-decoration:none;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
line-height: 11px;
height: 15px;
}
.xmenut a{text-decoration:none;color:black}
.xmenut a:visited{color:black}
.xmenut a:link, div.sitelinks a:visited {color:black}
.xmenut a:hover {text-decoration:underline}

.xmenu {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: bold;
text-align: left;
text-decoration:none;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 5px;
line-height: 11px;
height: 15px;
}
.xmenu a{text-decoration:none;color:black}
.xmenu a:visited{color:black}
.xmenu a:link, div.sitelinks a:visited {color:black}
.xmenu a:hover {text-decoration:underline}

.xmenu1 {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 15px;
line-height: 11px;
height: 15px;
}
.xmenu1 a{text-decoration:none;color:black}
.xmenu1 a:visited{color:black}
.xmenu1 a:link, div.sitelinks a:visited {color:black}
.xmenu1 a:hover {text-decoration:underline}

.xmenuC {
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/insert.png);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuC a{text-decoration:none;color:black}
.xmenuC a:visited{color:black}
.xmenuC a:link, div.sitelinks a:visited {color:black}
.xmenuC a:hover {text-decoration:underline}

.xmenuP {
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/printer.png);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuP a{text-decoration:none;color:black}
.xmenuP a:visited{color:black}
.xmenuP a:link, div.sitelinks a:visited {color:black}
.xmenuP a:hover {text-decoration:underline}

.xmenuF {
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/find.png);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuF a{text-decoration:none;color:black}
.xmenuF a:visited{color:black}
.xmenuF a:link, div.sitelinks a:visited {color:black}
.xmenuF a:hover {text-decoration:underline}

.xmenuI {
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/import.png);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuI a{text-decoration:none;color:black}
.xmenuI a:visited{color:black}
.xmenuI a:link, div.sitelinks a:visited {color:black}
.xmenuI a:hover {text-decoration:underline}

.xmenuE {
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/exporta.png);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuE a{text-decoration:none;color:black}
.xmenuE a:visited{color:black}
.xmenuE a:link, div.sitelinks a:visited {color:black}
.xmenuE a:hover {text-decoration:underline}

.xmenuG {
font-family: Arial, Helvetica, sans-serif;
background-image: url(images/grafico.png);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuG a{text-decoration:none;color:black}
.xmenuG a:visited{color:black}
.xmenuG a:link, div.sitelinks a:visited {color:black}
.xmenuG a:hover {text-decoration:underline}

.xmenuJ {
font-family: Arial, Helvetica, sans-serif;
background-image: url(img/games.gif);
background-repeat: no-repeat;
background-position: left;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
text-decoration:none;
padding-left: 22px;
line-height: 11px;
height: 15px;
}
.xmenuJ a{text-decoration:none;color:black}
.xmenuJ a:visited{color:black}
.xmenuJ a:link, div.sitelinks a:visited {color:black}
.xmenuJ a:hover {text-decoration:underline}

.xmenuM {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: bold;
text-align: left;
text-decoration:none;
text-transform: uppercase;
padding-left: 5px;
line-height: 15px;
height: 15px;
}
.xmenuM a{text-decoration:none;color:black}
.xmenuM a:visited{color:black}
.xmenuM a:link, div.sitelinks a:visited {color:black}
.xmenuM a:hover {text-decoration:underline}

.xmenuopc {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color:black;
font-size: 11px;
font-weight: normal;
text-align: left;
vertical-align: middle;
text-decoration:none;
height: 25px;
line-height: 11px;
padding-left: 5px;
border-bottom: 1px solid #9FB6CD;
}
.xmenuopc a{text-decoration:none;color:black}
.xmenuopc a:visited{color:black}
.xmenuopc a:link, div.sitelinks a:visited {color:black}
.xmenuopc a:hover {text-decoration:underline}


.passspn{
	float: right;
	text-align: center;
	display: block;
 	color: #000000;
	border: 1px solid #6C7B8B;
	background-color: White;
	vertical-align: middle;
	line-height:15px;
	font-family:inherit;
	font-size: 8pt;
	font-weight:bold;
	width: 100px;
    height: 15px;
    padding-top: 0.1em;
	padding-right: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	border-radius:5px;
}

.logon {
	text-align: center;
	vertical-align: middle;
	width: 35%;
  	height: 100px;
  	margin-left: 300px;
  	margin-top: 50px;
  	background-color: #FFF;
  	padding: 10px 20px;
  	border: 1px dotted #00688B;
  	border-top: 20px solid #00688B;
}
.logon h4 {
  	text-align: center;
  	border: none;
  	margin-top: 0;
  	padding: 15px;
}

.labelnew {
	float: left;
	width: 17em;
  	height: 18px;
  	margin-right: 10px;
 	padding: 1px;
 	text-align: right;
 	clear: left;
	border: 1px dotted #999;
	background-color: #F5F5F5;
}

.auth {
	text-align: center;
	vertical-align: middle;
	width: 70%;
  	height: 150px;
  	margin-top: 50px;
  	margin-left: 130px;
  	background-color: #FFF;
  	padding: 10px 20px;
  	border: 1px dotted #00688B;
  	border-top: 20px solid #00688B;
}
.auth h4 {
  	text-align: center;
  	border: none;
  	margin-top: 0;
  	padding: 15px;
}

.note {
	color: #333;
	border: 1px dashed #BD8110;
	background-color: #FBF8A9;
	margin-top: 25px;
	margin-bottom: 35px;
	padding: 20px;
}
.note strong {
	color: #FC6512;
}

.citation {
	color: #FF6600;
	margin-left: 50px;
	padding-left: 20px;
	border-left: solid 25px #BD8100;
}

.styleMap {
	margin: 0;
	padding: 0;
	width: 180px;
	height: 180px;
  	border: 1px dotted #00688B;
}

.style6x9 {
	margin: 0;
	padding: 0;
	width: 240px;
	height: 180px;
  	border: 1px dotted #00688B;
}

.style10x15 {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 300px;
  	border: 1px dotted #00688B;
}

.styleBanner {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 100px;
  	border: 1px dotted #00688B;
}


.moldurabotao {
	border: 1px solid #E8E8E8;
	background-color: White;
	vertical-align: middle;
	width: 35px;
    height: 35px;
    border-radius:4px;
    padding: 1px;
}


.buttonpsq {
	background-image: url(/img_www/i/png/search.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
    cursor: pointer;
   	width:105px;
    height:25px;
    text-align: center;
	text-indent: 0;
	text-transform: uppercase;
 	vertical-align: middle;
	font-weight: bold;
	font-size: 90%;
  	color: #FFF;
  	padding-right: 20px;
}
.buttonpsq:hover {
  	color: yellow;
}
