
body {
  margin: 0;
  font-family: arial, helvetica, arial, sans-serif;
  color: #000000;
}
td {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 11pt;
  color: #000000;
}
div, p, ul, ol, li, dl, dd, input, select, textarea {
  font-family: arial, helvetica, arial, sans-serif;
  color: #000000;
}
a {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size:90%;
  font-weight:bold;
  color: #E1700E;
  text-decoration: underline;
}
a:hover {
  font-size:90%;
  color: #FF7700;
  font-weight:bold;
  text-decoration: none;
}
a.small {
  font-size: 100%;
  color: #694930;
}
a.small:hover {
  font-size: 100%;
}
p.small {
  font-size: 80%;
}
p.blue {
  color: #003366;
  font-size: 90%;
}

input.bordered, textarea.bordered, input.button {
  border-top: #847973 solid 1px;
  border-bottom: #847973 solid 1px;
  border-right: #847973 solid 1px;
  border-left: #847973 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;
}

span.wysiwygpinkLink {
  position: relative;
  float:right;
  cursor: pointer;
  background-color: #fde4ce; 
  background-image:url('/images/bullet_arrow.gif');
  background-repeat:no-repeat;
  background-position:10px ;
  padding-top:5px;
  padding-left:30px; 
  padding-bottom:10px;
  margin-bottom:5px;
  width:94%
}