a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 60% ;   
}

sub {
  bottom: -0.5em;
}

sup {
  top: -0.60em;
}

svg {
  overflow: hidden;
}

body {
  font: 12pt/normal "Times New Roman",Times,serif ;

}

pre,
code {
  font-family: "DejaVu Sans Mono", Monaco, Consolas, monospace;
}

hr {
   border: 2px #002266 solid;
  /*
  border: 0 #0044cc solid;
  border-top-width: 1px;
  clear: both;
  height: 3px;
  */
}

h1 {
  font-size: 27pt;
}

h2 {
  font-size: 24pt;
}

h3 {
  font-size: 21pt;
}

h4 {
  font-size: 18pt;
}

h5 {
  font-size: 15pt;
}

h6 {
  font-size: 13pt;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial,helvetica,sans-serif ;
  }
   
body {
  background: white;
  color: #333333;
  text-align: center;
}

a {
  color: blue;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  padding-top: 20px;
}

.image-alt-text {
   font-size: 40px ;
   }
    
.copyright-text {
   margin-top: 20px ;
   font-size: 8pt ;
   }
   
.text-justify {
   text-align: justify ;
   }
   
.body-block {
  background: #eeeeee;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0.5em 0.5em;
  text-align: left;
}

.heading-block {
  background: #eef4ff;
  font-size: 27pt;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0.1em 0.5em;
  text-align: center;
}

.grid-container {
  padding-bottom: 5px;
}

.grid-container > hr {
  margin-left: 10px;
  margin-right: 10px;
}

.dynamic-px-width {
  display: block;
}

@media screen and (max-width: 320px) {
   .video16-9 {
      width: 224px ;
      height: 126px ;
      }
   .imgHeader {
      width: 224px ;
      }
   }
@media screen and (max-width: 512px) and (min-width: 320px) {
   .video16-9 {
      width: 320px ;
      height: 180px ;
      }
   .imgHeader {
      width: 320px ;
      }
   }
@media screen and (max-width: 767px) and (min-width: 512px) {
   .video16-9 {
      width: 512px ;
      height: 288px ;
      }
   .imgHeader {
      width: 400px ;
      }
   }
@media screen and (min-width: 767px) {
   .video16-9 {
      width: 768px ;
      height: 432px ;
      }
   .imgHeader {
      width: 500px ;
      }
   }
