body
{
	margin: 10px 0 0 10px;
	font-family: Tahoma, Verdana, Arial, Serif;
	font-size: 0.70em;
	color: #333;
	line-height: 1.8em;
}
#invoiceHolder {
	width: 700px;
	margin: 25px;
}
#invoiceHolder p {
	margin: 0;
	font-weight: normal;
}
#invoiceHolder .leftBoldHeader {
	width: 580px;
	height: auto;
	float: left;
	font-weight: bold;
	min-height:100px;
}
#invoiceHolder .rightBoldHeader {
	width: 100px;
	height: 75px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#invoiceHolder .leftBold {
	width: 465px;
	float: left;
	font-weight: bold;
}
#invoiceHolder .right {
	width: 235px;
	float: left;
}
#invoiceHolder .rightHeader {
	width: 120px;
	float: left;
}
#invoiceHolder .rightBoxDashed {
	width: 100px;
	float: left;
	text-align: right;
	border: 1px dotted #000;
	margin: 0 0 1px 0;
}
#invoiceHolder .rightBoxTotal {
	width: 100px;
	float: left;
	text-align: right;
	border: 1px solid #000;
	margin: 0 0 1px 0;
	font-weight: bold;
}
#invoiceHolder .middle {
	text-align: center;
	margin: 0 0 15px 0;
}
#invoiceHolder .middleBold {
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px 0;
}
#invoiceHolder .leftSmall {
	width: 100px;
	float: left;
	font-weight: bold;
}
#invoiceHolder .middleLarge {
	width: 550px;
	float: left;
}
.spacer {
	height: 20px;
	clear: left;
}
.clear {
	clear: left;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}