<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
.content {
  width: 700px;
  position: relative;
}
.logo, .logo2 {
	position: absolute;
	right: 40px;
	top: 5px;
  height: 60px;
  width: 160px;  
}
ul{
	margin-left: 25px;
}
p{
	margin-bottom: 20px;
}
a{
	outline: none;
	color: #1a171c;
}
h1{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 7px;
}
h2{
  color: black;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-top: 20px;               
}
h3{
  border-top: 3px solid black;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 10px;
}
a img{
	border: none;
}
.clear {	
	clear: both;
	height: 0px;
	overflow: hidden;
}
table td { 
  padding-top: 2px;
  padding-bottom: 2px;
}
.left {
  padding-left: 5px;
  font-weight: bold;
}
.page {
  height: 5px;
  font-size: 1px;
  page-break-after: always;
}

.inputText, .inputTextS {
  width: 210px;
  height: 26px;
  border: 1px solid black;
}
.inputTextS {
  width: 180px;
}
.inputTextarea {
  width: 600px;
  height: 300px;
  border: 1px solid black;
}
.textRed, .textRedNon, .textTitle, .textTitleNon {
  color: black;
  font-size: 13px;
  text-decoration: underline;
  font-weight: bold;
  padding-left: 5px;
}
.textTitle, .textTitleNon {
  color: black;
}
.textTitleNon, .textRedNon {
  text-decoration: none;
}
.formTableA {
  width: 680px;
  padding-left: 5px;
}
.formTable img {
    position: relative;
    top: 3px;
}
.bTable {
  margin-left: 5px;
  border: 1px solid rgb(152,152,152);
} 
.bTable td {
  border: 1px solid rgb(152,152,152);
  color: black;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
}

.printTable, .relayTable {
  border: 1px solid rgb(152,152,152);
}
.relayTable {
  border: 0px;
}
.printTable .header, .printTable .nekl {
  background-color: black;
  color: white;
  font-weight: bold;
}
.printTable .header td {
  color: white !important;
}
.printTable .nekl {
  background-color: #606060;
}
.printTable .bottom {
  background-color: #c0c0c0;
  font-weight: bold;
}
.printTable .endpage {
  background-color: #c0c0c0;
  font-weight: bold;
  text-align: right;
}
.printTable td, .relayTable td {
  padding: 2px;
  border-bottom: 1px solid rgb(152,152,152);
  color: black;
  Xborder-right: 1px solid gray;
}
.relayTable td {
  font-size: 10px;
  color: #575757;
}
.lastr {
  border: 0px !important;
}

.round {
  --background-color: #FCFCFC;
  color: #575757;  
}
.passing, .passingNote {
  padding-left: 5px; 
  padding-right: 5px; 
  --border-right: 1px solid #e9e9e9; 
  --border-bottom: 1px solid #e9e9e9; 
  width: 50px; 
  float: left; 
  text-align: right;
  font-size: 10px;
  color: #575757;
}
.passingNote {
  padding-bottom: 2px;
  padding-left: 5px;
  padding-top: 2px;
  width: 240px;
  float:right;
  background-color: #FCFCFC;
  font-size: 10px;  
  border-right: 1px solid #e9e9e9; 
  border-bottom: 1px solid #e9e9e9; 
}
.resultNote, .resultRelayNote {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.resultNote {
  width: 240px;
}    
.relayNote {
  padding-bottom: 2px;
  padding-left: 5px;
  padding-top: 2px;
  background-color: #FCFCFC;
  font-size: 10px;  
}

.tdPassingHeader {
  margin-left: 10px;
  margin-right: 10px;
}

.relayRow {
  float: left;
  --border-right: 1px solid #e9e9e9; 
  --border-bottom: 1px solid #e9e9e9; 
  font-size: 10px;
  color: #575757;
}

.relayRow div, .relayNote div {
  float: left;
  padding-left: 5px; 
  padding-right: 5px; 
  border-bottom: 1px solid #e9e9e9; 
}
.relayNote div {
  border-right: 1px solid #e9e9e9;
}
.relayHeaderTable td {
  font-size: 10px;                
}

.printTable .lineL, .printTable .lineS, .relayTable .lineL, .relayTable .lineS {
  --background-color: #eaeaea;
  height: 16px;
}
.printTable .lineS {
  --background-color: white;
}
.relayTable .lineL {
  --background-color: #fafaff;
}
.relayTable .lineS {
  --background-color: #f1f3ff;
}

</pre></body></html>