@charset "utf-8";
/* CSS Document */

.titulo{
	font-family: Arial;
	color:#0098be;
	font-size:12px;
	font-style: normal;
	font-weight: bold;	
}
.texto{
	font-family: "Arial";
	color:#000000;
	font-size:12px;
}
.link{
	font-family: "Arial";
	color:#0098be;
	font-size:12px;
}
.rodape{
	font-family: "Arial";
	color:#707070;
	font-size:11px;
}
.link{
	font-family: Arial;
	color:#0098be;
	font-size:12px;
	font-style: normal;
	font-weight: bold;	
}
.curso{
	font-family: Arial;
	color:#707070;
	font-size:12px;
	font-style: normal;
	font-weight: bold;	
}
.caixa{
	font-family: "Arial";
	color:#000000;
	font-size:12px;
	border: 1px solid #0071BC;

}
.botao{
	font-family: "Arial";
	color:#0071BC;
	font-size:12px;
	background-color: #b9ef14;
	border: 1px solid #0071BC;
}

