h1 {
	font-weight: bold;
	font-size: 14pt;
	color: #157ebc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15pt;
	margin-bottom: 10pt;
}

h2 {
	font-weight: bold;
	font-size: 11pt;
	color: #157ebc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15pt;
	margin-bottom: 10pt;
}

p {
	font-size: 11pt;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

a:link {
	color: #157ebc;
	text-decoration: underline;
}

a:visited {
	color: #157ebc;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.copyright {
	color: #157ebc;
}