
p, td, ul {
  color: white;
  font-size: 12pt;
  font-weight: 500;
  font-family: arial, sans-serif;
}

.subtitle {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: verdana, sans-serif;
}

.tabletitle {
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: verdana, sans-serif;
}

.input {
  font-size: 8pt;
  font-weight: bold;
  font-family: arial, sans-serif;
}

.date {
  color: #003;
  font-size: 12px;
  font-weight: 600;
  font-family: verdana, sans-serif;
}

.copy {
  color: #003;
  font-size: 10px;
  font-weight: 600;
  font-family: arial, sans-serif;
}

.small {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}



.bgFFF {
  background-color: white;
}

.bgCCC {
  background-color: #06C;
}

.bg39F {
  background-color: #39F;
}

.bg9CF {
  background-color: #9CF;
}

.bg006 {
  background-color: #006;
}