.bgDireito {
	background-attachment: scroll;
	background-image: url(../bg_direito.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.bgEsquerdo {
	background-attachment: scroll;
	background-image: url(../bg_esquerdo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.botaoForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #0B9446;
	border: thin solid #0B9446;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: inderline;
	text-align: justify;
}
.link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: inderline;
	text-align: justify;
}

