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

.textogeral {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#2E2A24;
	font-weight: normal;
	line-height: 26px;
	padding: 6px;
}
.linksmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #2E2A24;
	margin-left: 10px;
	font-weight: bold;
	line-height: 22px;
}
.rodape {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
	color: #999999;
	line-height: 20px;
}
.linksmenu:hover {
	text-decoration: underline;
	color: #791a1b;
}

