<style type="text/css">
<!--
hr {
 color: #000000;
 margin-top: 1pt;
 margin-bottom: 1pt;
 height: 1pt;
 }
li {
 font-family: Tahoma;
 color: #000000;
 font-size: 12pt;
 margin-left:15pt;
 }
h1 {
 font-family: Tahoma;
 color: #D8065D;
 margin-top:15pt;
 margin-left:15pt;
 font-weight: normal;
 font-size: 22pt;
 }
 #blk {
 color: #000000;
 }
 #agb {
 font-size: 14pt;
 font-weight: bold;
 }
h2 {
 font-family: Tahoma;
 color: #D8065D;
 margin-top:15pt;
 margin-left:15pt;
 font-weight: normal;
 font-size: 18pt;
 }
 #blk {
 color: #000000;
 }
 #agb {
 font-size: 14pt;
 font-weight: bold;
 }

 p {
 font-family: Tahoma;
 color: #000000;
 margin-left:15pt;
 font-size: 12pt;
 }
p.colored {
 font-family: Tahoma;
 font-weight:bold;
 color: #D8065D;
 font-size: 12pt;
 }
td {
 font-family: Tahoma;
 font-weight:normal;
 color: #000000;
 font-size: 12pt;
 }
a {
 font-family: Tahoma;
 font-weight:normal;
 color: #000000;
 font-size: 12pt;
 }
 #inside {
 font-size: 12pt;
 font-weight: bold;
 }

a:visited {
 font-family: Tahoma;
 text-decoration:none;
 color: #D8065D;
 font-size: 12pt;
 }
 #inside {
 font-size: 12pt;
 font-weight:bold;
 }

a:hover {
 font-family: Tahoma;
 text-decoration:none;
 color: #FF5BB2;
 font-size: 12pt;
 }
 #inside {
 font-size: 12pt;
 font-weight: bold;
 }

a:link {
 font-family: Tahoma;
 text-decoration:none;
 color: #000000;
 font-size: 12pt;
 }
 #inside {
 font-size: 12pt;
 font-weight:bold;
 }

/* ------------------------------------------------ */
/* NTR 2021-08-27 - Callout Message Box - adaptions */
/* ------------------------------------------------ */

.callout {
  position: fixed;
  top: 250px;
  right: 360px;
  width: 290px;
}

.callout-header {
  font-family: Tahoma;
  text-decoration:none;
  padding: 25px 15px;
  background: #D8065D;
  font-size: 30px;
  color: white;
}

.callout-container {
  font-family: Tahoma;
  text-decoration:none;  padding: 10px;
  background-color: #ccc;
  color: black
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
-->
</style>