@font-face {
  font-family: "raleway-regular";
  src: url(/fonts/Raleway-Regular.woff);
}

@font-face {
  font-family: "raleway-light";
  src: url(/fonts/Raleway-Light.woff);
}

@font-face {
  font-family: "raleway-bold";
  src: url(/fonts/Raleway-Bold.woff);
}

@font-face {
  font-family: "lato-regular";
  src: url(/fonts/Lato-Regular.woff);
}

body {
  font-family: raleway-regular, Arial, sans-serif;
  font-size: 12pt;
  margin: 0px 0px 0px 0px;
  overflow-y: scroll;
}

h1 {
  font-family: raleway-regular;
  font-size: 28pt;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -2px;
  z-index: -1;
}

h2 {
  font-family: raleway-bold;
  font-size: 16pt;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -0.5px;
  z-index: -1;
}

h3 {
  font-family: raleway-regular;
  font-size: 16pt;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -0.5px;
  z-index: -1;
}

h4 {
  font-family: raleway-bold;
  font-size: 12pt;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: square;
  margin: 0px;
  padding-left: 30px;
}

a {
  color: #243842;
}

#hwrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

#pageheader {
  width: 100%;
  height: 100px;
  background-color: #243842;
  background-image: url("/images/headbg.png");
  background-repeat: no-repeat;
}

#pageheader a {
  color: #ffffff;
  text-decoration: none;
}

#pageheader table {
  border: 0px;
  width: 100%;
  margin: 0px;
  padding: 20px 22px 0px 22px;
  color: #ffffff;
}

.headlogo {
  vertical-align: bottom;
  text-align: left;
}

.headc1 {
  vertical-align: middle;
  text-align: right;
  font-size: 12pt;
}

.headc2 {
  padding-bottom: 8px;
  vertical-align: middle;
  text-align: right;
  font-size: 12pt;
}

.sb {
  font-size: 15pt;
  font-family: raleway-light;
}

.pu1 {
  position: relative;
  top: -1px;
}

.pu2 {
  position: relative;
  top: -2px;
}

.pu3 {
  position: relative;
  top: -3px;
}

#menu {
  width: 100%;
  min-height: 33px;
  padding: 6px 0px 1px 0px;
  background-color: #4f5d73;
  font-size: 12.5pt;
}

#menu a {
  display: inline-block;
  border-radius: 4px;
  height: 20px;
  padding: 3px 4px 2px 4px;
  margin: 0px -5px 5px 5px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
}

#menu a:hover {
  background-color: #6a7990;
  color: #ffffff;
}

#content {
  margin: 0px 40px 15px 40px;
}

#content table {
  border-collapse: collapse;
}

#content th, #content td {
  border: 2px solid #c0c0c0;
  text-align: left;
  padding: 2px 8px 2px 8px;
}

.TB {
  page-break-inside: avoid;
}
  
.TB, td {
  vertical-align: top;
}

.TBac {
  width: 25px;
}

.num {
  font-family: lato-regular, sans-serif;
}

.sticker-gray {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 13px;
  margin-top: -4px;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 8pt;  
  font-family: lato-regular, sans-serif;
  color: #243842;
  background-color: #e1e1e1;
  border: 1px solid #4f5d73;
}

.sticker-red {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 13px;
  margin-top: -4px;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 8pt;
  font-family: lato-regular, sans-serif;
  color: #5b3e63;
  background-color: #e4dce3;
  border: 1px solid #7b5a83;
}

.sticker-green {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 13px;
  margin-top: -4px;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 8pt;
  font-family: lato-regular, sans-serif;
  color: #3e6347;
  background-color: #dce4de;
  border: 1px solid #5a835c;
}

.sticker-blue {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 13px;
  margin-top: -4px;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 8pt;
  font-family: lato-regular, sans-serif;
  color: #3e3f63;
  background-color: #dcdde4;
  border: 1px solid #5a6283;
}

.sticker-yellow {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 13px;
  margin-top: -4px;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 8pt;
  font-family: lato-regular, sans-serif;
  color: #63613e;
  background-color: #e4e4dc;
  border: 1px solid #83805a;
}

.sticker-white {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  height: 13px;
  margin-top: -4px;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
  text-align: center;
  font-size: 8pt;
  font-family: lato-regular, sans-serif;
  color: #333338;
  background-color: #eaeaed;
  border: 1px solid #52545a;
}

.citelist p {
  text-indent: -36px;
  padding-left: 36px;
  margin: 0px 0px 6px 0px;
  font-family: lato-regular, sans-serif;
  line-height: 2;
  word-wrap:break-word;
}

.covidL {
  text-align: right;
  font-weight: bold;
  width: 120px;
}

#footer {
  
}

#disclaimer {
  border: double purple;
  padding: 5px;
  width: 80%;
  background-color: #ffffff;
  text-align: left;
}