body {
  background-color: #fff;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000;
}

#logoprint {
  padding: 0 0 15pt 0;
}

#header #logo {
  display: none;
}

#header #streamer {
  font-size: 13pt;
  font-style: italic;
  letter-spacing: 1px;
}

#menu {
  display: none;
}

#content h2 {
  font-size: 17pt;
  font-weight: bold;
  color: #06a;
  padding-bottom: 3pt;
  border-bottom: 1px solid #7ad;
  margin: 20pt 0 15pt 0;
}
#content #pagetitle a {
  font-weight: bold;
  color: #06a;
}
#content p {
  margin: 0 0 12pt 0;
}
#content ul,
#content ol {
  margin-top: 0;
  margin-bottom: 15pt;
}
#content ul {
  list-style-type: square;
}
#content ol {
  margin-bottom: 25pt;
}
#content ol li {
  margin-bottom: 10pt;
}
#content p,
#content ul {
  line-height: 15pt;
}
#content em {
  font-style: italic;
}
#content strong {
  font-weight: bold;
}
#content img {
  border: 0;
}
#content a:link,
#content a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
#content a:hover,
#content a:active {
  text-decoration: none;
  color: #000;
}
#content h3 {
  font-size: 13pt;
  font-weight: normal;
  color: #06a;
  margin: 0 0 5pt 0;
}
#content address {
  margin-bottom: 15pt;
}
#content iframe {
  border: 1px solid #7ad;
  margin: 10pt 0 10pt 0;
}
#content table {
  background-color: #fff;
  border-collapse: collapse;
  margin: 20pt 0 20pt 0;
}
#content th {
  font-weight: bold;
  text-align: left;
}
#content th,
#content td {
  padding: 3pt 8pt 5pt 8pt;
  border: 1px solid #7ad;
}
#content form {
  margin: 0;
}
#content input,
#content textarea {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt; 
}
#content input.field,
#content textarea {
  width: 280pt;
}

#introduction {
  width: 200pt;
  float: left;
}
#picture {
  width: 331px;
  float: right;
}
#picture img {
  margin: 0 0 20pt 0;
}

div.clear {
  clear: both;
  height: 1px;
  font-size: 0;
}
div.nextpage {
  page-break-before: always;
}