/* -*- mode: c++ -*- */
body {
  /* font-family: Trebuchet MS; */
  /*font-family: Times, sans-serif; */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt;
}

a {
  text-decoration: none;
}

dl {
  /* padding-left: 2em; /* */
  margin-top: 0ex;
  margin-bottom: 5ex;
}
/* */

.banner {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #000099;
  /* background-color: #ccffcc; /* */
  text-align: left; /* */
  padding-right: 1em; /* */
  /* padding: 15px; /* */
  /* border: 3px solid #ffffff; /* */
  /* height: 39px; /* */
}

.hang {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-bottom: 1ex;
}

.intro {
  font-size: 10pt;
}

.head1 {
  font-size: 12pt; /* */
  font-weight: bold; /* */
  line-height: 3ex; /* */
}

.head2 {
  font-size: 12pt;
  font-weight: bold;
  line-height: 3ex; /* */
}

.footnote {
  font-size: 8pt;
}

.yellow {
  color: #ffff00;
}
.red {
  color: #ff0000;
  background: #ffffff;
}
