body {
  background-color: #ffffff;
  font: 12pt serif;
}

.topleft {
  position: absolute;
  top: 0vh;
  left: 0vw;
}

.vh100 {
  height: 100vh;
}

.vw100 {
  width: 100vw;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt100 {
  margin-top: 100px;
}

.lbar {
  border-left: 2px #e0e0e0 solid;
  padding-left: 12px;
  padding-top: 2px;
  padding-bottom: 80px;
}

.logo-title {
  font-size: 70pt;
}

.logo-title-and {
  color: #666666;
}

.logo-established {
  font-size: 12pt;
}

.title {
  font-size: 24pt;
}

.transcript {
  color: #606060;
}

.type {
  color: #808080;
  font-weight: 700;
}

.area {
  color: #808080;
  font-style: italic;
}

.em {
  font-style: italic;
}

.mail {
  font-size: 8pt;
}

.small {
  font-size: 10pt;
}

a {
  text-decoration: none;
  color: #000000;
}