#invoiceAddress
{
	position:			relative;
	visibility:			visible;
	z-index:			1;
	left:				0px;
	top:				0px;
	width:				650px;
	color:				#000000; 
	font-size:			12px; 
	font-family:		"Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight:		normal; 
	margin:				0px; 
	padding:			0px;
	text-align:			right;
}


#invoiceClient
{
	position:			relative;
	visibility:			visible;
	z-index:			1;
	left:				20px;
	width:				630px;
	top:				0px;
	color:				#000000; 
	font-size:			12px; 
	font-family:		"Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight:		normal; 
	margin:				0px; 
	padding:			0px;
	text-align:			left;
}


#invoiceFooter
{
	position:			relative;
	visibility:			visible;
	z-index:			1;
	left:				0px;
	top:				30px;
	height:				50px;
	width:				630px;
	color:				#000000; 
	font-size:			12px; 
	font-family:		"Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight:		normal;
	font-style:			italic;
	margin:				0px; 
	padding:			0px;
	text-align:			center;
}
