body {
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 10pt;
  }

a:link       { color:#0000FF; text-decoration: underline }
a:active     { color:#800000; text-decoration: underline }
a:visited    { color:#0000FF; text-decoration: underline }
a:hover      { color:#800000; text-decoration: underline }

H1 {
font-size: 14px;
	color: #CCCCCC
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	top: auto;
}
H2 {
font-size: 14px;
	color: #576a8e;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	top: auto;
}

.nav {
    font: 10pt Arial;
	color: #FF0000;
  font-weight: bold;
  }

a.nav:link       { color:#000000; text-decoration: none }
a.nav:active     { color: maroon; text-decoration: none }
a.nav:visited    { color:#000000; text-decoration: none }
a.nav:hover      { color:#333399; text-decoration: underline }

.title {
  font: 16pt Arial;
  color: #000000; 
  font-weight: bold;
  }
    .barticle {
    font: 10pt Arial;
	color: #000000;
  font-weight: bold;
  }
a.title:link       { color: #000000; text-decoration: none }
a.title:active     { color: #3366FF; text-decoration: none }
a.title:visited    { color: #000000; text-decoration: none }
a.title:hover      { color: #3366FF; text-decoration: underline }

.article {
    font: 10pt Arial;
	color: #000000;
  font-weight: none;
  }

a.article:link       { color: white; text-decoration: none }
a.article:active     { color: white; text-decoration: none }
a.article:visited    { color: white; text-decoration: none }
a.article:hover      { color: white; text-decoration: underline }

.footer {
  font: 9pt Arial;
  color: #FFFFFF;
  font-weight: bold;
  }

a.footer:link       { color: #000000; text-decoration: none }
a.footer:active     { color: #003366; text-decoration: none }
a.footer:visited    { color: #000000; text-decoration: none }
a.footer:hover      { color: #003366; text-decoration: underline }