* {
  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: #fff;
  background-image: url(/images/bg.gif);
  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.topnav {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
a.topnav:hover {
  color: #035;
  text-decoration: none;
}
a.leftnav {
  color: #036;
  text-decoration: none;
  font-weight: bold;
}
a.leftnav:hover {
  color: #85AD5C;
  text-decoration: none;
}
a {
  color: #036;
  text-decoration: none;
}
a:hover {
  color: #85AD5C;
  text-decoration: underline;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}
.subpagetitle {
  color: #036;
  font-weight: bold;
  font-size: 13pt;	
}
.wysiwygblueBold {
  color: #036;
  font-weight: bold;
}
span.wysiwygblueBold {
  color: #036;
  font-weight: bold;
}
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;
}