@charset "utf-8";
a:link, a:visited {
	text-decoration: none;
	color: #005B00;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	
}
#texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004000;
	width: 450px;
	position: relative;
	left: 150px;
	top: -15px;
}
#texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004000;
	float: left;
	width: 300px;
}

.secao {
	font-weight: bolder;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
}
