@charset "utf-8";
/* CSS kpxstyle 22.5.1v */

* {
  box-sizing: border-box;
}

/* 14px @ 320px increasing to 24px @ 768px */
:root {
  font-size: min(max(14px, calc(0.875rem + ((1vw - 3.2px) * 2.2321))), 24px);
  /* Safari resize fix */
  min-height: 0vw;
  max-width: 1024px;
  margin: auto;
}

body {
	overflow-wrap: break-word;
	font-family:Arial, Helvetica, sans-serif;
	color: #eee8aa ;
}

.mainpane {
    background-color: #43637C ;
  	float: left;
  	width: 100%;
}

.vidcontainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.centerit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align:center;
}

table.d {
  table-layout: fixed;
  width: 100%;
}

td {
  vertical-align: top;
  text-align: left;
}

table.e {
  table-layout: auto;
  width: 100%;
}

ul {
  list-style-position: inside;
  margin-left: 2%;
  padding: 0%;
}

@media print {
body {
	font-size: 12pt ;
}


@media print {
  img, li, tr {
    break-inside: avoid;
  }
}

@media print {
    div.navhead {display: none;}
}

@media print {
    div.eof {display: none;}
}

}

