BODY {
	background-color: #FFFFFF
}
A {text-decoration: underline}
A:link { color: blue }
A:visited { color: magenta }
A:hover { background: yellow }
A:active { background: lime }


SPAN.note {
  font-size: 9pt;
  color: #008866;
  }

BODY, H1, H2, TABLE {
  font-size: 10pt;
  font-family: arial, san-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  background: white;
  color: black
  }
H1 {font-weight: bold; font-size: 140%; color: #2020a7}
H2 {font-weight: bold; font-size: 120%; color: #2020a7}

H3 {
  text-align: center;
  font-size: 120%;
  font-weight: 900;
  background: black;
  color: white;
  }
P.nav {
  font-size: 7pt;
  line-height: 1;
  text-align: right;
}
TABLE.block1 {
  background: #DDDDDD;
}






