form {
  margin-top: 0px;
  margin-bottom: 0px;
}
body {
  margin: 0;
  background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  color: #333333;
}
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 8pt;
  color: #333333;
}
h1 {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
}
h2 {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
}
a {
  color: #003366;
  text-decoration: none;
}
a.darkBlue {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size: 7pt;
}
a.ltBlue {
  color: #334D65;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input, textarea, select {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100%;
}
input.bordered, textarea.bordered, input.button {
  border-top: #CCCCCC solid 1px;
  border-bottom: #999999 solid 1px;
  border-right: #999999 solid 1px;
  border-left: #CCCCCC solid 1px;
}
p.summ {
  font-style: italic;
}
span.wysiwygsmall {
  font-size: 7pt;
}
span.wysiwygsmallRed {
  font-size: 7pt;
  color: #ff0000;
}
span.wysiwygmedium {
  font-size: 8pt;
}
span.wysiwygmediumRed {
  font-size: 8pt;
  color: #ff0000;
}
span.wysiwyglarge {
  font-size: 9pt;
}
span.wysiwyglargeRed {
  font-size: 9pt;
  color: #ff0000;
}
span.wysiwygxLarge {
  font-size: 12pt;
}
span.wysiwygxLargeRed {
  font-size: 12pt;
  color: #ff0000;
}