.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.link {
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.formulario {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.botao {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	font-weight: bold;
	border: thin solid #333333;
}
