/* CSS Document */


body {
  color: #000000;
  background: #ffffff;
  font-family : Times New Roman, Times, Serif;
  size: auto;
}

p {
  font-size : 11pt;
}

h1 {
  font-size: 12pt;
  font-weight: bold;
  color: black;
  page-break-after: avoid;
  page-break-inside: avoid;
}
  
h2 {
  font-size: 12pt;
  font-weight: bold, italic;
  color: black;
  page-break-after: avoid;
  page-break-inside: avoid;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  color: black;
  page-break-after: avoid;
  page-break-inside: avoid;
}

.gris {
  font-size: 8pt;
  font-weight: normal;
  color: #8C8C8C;
}

a {
  text-decoration: underline;
  color: #0000ff;
}

li {
  font-size: 11pt;
} 