@charset "UTF-8";
.texto_menu_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
a.texto_menu_left:hover {
     color: #002352;
	 font-weight: bold;
}
.texto_menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.linha_branca {
	border: 1px solid #FFFFFF;
	margin: 5px;
}
.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005398;
	text-decoration: none;
	text-align: justify;
	padding: 4px;
	vertical-align: middle;
}
.bt_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.linha_azul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4d86b7;
}
.texto_branco_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
a.texto_branco_bold:hover {
     color: #FFA71F;
	 font-weight: bold;
}
.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.link_copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}
.link_copyright:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}
.link_copyright:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #0098e1;
	text-decoration:underline;
}

.link_copyright:active {
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}