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

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#896B37;
	font-style:italic;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#896B37;
	font-style:italic;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#88713F;
	font-style:italic;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8E6E3B;
}



.fonte_Textos{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-style:normal;
	font-weight: bold;
	}
	
.fonte_Textos_normal{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-style:normal;
	font-weight: normal;
	}
	
