* {
  scrollbar-base-color: scrollbar;
  scrollbar-darkshadow-color: threeddarkshadow;
  scrollbar-face-color: threedface;
  scrollbar-highlight-color: threedhighlight;
  scrollbar-3dlight-color: threedlightshadow;
  scrollbar-arrow-color: buttontext;
  font-family: verdana, helvetica, arial, sans-serif;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  scrollbar-shadow-color: threedshadow;
  scrollbar-track-color: default;
  margin: 0px;
  background-color: #ffffff;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #333333;
}
td.white {
  color: #FFFFFF;
}
.pagetitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #DD0063;
}
.pink {
  color: #DD0063;
}
.pinksmall {
  color: #DD0063;
 font-size: 9pt;
}
a {
  color: #CC0066;
  text-decoration: underline;
}
a:hover {
  color: #CC0066;
  text-decoration: none;
}
a.topnav {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
a.topnav:hover {
  color: #F072B1;
  text-decoration: none;
}
a.currenttopnav {
  color: #F072B1;
  font-weight: bold;
  text-decoration: none;
}
a.currenttopnav:hover {
  color: #F072B1;
  text-decoration: none;
}

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;
}

table.formtable{
background-color:#fbcce1;

}

table.formtable td.edge{
background-color:#fbcce1;
}

table.formtable td.corner{
background-color:#fff;
}

table.formtable td{

padding-top:5px;

}

table.formtable tr.top td{
padding-top:0;
}

label.textarea{
display:block;
}

table.formtable textarea{
display:block;
margin:12px auto 0 auto;
}

table.formtable h3{
color:#37257f;
font-size:1.5em;
text-transform:uppercase;
font-weight:bold;
}

span.smaller{
font-size:0.2em;
}