/* CSS Document */

<style> 
body {background-color:#FFFFFF;}
.p {margin:15px;
}
.style1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00006B;
	font-size:12pt;
	font-weight: normal;
	font-style: normal;
	margin: 15px;
	text-align: left;
	vertical-align: top;
}
.style2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00006B;
	font-size:13pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	vertical-align: top;
}
.style3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00006B;
	font-size:14pt;
	font-weight: normal;
	font-style: normal;
	margin: 15px;
	text-align: right;
	vertical-align: top;
}
.style4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00006B;
	font-size:14pt;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	vertical-align: top;
}
</style>
