﻿body {
	margin-left: 20px;
}
body, p, th, td { 
	font-family: Arial, sans-serif; 
	font-size: 10pt;
}
p.Question {
	font-weight: bold;
}
p.Answer {
}
p.SubItem {
	padding-left: 3em;
}
p.Disclaimer {
	font-weight: bold
}
#Footer {
	margin-top: 20px;
	border-top: solid 1px black;
	text-align: center;
}
#tblComparison {
	border-collapse: collapse;
	margin-left: 3em;
}
#tblComparison th {
	text-align: left;
	font-size: 8pt;
}
#tblComparison th, #tblComparison td {
	padding: 1px 3px;
}
#tblComparison td {
	border: solid 1px #000;
}
#tblComparison td.TestType {
	text-align: center;
}
#tblComparison td.Cost {
	text-align: right;
}
