<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<style type="text/css">

#header {
text-align: center;
}

#logo img {
display:block;
max-width:100%;
margin-left:auto;
margin-right:auto;
}

div.donotprint {
display:block;
}

h1,h2,h3,h4,h5,h6 {
display: inline;
color: #000000;
}

ul {
color: #000000;
list-style-type:none;
}

p {
color: #000000;
font-size: 14px;
}

p.center {
font-size: 14px;
text-align: center;
}

p.centersmall {
font-size: 13px;
text-align: center;
}

p.small {
font-size: 13px;
}

p.smaller {
font-size: 12px;
}

p.smallest {
font-size: 10px;
}

p.smallinline {
font-size: 13px;
display: inline;
}

p.inline {
font-size: 13px;
display: inline;
}

p.shadow {
color: #FFFFFF;
text-shadow: 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black, 0 0 8px black;
font-size: 16px;
font-weight: bold;
}

h1 {
font-size: 46px;
}

h1.bigger {
font-size: 56px;
}

h1.biggered {
font-size: 56px;
color: #FF0000;
}

h1.smaller {
font-size: 36px;
}

h1.smallered {
font-size: 36px;
color: #FF0000;
}

h1.red {
color: #FF0000;
}

h2 {
font-size: 26px;
line-height: 20px;
}

h2.red {
color: #FF0000;
}

h2.center {
font-size: 22px;
line-height: 16px;
text-align: center;
}

h2.title {
font-size: 22px;
line-height: 22px;
text-align: center;
display: block;
}

h3 {
color: #000000;
font-size: 20px;
}

h3.red {
font-size: 20px;
color: #FF0000;
}

h3.green {
font-size: 20px;
color: #00FF00;
}

h3.center {
font-size: 20px;
text-align: center;
display: block;
}

h3.highlight {
font-size: 20px;
background-color: rgba(0, 0, 0, 0,5);
display: block;
}

h4 {
font-size: 16px;
}

h4.center {
font-size: 16px;
text-align: center;
display: block;
}

h4.red {
font-size: 16px;
color: #FF0000;
}

h4.green {
font-size: 16px;
color: #31B404;
}

h4.blue {
font-size: 16px;
color: #2E64FE;
}

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

a.red {
color: #FF0000;
}

a.green {
color: #00ff99;
}

a.blue {
color: #1E90FF;
}

img {
border: 0px;
}

* {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
}

@media print {
    div.donotprint {display: none;}
}

</style>