body
  {
   background: white;
   font-family: helvetica, sans-serif;
   font-weight: normal;
   font-size: 12pt;
   font-variant: normal;
   font-style: normal;
  }
H1 
  {
   font-weight: bold; 
   font-size: 150%;
   font-family: helvetica, sans-serif; 
   font-variant: normal;
   font-style: normal;
  }
.H1_inline
  {
   font-weight: bold;
   font-size: 150%;
   font-family: helvetica, sans-serif;
   font-variant: normal;
   font-style: normal;
  }
H2 
  {
   font-weight: bold;  
   font-size: 125%;
   font-family: helvetica, sans-serif;
   font-variant: normal;
   font-style: normal;
  }
.H2_inline
  {
   font-weight: bold;
   font-size: 125%;
   font-family: helvetica, sans-serif;
   font-variant: normal;
   font-style: normal;
  }
H3
  {
   color: #0066CC;
   font-weight: bold;
   font-size: 125%;
   font-family: helvetica, sans-serif;
   font-variant: normal;
   font-style: normal;
  }
A:link.mailto
  {
   color: #0000FF;
  }
A:visited.mailto
  {
   color: #0000FF;
  }
A:hover.mailto
  {
   color: #87CEFA;
  }
A:active.mailto
  {
   color: #1E90FF;
  }

div.container {
  border: none;
  }

div.spacer {
  clear: both;
  }

div.figure {
  float: left;
  border: thin red solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.textfloat {
  float: left;
  border: thin red solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.textfloat p {
  text-align: left;
  font-style: normal;
  font-size: smaller;
  text-indent: 0;
}
