body 
{
  padding:0;
  background-color: #0E1E56;
  font-family:  verdana;
  font-color: white;
  font-size: 9pt;
  margin: 0; color: white
}

p   {
  font-size: 9pt;
  text-indent: 15;
  text-align: justify;
  margin-left:8;
  margin-right:2;
  margin-top:8;
  margin-bottom:10
 
}

p.c {
  font-size: 9pt;
  color: #7FA3FE;
  text-indent: 0;
  text-align: center;
  font-weight: bold; 
  margin: 25 2 
}

p.n2 {
  font-size: 8pt; 
  text-align: right;
  font-weight: bold; 
  text-indent: 0; 
  margin: 10
}

h1 {
 font-family: arial;
 font-size: 11pt; 
 font-weight: normal;
 text-align: center; 
 margin: 20 5
}

h2 {
 font-family: arial;
 font-size: 11pt; 
 color: #0E1E56; 
 font-weight: normal;
 text-align: center; 
 margin-top: 16; 
 margin-bottom: 5
 }
 
h3 {
 font-family: arial;
 font-size: 11pt; 
 color: black; 
 font-weight: normal;
 text-align: center; 
 margin: 5 0
 }

h4 {
  font-size: 8pt;
  color: #7FA3FE;
  text-indent: 0;
  text-align: left;
  font-weight: normal; 
  margin: 15 10 
}

a:link { COLOR: white; TEXT-DECORATION: underline
}
a:visited { COLOR: white; TEXT-DECORATION: underline
}
a:hover { COLOR: #7FA3FE; TEXT-DECORATION: none
}

a:link.m { COLOR: #0E1E56; TEXT-DECORATION: none
}
a:visited.m { COLOR: #0E1E56; TEXT-DECORATION: none
}
a:hover.m { COLOR: black; TEXT-DECORATION: underline
}

ul {
 font-size: 9pt;
 text-indent: 10;
 margin: 20 7
}

ol {
 font-size: 9pt;
 text-indent: 20;
 margin: 7 2
}

li {
 font-family: arial, tahoma;
 text-indent: 20;
 font-size: 9pt; 
 list-style-type: square;
 margin: 2 15
}