@charset "utf-8";
/* CSS Document */
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #062F4F;
}
.body {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}

