@charset "ISO-8859-1";
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.rodape {
	border: thin solid #f3f3f4;
}
.texto_rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
}
a:active {
	text-decoration: none;
	color: #00aeef;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
}
.subtitulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 18px;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	background-color: #00aeef;
	border: thin solid #00aeef;
}
.caixatexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6d6d6d;
	text-decoration: none;
	text-transform: none;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
