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

p, li {
	font-size: 9pt;
}
h1 {
	font-size: 20pt;
	font-weight: bold;
}
.extraSmall {
	font-size: x-small;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: -8pt;
	padding: 0px;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: -7pt;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: -10pt;
}
h6 {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: -5pt;
}

