A			{ color: #A2AE9A; text-decoration: none; }
A:link		{ color: #A2AE9A; text-decoration: none; }
A:visited	{ color: #A2AE9A; text-decoration: none; }
A:active	{ color: #A2AE9A; text-decoration: none; }
A:hover		{ color: #C0C0C0; text-decoration: none; }

body {
	background-color:#A2AE9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
}

#container {
	position: relative;
	margin: 0px auto;
	text-align: justify;
	border: 0px;
	padding: 0px 5px 5px 0px;
	width:80%;
}


#main {
	position: absolute;
	width: 620px;
}

h2 { font-size:16px; 
	margin:0px;
	margin-bottom:10px;}

p { font-size:14px;
	margin:0px;
	margin-bottom:3px;
	padding-left:20px;}

h3 {
	font-size:9pt;
	margin:0px;
	margin-bottom:3px;
	padding-left:20px;}

.section-title {
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#B765B5;
}

td {
	text-align:justify;
	font-size:14px;
}

td.right {
	text-align:right;
	padding-right:20px;
}



td.blah {
	background-color:#fff;
	}


img {border:0;}

/* Table search from https://www.w3schools.com/howto/howto_js_filter_table.asp */

#myInput {

  width: 50%; 
  font-size: 14px; /* Increase font-size */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}