body, p, td, a { font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: normal;
   line-height: normal;
}
body { background-color: #E5FFFF;
   color: #000000;
   font-size: 8pt;
   text-align: center;
}
p { font-size: 12pt;
   text-align: center;
   margin-top: 3px;
   margin-left:5%;
   margin-right:5%;
}
.pnav { font-size: 12pt;
   text-align: center;
}

.pfoot {  font-size: 10pt;
  text-align: center;
}

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: #E5FFFF;
   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;
}
img, embed, object, video {
  max-width: 100%;
  border: none;
}
a { color: blue;
   font-size: 11pt;
   text-decoration: none;
 }
a:link { color:blue;}
a:visited { color: #990000;}
a:hover { text-decoration: none; color: black; background: #CCFF66}