body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 65%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}
td .p {
    text-align: center;
}
#wrapper {
  padding: 10px;
}
#header {
  background-color: white;
}
#extras {
  border: 2px solid white;
  padding: 0.2em;
}
#content .inner {
  margin: 30px;
}
#content h1 {
  font:large Arial, Helvetica, Verdana, sans-serif;
  font-size: 80%;
  color: #ccc;;
}
#content h2 {
  font-size: 90%;
  font-weight: normal;
}
#content h3 {
 border: 1px dotted;
}
#content p {
  line-height: .8em;
  font:large Arial, Helvetica, Verdana, sans-serif;
}#dateline {
  font-size: 90%;
  font-weight: normal;
  font:large Arial, Helvetica, Verdana, sans-serif;
}#heading {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.intro {
  font-weight: bold;
}
.intro {
  font-weight: bold;
}
span.topic {
  font-style: em;
  background-color: #eaf2e0;
  border: 1px solid #aaaaaa;
}
table.simfac {
  clear: right;
  width: 480px;
  line-height: .8em;
  border-collapse: collapse;
  border: 2px solid #aaa;
}
table.simfac thead tr {
    text-align: center;
  color: #fee;
  background: #668fA9;
}
table.simfac thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  font-size: 90%;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  border: 2px solid #226;
}
table.simfac tbody tr {
  border: 1px solid #666;
}

table.simfac tbody th {
  padding: 0.6em;
  border: 1px solid #666;
}
table.simfac tbody td {
  vertical-align: top;
  color: #000;
  padding-left: 0.6em;
  border-bottom: 1px solid #666;
  font-size: 80%;
}
a:hover {background: #bbbbdd;color: #660000}
a:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FF00CC; text-decoration: none}
a:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none}
a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #220000; text-decoration: none}

	
#codelist {
	border: 1px solid #aaaaaa;
        width: 320px;
}


#codelist td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

#codelist tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
