/*Created with Adobe RoboHelp 2019.*/
body {
  font-family: Calibri;
  background-color: #ffffff;
}

h1 {
  font-weight: bold;
  font-size: 24.0pt;
  color: #0074D9;
}

h2 {
  font-weight: bold;
  font-size: 18.0pt;
}

h3 {
  font-weight: bold;
  font-size: 14.0pt;
}

h4 {
  font-weight: bold;
  font-size: 12.0pt;
}

h5 {
  font-weight: bold;
  font-size: 10.0pt;
}

h6 {
  font-weight: bold;
  font-size: 8.0pt;
}

p {
  font-size: 12pt;
  margin-top: 4.0pt;
  margin-bottom: 4.0pt;
  font-family: Calibri;
  color: #111111;
}

a.expandspot {
  color: #008000;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
}

span.expandtext {
  font-style: italic;
  font-weight: normal;
  color: #ff0000;
}

a.dropspot {
  cursor: hand;
  color: #008000;
  font-style: italic;
  text-decoration: none;
}

a.glossterm {
  color: #800000;
  cursor: hand;
  font-style: italic;
  text-decoration: none;
}

span.glosstext {
  font-style: italic;
  font-weight: normal;
  color: #0000ff;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

a.minitoc-caption {
  text-decoration: none;
  color: initial;
  font-weight: bold;
  font-size: 12pt;
}

p.minitoc-caption {
  font-weight: bold;
  font-size: 12pt;
}

ol.minitoc-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

ol.minitoc-list ol {
  list-style: none;
}

a.minitoc-list-item {}

p.seealso-caption {
  font-weight: bold;
  font-size: 12pt;
}

ol.seealso-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

a.seealso-list-item {}

p.reltopics-caption {
  font-weight: bold;
  font-size: 12pt;
}

ol.reltopics-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

a.reltopics-list-item {}

ol.Decimal {
  list-style-type: decimal;
}

ol.AlphaNumeric {
  list-style: decimal;
}

ol.AlphaNumeric>li>ol {
  list-style: lower-alpha;
}

ol.AlphaNumeric>li>ol>li>ol {
  list-style: lower-roman;
}

ol.AlphaNumeric>li>ol>li>ol>li>ol {
  list-style: none;
  counter-reset: item4;
}

ol.AlphaNumeric>li>ol>li>ol>li>ol>li:before {
  counter-increment: item4;
  content: "("counter(item4, decimal)")";
  padding-right: 0.5rem;
}

ol.AlphaNumeric>li>ol>li>ol>li>ol>li>ol {
  list-style: none;
  counter-reset: item5;
}

ol.AlphaNumeric>li>ol>li>ol>li>ol>li>ol>li:before {
  counter-increment: item5;
  content: "("counter(item5, lower-alpha)")";
  padding-right: 0.5rem;
}

ol.AlphaNumeric>li>ol>li>ol>li>ol>li>ol>li>ol {
  list-style: none;
  counter-reset: item6;
}

ol.AlphaNumeric>li>ol>li>ol>li>ol>li>ol>li>ol>li:before {
  counter-increment: item6;
  content: "("counter(item6, lower-roman)")";
  padding-right: 0.5rem;
}

ul.Disc {
  list-style-type: disc;
}