.geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.cargo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: normal;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
h1 {
	font-size: 24px;
	color: #900;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	text-decoration: none;
	color: #000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #900;
}

a:active {
	text-decoration: none;
	color: #000;
}
