<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.htableorig7



{
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: .95em;
  color: #000;
  background: #FBEFD8 url("") top left repeat-x;
}

.htableorig7


 td
{
text-align:left;
}


.htableorig7


 th, .htableorig7


 td       /* Targets all cells in the table */
{
  border: 1px solid #333;
  padding: 0.3em;
  vertical-align: top;
  text-align: left;
  color: #453021;
  font-size: .95em;
}

.htableorig7


 th[scope=col]        /* Targets all header cells in the top row */ 
{
  color: #fff;
  background-color: #3D0905;
  text-transform: uppercase;
  font-size: .95em;
  vertical-align: middle;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}

 

.htableorig7


 th a:hover, .htableorig7


 td a:hover      /* Targets all cells in the table */
{
  color: #3D0905;
}

.htableorig7


 th+th[scope=col]    /* Targets all header cells in the top row except the first cell */ 
{
  color: #fff;
  background-color: #78552D;
  border-right: 1px solid #333;
  vertical-align: middle;
}

.htableorig7


 th.bg      /* Targets header row - needed for IE6 */
{ 
	height: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #78552D;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #333;
  	padding: 0.2em;
}


.htableorig7


 th[scope=row]   /* Targets all header cells in the left column (some might want to bold them, etc.) */
{
  background-color: #DFE0E1;
  border-right: 1px solid #333;
  text-align: left;
  font-size: .95em;
}


.center         /* centering class */ 
{
  text-align:center;
}

.htableorig7


 tr.alt th, .htableorig7


.htableorig7

 tr.alt th, .htableorig7

 tr.alt td  /* Targets every other row for color change */ 
{
  background-color: #EDDECD;
  color: #453021;
  font-size: .95em;
}
.htableorig7


 tr:hover th[scope=row], .htableorig7


 tr:hover td  /* Creates a hover bar */ 
{
  background-color: #fff;
  color: #000;
}

.htableorig7
 tbody td {text-align: left;}   /* Targets the 3rd cell (or column) and all subsequent "siblings" to the right and aligns as indicated. */
.htableorig7
 tbody td + td {text-align: left;}   /* Targets the 3rd cell (or column) and all subsequent "siblings" to the right and aligns as indicated. */</pre></body></html>