
body {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
  background-color: white;
}

table, tr, th, td {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 7pt;
}

H1 {
  font-size: 12pt;
  color: maroon;
}

H2 {
  font-size: 11pt;
  color: maroon;
}

H3 {
  font-size: 10pt;
  color: maroon;
}

.sml {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

#copyright {
  border: 1px #090 dotted;
  background-color: #DFFFDF;
  font-size: 8px;
}

.doc td {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 8pt;
}

.floleft {
  float: left;
}

.floright {
  float: right;
}

.frame {
  border: 1px #333 solid;
}

.frame-dot {
  border: 2px #333 dotted;
}

.frame-dot-white {
  border: 2px #090 dotted;
  background-color: white;
}

th {
  font-size: 9px;
  background-color: #99ffff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;	
}
.pad5 li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert {
  color: red;
}

.fug {
  color: white;
  border-top: none;
  background-color: white;
  font-size: 1px;
  line-height: 1px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}






