BODY {
	background-color: #999999;
}

DIV#main {
	width: 80%;
	background-color: #EEEEEE;
	color: #333333;
	margin: 20px 10% 50px 10%;
	padding: 20px;
	border-right: 5px solid Black;
	border-bottom: 5px solid Black;
	border-left: 2px solid Black;
	border-top: 2px solid Black;
	clear: both;
}

P#PDFLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

H1 {
	font-family: "Arial Black", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 43px;
	background-color: Red;
	color: White;
	padding: 12px;
	margin: 0px 0px 40px 0px;
	text-align: center;
	letter-spacing: -2px;
	font-style: italic;
}

H2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 23px;
	color: Red;
	margin: 50px 0px 40px 0px;
}

H3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-style: italic;
	color: Black;
	margin: 40px 0px 30px 0px;
}

P {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	line-height: 130%;
}

TABLE.items {
	border-bottom: 1px dotted #333333;
	border-left: 1px dotted #333333;
	margin: 20px;
}

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

TD.score {
	font-size: 12px;
	color: #CC0000;
}

P.credits {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
	border-top: 1px solid #666666;
	padding-top: 10px;
}

#calc {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: Red;
	color: White;
	font-size: 14px;
	border: 1px solid Black;
}

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