.bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #CCCCCC;
}
.tabela {
	background-color: #FFFFFF;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #333333;
	text-align: justify;
}
