BODY {
  background-color: #FFFFFF;
  color: #000000;
}


A:link { 
  color: #800080;
  font-weight: bold;
  text-decoration: none;
}

A:visited { 
  color: #a8099e;
  font-weight: bold;
  text-decoration: none;
}

A:active {
  color:#FF0000;
  text-decoration: underline;
}

A:hover {
  color:#FF0000;
  text-decoration: underline;
} 


STRONG { 
  font-style: normal;
  font-weight: bold;
  color: #000000;
}


DT {
  font-weight: bold;
}


.NavSide {
  position: absolute; 
  width: 139px; 
  left: 2px; 
  top: 5px;
  font-family: arial, sans-serif;
  font-size: 10pt;
  text-align: center;
}


.ContentSide {
  position: absolute; 
  left: 141px; 
  top: 2px;
  font-family: arial, sans-serif;
  font-size: 10pt;
}


.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: #008080;
  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;
  font-weight: bold;
  color: #800080;
}


.Title2 {
  font-size: 12pt;
  font-weight: bold;
  color: #00AAAA;
  line-height: 1.2;
}

.SubHead {
  font-family: arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #00AAAA;
}


.ListItem {
  font-family: arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #00AAAA;
}


LI {
  padding-bottom: 1em;
}

.SubTxt {
  font-family: arial, sans-serif;
  font-size: 8pt;
}


.Cite {
  font-family: Georgia, Times New Roman, serif;
  font-size: 8pt;
}

.Note {
  margin-left: 8%;
  margin-right: 8%;
  border-style: dotted;
  border-width: thin;
  border-color: #800080;
  padding: .5em;
  color: #800080;
}

.Deal {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #800080;
}

.Gold {
  color: #a5a920;
}

.Footnote {
  font-family: Georgia, Times New Roman, serif;
  font-size: 7pt;
  vertical-align: super;
}

