h1  {
	font-family : "Times New Roman", Times, serif;
	font-size : 24pt;
	color : black;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 0;
	}
h2  {
	font-family : "Times New Roman", Times, serif;
	font-size : 20pt;
	color : Navy;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 0;
	}
h3  {
	font-family : "Times New Roman", Times, serif;
	font-size : 16pt;
	color : Navy;
	font-weight : bold;
	margin-top : 0;
	margin-bottom : 0;
	}
h4  {
	font-family : "Times New Roman", Times, serif;
	font-size : 16pt;
	font-weight : normal;
	color: Blue;
	}
h5  {
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : normal;
	color: Blue;
	}
h6  {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
	color: Blue;
	}
body  {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-weight : normal;
	}
p {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-weight : normal;
	margin-left : 5%;
	margin-right : 5%;
	} 
th {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	font-weight : normal;
	margin-top : 0;
	margin : 0;
}
tr {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	font-weight : normal;
	margin-top : 0;
	margin : 0;
}
td {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	font-weight : normal;
	margin-top : 0;
	margin : 0;
}
A.links:link {
	color:Blue;
	text-decoration: underline;
	font : Arial, Helvetica, sans-serif;
}
A.links:visited {
	color: Maroon;
	text-decoration: underline;
	font : Arial, Helvetica, sans-serif;
}
A.links:active {
	color:Blue;
	text-decoration: underline;
	font : Arial, Helvetica, sans-serif;
}
A.links:hover {
	color:Blue;
	text-decoration: underline;
	font : Arial, Helvetica, sans-serif;
}

