@charset "utf-8";
/* CSS Document */

.links_institucional_categorias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #7f7f7f;
	padding-left: 18px;
	padding-top: 4px;
	
	overflow: hidden;
}
.links_institucional_categorias:hover {
	background-image: url(../media/objetos_gerais/square_azul.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-left: 18px;
	padding-top: 4px;
	
	overflow: hidden;
}
.form_faleconosco_simples {
	height: 15px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
	background-color: #CBDCE6;
	
	border-bottom-color: #638EA7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-top: none;
	border-left: none;
	border-right: none;
}
.form_faleconosco_multi {
	height: 45px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
	background-color: #CBDCE6;
	
	border-bottom-color: #638EA7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-top: none;
	border-left: none;
	border-right: none;
}