@charset "utf-8";
h1 {
	font-family: Georgia;
	font-size: 20pt;
	font-weight: bolder;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 97%;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 97%;
	margin-top: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin-bottom: 5px;
	line-height: 101%;
	margin-top: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	margin-bottom: 5px;
	line-height: 101%;
	margin-top: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 103%;
}
