@charset "utf-8";
body {
	background-image: url(images/fundo.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #000000;
	text-align: left;
}
.texto {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 24px;
}
.bullet {
	color: #173885;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
}
