function Cozimento()
{
	this.id="";
	this.name="";
}

function Dificuldade()
{
	this.id="";
	this.name="";
}

function Estado()
{
	this.id="";
	this.name="";
}

function Mistura()
{
	this.id="";
	this.name="";
	this.link="";
	this.icon="";
	this.dummy="";
	this.width="58";
	this.height="78";
}


