| body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.date {
	font-size: 8pt;
	font-family: Helvetica, Arial;
	margin-left: 0px;
	margin-top: -6px;
	text-align: right;
}
.note {
    font-size: 10pt;
}
.subject {
  font-size: 11pt;
  font-style: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
strong {
  font-family: Courier, Courier New, mono;
  font-style: normal;
  font-weight: normal;
}
.source {
  font-family: Courier, Courier New, mono;
  font-style: normal;
  font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 32px;
}
.title {
  font-size: 12pt;
	font-weight: 800;
  color: #123456;
  font-style: bold;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
}
.intro {
  font-family: Arial;
  font-size: smaller;
  margin-left: 0px;
  margin-right: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: justify;
}
.text {
  font-size: 10pt;
  font-style: normal;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: justify;
}
.description {
  font-size: 10pt;
  font-style: normal;
  margin-left: 32px;
  margin-right: 18px;
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: left;
}
.quote {
  font-size: 10pt;
  font-style: normal;
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: left;
}
.seperator {
  font-size: xx-small;
  text-align: center;
  margin-left: 28px;
  margin-right: 28px;
}
 |