BODY {
  background-color: #FFFFFF;
  color: #000000;
}

A:link { 
  color: #993399;
  text-decoration: none;
  font-weight: bold;
}

A:visited { 
  color: #006666;
  text-decoration: none;
  font-weight: bold;
}

A:active {
  color:#FF0000;
  font-weight: bold;
}

A:hover {
  color:#FF0000;
  font-weight: bold;
  text-decoration: underline;
} 

STRONG { 
  font-style: normal;
  color: #00AAAA;
}


.MainArea {
  font-family: arial, sans-serif;
  font-size: 10pt;
}


.Indented {
  margin-left: 5%;
  margin-right: 5%;
}


.Indented2 {
  margin-left: 0.5em;
  overflow: scroll;
}


.AdBox {
  color: #006666;
  background: #FFFBEC;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-left: 1em;
  border-left: solid thin #C0C0C0;
  border-top: solid thin #C0C0C0;
  border-right: solid medium #808080;
  border-bottom: solid thick #808080;
  clear;
}


.AddIndent {
  margin-left: 5%;
  margin-right: 5%;
}


.Title {
  font-family: arial, sans-serif;
  font-size: 16pt;
  color: #993399;
}


.Title2 {
  font-family: arial, sans-serif;
  font-size: 12pt;
  color: #006666;
  line-height: 1.2;
}


.SubHead {
  font-family: arial, sans-serif;
  font-size: 14pt;
  color: #006666;
}

.SubTxt {
  font-family: arial, sans-serif;
  font-size: 8pt;
}


.cite {
  font-family: Arial, sans-serif;
  font-size: 7pt;
}

