body{
background-color: #ffffff;
}

h1{
border:0px;
margin:0px;
padding:0px;
margin-bottom:5px;
margin-top:0px;
font-family: 'Chaz Extended', arial, sans-serif;
font-size: 60pt;
font-weight: 900;
font-style: italic;
color: #800000;
}

font.times{
font-family: 'Times New Roman', 'Times', serif;
font-size: 14pt;
font-weight: bold;
font-style: italic;
color: #000000;
}

font.timessmall{
font-family: 'Times New Roman', 'Times', serif;
font-size: 8pt;
font-weight: bold;
font-style: italic;
color: #000000;
}

font.copyul{
font-family: 'Times New Roman', 'Times', serif;
font-size: 12pt;
font-weight: bold;
font-style: italic;
text-decoration:underline;
color: #000000;
}

font.copy{
font-family: arial,verdana,sans-serif;
font-size: 10pt;
line-height:150%;
color: #000000;
}

font.rezx{
font-family: 'Chaz Extended', arial, sans-serif;
font-size: 60pt;
font-weight: 900;
font-style: italic;
color: #800000;
}

font.rezxsmall{
font-family: 'Chaz Extended', arial, sans-serif;
font-size: 10pt;
font-weight: 900;
font-style: italic;
color: #800000;
}

font.warningul{
font-family: 'Times New Roman', 'Times', serif;
font-size: 12pt;
font-weight: bold;
font-style: italic;
text-decoration:underline;
color: #ff0000;
}

font.warning{
font-family: arial,verdana,sans-serif;
font-size: 10pt;
line-height:150%;
color: #ff0000;
}

sup.large{
font-size: 8pt;
font-weight: bold;
color: #800000;
}

sup.small{
font-size: 4pt;
font-weight: bold;
color: #800000;
}

hr{
margin:0px;
margin-top:15px;
margin-bottom:15px;
border:0px;
height:1px;
width:100%;
color:#000000;
background-color:#000000;
}

ul,li.times{
font-family: 'Times New Roman', 'Times', serif;
font-size: 14pt;
font-weight: bold;
font-style: italic;
line-height:140%;
color: #000000;
}

ul,li.change{
font-family: arial,verdana,sans-serif;
font-size: 10pt;
font-weight: normal;
font-style: normal;
line-height:150%;
color: #000000;
}

@media screen and (max-width: 700px) {
  table[width="650"], table[width="620"] {
    width: 100% !important;
  }
  td[width="650"] {
    width: 100% !important;
  }
  td[width="100"] {
    width: 40px !important;
  }
  h1 {
    font-size: 36pt;
  }
  body {
    margin: 0;
    padding: 10px;
  }
  table[width="90%"] td {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
  table[width="90%"] td + td {
    margin-bottom: 8px;
  }
  /* Footer stacks vertically */
  table[width="650"] td[width="12%"],
  table[width="650"] td[width="43%"],
  table[width="650"] td[width="15%"] {
    display: block;
    width: 100% !important;
    padding: 2px 0;
  }
}