
h1 {
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-family: Arial;
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h4 {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

h5 {
  text-align: left;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

label {
  font-family: Arial;
  font-size: 18pt;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

H6 {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
  vertical-align: bottom;
}

body {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}