<!-- Font definitions -->

<!-- The naming scheme works as follows: arialxy = arial font, where x = size and y = bold or italic, or both -->

<!-- arial -->
.arial8 { font-size: 8pt; font-family: arial, helvetica; color: #000000 }
.arial9 { font-size: 9pt; font-family: arial, helvetica; color: #000000 }
.arial10 { font-size: 10pt; font-family: arial, helvetica; color: #000000 }
.arial11 { font-size: 11pt; font-family: arial, helvetica; color: #000000 }
.arial12 { font-size: 12pt; font-family: arial, helvetica; color: #000000 }

<!-- arial bold -->
.arial8b { font-size: 8pt; font-family: arial, helvetica; color: #000000; font-weight: bold }
.arial9b { font-size: 9pt; font-family: arial, helvetica; color: #000000; font-weight: bold }
.arial10b { font-size: 10pt; font-family: arial, helvetica; color: #000000; font-weight: bold }
.arial11b { font-size: 11pt; font-family: arial, helvetica; color: #000000; font-weight: bold }
.arial12b { font-size: 12pt; font-family: arial, helvetica; color: #000000; font-weight: bold }
.arial13b { font-size: 13pt; font-family: arial, helvetica; color: #000000; font-weight: bold }
.arial14b { font-size: 14pt; font-family: arial, helvetica; color: #000000; font-weight: bold }

<!-- arial italic -->
.arial8i { font-size: 8pt; font-family: arial, helvetica; color: #000000; font-style: italic }
.arial9i { font-size: 9pt; font-family: arial, helvetica; color: #000000; font-style: italic }
.arial10i { font-size: 10pt; font-family: arial, helvetica; color: #000000; font-style: italic }
.arial11i { font-size: 11pt; font-family: arial, helvetica; color: #000000; font-style: italic }
.arial12i { font-size: 12pt; font-family: arial, helvetica; color: #000000; font-style: italic }

<!-- arial bold-italic -->
.arial8e { font-size: 8pt; font-family: arial, helvetica; color: #000000; font-style: italic; font-weight: bold  }
.arial9e { font-size: 9pt; font-family: arial, helvetica; color: #000000; font-style: italic; font-weight: bold  }
.arial10e { font-size: 10pt; font-family: arial, helvetica; color: #000000; font-style: italic; font-weight: bold  }
.arial11e { font-size: 11pt; font-family: arial, helvetica; color: #000000; font-style: italic; font-weight: bold  }
.arial12e { font-size: 12pt; font-family: arial, helvetica; color: #000000; font-style: italic; font-weight: bold }

<!-- arial blue -->
.arialblue8 { font-size: 8pt; font-family: arial, helvetica; color: #394C84 }
.arialblue9 { font-size: 9pt; font-family: arial, helvetica; color: #394C84 }
.arialblue10 { font-size: 10pt; font-family: arial, helvetica; color: #394C84 }
.arialblue11 { font-size: 11pt; font-family: arial, helvetica; color: #394C84 }
.arialblue12 { font-size: 12pt; font-family: arial, helvetica; color: #394C84 }

<!-- Links -->
a { text-decoration: underline; color: #4B5F6D }
a:hover { text-decoration: none; color: #95BCD9 }

<!-- Body -->
body { background-color: #4F5C67 }

