body {
  margin: 16px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12pt;
  color: black;
  background: black;
  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; }
.App {
  font-weight: bold;
  text-align: center;
}
.b { font-weight: bold; }
.cen { text-align: center; }
.footer {
	font-size: 80%;
	padding: 1px;
	border: 2px solid #F8915A;
	text-align: center;
	background: white;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	left: 16px;
}
.fourteen {
	font-size: 14pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: justify;
}
.Greyed { color: #AFAFAF; }
.h {
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
}
.Head {
	font-size: 12pt;
	font-weight: bold;
	text-align: justify;
}
.HC {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}
.hot {
	color: #FF0000;
	background: #F0F000;
	font-weight: bold;
}
.i { font-style: italic; }
.j { text-align: justify; }
.l { text-align: left; }
.nodec { text-decoration: none; }
.r { text-align: right; }
.sfpink { background: #FFD8D8; }
.sf {
	background: black;
	color: white;
}
.sixteen {
	font-size: 16pt;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: justify;
}
.slogan {
  font-size:20pt;
  font-style: italic;
  text-align: center;
}
.sml { font-size: 10pt; }
.std {
	font-size:12pt;
	font-weight:normal;
}
.sub {
  font-weight: bold;
  text-align: justify;
}
.TenPt { font-size: 10pt; }
.sup {
  vertical-align: super;
  font-size: 58%;
}
.u { text-decoration: underline; }

