#quadro {
	float: right;
	width: 31%;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: smaller;
	color: #FFFFFF;
	margin-top: 12px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:12px;
	background-color: #AB381D;
	background-repeat: repeat-x;
	background-position: center top;
	-moz-border-radius:10px;
	border: 1px solid #000000;
}
#quadrof {
	width: 47%;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: small;
	color: #000000;
	margin-top: 12px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:12px;
	background-color: #FFFFFF;
	-moz-border-radius:10px;
	border: 1px solid #000000;
}
#formf {
	width: 95%;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 12px;
	padding: 5px;
	background-color: #AB381D;
	-moz-border-radius: 10px;
	border: 1px solid #000000;
}
#form {
	width: 85%;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 12px;
	padding: 5px;
	background-color: #AB381D;
	-moz-border-radius: 10px;
	border: 1px solid #000000;
}
body {
	font-family: arial, verdana;
	color: #000000;
	font-size: 10pt;
	text-align: justify;
}
.titulo {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
a.link1:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link1:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.link1:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:link {
	color: #AB381D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}