@charset "utf-8";

a:link {
	text-decoration: none;	
}
a:active {
	text-decoration: none;	
}
a:visited {
	text-decoration: none;	
}
a:hover {
	text-decoration: none;	
}

.fundo-linha {
	background-image: url(imagens/dir-2.jpg);
	background-repeat: repeat-y;
}
.fundo-vert {
	background-image: url(imagens/linha-vert.gif);
	background-repeat: repeat-y;
}
.fundo-menu {
	background-image: url(imagens/fundo-menu.jpg);
	background-repeat: repeat-y;
}
.fundo-pg {
	background-image: url(imagens/dir.jpg);
	background-repeat: repeat-x;
	background-color: #025132;
}
.caixa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005E36;
	border: 1px solid #006A39;
}
.texto-verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005E36;
	border: 0px none #FFFFFF;
}

.texto-preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000;
	border: 0px none #FFFFFF;
}


.texto-verde-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005E36;
	border: 0px none #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.texto-cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	border: 0px none #FFFFFF;
}

.texto-cinza-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	border: 0px none #FFFFFF;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border: 0px none #FFFFFF;
}
.texto-verde-grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #005E36;
	border: 0px none #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
.texto-verde-caixa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005E36;
	border: 1px none #6A8A65;
	height: 16px;
	width: 156px;
	padding: 4px;
	clear: left;
	float: left;
	text-decoration: none;
}
a.texto-verde-caixa:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005E36;
	border: 1px solid #6A8A65;
	background-color: #A9DF94;
	height: 14px;
	width: 154px;
	padding: 4px;
	clear: left;
	float: left;
}
.texto-branco-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	border: 0px none #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.fundo-vert2 {
	background-image: url(imagens/linha-vert2.gif);
	background-repeat: repeat-y;
}
