<style>

h1 {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 15pt;
font-style: normal;
font-weight: bold;
}

h2 {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 14pt;
font-style: normal;
font-weight: bold;
}

h3 {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 13pt;
font-style: normal;
font-weight: bold;
}

h4 {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 12pt;
font-style: normal;
font-weight: bold;
}

h5 {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 11pt;
font-style: normal;
font-weight: bold;
}

h6 {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 10pt;
font-style: normal;
font-weight: bold;
}

p {
color: #000000;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 9.5pt;
font-style: normal;
font-weight: normal;
text-align: left
}

ul {
color: #000000;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 9.5pt;
font-style: normal;
font-weight: normal;
text-align: left
}

ol {
color: #000000;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 9.5pt;
font-style: normal;
font-weight: normal;
text-align: left
}

hr {color: black}

a:link {color:#000066; text-decoration: underline}
a:hover {color:#006666; text-decoration: underline}

a.footer:link {color:#ccffff}
a.footer:visited {color:#ccffff}
a.footer:hover {color:#ffffcc}

.footer {
color: #ffffff;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal
}

.lefttitle {
color: #006666;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 14pt;
font-style: normal;
font-weight: bold
}

.righttitle {
color: #000066;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 14pt;
font-style: normal;
font-weight: bold
}

.nichebullets {
color: #000000;
font-family: arial, helvetica, geneva, swiss, sunsans-regular, non-serif;
font-size: 8pt;
font-style: normal;
font-weight: bold
}

html {
margin: 0;
border: 1px solid black;
}

body {
margin: 0;
border: 1px solid black;
}

@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
}

</style>