var Flds = {};
Flds.Background = '';
Flds.Items = [
	{ text:'Firstname Lastname', left:'4', top:'5', fontsize:'16', fontFamily:'Arial',fontWeight: 'bold', color: '#ffa0a0' },
	{ text:'Occupation', left:'4', top:'25', fontsize:'12', fontFamily:'Tahoma' },
	{ text:'Phone: 916.555.1212', left:'4', top:'100'  },
	{ text:'Fax: 530.555.1212', left:'4', top:'120'  },
	{ text:'The Company Name', left:'4', top:'140'  },
	{ text:'0000 Main Street, City, State, Zip', left:'4', top:'160' }
];