.results h3 {
	font-weight: bold;
	}

.results p {
	width: 220px;
	text-align: right;
	}

	
.datafield {
	float: right;
	margin-right: 46px;
	margin-top: -30px;
	font-weight: bold;
	color: limegreen;
	}
	

.notes {
	color: #663366;
	margin: 0 auto 0 auto;
	border-top: 2px solid #004400;
	border-left: 2px solid #004400;
	border-right: 2px solid #007700;
	border-bottom: 2px solid #007700;
	}

.notes p {
	padding: 2px 6px 2px 10px;
	font-size: 0.8em;
	}	


.tableList {
	text-align: right;
	}

.tableList td {
	padding: 1px 4px 1px 0;
	border-right: 1pt solid #e1e1e1;
	border-bottom: 1pt solid #e1e1e1;
	}


