html, body {
  background: #bbbbbb top left repeat-x;
  border: none;
  color: #ffffff;
  font: normal 9px Verdana, Tahoma, Arial, Helvetica, sans-serif;
  line-height: 14px;
  margin-bottom: 0; 
  margin-left: 8; 
  margin-right: 8; 
  margin-top: 0;
  padding: 0;
}

.clr {
  clear: both;
}

/* containers */
.top-margin {
  background: white;
  color: white;
  font-size: 1px;
  height: 10px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.document {
  margin: 0 auto;
  padding: 0;
  width: 984px;
}

#body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt; 
 scrollbar-base-color: #000000; 
}
.menu {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt; 
 font-weight: bold; 
 color: #ffffff;
 text-decoration: none; 
}
a:link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: bold; 
 color: #772222;
 text-decoration: none; 
}
a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: bold; 
 color: #772222;
 text-decoration: none; 
}
a:active {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: bold; 
 color: #ffffff;
 text-decoration: none; 
}
a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: bold; 
 color: #ffdd33;
 text-decoration: none; 
}
hr {
 color: #777;
 height: 1px;
}
th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: bold; 
 color: #000000; 
}
td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 color: #000000; 
}
.dottedleader {
 width: 99%;
 border-bottom: 1px dotted #222;
}
p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: normal; 
 color: #000000; 
 line-height: 120%;
 margin-top: -3px; 
}
.p2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt; 
 font-weight: normal; 
 color: #000000; 
 line-height: 90%;
 margin-top: 4px; 
}
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18pt; 
 font-weight: bold; 
 font-style: italic;
 color: #550000; 
 line-height: 100%; 
 margin-top: 0px; 
 margin-bottom: 10px;
}
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16pt; 
 font-weight: bold; 
 font-style: italic;
 color: #550000; 
 line-height: 100%;
 margin-top: 12px; 
 margin-bottom: 4px;
}
h4 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt; 
 font-weight: bold; 
 font-style: italic;
 color: #550000; 
 line-height: 100%; 
}
.heading {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 34pt; 
 font-weight: bold; 
 color: #aaaaaa; 
 margin-top: -6px; 
 margin-bottom: 0px;
}
.subhead {
 font-weight: bold; 
 color: #444444;
}
.footnote {
 font-size: 7pt; 
 font-family: Arial, Helvetica, sans-serif;
 color: #333333; 
}

/* :::::::::::::::::::::::  Search  ::::::::::::::::::::::: */
.searchArea {
	position: relative;
	top: 4px;
	right: 55px;
	font-size: 7.5pt;
	}
.searchArea form {
	font-size: 7.5pt;
	}
.searchField {
	color: #00642e;
	font-size: 7.5pt;
	width: 110px;
	height: 19px;
	border: 1px #222222 solid;
	position: relative;
	top: 0;
	left: 0;
	}
* html .searchField {
	height: 22px;
	font-size: 7.5pt;
	}
*:first-child+html .searchField {
	height: 22px;
	font-size: 7.5pt;
	}
.searchBtn {
	width: 55px;
	height: 19px;
	position: absolute;
	top: 0px;
	}
	
