* {
  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: #E9F2F9;
}
body, td, input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11pt;
  color: #000066;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #990066;
}
a:hover {
  color: #00a670;
}
a.nounderline {
  text-decoration: none;
}
a.nounderline:hover {
  text-decoration: none;
}
a.small, td.small, p.small, div.small, span.small {
  font-size: 10pt;
}
a.large, td.large, p.large, div.large, span.large {
  font-size: 13pt;
}
a.larger, td.larger, p.larger, div.larger, span.larger {
  font-size: 15pt;
}
a.massive, td.massive, p.massive, div.massive, span.massive {
  font-size: 17pt;
}
a.bold, td.bold, p.bold, div.bold, span.bold {
  font-weight: bold;
}
a.white, td.white, p.white, div.white, span.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
}
a.navy, td.navy, p.navy, div.navy, span.navy {
  color: #000066;
}
a.navy:hover {
  color: #4FC670;
}
a.purple, td.purple, p.purple, div.purple, span.purple {
  color: #990066;
}
input.search {
  border-top: #9BBED6 solid 1px;
  border-bottom: #9BBED6 solid 1px;
  border-right: #9BBED6 solid 1px;
  border-left: #9BBED6 solid 1px;
  height:16px;
  font-weight:bold;
  font-size:8pt;
}
input.bordered, textarea.bordered {
  border-top: #9BBED6 solid 1px;
  border-bottom: #9BBED6 solid 1px;
  border-right: #9BBED6 solid 1px;
  border-left: #9BBED6 solid 1px;
}
.button {
  height:17px;
  background-color:#990066;
  color:#fff;
  font-weight: bold;
  font-size:12px;
  border-color:#890338; 
  border:0px;
}
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;
}