* {
  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;
  font-family: verdana, helvetica, arial, sans-serif;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 0px;
  background-color: #75a7d3;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11pt;
}
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11pt;
  color: #000000;
}
td.small {
  font-size: 9.5pt;
}
a {
  color: #FF0000;
  text-decoration: none;
}
a:hover {
  color: #0000FF;
}
input.bordered, textarea.bordered, input.button {
  border-top: #CCCCCC solid 1px;
  border-bottom: #4E4E4E solid 1px;
  border-right: #4E4E4E solid 1px;
  border-left: #CCCCCC solid 1px;
  font-size: 9pt;
}
span.wysiwygsmall {
  font-size: 9pt;
}
span.wysiwygsmallRed {
  font-size: 9pt;
  color: #ff0000;
}
span.wysiwygmedium {
  font-size: 10pt;
}
span.wysiwygmediumRed {
  font-size: 10pt;
  color: #ff0000;
}
span.wysiwyglarge {
  font-size: 11pt;
}
span.wysiwyglargeRed {
  font-size: 11pt;
  color: #ff0000;
}
span.wysiwygxLarge {
  font-size: 14pt;
}
span.wysiwygxLargeRed {
  font-size: 14pt;
  color: #ff0000;
}