BODY {
	background-color: White;
	color: Black;
}

P#PDFLink {
	display: none;
}

H1 {
	font-family: "Arial Black", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
}

H2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
}

H3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

P {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
}

TABLE.items {
	border-bottom: 1px dotted Black;
	border-left: 1px dotted Black;
}

TD.item, TD.checkbox, TD.score {
	border-top: 1px dotted Black;
	border-right: 1px dotted Black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

TD.score {
	font-size: 8pt;
	font-weight: bold;
}

P.credits {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	border-top: 1px solid Black;
	padding-top: 5pt;
}

#calc {
	display: none;
}

#grandTotal {
	font-family: "courier new", courier, monospace;
	font-size: 10pt;
	border: 2px solid Black;
	text-align: left;
}