.tit_azul {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #14377B;
}
.dica {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
body {
	font-family: Arial;
	margin: 0px;
}
a:link {
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}
a.branco:link {
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.branco:visited {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
a.branco:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: underline;
}
a.branco:active {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
}
.legenda {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.texto_comum {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;
}
.tit_vermelho {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.texto_pequeno {

	font-family: Arial;
	font-size: 9px;
	text-align: justify;
}
.texto_medio {
	font-family: Arial;
	font-size: 12px;
}
.desabilitado {
	background-color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.desabilitado2 {
	background-color: #FFFF00;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.legenda_branca {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.erro {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #FFEAEA;
}
.certo {
	font-family: Arial;
	font-size: 12px;
	color: #006600;
	background-color: #ECFFEC;
}
.texto_fonte {

	font-family: Arial;
	font-size: 12px;
}
.texto_comum_italico {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;
	font-style: italic;
}

