@charset "UTF-8";
/* CSS Document */

<style>
* {
	margin: 3;
	padding: 0;
}

.body {
	font-size: 10pt;
	font-family: "Verdana";
	color: #000000;
}

.h1 {
	color: #1A145B;
	font-size: 14pt;
	text-align: center;
	font-family: "Verdana";
	font-weight: bold;
}
.img {
			border: none;
}
.bodyheading {
	font-family: "Verdana";
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #1A145B;
}
.links {
	color: #1A145B
}
.footer {
	font-size: 9pt;
	font-family: "Verdana";
}
</style>
