<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*----------- Tables ------------*/

table {
  border-collapse:separate;
  border-spacing: 0;
  min-width: 350px;
  border-radius: 10px;
  background-color: #f8f9f9;
  color: #443d3d;
  font-size: .9em;
}


table tr th,
table tr td {
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 10px;  
}

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid lightgray;
}

table tr th {
    background-color: #393737;
    color: white;
    font-size: 1em;
	font-weight:500;
}


table th {
  border-top: 1px solid lightgray;
}


table tr:nth-child(odd) {
    background-color: #ecd8d8;
}

table tr:nth-child(odd) a,
table tr:nth-child(even) a{
    color: #0066ff;
}

table tr:nth-child(odd) a:hover,
table tr:nth-child(even) a:hover{
	color:#da0a0a; 
	border-left: 
}


table tr th colspan{
	color:#00FF00;
}


.headrow{
	color:#FFFFFF;
	background-color:#666666;
	font-weight: bold;
}


table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}


.tabbold span {
    font-size: 10pt;
	color:#2491ca;
	font-weight:500;
}

/*----------- end Tables ------------*/




 
   .clearer {
     clear:both;
     height:0;
   }
   




.boldwhite {
	font-weight:bold;
	color:#FFFFFF;
}
</pre></body></html>