
html,body {
 background-color : white; 
 font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
 font-size : 9pt;
 color: #020202;
}

h1 { font-size : 200%; text-align: center; }
h2 { font-size : 150%; }
h3 { font-size : 120%; color: #2689CD; }
h4 { font-size : 110%; }

div.toc0 { 
  font-weight: bold; 
}
div.thistocitem { 
  color: #FFFFFF; 
}
div.toc1 {
  font-weight: bold; 
  padding-right: 1.2em;
  font-size : 90%;
}
div.toc2 {
  font-weight: bold; 
  padding-right: 2.1em;
  font-size : 80%;
}
div.toc3 {
  font-weight: bold; 
  padding-right: 3.0em;
  font-size : 70%;
}

p.footnote { 
  font-size: 90%; 
  padding-right: 0.3em;
  text-align: right;
}
p.footnote A { 
  color: #000000; 
}
p.footnote A:hover { 
  color: #FFFFFF; 
}

p.mini { font-size: 80%; }
p.special { color: #2689CD; }
p.minispecial { 
  font-size: 80%; 
  color: #2689CD; 
}
p.maintitle {
  font-size : 200%;
  color: #CCCCCC;
  text-align: left;
}
p.subtitle { 
  font-size : 120%; 
  color: #2689CD; 
  font-weight: bold;
}
td.upperband {
  color: #000000;
  background: #FFFFFF;
  padding-right: 0.3em;
  text-align: left;
  font-size : 110%;
  font-weight: bold;
}
td.lowerband {
  color: #FFFFFF;
  background: #2689CD;
  padding-right: 0.3em;
  text-align: right;
  font-size : 90%;
}
td.leftstyle { 
  color: #000000;
  background: #FFFFFF;
  padding-left: 0.3em;
  font-size : 110%; 
}

td.rightstyle { 
  color: #000000;
  background: #FFFFFF;
  text-align: right;
  font-size: 110%; 
  padding-right: 0.3em;
}

A {
  color: #2689CD;
  text-decoration: none;
}

A:hover {
  color: #2689CD;
  text-decoration:overline underline;
}

