* {
  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, Geneva, Arial, Helvetica, sans-serif;
  
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 30px 0px 0px 40px;
  background-color: #FFFFFF;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #666666;
}
.pagetitle {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bolder;
  color: #333333;
}
.small {
  font-size: 8.5pt;
}
.black {
	color: #000000;
}
td.colourcell {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px;
	vertical-align: top;
}
td.white {
  color: #FFFFFF;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #333333;
}
a.facebox {
  color: #000000;
}
a.facebox:hover {
  text-decoration: underline;
}

a.leftnav {
  color: #999999;
  text-decoration: none;
  font-size: 9pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.leftnav:hover {
  color: #333333;
  font-size: 9pt;
  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;
}

/*
 *
 * 2009 Styles
 */
table.information {
  border-collapse: bollapse;
  width: 100%;
} 
table.information th {
  border-bottom: 1px solid #000000;
  color: #000000;  
  padding: 3px 0px 3px 0px;
}
table.information th.padded {
  padding: 20px 0px 3px 0px;
}

table.information td {
  padding: 3px 0px 3px 0px;
  color: #000000;  
}
table.information td.bottom {
  border-bottom: 1px solid #000000;
}

h3.sub-title {
  border: 0;
  color: #305e48;
  font-size: 1.1em;
  padding: 0px 0px 10px 0px;
  margin: 0;
}

span.highlight {
  background: #aac1c0;
  color: #000000;
  padding: 3px;
  line-height: 1.5em;
}

p.black {
  padding: 4px 0px 4px 0px;
  margin: 0px;
}
