* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  background-repeat: repeat-x;
}
body, td, input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #003366;
  text-decoration: none;
}
a:hover {
  color: #003366;
}
a.white {
  color: #ffffff;
}
a.white:hover {
  color: #ffffff;
}
a.orange, td.orange, div.orange, p.orange, span.orange {
  color: #ffd474;
}
a.orange:hover {
  color: #ffd474;
}
td.navy, div.navy, p.navy, span.navy {
  color: #003366;
}
input.bordered, textarea.bordered, input.button {
  border-top: #4e4e4e solid 1px;
  border-bottom: #cccccc solid 1px;
  border-right: #cccccc solid 1px;
  border-left: #4e4e4e solid 1px;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #f00;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #f00;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #f00;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #f00;
}