@charset "utf-8";
.menu {
	font-family: "Futura Lt BT", Arial;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.menu:link {
	font-family: "Futura Lt BT", Arial;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.menu:hover {
	font-family: "Futura Lt BT", Arial;
	font-size: 14px;
	color: #0000CC;
	text-decoration: underline;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}
