body {
  margin: 0px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 100%;
  color: black;
  background: white;
  text-align: justify;
}
a {
  color: black;
  text-decoration: underline;
}
a:active {
  color: black;
  text-decoration: underline;
}
a:hover {
  color: black;
  background: yellow;
  text-decoration: underline;
}
a:visited {
  color: black;
  text-decoration: underline;
}
frameset { margin: 0px; }
table { text-align: center; }
.b { font-weight: bold; }
.bi {
	font-weight: bold;
	font-style: italic;
}
.c { text-align: center; }
.cen { text-align: center; }
.i { font-style: italic; }
.j { text-align: justify; }
.l { text-align: left; }
.r { text-align: right; }
.sup {
  vertical-align: super;
  font-size: 58%;
}
.u { text-decoration: underline; }
.App {
  font-weight: bold;
  text-align: center;
}
.df { background: #91A3AD; }
.footer {
	background: white;
	font-size: 80%;
	padding: 1px;
	border: 1px solid black;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	left: 16px;
}
.Grayed { color: #AFAFAF; }
.Head {
  font-size: 120%;
  font-weight: bold;
  text-align: justify;
}
.HC {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
}
.nodec { text-decoration: none; }
.slogan {
  font-size: 160%;
  font-style: italic;
  text-align: center;
}
.sml {
	font-weight: normal;
	font-size: 80%;
}
.std { font-size: 100%; }
.sub {
  font-weight: bold;
  text-align: justify;
}
.TenPt { font-size: 10pt; }



