table
{
	width:				650px;
}

table.product
{
	border:				1pt solid black;
}

td.product-label,
td.product-data
{
	border-bottom:		1pt solid black;
	padding:			4pt;
	font-family:		arial,sans serif;
	font-size:			10pt;
}

td.product-label
{
	text-align:			right;
	white-space:		nowrap;
	font-weight:		bold;
}

th
{
	background-color:	black;
	color:				white;
	padding:			4pt;
	text-align:			left;
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			14pt;
}

img.printlogo
{
	height:				120px;
}