@charset "utf-8";
/* CSS Document */

.titulo {
	font-family: "trebuchet MS";
	font-size: 18px;
	color: #5F7D17;
}
.texto {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #333;
}

.texto a {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.texto a:hover {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}

.texto2 {
	font-family: "trebuchet MS";
	font-size: 11px;
	color: #000;
}

.textfield {
	font-family: "trebuchet MS";
	font-size: 14px;
	height: 25px;
	width: 98%;
	border: 1px solid #BAD1FC;
	padding: 6px 0 0 6px;
	font-weight: bold;	
}

.textfield-2 {
	font-family: "trebuchet MS";
	font-size: 12px;
	width: 98%;
	border: 1px solid #BAD1FC;
	font-weight: bold;	
}

.textfield-3 {
	font-family: "trebuchet MS";
	font-size: 11px;
	border: 1px solid #BAD1FC;
	font-weight: bold;
}

.subtitulo {
	font-family: "trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #E02093;
}
.botao {
	font-family: "trebuchet MS";
	font-size: 14px;
	color: #E02093;
	background-color: #BAD1FC;
	height: 19px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
