body { 
 background-color: white;
 color: black;
}
P {
font-family: Times New Roman, serif; 
margin-left: 2%; 
margin-right: 2%; 
margin-top: 2pt; 
margin-bottom: 2pt;
text-indent: 1cm; 
text-align: justify;
}

P2 {
font-family: Times New Roman, serif; 
margin-left: 10%; 
margin-right: 10%;
text-align: center;
}

P.right {
font-family: Times New Roman, serif; 
margin-left: 2%; 
margin-right: 2%; 
margin-top: 2pt; 
margin-bottom: 2pt;
text-indent: 1cm; 
text-align: right;
}
P.center {
font-family: Times New Roman, serif; 
margin-left: 2%; 
margin-right: 2%; 
margin-top: 2pt; 
margin-bottom: 2pt;
text-indent: 1cm; 
text-align: center;
}

h1 { 
font-family: Verdana, Arial Cyr, Arial;
font-size: 14pt;
color: blue;
margin-left: 10%; 
margin-right: 10%;
margin-top: 0.4cm; 
font-weight: bold; 
text-align: center; 
}

H2 {
font-family: Verdana, Arial Cyr, Arial;
font-weight: bold;
font-size: 12pt; 
color: blue;
margin-left: 10%; 
margin-right: 10%; 
margin-top: 0.5cm; 
text-align: center;
}

H3 {
font-family: Times New Roman, serif; 
font-weight: bold;
font-size: 13pt; 
text-align: center;
}

H4 {
font-family: Times New Roman, serif; 
font-weight: bold;
font-size: 13pt; 
color: blue;
text-align: center;
}

LI {
color: #000000; 
margin-top: 2pt; 
margin-left: 5%; 
margin-right: 5%;
text-align: justify;
}
Ul {
margin-top: 2pt; 
margin-bottom: 4pt;
}
Ol {
margin-top: 2pt; 
margin-bottom: 4pt;
}

DD {
color: #000000; 
margin-left: 15%; 
margin-right: 10%;
text-align: justify;
}
DT {
color: #191970;
font-weight: bold;
margin-left: 10%; 
margin-right: 10%;
text-align: justify;
margin-top: 8pt; 
margin-bottom: 4pt;
}
DT2 {
color: #191970;
font-weight: bold;
margin-left: 0%; 
margin-right: 10%;
text-align: left;
margin-top: 8pt; 
margin-bottom: 4pt;
}


/* ##### Header ##### */

#header {
  color: white;
  background-color: Mediumblue;
}

.headerTitle {
  margin: 0;
  font-size: 159%;
  text-align: center;
  font-weight: bold;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: Mediumblue;
  font-size: 89%;
  text-align: right;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
  color: white;
  background-color: Mediumblue;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
}

.doNotDisplay {
  display: none !important;
}

.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

.footer{
clear:both;
padding:5px 0;
margin:0;
font-size:0.9em;
text-align: right;
color:white;
background:Mediumblue;
}

