body { background-color: #E5FFFF;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   font-size: 8pt;
   text-align: center;
   max-width: 1000px;
   margin: 1em auto;
}
p { font-size: 12pt;
   text-align: center;
   margin-top: 3px;
}
.pnav { font-size: 12pt;
   text-align: center;
}
.pfoot {  font-size: 10pt;
  text-align: center;
}
.pcredit {
    font-size: 10pt;
    text-align: left;
    margin-left: 2px;
}
h1 { color: #987306;
   font-family: tahoma, arial, Helvetica, sans-serif;
   font-size: 15pt;
   font-style: normal;
   font-weight: bold;
   line-height: normal;
   text-align: center;
   margin-top: 0;
   margin-bottom: 0;
}
table { margin-left: auto;
   margin-right: auto;
   background-color: #F5F5DB;
   border-collapse: collapse;
   border: none;
   empty-cells: hide;
}
td { color: #000000;
   font-size: 12pt;
   text-align: center;
   vertical-align: baseline;
   border: none;
}
div { font-size: 8pt;
   text-align: center;
   vertical-align: baseline;
}
ul {
  list-style-type: none;
}
img, embed, object, video {
  max-width: 100%;
  border: none;
}
a:link { color:blue;
    text-decoration: none;
    font-size: 11pt;
    }
a:visited { color: #990000;}
a:hover { text-decoration: none; color: black; background: #CCFF66}
P.breakhere {page-break-before: always}