.InvoiceLabel {
	FONT-SIZE: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.InvoiceProductsBox {
	border: solid 1px #333;
}

.InvoiceSectionTitle {
	FONT-SIZE: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: solid 2px #000;
	margin-bottom: 2px;
}
.InvoiceSectionSubTitle {
	FONT-SIZE: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}
