<!--





body, p, h1, h2, h3, td, div, ol, ul, dl {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
  margin: 0px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 10pt;
}

a:active  { color: Red}
a:link    { color: #6666FF}
a:visited { color: blue}

a.pagelink:link { 
  text-decoration: none;
  color: blue;
}
a.pagelink:active { 
  text-decoration: underline;
  color: black;
}
a.pagelink:visited { 
  text-decoration: none;
  color: Red;
}
a.pagelink:hover { 
  text-decoration: underline;
  color: #000000;
}
a.pagelink1:link { 
  text-decoration: none;
  color: blue;
}
a.pagelink1:active { 
  text-decoration: underline;
  color: black;
}

a.pagelink1:visited { 
  text-decoration: none;
  color: Red;
}
a.pagelink1:hover { 
  text-decoration: underline;
  color: #000000;
}

h1 {
  font-size: 18pt;
  margin-top: 10px;
  margin-bottom: 0pt;
}

div.header {
  margin-top: 0px;
  text-align: center;
}

div.footer {
  margin-top: 50px;
  text-align: center;
}

td {
  font-size: 10pt;
}

td.sidebar {
  border-right: blue 2px solid;
  padding-right: 0px;
  text-align: left;
}

td.sidebar1 {
  border-left: blue 2px solid;
  padding-right: 0px;
  text-align: right;
}

td.horizontalrule {
  border-bottom: blue 2px solid;
  font-size: xx-small;
}

td.pagelink {
  border-bottom: #0000FF 1px solid;
  text-align: right;
  font-size: 8pt;
  font-style: ;
  font-weight: bold;
  color: #000000;
  height: 1.5em;
}

td.pagelink1 {
  border-bottom: #0000FF 1px solid;
  text-align: left;
  font-size: 8pt;
  font-style: ;
  font-weight: bold;
  color: #000000;
  height: 1.5em;
}

-->