body {
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #000000;
  text-decoration: none;
  text-align: just;
  margin: 0;
  padding: 0;
  background-color: #016535;
}
p {
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-style: normal;
  line-height: 100%;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  color: #101010;
  text-align: just;
}
blockquote {
  font-family: Arial, Helvetica;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  color: #999999;
}
a {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-style: 10pt;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  color: #1111bb;
}
a:hover {
  font-family: Arial, Helvetica;
  font-size: 10pt;
  font-style: 10pt;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: underline;
  color: #0000ff;
}
xtd {
  font-family: Arial, Helvetica;
  font-size: 13pt;
  font-style: normal;
  line-height: 13pt;
  font-weight: normal;
  font-variant: normal;
  text-transform: normal;
  text-decoration: none;
  color: #000000;
}
xul {
  font-family: Arial, Helvetica;
  font-size: 13pt;
  font-style: normal;
  line-height: 13pt;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  color: #999999;
}
ol {
  font-family: Arial, Helvetica;
  font-size: 13pt;
  font-style: normal;
  line-height: 13pt;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  color: #999999;
}
xli {
  font-family: Arial, Helvetica;
  font-size: 13pt;
  font-style: normal;
  line-height: 13pt;
  font-weight: normal;
  font-variant: normal;
  text-transform: normal;
  text-decoration: none;
  color: #000000;
}

A.galnav {
  font-family: Arial;
  font-size: 8pt;
  color: #111188;
  text-decoration: none;
  font-weight: bold;
}

A.galnav:visited {
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  color: #111188;
}

A.galnav:hover {
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
  font-weight: bold;
  color: #4444ff;
}

.wrapper {
  display: flex;
  justify-content: center;
}

.header_row {
  background-color: #016535;
  padding: 10px 0 10px 0;
}

.header_row > img {
  margin-bottom: 10px;
}

.header_row > span {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.menu {
  padding: 10px;
}

.menu > a {
  margin-right: 10px;
}
