/* FONTS =============================================== */

@font-face {
    font-family: 'Helvet';
    src: url(texgyreheros-regular.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvet';
    src: url(texgyreheros-bold.otf) format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvet';
    src: url(texgyreheros-italic.otf) format("opentype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvet';
    src: url(texgyreheros-bolditalic.otf) format("opentype");
    font-weight: bold;
    font-style: italic;
}


/* FORMAT ============================================== */

body {
  background-color: #FFFFFF;
  color: #000000;
  margin-left: 0;
  margin-top: 0;
  font-family: 'Helvet', Helvetica, Arial, sans-serif;
  font-size: 14pt;
}

/* Hyperlinks */
a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #009ee0;
}

/* Tables */
table {
  margin-left: 0pt;
  margin-right: 0pt;
  border: 0;
  font-size: 1em;
}

tr {
  font-size: 1em;
}

td {
  font-size: 1em;
  vertical-align: top; 
}

p {
  margin-left: 0pt;
  margin-right: 10pt;
  margin-top: 6pt;
  margin-bottom: 0pt;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 40pt;
  margin-bottom: 10pt;
  text-transform: uppercase;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20pt;
  margin-bottom: 10pt;
}

p.Header{
  margin: 0pt;
}

table {
  margin-left: 0pt;
  margin-right: 0pt;
  border: 0;
  font-size: 1em;
}

td {
  padding:0pt;
}

th {
  text-align:left;
}

img {
  border: 0;
}


/* Lists */

ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-top: .5em;
  margin-bottom: .5em;
}

ul {
  list-style: none;
  padding-left: 1.5em;
  margin-top: .5em;
  margin-bottom: .5em;
}

li {
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: 0em;
  text-indent: 0em;
}

.bullet li::before {
  content: "\25CF\2002";               /* bullet with en space */
  color: #009ee0;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -1em;
  top: 0;
}

hr {
  height: 3px;
  background-color: #009ee0;
  border: 0px;
}


/* SPECIALS ============================================ */

/* Link list on the left */
.linklist {
  text-align: right;
  margin-bottom: .5em;
}

/* Emphased */
.marked {
  color: #009ee0;
}

.active {
  color: #009ee0;
}

/* First element */
.first {
  margin-top: 0pt;
}

/* Last element */
.last {
  margin-bottom: 0pt;
}

.normal {
  font-weight: normal;
}

.tiny {
  font-size: .3em;
}

.padding {
  padding-bottom: 1em;
}
