@charset "utf-8";
/* CSS Document */
.menu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu:visited {color: #FFFFFF;}
a.menu:hover {
	color: #565641;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.espaco_menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menu:active {color: #FFFFFF;}


.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 15px;
}
