*{margin:0; padding:0}


table {margin-bottom:10pt; margin-left:auto; margin-right:auto; background-color:white;border-collapse:collapse;}

table.subtbl {margin-left:20pt; margin-bottom:10pt; margin-top:2.5pt; text-align:left; border-collapse:collapse; background-color:white;}


td {vertical-align:top; padding:0pt 0pt 0pt 0pt; background-color:white;}

td.ctr {vertical-align:top; padding:0pt 0pt 0pt 0pt; background-color:white;}

td.bnr {padding:0pt 0pt 0pt 0pt; background-color:rgb(33,89,104);}


a {font-family:arial,verdana; font-size:16px;Display:block; margin-top:2pt}

a:link {text-decoration:none;color:#0000FF}    /* unvisited link */

a:visited {text-decoration:none;color:#0000FF} /* visited link */

a:hover {text-decoration:underline;color:#0000FF}   /* mouse over link */

a:active {text-decoration:none;color:#0000FF}  /* selected link */

a.nline {display:inline; font-family:arial,verdana; font-size:15px; margin-top:0;}


body {background-color:#C0C0C0; padding:0; margin:0;}

p {font-family:arial,verdana; font-size:15px; margin-top:2pt; margin-left:12pt; margin-right:12pt; margin-bottom:12pt;}

p.cont {font-family:arial,verdana; font-size:15px; margin-top:2pt; margin-bottom:12pt; margin-left:12pt; margin-right:12pt;}

p.hprlnk {font-family:arial, verdana; font-size:15px; margin-right:0; margin-left:0; display:inline;margin-top:22pt}

p.indent {font-family:arial, verdana; font-size:13px; font-style: italic; margin-right:50pt; margin-left:50pt}

h1{font-family:Tahoma; font-size:18px; margin-left:12pt; margin-top:2pt; margin-bottom:4pt;display:inline;}  

h2{font-family:"Tahoma"; font-size:24px; text-align:center; margin-top:12pt;margin-bottom:12pt;}

h3{font-family:"Tahoma"; font-size:.65em; font-weight: normal; text-align:center; margin-top:2pt; margin-bottom:4pt;}  


img {margin-top:0pt; padding:0;border:0;}

img.bnr {margin-top:15pt;margin-bottom:15pt; padding:0}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 540px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family:Tahoma;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family:Tahoma;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




