From: Frank Brehm Date: Sun, 13 Nov 2011 09:03:37 +0000 (+0100) Subject: Rezepte, Schreiben, Steffen, Steuer und Strato dazu X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=626ad3aa41b5fbac11564fc0295ab90a8756d5eb;p=docs%2Ffrank.git Rezepte, Schreiben, Steffen, Steuer und Strato dazu --- diff --git a/.gitignore b/.gitignore index c5b2a14..60b4e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.rej .*~ *~ +.~lock.* .#* .DS_Store CVS diff --git a/Rezepte/Carrot_Soup.kreml b/Rezepte/Carrot_Soup.kreml new file mode 100644 index 0000000..3c95a37 --- /dev/null +++ b/Rezepte/Carrot_Soup.kreml @@ -0,0 +1,62 @@ + + + + + + + + +Carrot Soup +Ian Reinhart Geiser + + + +Suppen + +2 +00:00 + + + +Gemüsebrühe +6 +ccm + + +Ingwer +0.25 +Zehe + + +Knoblauch +3 +Zehen + + +Zwiebel +1 + + + +Butter +6 +Eßlöffel + + +Möhre +2 +Pfund + + + +Chop the Onion, Garlic and Ginger as fine as possible, then satue in the butter. Don’t let the onion get to dark, just saute until soft. + +Peel and cut up the carrots into 1inch chunks so they are manageable. + +Then add in the vegitable stocj, and carrots. Simmer for about 45minutes. When the carrots are soft let the mixture cool. + +Place the carrot chunks and broth into a blender and puree it. When the entire mixture is smooth its ready to eat. You can also add 2T lemon juice and/or a dash of curry powder for taste, but its great without it too. + +The soup is great hot or cold and is vegan friendly. + + diff --git a/Rezepte/Kaas_Dille_Eten.kreml b/Rezepte/Kaas_Dille_Eten.kreml new file mode 100644 index 0000000..f806c2f --- /dev/null +++ b/Rezepte/Kaas_Dille_Eten.kreml @@ -0,0 +1,98 @@ + + + + + + + + + + +Kaas, Dille, Eten +Adriaan de Groot + + + +Gemüsegerichte +Pasta + +2 +00:00 + + + +Fusili-Nudeln +200 +Gramm + + +Zucchini +1 + + + +Pilze +150 +Gramm + + +Sahne +100 +ml + + +Rotwein +2 +Eßlöffel + + +Dillkraut +1 +Eßlöffel + + +Merrrettich +1 +Eßlöffel + + +Petersilie +1 +Prise + + +Thymian +1 +Prise + + +Schnittlauch +1 +Prise + + +Pfeffer +1 +nach Geschmack + + +Olivenöl +1 + + + +geriebener Käse +100 +Gramm + + +Tomaten +2 + + + + +Put on 1.5l of water, salted, on to boil. Slice the zucchini in thin slices (about 3mm thick). Chop the mushrooms. Heat olive oil in a heavy iron skillet, add zucchini and fry on high heat for 3 min or so, then add mushrooms and wine, reduce heat, and allow to fry/simmer/turn brown for another 5 minutes or so. By now the water for the pasta should be boiling. Add the pasta and let it cook for the 10 minutes or so it needs to become "al dente". Add the cream, dill, horseradish, herbs and pepper to the zucchini and mushroom mix, and allow to simmer while the pasta cooks. Drain the pasta, add it to the vegetables, mix well. +Serve topped with cheese and with sliced tomato around the edge of the plate. + + diff --git a/Rezepte/Krecipes-export.sql b/Rezepte/Krecipes-export.sql new file mode 100644 index 0000000..5a02e6f --- /dev/null +++ b/Rezepte/Krecipes-export.sql @@ -0,0 +1,21702 @@ +-- phpMyAdmin SQL Dump +-- version 2.6.2 +-- http://www.phpmyadmin.net +-- +-- Host: localhost +-- Erstellungszeit: 19. August 2005 um 09:51 +-- Server Version: 4.1.13 +-- PHP-Version: 5.1.0b3 +-- +-- Kochrezepte +-- +-- +-- Datenbank: `Krecipes` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `author_list` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 18. Mai 2005 um 10:52 +-- + +DROP TABLE IF EXISTS `author_list`; +CREATE TABLE IF NOT EXISTS `author_list` ( + `recipe_id` int(11) NOT NULL default '0', + `author_id` int(11) NOT NULL default '0' +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `author_list` +-- + +INSERT INTO `author_list` VALUES (1, 1); +INSERT INTO `author_list` VALUES (2, 2); +INSERT INTO `author_list` VALUES (3, 3); +INSERT INTO `author_list` VALUES (4, 4); +INSERT INTO `author_list` VALUES (5, 5); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `authors` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 28. April 2005 um 17:34 +-- + +DROP TABLE IF EXISTS `authors`; +CREATE TABLE IF NOT EXISTS `authors` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(50) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; + +-- +-- Daten für Tabelle `authors` +-- + +INSERT INTO `authors` VALUES (1, 'Unai Garro'); +INSERT INTO `authors` VALUES (2, 'Ravikiran Rajagopal'); +INSERT INTO `authors` VALUES (3, 'Adriaan de Groot'); +INSERT INTO `authors` VALUES (4, 'Ian Reinhart Geiser'); +INSERT INTO `authors` VALUES (5, 'chefkoch.de'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `categories` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 18. Mai 2005 um 11:09 +-- Letzter Check am: 22. April 2005 um 17:01 +-- + +DROP TABLE IF EXISTS `categories`; +CREATE TABLE IF NOT EXISTS `categories` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(40) default NULL, + `parent_id` int(11) NOT NULL default '-1', + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ; + +-- +-- Daten für Tabelle `categories` +-- + +INSERT INTO `categories` VALUES (15, 'Suppen', -1); +INSERT INTO `categories` VALUES (16, 'Vorspeisen', -1); +INSERT INTO `categories` VALUES (7, 'Desserts', -1); +INSERT INTO `categories` VALUES (8, 'Drinks', -1); +INSERT INTO `categories` VALUES (9, 'Pasta', -1); +INSERT INTO `categories` VALUES (11, 'Fischgerichte', -1); +INSERT INTO `categories` VALUES (12, 'Fleischgerichte', -1); +INSERT INTO `categories` VALUES (13, 'Lamm', 12); +INSERT INTO `categories` VALUES (14, 'Hauptgerichte', -1); +INSERT INTO `categories` VALUES (17, 'Süßspeisen', -1); +INSERT INTO `categories` VALUES (18, 'Gemüsegerichte', -1); +INSERT INTO `categories` VALUES (19, 'Pizza+Flammkuchen', 14); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `category_list` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 18. Mai 2005 um 10:52 +-- + +DROP TABLE IF EXISTS `category_list`; +CREATE TABLE IF NOT EXISTS `category_list` ( + `recipe_id` int(11) NOT NULL default '0', + `category_id` int(11) NOT NULL default '0', + KEY `rid_index` (`recipe_id`), + KEY `cid_index` (`category_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `category_list` +-- + +INSERT INTO `category_list` VALUES (1, -1); +INSERT INTO `category_list` VALUES (1, 7); +INSERT INTO `category_list` VALUES (1, 17); +INSERT INTO `category_list` VALUES (2, -1); +INSERT INTO `category_list` VALUES (2, 13); +INSERT INTO `category_list` VALUES (3, -1); +INSERT INTO `category_list` VALUES (3, 18); +INSERT INTO `category_list` VALUES (3, 9); +INSERT INTO `category_list` VALUES (4, -1); +INSERT INTO `category_list` VALUES (4, 15); +INSERT INTO `category_list` VALUES (5, -1); +INSERT INTO `category_list` VALUES (5, 19); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `db_info` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 21. April 2005 um 11:37 +-- + +DROP TABLE IF EXISTS `db_info`; +CREATE TABLE IF NOT EXISTS `db_info` ( + `ver` float NOT NULL default '0', + `generated_by` varchar(200) default NULL +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `db_info` +-- + +INSERT INTO `db_info` VALUES (0.7, 'Krecipes 0.7.1'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_groups` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 21. April 2005 um 11:37 +-- + +DROP TABLE IF EXISTS `ingredient_groups`; +CREATE TABLE IF NOT EXISTS `ingredient_groups` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(50) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; + +-- +-- Daten für Tabelle `ingredient_groups` +-- + + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_info` +-- +-- Erzeugt am: 18. Mai 2005 um 14:19 +-- Aktualisiert am: 18. Mai 2005 um 14:19 +-- Letzter Check am: 18. Mai 2005 um 14:19 +-- + +DROP TABLE IF EXISTS `ingredient_info`; +CREATE TABLE IF NOT EXISTS `ingredient_info` ( + `ingredient_id` int(11) NOT NULL default '0', + `property_id` int(11) NOT NULL default '0', + `amount` float default NULL, + `per_units` int(11) default NULL, + PRIMARY KEY (`ingredient_id`,`property_id`), + KEY `property_id` (`property_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `ingredient_info` +-- + +INSERT INTO `ingredient_info` VALUES (44, 1, 0.7476, 2); +INSERT INTO `ingredient_info` VALUES (44, 2, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (44, 3, 0.2309, 2); +INSERT INTO `ingredient_info` VALUES (44, 4, 0.0124, 2); +INSERT INTO `ingredient_info` VALUES (44, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (44, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (44, 10, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (44, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (44, 12, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (44, 13, 2.55, 2); +INSERT INTO `ingredient_info` VALUES (44, 14, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (44, 15, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (44, 16, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (44, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (44, 18, 0.178, 2); +INSERT INTO `ingredient_info` VALUES (44, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (44, 20, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (44, 21, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (44, 22, 0.11194, 2); +INSERT INTO `ingredient_info` VALUES (44, 23, 0.00819, 2); +INSERT INTO `ingredient_info` VALUES (44, 24, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (44, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (44, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (44, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (44, 29, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (44, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (44, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (44, 32, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (44, 33, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (44, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (44, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (44, 40, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (44, 41, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (44, 42, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (44, 43, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (45, 1, 0.7476, 2); +INSERT INTO `ingredient_info` VALUES (45, 2, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (45, 3, 0.2309, 2); +INSERT INTO `ingredient_info` VALUES (45, 4, 0.0124, 2); +INSERT INTO `ingredient_info` VALUES (45, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (45, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (45, 10, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (45, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (45, 12, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (45, 13, 2.55, 2); +INSERT INTO `ingredient_info` VALUES (45, 14, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (45, 15, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (45, 16, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (45, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (45, 18, 0.178, 2); +INSERT INTO `ingredient_info` VALUES (45, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (45, 20, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (45, 21, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (45, 22, 0.11194, 2); +INSERT INTO `ingredient_info` VALUES (45, 23, 0.00819, 2); +INSERT INTO `ingredient_info` VALUES (45, 24, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (45, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (45, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (45, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (45, 29, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (45, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (45, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (45, 32, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (45, 33, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (45, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (45, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (45, 40, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (45, 41, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (45, 42, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (45, 43, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (46, 1, 0.6827, 2); +INSERT INTO `ingredient_info` VALUES (46, 2, 1.51, 2); +INSERT INTO `ingredient_info` VALUES (46, 3, 0.2898, 2); +INSERT INTO `ingredient_info` VALUES (46, 4, 0.0303, 2); +INSERT INTO `ingredient_info` VALUES (46, 5, 0.0091, 2); +INSERT INTO `ingredient_info` VALUES (46, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 9, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (46, 10, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (46, 11, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (46, 12, 1.65, 2); +INSERT INTO `ingredient_info` VALUES (46, 13, 1.87, 2); +INSERT INTO `ingredient_info` VALUES (46, 14, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (46, 15, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (46, 16, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (46, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (46, 18, 0.223, 2); +INSERT INTO `ingredient_info` VALUES (46, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 20, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (46, 21, 0.00119, 2); +INSERT INTO `ingredient_info` VALUES (46, 22, 0.08469, 2); +INSERT INTO `ingredient_info` VALUES (46, 23, 0.00573, 2); +INSERT INTO `ingredient_info` VALUES (46, 24, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (46, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (46, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (46, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (46, 29, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (46, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (46, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (46, 32, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (46, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (46, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (46, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (46, 40, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (46, 41, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (46, 42, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (46, 43, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (47, 1, 0.7613, 2); +INSERT INTO `ingredient_info` VALUES (47, 2, 1.2, 2); +INSERT INTO `ingredient_info` VALUES (47, 3, 0.2013, 2); +INSERT INTO `ingredient_info` VALUES (47, 4, 0.0381, 2); +INSERT INTO `ingredient_info` VALUES (47, 5, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (47, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (47, 10, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (47, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (47, 12, 1.67, 2); +INSERT INTO `ingredient_info` VALUES (47, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (47, 14, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (47, 15, 0.0206, 2); +INSERT INTO `ingredient_info` VALUES (47, 16, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (47, 17, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (47, 18, 0.135, 2); +INSERT INTO `ingredient_info` VALUES (47, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 20, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (47, 21, 0.00193, 2); +INSERT INTO `ingredient_info` VALUES (47, 22, 0.06067, 2); +INSERT INTO `ingredient_info` VALUES (47, 23, 0.01178, 2); +INSERT INTO `ingredient_info` VALUES (47, 24, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (47, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (47, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (47, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (47, 29, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (47, 30, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (47, 31, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (47, 32, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (47, 33, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (47, 34, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (47, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (47, 40, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (47, 41, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (47, 42, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (47, 43, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (48, 1, 0.8998, 2); +INSERT INTO `ingredient_info` VALUES (48, 2, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (48, 3, 0.0051, 2); +INSERT INTO `ingredient_info` VALUES (48, 4, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (48, 5, 0.0739, 2); +INSERT INTO `ingredient_info` VALUES (48, 6, 0.0175, 2); +INSERT INTO `ingredient_info` VALUES (48, 7, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (48, 8, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (48, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (48, 10, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (48, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (48, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (48, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (48, 14, 26.43, 2); +INSERT INTO `ingredient_info` VALUES (48, 15, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (48, 16, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (48, 17, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (48, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (48, 19, 0.748, 2); +INSERT INTO `ingredient_info` VALUES (48, 20, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (48, 21, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (48, 22, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (48, 23, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (48, 24, 0.00157, 2); +INSERT INTO `ingredient_info` VALUES (48, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (48, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (48, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (48, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (48, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (48, 30, 1.62, 2); +INSERT INTO `ingredient_info` VALUES (48, 31, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (48, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (48, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (48, 34, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (48, 35, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (48, 36, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (48, 37, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (48, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (48, 39, 1.21, 2); +INSERT INTO `ingredient_info` VALUES (48, 40, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (48, 41, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (48, 42, 0.00196, 2); +INSERT INTO `ingredient_info` VALUES (48, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (49, 1, 0.8998, 2); +INSERT INTO `ingredient_info` VALUES (49, 2, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (49, 3, 0.0051, 2); +INSERT INTO `ingredient_info` VALUES (49, 4, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (49, 5, 0.0739, 2); +INSERT INTO `ingredient_info` VALUES (49, 6, 0.0175, 2); +INSERT INTO `ingredient_info` VALUES (49, 7, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (49, 8, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (49, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (49, 10, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (49, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (49, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (49, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (49, 14, 26.43, 2); +INSERT INTO `ingredient_info` VALUES (49, 15, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (49, 16, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (49, 17, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (49, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (49, 19, 0.748, 2); +INSERT INTO `ingredient_info` VALUES (49, 20, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (49, 21, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (49, 22, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (49, 23, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (49, 24, 0.00157, 2); +INSERT INTO `ingredient_info` VALUES (49, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (49, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (49, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (49, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (49, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (49, 30, 1.62, 2); +INSERT INTO `ingredient_info` VALUES (49, 31, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (49, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (49, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (49, 34, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (49, 35, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (49, 36, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (49, 37, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (49, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (49, 39, 1.21, 2); +INSERT INTO `ingredient_info` VALUES (49, 40, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (49, 41, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (49, 42, 0.00196, 2); +INSERT INTO `ingredient_info` VALUES (49, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 1, 0.6184, 2); +INSERT INTO `ingredient_info` VALUES (50, 2, 2.58, 2); +INSERT INTO `ingredient_info` VALUES (50, 3, 0.1755, 2); +INSERT INTO `ingredient_info` VALUES (50, 4, 0.2033, 2); +INSERT INTO `ingredient_info` VALUES (50, 5, 0.0104, 2); +INSERT INTO `ingredient_info` VALUES (50, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (50, 10, 0.0104, 2); +INSERT INTO `ingredient_info` VALUES (50, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (50, 12, 1.72, 2); +INSERT INTO `ingredient_info` VALUES (50, 13, 2.04, 2); +INSERT INTO `ingredient_info` VALUES (50, 14, 0.71, 2); +INSERT INTO `ingredient_info` VALUES (50, 15, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (50, 16, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (50, 17, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (50, 18, 0.144, 2); +INSERT INTO `ingredient_info` VALUES (50, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 20, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (50, 21, 0.00167, 2); +INSERT INTO `ingredient_info` VALUES (50, 22, 0.06262, 2); +INSERT INTO `ingredient_info` VALUES (50, 23, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (50, 24, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (50, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (50, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (50, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (50, 29, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (50, 30, 1.78, 2); +INSERT INTO `ingredient_info` VALUES (50, 31, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (50, 32, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (50, 33, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (50, 34, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (50, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (50, 40, 0.0571, 2); +INSERT INTO `ingredient_info` VALUES (50, 41, 0.0824, 2); +INSERT INTO `ingredient_info` VALUES (50, 42, 0.0444, 2); +INSERT INTO `ingredient_info` VALUES (50, 43, 0.71, 2); +INSERT INTO `ingredient_info` VALUES (51, 1, 0.5307, 2); +INSERT INTO `ingredient_info` VALUES (51, 2, 2.85, 2); +INSERT INTO `ingredient_info` VALUES (51, 3, 0.2688, 2); +INSERT INTO `ingredient_info` VALUES (51, 4, 0.1887, 2); +INSERT INTO `ingredient_info` VALUES (51, 5, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (51, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 9, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (51, 10, 0.0137, 2); +INSERT INTO `ingredient_info` VALUES (51, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (51, 12, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (51, 13, 1.82, 2); +INSERT INTO `ingredient_info` VALUES (51, 14, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (51, 15, 0.0177, 2); +INSERT INTO `ingredient_info` VALUES (51, 16, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (51, 17, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (51, 18, 0.197, 2); +INSERT INTO `ingredient_info` VALUES (51, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 20, 0.00094, 2); +INSERT INTO `ingredient_info` VALUES (51, 21, 0.00235, 2); +INSERT INTO `ingredient_info` VALUES (51, 22, 0.05798, 2); +INSERT INTO `ingredient_info` VALUES (51, 23, 0.00753, 2); +INSERT INTO `ingredient_info` VALUES (51, 24, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (51, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (51, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (51, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (51, 29, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (51, 30, 1.31, 2); +INSERT INTO `ingredient_info` VALUES (51, 31, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (51, 32, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (51, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (51, 40, 0.0511, 2); +INSERT INTO `ingredient_info` VALUES (51, 41, 0.0719, 2); +INSERT INTO `ingredient_info` VALUES (51, 42, 0.0423, 2); +INSERT INTO `ingredient_info` VALUES (51, 43, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (52, 1, 0.9595, 2); +INSERT INTO `ingredient_info` VALUES (52, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (52, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (52, 4, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (52, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (52, 6, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (52, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (52, 10, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (52, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (52, 12, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (52, 13, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (52, 14, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (52, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (52, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (52, 17, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (52, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (52, 21, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (52, 22, 0.01372, 2); +INSERT INTO `ingredient_info` VALUES (52, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (52, 24, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (52, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (52, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (52, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (52, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (52, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (52, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (52, 40, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (52, 41, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (52, 42, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (52, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 1, 0.9595, 2); +INSERT INTO `ingredient_info` VALUES (53, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (53, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (53, 4, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (53, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (53, 6, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (53, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (53, 10, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (53, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (53, 12, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (53, 13, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (53, 14, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (53, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (53, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (53, 17, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (53, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (53, 21, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (53, 22, 0.01372, 2); +INSERT INTO `ingredient_info` VALUES (53, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (53, 24, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (53, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (53, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (53, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (53, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (53, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (53, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (53, 40, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (53, 41, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (53, 42, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (53, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 1, 0.9595, 2); +INSERT INTO `ingredient_info` VALUES (54, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (54, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (54, 4, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (54, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (54, 6, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (54, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (54, 10, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (54, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (54, 12, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (54, 13, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (54, 14, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (54, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (54, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (54, 17, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (54, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (54, 21, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (54, 22, 0.01372, 2); +INSERT INTO `ingredient_info` VALUES (54, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (54, 24, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (54, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (54, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (54, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (54, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (54, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (54, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (54, 40, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (54, 41, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (54, 42, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (54, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 1, 0.9595, 2); +INSERT INTO `ingredient_info` VALUES (55, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (55, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (55, 4, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (55, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (55, 6, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (55, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (55, 10, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (55, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (55, 12, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (55, 13, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (55, 14, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (55, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (55, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (55, 17, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (55, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (55, 21, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (55, 22, 0.01372, 2); +INSERT INTO `ingredient_info` VALUES (55, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (55, 24, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (55, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (55, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (55, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (55, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (55, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (55, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (55, 40, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (55, 41, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (55, 42, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (55, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (56, 1, 0.9033, 2); +INSERT INTO `ingredient_info` VALUES (56, 2, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (56, 3, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (56, 4, 0.0368, 2); +INSERT INTO `ingredient_info` VALUES (56, 5, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (56, 6, 0.0381, 2); +INSERT INTO `ingredient_info` VALUES (56, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (56, 8, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (56, 9, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (56, 10, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (56, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (56, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (56, 13, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (56, 14, 3.61, 2); +INSERT INTO `ingredient_info` VALUES (56, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (56, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (56, 17, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (56, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (56, 19, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (56, 20, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (56, 21, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (56, 22, 0.00297, 2); +INSERT INTO `ingredient_info` VALUES (56, 23, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (56, 24, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (56, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (56, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (56, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (56, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (56, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (56, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (56, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (56, 32, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (56, 33, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (56, 34, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (56, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (56, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (56, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (56, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (56, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (56, 40, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (56, 41, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (56, 42, 0.0173, 2); +INSERT INTO `ingredient_info` VALUES (56, 43, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (57, 1, 0.9306, 2); +INSERT INTO `ingredient_info` VALUES (57, 2, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (57, 3, 0.0156, 2); +INSERT INTO `ingredient_info` VALUES (57, 4, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (57, 5, 0.0127, 2); +INSERT INTO `ingredient_info` VALUES (57, 6, 0.0339, 2); +INSERT INTO `ingredient_info` VALUES (57, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (57, 8, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (57, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (57, 10, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (57, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (57, 12, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (57, 13, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (57, 14, 4.37, 2); +INSERT INTO `ingredient_info` VALUES (57, 15, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (57, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (57, 17, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (57, 18, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (57, 19, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (57, 20, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (57, 21, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (57, 22, 0.00249, 2); +INSERT INTO `ingredient_info` VALUES (57, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 24, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (57, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (57, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (57, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (57, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 30, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (57, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 33, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (57, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (57, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (57, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (57, 40, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (57, 41, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (57, 42, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (57, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 1, 0.6283, 2); +INSERT INTO `ingredient_info` VALUES (58, 2, 1.97, 2); +INSERT INTO `ingredient_info` VALUES (58, 3, 0.2857, 2); +INSERT INTO `ingredient_info` VALUES (58, 4, 0.0833, 2); +INSERT INTO `ingredient_info` VALUES (58, 5, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (58, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 9, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (58, 10, 0.0141, 2); +INSERT INTO `ingredient_info` VALUES (58, 11, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (58, 12, 2.08, 2); +INSERT INTO `ingredient_info` VALUES (58, 13, 2.85, 2); +INSERT INTO `ingredient_info` VALUES (58, 14, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (58, 15, 0.0204, 2); +INSERT INTO `ingredient_info` VALUES (58, 16, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (58, 17, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (58, 18, 0.291, 2); +INSERT INTO `ingredient_info` VALUES (58, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 20, 0.00056, 2); +INSERT INTO `ingredient_info` VALUES (58, 21, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (58, 22, 0.06289, 2); +INSERT INTO `ingredient_info` VALUES (58, 23, 0.00626, 2); +INSERT INTO `ingredient_info` VALUES (58, 24, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (58, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (58, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (58, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (58, 29, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (58, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 33, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (58, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (58, 40, 0.0234, 2); +INSERT INTO `ingredient_info` VALUES (58, 41, 0.0284, 2); +INSERT INTO `ingredient_info` VALUES (58, 42, 0.0201, 2); +INSERT INTO `ingredient_info` VALUES (58, 43, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (59, 1, 0.9233, 2); +INSERT INTO `ingredient_info` VALUES (59, 2, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (59, 3, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (59, 4, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (59, 5, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (59, 6, 0.0497, 2); +INSERT INTO `ingredient_info` VALUES (59, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (59, 8, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (59, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (59, 10, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (59, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (59, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (59, 13, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (59, 14, 3.41, 2); +INSERT INTO `ingredient_info` VALUES (59, 15, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (59, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (59, 17, 0.00191, 2); +INSERT INTO `ingredient_info` VALUES (59, 18, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (59, 19, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (59, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (59, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (59, 22, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (59, 23, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (59, 24, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (59, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (59, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (59, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (59, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (59, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (59, 30, 9.61, 2); +INSERT INTO `ingredient_info` VALUES (59, 31, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (59, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (59, 33, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (59, 34, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (59, 35, 2.01, 2); +INSERT INTO `ingredient_info` VALUES (59, 36, 4.72, 2); +INSERT INTO `ingredient_info` VALUES (59, 37, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (59, 38, 11.28, 2); +INSERT INTO `ingredient_info` VALUES (59, 39, 2.03, 2); +INSERT INTO `ingredient_info` VALUES (59, 40, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (59, 41, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (59, 42, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (59, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (39, 1, 0.9233, 2); +INSERT INTO `ingredient_info` VALUES (39, 2, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (39, 3, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (39, 4, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (39, 5, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (39, 6, 0.0497, 2); +INSERT INTO `ingredient_info` VALUES (39, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (39, 8, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (39, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (39, 10, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (39, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (39, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (39, 13, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (39, 14, 3.41, 2); +INSERT INTO `ingredient_info` VALUES (39, 15, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (39, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (39, 17, 0.00191, 2); +INSERT INTO `ingredient_info` VALUES (39, 18, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (39, 19, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (39, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (39, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (39, 22, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (39, 23, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (39, 24, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (39, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (39, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (39, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (39, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (39, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (39, 30, 9.61, 2); +INSERT INTO `ingredient_info` VALUES (39, 31, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (39, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (39, 33, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (39, 34, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (39, 35, 2.01, 2); +INSERT INTO `ingredient_info` VALUES (39, 36, 4.72, 2); +INSERT INTO `ingredient_info` VALUES (39, 37, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (39, 38, 11.28, 2); +INSERT INTO `ingredient_info` VALUES (39, 39, 2.03, 2); +INSERT INTO `ingredient_info` VALUES (39, 40, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (39, 41, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (39, 42, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (39, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 1, 0.9674, 2); +INSERT INTO `ingredient_info` VALUES (60, 2, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (60, 3, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (60, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (60, 5, 0.0167, 2); +INSERT INTO `ingredient_info` VALUES (60, 6, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (60, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 8, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (60, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (60, 10, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (60, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (60, 12, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (60, 13, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (60, 14, 5.58, 2); +INSERT INTO `ingredient_info` VALUES (60, 15, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (60, 16, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (60, 17, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (60, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (60, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 20, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (60, 21, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (60, 22, 0.00146, 2); +INSERT INTO `ingredient_info` VALUES (60, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 33, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (60, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (60, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (60, 40, 0.00141, 2); +INSERT INTO `ingredient_info` VALUES (60, 41, 0.00118, 2); +INSERT INTO `ingredient_info` VALUES (60, 42, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (60, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 1, 0.9803, 2); +INSERT INTO `ingredient_info` VALUES (61, 2, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (61, 3, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (61, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (61, 5, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (61, 6, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (61, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 8, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (61, 9, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 10, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (61, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 12, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (61, 13, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (61, 14, 4.8, 2); +INSERT INTO `ingredient_info` VALUES (61, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 17, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (61, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (61, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (61, 21, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (61, 22, 0.00067, 2); +INSERT INTO `ingredient_info` VALUES (61, 23, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (61, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 30, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (61, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (61, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (61, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 39, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (61, 40, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (61, 41, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (61, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (61, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 1, 0.9345, 2); +INSERT INTO `ingredient_info` VALUES (62, 2, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (62, 3, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (62, 4, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (62, 5, 0.0104, 2); +INSERT INTO `ingredient_info` VALUES (62, 6, 0.0384, 2); +INSERT INTO `ingredient_info` VALUES (62, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (62, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (62, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (62, 12, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (62, 13, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (62, 14, 3.3, 2); +INSERT INTO `ingredient_info` VALUES (62, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (62, 16, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (62, 17, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (62, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 19, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (62, 20, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (62, 21, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (62, 22, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (62, 23, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (62, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (62, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (62, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (62, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (62, 30, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (62, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (62, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (62, 40, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (62, 41, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (62, 42, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (62, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (63, 1, 0.9094, 2); +INSERT INTO `ingredient_info` VALUES (63, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (63, 3, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (63, 4, 0.0204, 2); +INSERT INTO `ingredient_info` VALUES (63, 5, 0.0122, 2); +INSERT INTO `ingredient_info` VALUES (63, 6, 0.0511, 2); +INSERT INTO `ingredient_info` VALUES (63, 7, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (63, 8, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (63, 9, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (63, 10, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (63, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (63, 12, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (63, 13, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (63, 14, 4.54, 2); +INSERT INTO `ingredient_info` VALUES (63, 15, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (63, 16, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (63, 17, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (63, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (63, 19, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (63, 20, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (63, 21, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (63, 22, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (63, 23, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (63, 24, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (63, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (63, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (63, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (63, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (63, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (63, 30, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (63, 31, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (63, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (63, 33, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (63, 34, 0.056, 2); +INSERT INTO `ingredient_info` VALUES (63, 35, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (63, 36, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (63, 37, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (63, 38, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (63, 39, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (63, 40, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (63, 41, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (63, 42, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (63, 43, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (64, 1, 0.3675, 2); +INSERT INTO `ingredient_info` VALUES (64, 2, 4.03, 2); +INSERT INTO `ingredient_info` VALUES (64, 3, 0.249, 2); +INSERT INTO `ingredient_info` VALUES (64, 4, 0.3314, 2); +INSERT INTO `ingredient_info` VALUES (64, 5, 0.0393, 2); +INSERT INTO `ingredient_info` VALUES (64, 6, 0.0128, 2); +INSERT INTO `ingredient_info` VALUES (64, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 8, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (64, 9, 7.21, 2); +INSERT INTO `ingredient_info` VALUES (64, 10, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (64, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (64, 12, 5.12, 2); +INSERT INTO `ingredient_info` VALUES (64, 13, 0.98, 2); +INSERT INTO `ingredient_info` VALUES (64, 14, 6.21, 2); +INSERT INTO `ingredient_info` VALUES (64, 15, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (64, 16, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (64, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (64, 18, 0.139, 2); +INSERT INTO `ingredient_info` VALUES (64, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 20, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (64, 21, 0.00375, 2); +INSERT INTO `ingredient_info` VALUES (64, 22, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (64, 23, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (64, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (64, 25, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (64, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 27, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (64, 28, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (64, 29, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (64, 30, 10.02, 2); +INSERT INTO `ingredient_info` VALUES (64, 31, 2.65, 2); +INSERT INTO `ingredient_info` VALUES (64, 32, 2.58, 2); +INSERT INTO `ingredient_info` VALUES (64, 33, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (64, 34, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (64, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 36, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (64, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (64, 40, 0.21092, 2); +INSERT INTO `ingredient_info` VALUES (64, 41, 0.09391, 2); +INSERT INTO `ingredient_info` VALUES (64, 42, 0.00942, 2); +INSERT INTO `ingredient_info` VALUES (64, 43, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (65, 1, 0.3675, 2); +INSERT INTO `ingredient_info` VALUES (65, 2, 4.03, 2); +INSERT INTO `ingredient_info` VALUES (65, 3, 0.249, 2); +INSERT INTO `ingredient_info` VALUES (65, 4, 0.3314, 2); +INSERT INTO `ingredient_info` VALUES (65, 5, 0.0393, 2); +INSERT INTO `ingredient_info` VALUES (65, 6, 0.0128, 2); +INSERT INTO `ingredient_info` VALUES (65, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 8, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (65, 9, 7.21, 2); +INSERT INTO `ingredient_info` VALUES (65, 10, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (65, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (65, 12, 5.12, 2); +INSERT INTO `ingredient_info` VALUES (65, 13, 0.98, 2); +INSERT INTO `ingredient_info` VALUES (65, 14, 6.21, 2); +INSERT INTO `ingredient_info` VALUES (65, 15, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (65, 16, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (65, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (65, 18, 0.139, 2); +INSERT INTO `ingredient_info` VALUES (65, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 20, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (65, 21, 0.00375, 2); +INSERT INTO `ingredient_info` VALUES (65, 22, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (65, 23, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (65, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (65, 25, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (65, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 27, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (65, 28, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (65, 29, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (65, 30, 10.02, 2); +INSERT INTO `ingredient_info` VALUES (65, 31, 2.65, 2); +INSERT INTO `ingredient_info` VALUES (65, 32, 2.58, 2); +INSERT INTO `ingredient_info` VALUES (65, 33, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (65, 34, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (65, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 36, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (65, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (65, 40, 0.21092, 2); +INSERT INTO `ingredient_info` VALUES (65, 41, 0.09391, 2); +INSERT INTO `ingredient_info` VALUES (65, 42, 0.00942, 2); +INSERT INTO `ingredient_info` VALUES (65, 43, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (66, 1, 0.7931, 2); +INSERT INTO `ingredient_info` VALUES (66, 2, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (66, 3, 0.1374, 2); +INSERT INTO `ingredient_info` VALUES (66, 4, 0.0193, 2); +INSERT INTO `ingredient_info` VALUES (66, 5, 0.0139, 2); +INSERT INTO `ingredient_info` VALUES (66, 6, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (66, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 8, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (66, 9, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (66, 10, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (66, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (66, 12, 1.51, 2); +INSERT INTO `ingredient_info` VALUES (66, 13, 0.96, 2); +INSERT INTO `ingredient_info` VALUES (66, 14, 4.06, 2); +INSERT INTO `ingredient_info` VALUES (66, 15, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (66, 16, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (66, 17, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (66, 18, 0.102, 2); +INSERT INTO `ingredient_info` VALUES (66, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 20, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (66, 21, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (66, 22, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (66, 23, 0.00242, 2); +INSERT INTO `ingredient_info` VALUES (66, 24, 0.00076, 2); +INSERT INTO `ingredient_info` VALUES (66, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (66, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (66, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (66, 29, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (66, 30, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (66, 31, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (66, 32, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (66, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (66, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (66, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 36, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (66, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (66, 40, 0.01221, 2); +INSERT INTO `ingredient_info` VALUES (66, 41, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (66, 42, 0.00059, 2); +INSERT INTO `ingredient_info` VALUES (66, 43, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (67, 1, 0.8248, 2); +INSERT INTO `ingredient_info` VALUES (67, 2, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (67, 3, 0.1239, 2); +INSERT INTO `ingredient_info` VALUES (67, 4, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (67, 5, 0.0139, 2); +INSERT INTO `ingredient_info` VALUES (67, 6, 0.0272, 2); +INSERT INTO `ingredient_info` VALUES (67, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 8, 0.0272, 2); +INSERT INTO `ingredient_info` VALUES (67, 9, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (67, 10, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (67, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (67, 12, 1.34, 2); +INSERT INTO `ingredient_info` VALUES (67, 13, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (67, 14, 4.06, 2); +INSERT INTO `ingredient_info` VALUES (67, 15, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (67, 16, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (67, 17, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (67, 18, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (67, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (67, 21, 0.00165, 2); +INSERT INTO `ingredient_info` VALUES (67, 22, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (67, 23, 0.00215, 2); +INSERT INTO `ingredient_info` VALUES (67, 24, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (67, 25, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (67, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 27, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (67, 28, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (67, 29, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (67, 30, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (67, 31, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (67, 32, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (67, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (67, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (67, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (67, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (67, 40, 0.00645, 2); +INSERT INTO `ingredient_info` VALUES (67, 41, 0.00291, 2); +INSERT INTO `ingredient_info` VALUES (67, 42, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (67, 43, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (68, 1, 0.5375, 2); +INSERT INTO `ingredient_info` VALUES (68, 2, 3.49, 2); +INSERT INTO `ingredient_info` VALUES (68, 3, 0.0755, 2); +INSERT INTO `ingredient_info` VALUES (68, 4, 0.3487, 2); +INSERT INTO `ingredient_info` VALUES (68, 5, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (68, 6, 0.0266, 2); +INSERT INTO `ingredient_info` VALUES (68, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 8, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (68, 9, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (68, 10, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (68, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (68, 12, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (68, 13, 1.19, 2); +INSERT INTO `ingredient_info` VALUES (68, 14, 2.96, 2); +INSERT INTO `ingredient_info` VALUES (68, 15, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (68, 16, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (68, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (68, 18, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (68, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 20, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (68, 21, 0.00197, 2); +INSERT INTO `ingredient_info` VALUES (68, 22, 0.00101, 2); +INSERT INTO `ingredient_info` VALUES (68, 23, 0.00271, 2); +INSERT INTO `ingredient_info` VALUES (68, 24, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (68, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (68, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (68, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (68, 29, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (68, 30, 13.46, 2); +INSERT INTO `ingredient_info` VALUES (68, 31, 3.66, 2); +INSERT INTO `ingredient_info` VALUES (68, 32, 3.59, 2); +INSERT INTO `ingredient_info` VALUES (68, 33, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (68, 34, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (68, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 36, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (68, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (68, 40, 0.21966, 2); +INSERT INTO `ingredient_info` VALUES (68, 41, 0.09838, 2); +INSERT INTO `ingredient_info` VALUES (68, 42, 0.01265, 2); +INSERT INTO `ingredient_info` VALUES (68, 43, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (69, 1, 0.4101, 2); +INSERT INTO `ingredient_info` VALUES (69, 2, 3.73, 2); +INSERT INTO `ingredient_info` VALUES (69, 3, 0.2448, 2); +INSERT INTO `ingredient_info` VALUES (69, 4, 0.3028, 2); +INSERT INTO `ingredient_info` VALUES (69, 5, 0.0355, 2); +INSERT INTO `ingredient_info` VALUES (69, 6, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (69, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 8, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (69, 9, 7.46, 2); +INSERT INTO `ingredient_info` VALUES (69, 10, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (69, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (69, 12, 4.44, 2); +INSERT INTO `ingredient_info` VALUES (69, 13, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (69, 14, 5.36, 2); +INSERT INTO `ingredient_info` VALUES (69, 15, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (69, 16, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (69, 17, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (69, 18, 0.145, 2); +INSERT INTO `ingredient_info` VALUES (69, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 20, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (69, 21, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (69, 22, 0.00093, 2); +INSERT INTO `ingredient_info` VALUES (69, 23, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (69, 24, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (69, 25, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (69, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 27, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (69, 28, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (69, 29, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (69, 30, 7.69, 2); +INSERT INTO `ingredient_info` VALUES (69, 31, 1.98, 2); +INSERT INTO `ingredient_info` VALUES (69, 32, 1.92, 2); +INSERT INTO `ingredient_info` VALUES (69, 33, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (69, 34, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (69, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 36, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (69, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (69, 40, 0.19066, 2); +INSERT INTO `ingredient_info` VALUES (69, 41, 0.08751, 2); +INSERT INTO `ingredient_info` VALUES (69, 42, 0.00899, 2); +INSERT INTO `ingredient_info` VALUES (69, 43, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (70, 1, 0.5378, 2); +INSERT INTO `ingredient_info` VALUES (70, 2, 2.54, 2); +INSERT INTO `ingredient_info` VALUES (70, 3, 0.2426, 2); +INSERT INTO `ingredient_info` VALUES (70, 4, 0.1592, 2); +INSERT INTO `ingredient_info` VALUES (70, 5, 0.0327, 2); +INSERT INTO `ingredient_info` VALUES (70, 6, 0.0277, 2); +INSERT INTO `ingredient_info` VALUES (70, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 8, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (70, 9, 7.82, 2); +INSERT INTO `ingredient_info` VALUES (70, 10, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (70, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (70, 12, 4.63, 2); +INSERT INTO `ingredient_info` VALUES (70, 13, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (70, 14, 6.19, 2); +INSERT INTO `ingredient_info` VALUES (70, 15, 0.0276, 2); +INSERT INTO `ingredient_info` VALUES (70, 16, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (70, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (70, 18, 0.144, 2); +INSERT INTO `ingredient_info` VALUES (70, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 20, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (70, 21, 0.00303, 2); +INSERT INTO `ingredient_info` VALUES (70, 22, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (70, 23, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (70, 24, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (70, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (70, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (70, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (70, 29, 0.0082, 2); +INSERT INTO `ingredient_info` VALUES (70, 30, 4.81, 2); +INSERT INTO `ingredient_info` VALUES (70, 31, 1.27, 2); +INSERT INTO `ingredient_info` VALUES (70, 32, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (70, 33, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (70, 34, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (70, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 36, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (70, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (70, 40, 0.10114, 2); +INSERT INTO `ingredient_info` VALUES (70, 41, 0.0451, 2); +INSERT INTO `ingredient_info` VALUES (70, 42, 0.00472, 2); +INSERT INTO `ingredient_info` VALUES (70, 43, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (71, 1, 0.5378, 2); +INSERT INTO `ingredient_info` VALUES (71, 2, 2.54, 2); +INSERT INTO `ingredient_info` VALUES (71, 3, 0.2426, 2); +INSERT INTO `ingredient_info` VALUES (71, 4, 0.1592, 2); +INSERT INTO `ingredient_info` VALUES (71, 5, 0.0327, 2); +INSERT INTO `ingredient_info` VALUES (71, 6, 0.0277, 2); +INSERT INTO `ingredient_info` VALUES (71, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 8, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (71, 9, 7.82, 2); +INSERT INTO `ingredient_info` VALUES (71, 10, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (71, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (71, 12, 4.63, 2); +INSERT INTO `ingredient_info` VALUES (71, 13, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (71, 14, 6.19, 2); +INSERT INTO `ingredient_info` VALUES (71, 15, 0.0276, 2); +INSERT INTO `ingredient_info` VALUES (71, 16, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (71, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (71, 18, 0.144, 2); +INSERT INTO `ingredient_info` VALUES (71, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 20, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (71, 21, 0.00303, 2); +INSERT INTO `ingredient_info` VALUES (71, 22, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (71, 23, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (71, 24, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (71, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (71, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (71, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (71, 29, 0.0082, 2); +INSERT INTO `ingredient_info` VALUES (71, 30, 4.81, 2); +INSERT INTO `ingredient_info` VALUES (71, 31, 1.27, 2); +INSERT INTO `ingredient_info` VALUES (71, 32, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (71, 33, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (71, 34, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (71, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 36, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (71, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (71, 40, 0.10114, 2); +INSERT INTO `ingredient_info` VALUES (71, 41, 0.0451, 2); +INSERT INTO `ingredient_info` VALUES (71, 42, 0.00472, 2); +INSERT INTO `ingredient_info` VALUES (71, 43, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (72, 1, 0.2084, 2); +INSERT INTO `ingredient_info` VALUES (72, 2, 4.31, 2); +INSERT INTO `ingredient_info` VALUES (72, 3, 0.3846, 2); +INSERT INTO `ingredient_info` VALUES (72, 4, 0.2861, 2); +INSERT INTO `ingredient_info` VALUES (72, 5, 0.0803, 2); +INSERT INTO `ingredient_info` VALUES (72, 6, 0.0406, 2); +INSERT INTO `ingredient_info` VALUES (72, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 8, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (72, 9, 11.09, 2); +INSERT INTO `ingredient_info` VALUES (72, 10, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (72, 11, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (72, 12, 7.29, 2); +INSERT INTO `ingredient_info` VALUES (72, 13, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (72, 14, 15.29, 2); +INSERT INTO `ingredient_info` VALUES (72, 15, 0.0387, 2); +INSERT INTO `ingredient_info` VALUES (72, 16, 0.00238, 2); +INSERT INTO `ingredient_info` VALUES (72, 17, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (72, 18, 0.177, 2); +INSERT INTO `ingredient_info` VALUES (72, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 20, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (72, 21, 0.00486, 2); +INSERT INTO `ingredient_info` VALUES (72, 22, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (72, 23, 0.00325, 2); +INSERT INTO `ingredient_info` VALUES (72, 24, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (72, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (72, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (72, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (72, 29, 0.0226, 2); +INSERT INTO `ingredient_info` VALUES (72, 30, 4.42, 2); +INSERT INTO `ingredient_info` VALUES (72, 31, 1.2, 2); +INSERT INTO `ingredient_info` VALUES (72, 32, 1.17, 2); +INSERT INTO `ingredient_info` VALUES (72, 33, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (72, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (72, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 36, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (72, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (72, 40, 0.17301, 2); +INSERT INTO `ingredient_info` VALUES (72, 41, 0.08375, 2); +INSERT INTO `ingredient_info` VALUES (72, 42, 0.01173, 2); +INSERT INTO `ingredient_info` VALUES (72, 43, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (73, 1, 0.4095, 2); +INSERT INTO `ingredient_info` VALUES (73, 2, 3.51, 2); +INSERT INTO `ingredient_info` VALUES (73, 3, 0.2558, 2); +INSERT INTO `ingredient_info` VALUES (73, 4, 0.2662, 2); +INSERT INTO `ingredient_info` VALUES (73, 5, 0.0471, 2); +INSERT INTO `ingredient_info` VALUES (73, 6, 0.0214, 2); +INSERT INTO `ingredient_info` VALUES (73, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 8, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (73, 9, 7.56, 2); +INSERT INTO `ingredient_info` VALUES (73, 10, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (73, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (73, 12, 4.96, 2); +INSERT INTO `ingredient_info` VALUES (73, 13, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (73, 14, 8.76, 2); +INSERT INTO `ingredient_info` VALUES (73, 15, 0.0323, 2); +INSERT INTO `ingredient_info` VALUES (73, 16, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (73, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (73, 18, 0.145, 2); +INSERT INTO `ingredient_info` VALUES (73, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 20, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (73, 21, 0.00321, 2); +INSERT INTO `ingredient_info` VALUES (73, 22, 0.00156, 2); +INSERT INTO `ingredient_info` VALUES (73, 23, 0.00476, 2); +INSERT INTO `ingredient_info` VALUES (73, 24, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (73, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (73, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (73, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (73, 29, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (73, 30, 8.8, 2); +INSERT INTO `ingredient_info` VALUES (73, 31, 2.36, 2); +INSERT INTO `ingredient_info` VALUES (73, 32, 2.3, 2); +INSERT INTO `ingredient_info` VALUES (73, 33, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (73, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (73, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 36, 0.68, 2); +INSERT INTO `ingredient_info` VALUES (73, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (73, 40, 0.17078, 2); +INSERT INTO `ingredient_info` VALUES (73, 41, 0.07393, 2); +INSERT INTO `ingredient_info` VALUES (73, 42, 0.00769, 2); +INSERT INTO `ingredient_info` VALUES (73, 43, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (74, 1, 0.7441, 2); +INSERT INTO `ingredient_info` VALUES (74, 2, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (74, 3, 0.1139, 2); +INSERT INTO `ingredient_info` VALUES (74, 4, 0.0791, 2); +INSERT INTO `ingredient_info` VALUES (74, 5, 0.0115, 2); +INSERT INTO `ingredient_info` VALUES (74, 6, 0.0514, 2); +INSERT INTO `ingredient_info` VALUES (74, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 8, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (74, 9, 2.72, 2); +INSERT INTO `ingredient_info` VALUES (74, 10, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (74, 11, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (74, 12, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (74, 13, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (74, 14, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (74, 15, 0.0134, 2); +INSERT INTO `ingredient_info` VALUES (74, 16, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (74, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (74, 18, 0.167, 2); +INSERT INTO `ingredient_info` VALUES (74, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (74, 21, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (74, 22, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (74, 23, 0.00242, 2); +INSERT INTO `ingredient_info` VALUES (74, 24, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (74, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (74, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (74, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (74, 29, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (74, 30, 3.84, 2); +INSERT INTO `ingredient_info` VALUES (74, 31, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (74, 32, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (74, 33, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (74, 34, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (74, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 36, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (74, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (74, 40, 0.04927, 2); +INSERT INTO `ingredient_info` VALUES (74, 41, 0.02314, 2); +INSERT INTO `ingredient_info` VALUES (74, 42, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (74, 43, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (75, 1, 0.3712, 2); +INSERT INTO `ingredient_info` VALUES (75, 2, 3.8, 2); +INSERT INTO `ingredient_info` VALUES (75, 3, 0.2693, 2); +INSERT INTO `ingredient_info` VALUES (75, 4, 0.278, 2); +INSERT INTO `ingredient_info` VALUES (75, 5, 0.0277, 2); +INSERT INTO `ingredient_info` VALUES (75, 6, 0.0538, 2); +INSERT INTO `ingredient_info` VALUES (75, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 8, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (75, 9, 7.91, 2); +INSERT INTO `ingredient_info` VALUES (75, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (75, 11, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (75, 12, 5.67, 2); +INSERT INTO `ingredient_info` VALUES (75, 13, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (75, 14, 1.92, 2); +INSERT INTO `ingredient_info` VALUES (75, 15, 0.0436, 2); +INSERT INTO `ingredient_info` VALUES (75, 16, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (75, 17, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (75, 18, 0.182, 2); +INSERT INTO `ingredient_info` VALUES (75, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 20, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (75, 21, 0.00296, 2); +INSERT INTO `ingredient_info` VALUES (75, 22, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (75, 23, 0.00429, 2); +INSERT INTO `ingredient_info` VALUES (75, 24, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (75, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (75, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (75, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (75, 29, 0.0334, 2); +INSERT INTO `ingredient_info` VALUES (75, 30, 8.3, 2); +INSERT INTO `ingredient_info` VALUES (75, 31, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (75, 32, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (75, 33, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (75, 34, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (75, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 36, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (75, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (75, 40, 0.17779, 2); +INSERT INTO `ingredient_info` VALUES (75, 41, 0.07274, 2); +INSERT INTO `ingredient_info` VALUES (75, 42, 0.00972, 2); +INSERT INTO `ingredient_info` VALUES (75, 43, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (76, 1, 0.5771, 2); +INSERT INTO `ingredient_info` VALUES (76, 2, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (76, 3, 0.0205, 2); +INSERT INTO `ingredient_info` VALUES (76, 4, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (76, 5, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (76, 6, 0.0279, 2); +INSERT INTO `ingredient_info` VALUES (76, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (76, 8, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (76, 9, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (76, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (76, 11, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (76, 12, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (76, 13, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (76, 14, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (76, 15, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (76, 16, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (76, 17, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (76, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (76, 19, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (76, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (76, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (76, 22, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (76, 23, 0.00255, 2); +INSERT INTO `ingredient_info` VALUES (76, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (76, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (76, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (76, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (76, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (76, 29, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (76, 30, 14.7, 2); +INSERT INTO `ingredient_info` VALUES (76, 31, 4.11, 2); +INSERT INTO `ingredient_info` VALUES (76, 32, 4.05, 2); +INSERT INTO `ingredient_info` VALUES (76, 33, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (76, 34, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (76, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (76, 36, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (76, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (76, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (76, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (76, 40, 0.23032, 2); +INSERT INTO `ingredient_info` VALUES (76, 41, 0.10686, 2); +INSERT INTO `ingredient_info` VALUES (76, 42, 0.01374, 2); +INSERT INTO `ingredient_info` VALUES (76, 43, 1.37, 2); +INSERT INTO `ingredient_info` VALUES (77, 1, 0.5771, 2); +INSERT INTO `ingredient_info` VALUES (77, 2, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (77, 3, 0.0205, 2); +INSERT INTO `ingredient_info` VALUES (77, 4, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (77, 5, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (77, 6, 0.0279, 2); +INSERT INTO `ingredient_info` VALUES (77, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (77, 8, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (77, 9, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (77, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (77, 11, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (77, 12, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (77, 13, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (77, 14, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (77, 15, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (77, 16, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (77, 17, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (77, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (77, 19, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (77, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (77, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (77, 22, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (77, 23, 0.00255, 2); +INSERT INTO `ingredient_info` VALUES (77, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (77, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (77, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (77, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (77, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (77, 29, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (77, 30, 14.7, 2); +INSERT INTO `ingredient_info` VALUES (77, 31, 4.11, 2); +INSERT INTO `ingredient_info` VALUES (77, 32, 4.05, 2); +INSERT INTO `ingredient_info` VALUES (77, 33, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (77, 34, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (77, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (77, 36, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (77, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (77, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (77, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (77, 40, 0.23032, 2); +INSERT INTO `ingredient_info` VALUES (77, 41, 0.10686, 2); +INSERT INTO `ingredient_info` VALUES (77, 42, 0.01374, 2); +INSERT INTO `ingredient_info` VALUES (77, 43, 1.37, 2); +INSERT INTO `ingredient_info` VALUES (78, 1, 0.6133, 2); +INSERT INTO `ingredient_info` VALUES (78, 2, 2.57, 2); +INSERT INTO `ingredient_info` VALUES (78, 3, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (78, 4, 0.2222, 2); +INSERT INTO `ingredient_info` VALUES (78, 5, 0.0076, 2); +INSERT INTO `ingredient_info` VALUES (78, 6, 0.1249, 2); +INSERT INTO `ingredient_info` VALUES (78, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 8, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (78, 9, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (78, 10, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (78, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (78, 12, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (78, 13, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (78, 14, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (78, 15, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (78, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (78, 17, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (78, 18, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (78, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 20, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (78, 21, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (78, 22, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (78, 23, 0.00305, 2); +INSERT INTO `ingredient_info` VALUES (78, 24, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (78, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (78, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (78, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (78, 29, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (78, 30, 6.85, 2); +INSERT INTO `ingredient_info` VALUES (78, 31, 1.88, 2); +INSERT INTO `ingredient_info` VALUES (78, 32, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (78, 33, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (78, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (78, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 36, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (78, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (78, 40, 0.13831, 2); +INSERT INTO `ingredient_info` VALUES (78, 41, 0.06418, 2); +INSERT INTO `ingredient_info` VALUES (78, 42, 0.00825, 2); +INSERT INTO `ingredient_info` VALUES (78, 43, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (79, 1, 0.6133, 2); +INSERT INTO `ingredient_info` VALUES (79, 2, 2.57, 2); +INSERT INTO `ingredient_info` VALUES (79, 3, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (79, 4, 0.2222, 2); +INSERT INTO `ingredient_info` VALUES (79, 5, 0.0076, 2); +INSERT INTO `ingredient_info` VALUES (79, 6, 0.1249, 2); +INSERT INTO `ingredient_info` VALUES (79, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 8, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (79, 9, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (79, 10, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (79, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (79, 12, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (79, 13, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (79, 14, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (79, 15, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (79, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (79, 17, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (79, 18, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (79, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 20, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (79, 21, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (79, 22, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (79, 23, 0.00305, 2); +INSERT INTO `ingredient_info` VALUES (79, 24, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (79, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (79, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (79, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (79, 29, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (79, 30, 6.85, 2); +INSERT INTO `ingredient_info` VALUES (79, 31, 1.88, 2); +INSERT INTO `ingredient_info` VALUES (79, 32, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (79, 33, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (79, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (79, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 36, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (79, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (79, 40, 0.13831, 2); +INSERT INTO `ingredient_info` VALUES (79, 41, 0.06418, 2); +INSERT INTO `ingredient_info` VALUES (79, 42, 0.00825, 2); +INSERT INTO `ingredient_info` VALUES (79, 43, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (80, 1, 0.7095, 2); +INSERT INTO `ingredient_info` VALUES (80, 2, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (80, 3, 0.0316, 2); +INSERT INTO `ingredient_info` VALUES (80, 4, 0.2096, 2); +INSERT INTO `ingredient_info` VALUES (80, 5, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (80, 6, 0.0427, 2); +INSERT INTO `ingredient_info` VALUES (80, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (80, 8, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (80, 9, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (80, 10, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (80, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (80, 12, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (80, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (80, 14, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (80, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (80, 16, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (80, 17, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (80, 18, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (80, 19, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (80, 20, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (80, 21, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (80, 22, 0.00067, 2); +INSERT INTO `ingredient_info` VALUES (80, 23, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (80, 24, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (80, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (80, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (80, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (80, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (80, 29, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (80, 30, 6.48, 2); +INSERT INTO `ingredient_info` VALUES (80, 31, 1.77, 2); +INSERT INTO `ingredient_info` VALUES (80, 32, 1.74, 2); +INSERT INTO `ingredient_info` VALUES (80, 33, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (80, 34, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (80, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (80, 36, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (80, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (80, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (80, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (80, 40, 0.13047, 2); +INSERT INTO `ingredient_info` VALUES (80, 41, 0.06054, 2); +INSERT INTO `ingredient_info` VALUES (80, 42, 0.00778, 2); +INSERT INTO `ingredient_info` VALUES (80, 43, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (11, 1, 0.8771, 2); +INSERT INTO `ingredient_info` VALUES (11, 2, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (11, 3, 0.0395, 2); +INSERT INTO `ingredient_info` VALUES (11, 4, 0.0198, 2); +INSERT INTO `ingredient_info` VALUES (11, 5, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (11, 6, 0.0549, 2); +INSERT INTO `ingredient_info` VALUES (11, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 8, 0.0526, 2); +INSERT INTO `ingredient_info` VALUES (11, 9, 1.43, 2); +INSERT INTO `ingredient_info` VALUES (11, 10, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (11, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (11, 12, 1.12, 2); +INSERT INTO `ingredient_info` VALUES (11, 13, 1.82, 2); +INSERT INTO `ingredient_info` VALUES (11, 14, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (11, 15, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (11, 16, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (11, 17, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (11, 18, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (11, 19, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (11, 20, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (11, 21, 0.00194, 2); +INSERT INTO `ingredient_info` VALUES (11, 22, 0.00101, 2); +INSERT INTO `ingredient_info` VALUES (11, 23, 0.00376, 2); +INSERT INTO `ingredient_info` VALUES (11, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (11, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (11, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (11, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (11, 29, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (11, 30, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (11, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 33, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (11, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (11, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (11, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (11, 40, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (11, 41, 0.00572, 2); +INSERT INTO `ingredient_info` VALUES (11, 42, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (11, 43, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (81, 1, 0.8874, 2); +INSERT INTO `ingredient_info` VALUES (81, 2, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (81, 3, 0.0393, 2); +INSERT INTO `ingredient_info` VALUES (81, 4, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (81, 5, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (81, 6, 0.0552, 2); +INSERT INTO `ingredient_info` VALUES (81, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 9, 1.42, 2); +INSERT INTO `ingredient_info` VALUES (81, 10, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (81, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (81, 12, 1.11, 2); +INSERT INTO `ingredient_info` VALUES (81, 13, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (81, 14, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (81, 15, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (81, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (81, 17, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (81, 18, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (81, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (81, 20, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (81, 21, 0.00192, 2); +INSERT INTO `ingredient_info` VALUES (81, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (81, 23, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (81, 24, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (81, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (81, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (81, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (81, 29, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (81, 30, 2.03, 2); +INSERT INTO `ingredient_info` VALUES (81, 31, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (81, 32, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (81, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (81, 40, 0.00728, 2); +INSERT INTO `ingredient_info` VALUES (81, 41, 0.00338, 2); +INSERT INTO `ingredient_info` VALUES (81, 42, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (81, 43, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (82, 1, 0.9084, 2); +INSERT INTO `ingredient_info` VALUES (82, 2, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (82, 3, 0.0337, 2); +INSERT INTO `ingredient_info` VALUES (82, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (82, 5, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (82, 6, 0.0496, 2); +INSERT INTO `ingredient_info` VALUES (82, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 8, 0.0509, 2); +INSERT INTO `ingredient_info` VALUES (82, 9, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (82, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (82, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (82, 12, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (82, 13, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (82, 14, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (82, 15, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (82, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (82, 17, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (82, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (82, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 20, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (82, 21, 0.00182, 2); +INSERT INTO `ingredient_info` VALUES (82, 22, 0.00094, 2); +INSERT INTO `ingredient_info` VALUES (82, 23, 0.00357, 2); +INSERT INTO `ingredient_info` VALUES (82, 24, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (82, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (82, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (82, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (82, 29, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (82, 30, 2.04, 2); +INSERT INTO `ingredient_info` VALUES (82, 31, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (82, 32, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (82, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (82, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (82, 40, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (82, 41, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (82, 42, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (82, 43, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (83, 1, 0.9084, 2); +INSERT INTO `ingredient_info` VALUES (83, 2, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (83, 3, 0.0337, 2); +INSERT INTO `ingredient_info` VALUES (83, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (83, 5, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (83, 6, 0.0496, 2); +INSERT INTO `ingredient_info` VALUES (83, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 8, 0.0509, 2); +INSERT INTO `ingredient_info` VALUES (83, 9, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (83, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (83, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (83, 12, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (83, 13, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (83, 14, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (83, 15, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (83, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (83, 17, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (83, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (83, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 20, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (83, 21, 0.00182, 2); +INSERT INTO `ingredient_info` VALUES (83, 22, 0.00094, 2); +INSERT INTO `ingredient_info` VALUES (83, 23, 0.00357, 2); +INSERT INTO `ingredient_info` VALUES (83, 24, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (83, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (83, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (83, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (83, 29, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (83, 30, 2.04, 2); +INSERT INTO `ingredient_info` VALUES (83, 31, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (83, 32, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (83, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (83, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (83, 40, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (83, 41, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (83, 42, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (83, 43, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (84, 1, 0.9013, 2); +INSERT INTO `ingredient_info` VALUES (84, 2, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (84, 3, 0.0331, 2); +INSERT INTO `ingredient_info` VALUES (84, 4, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (84, 5, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (84, 6, 0.0479, 2); +INSERT INTO `ingredient_info` VALUES (84, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (84, 8, 0.0479, 2); +INSERT INTO `ingredient_info` VALUES (84, 9, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (84, 10, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (84, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (84, 12, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (84, 13, 1.51, 2); +INSERT INTO `ingredient_info` VALUES (84, 14, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (84, 15, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (84, 16, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (84, 17, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (84, 18, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (84, 19, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (84, 20, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (84, 21, 0.00154, 2); +INSERT INTO `ingredient_info` VALUES (84, 22, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (84, 23, 0.00275, 2); +INSERT INTO `ingredient_info` VALUES (84, 24, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (84, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (84, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (84, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (84, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (84, 29, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (84, 30, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (84, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (84, 32, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (84, 33, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (84, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (84, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (84, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (84, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (84, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (84, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (84, 40, 0.00548, 2); +INSERT INTO `ingredient_info` VALUES (84, 41, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (84, 42, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (84, 43, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (85, 1, 0.0316, 2); +INSERT INTO `ingredient_info` VALUES (85, 2, 3.62, 2); +INSERT INTO `ingredient_info` VALUES (85, 3, 0.3616, 2); +INSERT INTO `ingredient_info` VALUES (85, 4, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (85, 5, 0.0793, 2); +INSERT INTO `ingredient_info` VALUES (85, 6, 0.5198, 2); +INSERT INTO `ingredient_info` VALUES (85, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 8, 0.5198, 2); +INSERT INTO `ingredient_info` VALUES (85, 9, 12.57, 2); +INSERT INTO `ingredient_info` VALUES (85, 10, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (85, 11, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (85, 12, 9.68, 2); +INSERT INTO `ingredient_info` VALUES (85, 13, 17.94, 2); +INSERT INTO `ingredient_info` VALUES (85, 14, 5.35, 2); +INSERT INTO `ingredient_info` VALUES (85, 15, 0.0408, 2); +INSERT INTO `ingredient_info` VALUES (85, 16, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (85, 17, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (85, 18, 0.273, 2); +INSERT INTO `ingredient_info` VALUES (85, 19, 0.068, 2); +INSERT INTO `ingredient_info` VALUES (85, 20, 0.00415, 2); +INSERT INTO `ingredient_info` VALUES (85, 21, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (85, 22, 0.00951, 2); +INSERT INTO `ingredient_info` VALUES (85, 23, 0.03568, 2); +INSERT INTO `ingredient_info` VALUES (85, 24, 0.00361, 2); +INSERT INTO `ingredient_info` VALUES (85, 25, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (85, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 27, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (85, 28, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (85, 29, 0.0403, 2); +INSERT INTO `ingredient_info` VALUES (85, 30, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (85, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (85, 32, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (85, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (85, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (85, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (85, 40, 0.00499, 2); +INSERT INTO `ingredient_info` VALUES (85, 41, 0.00201, 2); +INSERT INTO `ingredient_info` VALUES (85, 42, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (85, 43, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (86, 1, 0.0396, 2); +INSERT INTO `ingredient_info` VALUES (86, 2, 3.58, 2); +INSERT INTO `ingredient_info` VALUES (86, 3, 0.351, 2); +INSERT INTO `ingredient_info` VALUES (86, 4, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (86, 5, 0.0803, 2); +INSERT INTO `ingredient_info` VALUES (86, 6, 0.5219, 2); +INSERT INTO `ingredient_info` VALUES (86, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 8, 0.5219, 2); +INSERT INTO `ingredient_info` VALUES (86, 9, 12.31, 2); +INSERT INTO `ingredient_info` VALUES (86, 10, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (86, 11, 1.17, 2); +INSERT INTO `ingredient_info` VALUES (86, 12, 9.85, 2); +INSERT INTO `ingredient_info` VALUES (86, 13, 17.05, 2); +INSERT INTO `ingredient_info` VALUES (86, 14, 5.49, 2); +INSERT INTO `ingredient_info` VALUES (86, 15, 0.0441, 2); +INSERT INTO `ingredient_info` VALUES (86, 16, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (86, 17, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (86, 18, 0.273, 2); +INSERT INTO `ingredient_info` VALUES (86, 19, 0.056, 2); +INSERT INTO `ingredient_info` VALUES (86, 20, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (86, 21, 0.01744, 2); +INSERT INTO `ingredient_info` VALUES (86, 22, 0.00891, 2); +INSERT INTO `ingredient_info` VALUES (86, 23, 0.03235, 2); +INSERT INTO `ingredient_info` VALUES (86, 24, 0.00345, 2); +INSERT INTO `ingredient_info` VALUES (86, 25, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (86, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 27, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (86, 28, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (86, 29, 0.0399, 2); +INSERT INTO `ingredient_info` VALUES (86, 30, 23.65, 2); +INSERT INTO `ingredient_info` VALUES (86, 31, 7.09, 2); +INSERT INTO `ingredient_info` VALUES (86, 32, 7.09, 2); +INSERT INTO `ingredient_info` VALUES (86, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (86, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (86, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (86, 40, 0.00467, 2); +INSERT INTO `ingredient_info` VALUES (86, 41, 0.00187, 2); +INSERT INTO `ingredient_info` VALUES (86, 42, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (86, 43, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (87, 1, 0.2716, 2); +INSERT INTO `ingredient_info` VALUES (87, 2, 3.21, 2); +INSERT INTO `ingredient_info` VALUES (87, 3, 0.0791, 2); +INSERT INTO `ingredient_info` VALUES (87, 4, 0.087, 2); +INSERT INTO `ingredient_info` VALUES (87, 5, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (87, 6, 0.544, 2); +INSERT INTO `ingredient_info` VALUES (87, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (87, 8, 0.544, 2); +INSERT INTO `ingredient_info` VALUES (87, 9, 2.84, 2); +INSERT INTO `ingredient_info` VALUES (87, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (87, 11, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (87, 12, 2.53, 2); +INSERT INTO `ingredient_info` VALUES (87, 13, 3.71, 2); +INSERT INTO `ingredient_info` VALUES (87, 14, 1.27, 2); +INSERT INTO `ingredient_info` VALUES (87, 15, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (87, 16, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (87, 17, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (87, 18, 0.148, 2); +INSERT INTO `ingredient_info` VALUES (87, 19, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (87, 20, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (87, 21, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (87, 22, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (87, 23, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (87, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (87, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (87, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (87, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (87, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (87, 29, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (87, 30, 2.67, 2); +INSERT INTO `ingredient_info` VALUES (87, 31, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (87, 32, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (87, 33, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (87, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (87, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (87, 36, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (87, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (87, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (87, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (87, 40, 0.05486, 2); +INSERT INTO `ingredient_info` VALUES (87, 41, 0.02427, 2); +INSERT INTO `ingredient_info` VALUES (87, 42, 0.00337, 2); +INSERT INTO `ingredient_info` VALUES (87, 43, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (88, 1, 0.8507, 2); +INSERT INTO `ingredient_info` VALUES (88, 2, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (88, 3, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (88, 4, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (88, 5, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (88, 6, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (88, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (88, 8, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (88, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (88, 10, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (88, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (88, 12, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (88, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (88, 14, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (88, 15, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (88, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (88, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (88, 18, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (88, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (88, 20, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (88, 21, 0.00214, 2); +INSERT INTO `ingredient_info` VALUES (88, 22, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (88, 23, 0.00591, 2); +INSERT INTO `ingredient_info` VALUES (88, 24, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (88, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (88, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (88, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (88, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (88, 29, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (88, 30, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (88, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (88, 32, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (88, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (88, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (88, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (88, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (88, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (88, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (88, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (88, 40, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (88, 41, 0.00426, 2); +INSERT INTO `ingredient_info` VALUES (88, 42, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (88, 43, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (89, 1, 0.8507, 2); +INSERT INTO `ingredient_info` VALUES (89, 2, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (89, 3, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (89, 4, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (89, 5, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (89, 6, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (89, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (89, 8, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (89, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (89, 10, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (89, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (89, 12, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (89, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (89, 14, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (89, 15, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (89, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (89, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (89, 18, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (89, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (89, 20, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (89, 21, 0.00214, 2); +INSERT INTO `ingredient_info` VALUES (89, 22, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (89, 23, 0.00591, 2); +INSERT INTO `ingredient_info` VALUES (89, 24, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (89, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (89, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (89, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (89, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (89, 29, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (89, 30, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (89, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (89, 32, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (89, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (89, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (89, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (89, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (89, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (89, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (89, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (89, 40, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (89, 41, 0.00426, 2); +INSERT INTO `ingredient_info` VALUES (89, 42, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (89, 43, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (90, 1, 0.8507, 2); +INSERT INTO `ingredient_info` VALUES (90, 2, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (90, 3, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (90, 4, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (90, 5, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (90, 6, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (90, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (90, 8, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (90, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (90, 10, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (90, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (90, 12, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (90, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (90, 14, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (90, 15, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (90, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (90, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (90, 18, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (90, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (90, 20, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (90, 21, 0.00214, 2); +INSERT INTO `ingredient_info` VALUES (90, 22, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (90, 23, 0.00591, 2); +INSERT INTO `ingredient_info` VALUES (90, 24, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (90, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (90, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (90, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (90, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (90, 29, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (90, 30, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (90, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (90, 32, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (90, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (90, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (90, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (90, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (90, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (90, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (90, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (90, 40, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (90, 41, 0.00426, 2); +INSERT INTO `ingredient_info` VALUES (90, 42, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (90, 43, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (91, 1, 0.8507, 2); +INSERT INTO `ingredient_info` VALUES (91, 2, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (91, 3, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (91, 4, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (91, 5, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (91, 6, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (91, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (91, 8, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (91, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (91, 10, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (91, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (91, 12, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (91, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (91, 14, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (91, 15, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (91, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (91, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (91, 18, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (91, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (91, 20, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (91, 21, 0.00214, 2); +INSERT INTO `ingredient_info` VALUES (91, 22, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (91, 23, 0.00591, 2); +INSERT INTO `ingredient_info` VALUES (91, 24, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (91, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (91, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (91, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (91, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (91, 29, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (91, 30, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (91, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (91, 32, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (91, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (91, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (91, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (91, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (91, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (91, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (91, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (91, 40, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (91, 41, 0.00426, 2); +INSERT INTO `ingredient_info` VALUES (91, 42, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (91, 43, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (92, 1, 0.818, 2); +INSERT INTO `ingredient_info` VALUES (92, 2, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (92, 3, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (92, 4, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (92, 5, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (92, 6, 0.124, 2); +INSERT INTO `ingredient_info` VALUES (92, 7, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (92, 8, 0.068, 2); +INSERT INTO `ingredient_info` VALUES (92, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (92, 10, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (92, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (92, 13, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (92, 14, 7.5, 2); +INSERT INTO `ingredient_info` VALUES (92, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 30, 0.99, 2); +INSERT INTO `ingredient_info` VALUES (92, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 34, 1.551, 2); +INSERT INTO `ingredient_info` VALUES (92, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 40, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (92, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (92, 43, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (93, 1, 0.399, 2); +INSERT INTO `ingredient_info` VALUES (93, 2, 3.9, 2); +INSERT INTO `ingredient_info` VALUES (93, 3, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (93, 4, 0.334, 2); +INSERT INTO `ingredient_info` VALUES (93, 5, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (93, 6, 0.239, 2); +INSERT INTO `ingredient_info` VALUES (93, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (93, 8, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (93, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (93, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (93, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (93, 12, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (93, 13, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (93, 14, 7.11, 2); +INSERT INTO `ingredient_info` VALUES (93, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (93, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (93, 17, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (93, 18, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (93, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (93, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (93, 21, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (93, 22, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (93, 23, 0.00243, 2); +INSERT INTO `ingredient_info` VALUES (93, 24, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (93, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (93, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (93, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (93, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (93, 29, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (93, 30, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (93, 31, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (93, 32, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (93, 33, 0.0206, 2); +INSERT INTO `ingredient_info` VALUES (93, 34, 0.422, 2); +INSERT INTO `ingredient_info` VALUES (93, 35, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (93, 36, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (93, 37, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (93, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (93, 39, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (93, 40, 0.049, 2); +INSERT INTO `ingredient_info` VALUES (93, 41, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (93, 42, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (93, 43, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (94, 1, 0.153, 2); +INSERT INTO `ingredient_info` VALUES (94, 2, 7.17, 2); +INSERT INTO `ingredient_info` VALUES (94, 3, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (94, 4, 0.782, 2); +INSERT INTO `ingredient_info` VALUES (94, 5, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (94, 6, 0.039, 2); +INSERT INTO `ingredient_info` VALUES (94, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 8, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (94, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (94, 10, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (94, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (94, 12, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (94, 13, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (94, 14, 5.68, 2); +INSERT INTO `ingredient_info` VALUES (94, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (94, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (94, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 18, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (94, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 22, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (94, 23, 0.00217, 2); +INSERT INTO `ingredient_info` VALUES (94, 24, 0.00577, 2); +INSERT INTO `ingredient_info` VALUES (94, 25, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (94, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (94, 28, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (94, 29, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (94, 30, 2.8, 2); +INSERT INTO `ingredient_info` VALUES (94, 31, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (94, 32, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (94, 33, 0.0522, 2); +INSERT INTO `ingredient_info` VALUES (94, 34, 0.422, 2); +INSERT INTO `ingredient_info` VALUES (94, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 36, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (94, 37, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (94, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (94, 39, 1.9, 2); +INSERT INTO `ingredient_info` VALUES (94, 40, 0.11885, 2); +INSERT INTO `ingredient_info` VALUES (94, 41, 0.19598, 2); +INSERT INTO `ingredient_info` VALUES (94, 42, 0.42674, 2); +INSERT INTO `ingredient_info` VALUES (94, 43, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (95, 1, 0.153, 2); +INSERT INTO `ingredient_info` VALUES (95, 2, 7.17, 2); +INSERT INTO `ingredient_info` VALUES (95, 3, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (95, 4, 0.782, 2); +INSERT INTO `ingredient_info` VALUES (95, 5, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (95, 6, 0.039, 2); +INSERT INTO `ingredient_info` VALUES (95, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 8, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (95, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (95, 10, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (95, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (95, 12, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (95, 13, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (95, 14, 5.68, 2); +INSERT INTO `ingredient_info` VALUES (95, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (95, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (95, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 18, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (95, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 22, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (95, 23, 0.00217, 2); +INSERT INTO `ingredient_info` VALUES (95, 24, 0.00577, 2); +INSERT INTO `ingredient_info` VALUES (95, 25, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (95, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (95, 28, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (95, 29, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (95, 30, 2.8, 2); +INSERT INTO `ingredient_info` VALUES (95, 31, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (95, 32, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (95, 33, 0.0522, 2); +INSERT INTO `ingredient_info` VALUES (95, 34, 0.422, 2); +INSERT INTO `ingredient_info` VALUES (95, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 36, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (95, 37, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (95, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (95, 39, 1.9, 2); +INSERT INTO `ingredient_info` VALUES (95, 40, 0.11885, 2); +INSERT INTO `ingredient_info` VALUES (95, 41, 0.19598, 2); +INSERT INTO `ingredient_info` VALUES (95, 42, 0.42674, 2); +INSERT INTO `ingredient_info` VALUES (95, 43, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (96, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (96, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (96, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (96, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 15, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (96, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 33, 0.1569, 2); +INSERT INTO `ingredient_info` VALUES (96, 34, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (96, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (96, 40, 0.169, 2); +INSERT INTO `ingredient_info` VALUES (96, 41, 0.462, 2); +INSERT INTO `ingredient_info` VALUES (96, 42, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (96, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (97, 1, 0.7584, 2); +INSERT INTO `ingredient_info` VALUES (97, 2, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (97, 3, 0.1258, 2); +INSERT INTO `ingredient_info` VALUES (97, 4, 0.0994, 2); +INSERT INTO `ingredient_info` VALUES (97, 5, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (97, 6, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (97, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (97, 8, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (97, 9, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (97, 10, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (97, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (97, 12, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (97, 13, 1.34, 2); +INSERT INTO `ingredient_info` VALUES (97, 14, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (97, 15, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (97, 16, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (97, 17, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (97, 18, 0.317, 2); +INSERT INTO `ingredient_info` VALUES (97, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (97, 20, 0.00069, 2); +INSERT INTO `ingredient_info` VALUES (97, 21, 0.00478, 2); +INSERT INTO `ingredient_info` VALUES (97, 22, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (97, 23, 0.01438, 2); +INSERT INTO `ingredient_info` VALUES (97, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (97, 25, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (97, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (97, 27, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (97, 28, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (97, 29, 0.0129, 2); +INSERT INTO `ingredient_info` VALUES (97, 30, 4.87, 2); +INSERT INTO `ingredient_info` VALUES (97, 31, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (97, 32, 1.39, 2); +INSERT INTO `ingredient_info` VALUES (97, 33, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (97, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (97, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (97, 36, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (97, 37, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (97, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (97, 39, 3.31, 2); +INSERT INTO `ingredient_info` VALUES (97, 40, 0.03099, 2); +INSERT INTO `ingredient_info` VALUES (97, 41, 0.0381, 2); +INSERT INTO `ingredient_info` VALUES (97, 42, 0.01364, 2); +INSERT INTO `ingredient_info` VALUES (97, 43, 4.23, 2); +INSERT INTO `ingredient_info` VALUES (98, 1, 0.7584, 2); +INSERT INTO `ingredient_info` VALUES (98, 2, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (98, 3, 0.1258, 2); +INSERT INTO `ingredient_info` VALUES (98, 4, 0.0994, 2); +INSERT INTO `ingredient_info` VALUES (98, 5, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (98, 6, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (98, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (98, 8, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (98, 9, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (98, 10, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (98, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (98, 12, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (98, 13, 1.34, 2); +INSERT INTO `ingredient_info` VALUES (98, 14, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (98, 15, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (98, 16, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (98, 17, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (98, 18, 0.317, 2); +INSERT INTO `ingredient_info` VALUES (98, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (98, 20, 0.00069, 2); +INSERT INTO `ingredient_info` VALUES (98, 21, 0.00478, 2); +INSERT INTO `ingredient_info` VALUES (98, 22, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (98, 23, 0.01438, 2); +INSERT INTO `ingredient_info` VALUES (98, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (98, 25, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (98, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (98, 27, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (98, 28, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (98, 29, 0.0129, 2); +INSERT INTO `ingredient_info` VALUES (98, 30, 4.87, 2); +INSERT INTO `ingredient_info` VALUES (98, 31, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (98, 32, 1.39, 2); +INSERT INTO `ingredient_info` VALUES (98, 33, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (98, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (98, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (98, 36, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (98, 37, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (98, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (98, 39, 3.31, 2); +INSERT INTO `ingredient_info` VALUES (98, 40, 0.03099, 2); +INSERT INTO `ingredient_info` VALUES (98, 41, 0.0381, 2); +INSERT INTO `ingredient_info` VALUES (98, 42, 0.01364, 2); +INSERT INTO `ingredient_info` VALUES (98, 43, 4.23, 2); +INSERT INTO `ingredient_info` VALUES (99, 1, 0.8757, 2); +INSERT INTO `ingredient_info` VALUES (99, 2, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (99, 3, 0.109, 2); +INSERT INTO `ingredient_info` VALUES (99, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (99, 5, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (99, 6, 0.0073, 2); +INSERT INTO `ingredient_info` VALUES (99, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 8, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (99, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (99, 10, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (99, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (99, 12, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (99, 13, 1.63, 2); +INSERT INTO `ingredient_info` VALUES (99, 14, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (99, 15, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (99, 16, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (99, 17, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (99, 18, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (99, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (99, 21, 0.00439, 2); +INSERT INTO `ingredient_info` VALUES (99, 22, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (99, 23, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (99, 24, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (99, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (99, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (99, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (99, 29, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (99, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (99, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (100, 1, 0.5231, 2); +INSERT INTO `ingredient_info` VALUES (100, 2, 3.22, 2); +INSERT INTO `ingredient_info` VALUES (100, 3, 0.1586, 2); +INSERT INTO `ingredient_info` VALUES (100, 4, 0.2654, 2); +INSERT INTO `ingredient_info` VALUES (100, 5, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (100, 6, 0.0359, 2); +INSERT INTO `ingredient_info` VALUES (100, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (100, 8, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (100, 9, 1.29, 2); +INSERT INTO `ingredient_info` VALUES (100, 10, 0.0273, 2); +INSERT INTO `ingredient_info` VALUES (100, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (100, 12, 3.9, 2); +INSERT INTO `ingredient_info` VALUES (100, 13, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (100, 14, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (100, 15, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (100, 16, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (100, 17, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (100, 18, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (100, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (100, 20, 0.00176, 2); +INSERT INTO `ingredient_info` VALUES (100, 21, 0.00528, 2); +INSERT INTO `ingredient_info` VALUES (100, 22, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (100, 23, 0.0299, 2); +INSERT INTO `ingredient_info` VALUES (100, 24, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (100, 25, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (100, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (100, 27, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (100, 28, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (100, 29, 0.0195, 2); +INSERT INTO `ingredient_info` VALUES (100, 30, 14.42, 2); +INSERT INTO `ingredient_info` VALUES (100, 31, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (100, 32, 3.71, 2); +INSERT INTO `ingredient_info` VALUES (100, 33, 0.0258, 2); +INSERT INTO `ingredient_info` VALUES (100, 34, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (100, 35, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (100, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (100, 37, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (100, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (100, 39, 10.94, 2); +INSERT INTO `ingredient_info` VALUES (100, 40, 0.09551, 2); +INSERT INTO `ingredient_info` VALUES (100, 41, 0.11738, 2); +INSERT INTO `ingredient_info` VALUES (100, 42, 0.04204, 2); +INSERT INTO `ingredient_info` VALUES (100, 43, 12.34, 2); +INSERT INTO `ingredient_info` VALUES (4, 1, 0.5231, 2); +INSERT INTO `ingredient_info` VALUES (4, 2, 3.22, 2); +INSERT INTO `ingredient_info` VALUES (4, 3, 0.1586, 2); +INSERT INTO `ingredient_info` VALUES (4, 4, 0.2654, 2); +INSERT INTO `ingredient_info` VALUES (4, 5, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (4, 6, 0.0359, 2); +INSERT INTO `ingredient_info` VALUES (4, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (4, 8, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (4, 9, 1.29, 2); +INSERT INTO `ingredient_info` VALUES (4, 10, 0.0273, 2); +INSERT INTO `ingredient_info` VALUES (4, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (4, 12, 3.9, 2); +INSERT INTO `ingredient_info` VALUES (4, 13, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (4, 14, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (4, 15, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (4, 16, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (4, 17, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (4, 18, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (4, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (4, 20, 0.00176, 2); +INSERT INTO `ingredient_info` VALUES (4, 21, 0.00528, 2); +INSERT INTO `ingredient_info` VALUES (4, 22, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (4, 23, 0.0299, 2); +INSERT INTO `ingredient_info` VALUES (4, 24, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (4, 25, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (4, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (4, 27, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (4, 28, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (4, 29, 0.0195, 2); +INSERT INTO `ingredient_info` VALUES (4, 30, 14.42, 2); +INSERT INTO `ingredient_info` VALUES (4, 31, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (4, 32, 3.71, 2); +INSERT INTO `ingredient_info` VALUES (4, 33, 0.0258, 2); +INSERT INTO `ingredient_info` VALUES (4, 34, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (4, 35, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (4, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (4, 37, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (4, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (4, 39, 10.94, 2); +INSERT INTO `ingredient_info` VALUES (4, 40, 0.09551, 2); +INSERT INTO `ingredient_info` VALUES (4, 41, 0.11738, 2); +INSERT INTO `ingredient_info` VALUES (4, 42, 0.04204, 2); +INSERT INTO `ingredient_info` VALUES (4, 43, 12.34, 2); +INSERT INTO `ingredient_info` VALUES (101, 1, 0.7462, 2); +INSERT INTO `ingredient_info` VALUES (101, 2, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (101, 3, 0.1258, 2); +INSERT INTO `ingredient_info` VALUES (101, 4, 0.1061, 2); +INSERT INTO `ingredient_info` VALUES (101, 5, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (101, 6, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (101, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (101, 8, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (101, 9, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (101, 10, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (101, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (101, 12, 1.72, 2); +INSERT INTO `ingredient_info` VALUES (101, 13, 1.26, 2); +INSERT INTO `ingredient_info` VALUES (101, 14, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (101, 15, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (101, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (101, 17, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (101, 18, 0.308, 2); +INSERT INTO `ingredient_info` VALUES (101, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (101, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (101, 21, 0.00513, 2); +INSERT INTO `ingredient_info` VALUES (101, 22, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (101, 23, 0.01398, 2); +INSERT INTO `ingredient_info` VALUES (101, 24, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (101, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (101, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (101, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (101, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (101, 29, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (101, 30, 5.86, 2); +INSERT INTO `ingredient_info` VALUES (101, 31, 1.69, 2); +INSERT INTO `ingredient_info` VALUES (101, 32, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (101, 33, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (101, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (101, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (101, 36, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (101, 37, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (101, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (101, 39, 3.53, 2); +INSERT INTO `ingredient_info` VALUES (101, 40, 0.03267, 2); +INSERT INTO `ingredient_info` VALUES (101, 41, 0.04077, 2); +INSERT INTO `ingredient_info` VALUES (101, 42, 0.01414, 2); +INSERT INTO `ingredient_info` VALUES (101, 43, 4.24, 2); +INSERT INTO `ingredient_info` VALUES (102, 1, 0.7462, 2); +INSERT INTO `ingredient_info` VALUES (102, 2, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (102, 3, 0.1258, 2); +INSERT INTO `ingredient_info` VALUES (102, 4, 0.1061, 2); +INSERT INTO `ingredient_info` VALUES (102, 5, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (102, 6, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (102, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (102, 8, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (102, 9, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (102, 10, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (102, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (102, 12, 1.72, 2); +INSERT INTO `ingredient_info` VALUES (102, 13, 1.26, 2); +INSERT INTO `ingredient_info` VALUES (102, 14, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (102, 15, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (102, 16, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (102, 17, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (102, 18, 0.308, 2); +INSERT INTO `ingredient_info` VALUES (102, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (102, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (102, 21, 0.00513, 2); +INSERT INTO `ingredient_info` VALUES (102, 22, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (102, 23, 0.01398, 2); +INSERT INTO `ingredient_info` VALUES (102, 24, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (102, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (102, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (102, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (102, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (102, 29, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (102, 30, 5.86, 2); +INSERT INTO `ingredient_info` VALUES (102, 31, 1.69, 2); +INSERT INTO `ingredient_info` VALUES (102, 32, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (102, 33, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (102, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (102, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (102, 36, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (102, 37, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (102, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (102, 39, 3.53, 2); +INSERT INTO `ingredient_info` VALUES (102, 40, 0.03267, 2); +INSERT INTO `ingredient_info` VALUES (102, 41, 0.04077, 2); +INSERT INTO `ingredient_info` VALUES (102, 42, 0.01414, 2); +INSERT INTO `ingredient_info` VALUES (102, 43, 4.24, 2); +INSERT INTO `ingredient_info` VALUES (5, 1, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (5, 2, 6.15, 2); +INSERT INTO `ingredient_info` VALUES (5, 3, 0.4817, 2); +INSERT INTO `ingredient_info` VALUES (5, 4, 0.4395, 2); +INSERT INTO `ingredient_info` VALUES (5, 5, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (5, 6, 0.0238, 2); +INSERT INTO `ingredient_info` VALUES (5, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 9, 2.22, 2); +INSERT INTO `ingredient_info` VALUES (5, 10, 0.0828, 2); +INSERT INTO `ingredient_info` VALUES (5, 11, 0.49, 2); +INSERT INTO `ingredient_info` VALUES (5, 12, 7.15, 2); +INSERT INTO `ingredient_info` VALUES (5, 13, 5.15, 2); +INSERT INTO `ingredient_info` VALUES (5, 14, 5.48, 2); +INSERT INTO `ingredient_info` VALUES (5, 15, 0.0571, 2); +INSERT INTO `ingredient_info` VALUES (5, 16, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (5, 17, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (5, 18, 1.211, 2); +INSERT INTO `ingredient_info` VALUES (5, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 20, 0.00325, 2); +INSERT INTO `ingredient_info` VALUES (5, 21, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (5, 22, 0.00259, 2); +INSERT INTO `ingredient_info` VALUES (5, 23, 0.0671, 2); +INSERT INTO `ingredient_info` VALUES (5, 24, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (5, 25, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (5, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 27, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (5, 28, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (5, 29, 0.1051, 2); +INSERT INTO `ingredient_info` VALUES (5, 30, 20.5, 2); +INSERT INTO `ingredient_info` VALUES (5, 31, 6.16, 2); +INSERT INTO `ingredient_info` VALUES (5, 32, 6.16, 2); +INSERT INTO `ingredient_info` VALUES (5, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (5, 40, 0.13198, 2); +INSERT INTO `ingredient_info` VALUES (5, 41, 0.17564, 2); +INSERT INTO `ingredient_info` VALUES (5, 42, 0.05713, 2); +INSERT INTO `ingredient_info` VALUES (5, 43, 20.17, 2); +INSERT INTO `ingredient_info` VALUES (36, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (36, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (36, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 9, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (36, 10, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (36, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 13, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (36, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (36, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 33, 0.1435, 2); +INSERT INTO `ingredient_info` VALUES (36, 34, 0.602, 2); +INSERT INTO `ingredient_info` VALUES (36, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (36, 40, 0.13454, 2); +INSERT INTO `ingredient_info` VALUES (36, 41, 0.73901, 2); +INSERT INTO `ingredient_info` VALUES (36, 42, 0.10003, 2); +INSERT INTO `ingredient_info` VALUES (36, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (103, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (103, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 33, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (103, 34, 0.136, 2); +INSERT INTO `ingredient_info` VALUES (103, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (103, 40, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (103, 41, 0.397, 2); +INSERT INTO `ingredient_info` VALUES (103, 42, 0.417, 2); +INSERT INTO `ingredient_info` VALUES (103, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (104, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (104, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 33, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (104, 34, 0.136, 2); +INSERT INTO `ingredient_info` VALUES (104, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (104, 40, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (104, 41, 0.397, 2); +INSERT INTO `ingredient_info` VALUES (104, 42, 0.417, 2); +INSERT INTO `ingredient_info` VALUES (104, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 1, 0.157, 2); +INSERT INTO `ingredient_info` VALUES (105, 2, 7.19, 2); +INSERT INTO `ingredient_info` VALUES (105, 3, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (105, 4, 0.805, 2); +INSERT INTO `ingredient_info` VALUES (105, 5, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (105, 6, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (105, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (105, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (105, 12, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (105, 13, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (105, 14, 9.43, 2); +INSERT INTO `ingredient_info` VALUES (105, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 19, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (105, 20, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (105, 21, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (105, 22, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (105, 23, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (105, 24, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (105, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (105, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (105, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (105, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (105, 30, 35.77, 2); +INSERT INTO `ingredient_info` VALUES (105, 31, 8.19, 2); +INSERT INTO `ingredient_info` VALUES (105, 32, 7.68, 2); +INSERT INTO `ingredient_info` VALUES (105, 33, 0.116, 2); +INSERT INTO `ingredient_info` VALUES (105, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 36, 6.1, 2); +INSERT INTO `ingredient_info` VALUES (105, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (105, 40, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (105, 41, 0.458, 2); +INSERT INTO `ingredient_info` VALUES (105, 42, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (105, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 1, 0.564, 2); +INSERT INTO `ingredient_info` VALUES (106, 2, 2.91, 2); +INSERT INTO `ingredient_info` VALUES (106, 3, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (106, 4, 0.2837, 2); +INSERT INTO `ingredient_info` VALUES (106, 5, 0.0442, 2); +INSERT INTO `ingredient_info` VALUES (106, 6, 0.1043, 2); +INSERT INTO `ingredient_info` VALUES (106, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 8, 0.0832, 2); +INSERT INTO `ingredient_info` VALUES (106, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (106, 10, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (106, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (106, 12, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (106, 13, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (106, 14, 16.54, 2); +INSERT INTO `ingredient_info` VALUES (106, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (106, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 17, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (106, 18, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (106, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (106, 21, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (106, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 24, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (106, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 30, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (106, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (106, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 33, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (106, 34, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (106, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 36, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (106, 37, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (106, 38, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (106, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (106, 40, 0.04474, 2); +INSERT INTO `ingredient_info` VALUES (106, 41, 0.06315, 2); +INSERT INTO `ingredient_info` VALUES (106, 42, 0.12941, 2); +INSERT INTO `ingredient_info` VALUES (106, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 1, 0.5187, 2); +INSERT INTO `ingredient_info` VALUES (107, 2, 3.08, 2); +INSERT INTO `ingredient_info` VALUES (107, 3, 0.152, 2); +INSERT INTO `ingredient_info` VALUES (107, 4, 0.2459, 2); +INSERT INTO `ingredient_info` VALUES (107, 5, 0.0285, 2); +INSERT INTO `ingredient_info` VALUES (107, 6, 0.0549, 2); +INSERT INTO `ingredient_info` VALUES (107, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 8, 0.0442, 2); +INSERT INTO `ingredient_info` VALUES (107, 9, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (107, 10, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (107, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (107, 12, 1.63, 2); +INSERT INTO `ingredient_info` VALUES (107, 13, 3.15, 2); +INSERT INTO `ingredient_info` VALUES (107, 14, 7.36, 2); +INSERT INTO `ingredient_info` VALUES (107, 15, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (107, 16, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (107, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (107, 18, 0.246, 2); +INSERT INTO `ingredient_info` VALUES (107, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (107, 20, 0.00217, 2); +INSERT INTO `ingredient_info` VALUES (107, 21, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (107, 22, 0.02521, 2); +INSERT INTO `ingredient_info` VALUES (107, 23, 0.00415, 2); +INSERT INTO `ingredient_info` VALUES (107, 24, 0.00297, 2); +INSERT INTO `ingredient_info` VALUES (107, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (107, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (107, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (107, 29, 0.0182, 2); +INSERT INTO `ingredient_info` VALUES (107, 30, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (107, 31, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (107, 32, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (107, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (107, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (107, 40, 0.09301, 2); +INSERT INTO `ingredient_info` VALUES (107, 41, 0.10526, 2); +INSERT INTO `ingredient_info` VALUES (107, 42, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (107, 43, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (108, 1, 0.0386, 2); +INSERT INTO `ingredient_info` VALUES (108, 2, 4.44, 2); +INSERT INTO `ingredient_info` VALUES (108, 3, 0.555, 2); +INSERT INTO `ingredient_info` VALUES (108, 4, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (108, 5, 0.0584, 2); +INSERT INTO `ingredient_info` VALUES (108, 6, 0.218, 2); +INSERT INTO `ingredient_info` VALUES (108, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 8, 0.218, 2); +INSERT INTO `ingredient_info` VALUES (108, 9, 3.26, 2); +INSERT INTO `ingredient_info` VALUES (108, 10, 0.0316, 2); +INSERT INTO `ingredient_info` VALUES (108, 11, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (108, 12, 4.78, 2); +INSERT INTO `ingredient_info` VALUES (108, 13, 7.44, 2); +INSERT INTO `ingredient_info` VALUES (108, 14, 8, 2); +INSERT INTO `ingredient_info` VALUES (108, 15, 0.0182, 2); +INSERT INTO `ingredient_info` VALUES (108, 16, 0.00207, 2); +INSERT INTO `ingredient_info` VALUES (108, 17, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (108, 18, 1.277, 2); +INSERT INTO `ingredient_info` VALUES (108, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (108, 20, 0.00226, 2); +INSERT INTO `ingredient_info` VALUES (108, 21, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (108, 22, 0.00577, 2); +INSERT INTO `ingredient_info` VALUES (108, 23, 0.03384, 2); +INSERT INTO `ingredient_info` VALUES (108, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (108, 25, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (108, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 27, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (108, 28, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (108, 29, 0.0352, 2); +INSERT INTO `ingredient_info` VALUES (108, 30, 12.3, 2); +INSERT INTO `ingredient_info` VALUES (108, 31, 3.69, 2); +INSERT INTO `ingredient_info` VALUES (108, 32, 3.69, 2); +INSERT INTO `ingredient_info` VALUES (108, 33, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (108, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (108, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (108, 40, 0.03766, 2); +INSERT INTO `ingredient_info` VALUES (108, 41, 0.05341, 2); +INSERT INTO `ingredient_info` VALUES (108, 42, 0.01683, 2); +INSERT INTO `ingredient_info` VALUES (108, 43, 5.72, 2); +INSERT INTO `ingredient_info` VALUES (1, 1, 0.1794, 2); +INSERT INTO `ingredient_info` VALUES (1, 2, 7.17, 2); +INSERT INTO `ingredient_info` VALUES (1, 3, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (1, 4, 0.8111, 2); +INSERT INTO `ingredient_info` VALUES (1, 5, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (1, 6, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (1, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 8, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (1, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (1, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (1, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (1, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (1, 13, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (1, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (1, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (1, 16, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (1, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (1, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (1, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (1, 21, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (1, 22, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (1, 23, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (1, 24, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (1, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (1, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (1, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (1, 29, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (1, 30, 24.99, 2); +INSERT INTO `ingredient_info` VALUES (1, 31, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (1, 32, 6.71, 2); +INSERT INTO `ingredient_info` VALUES (1, 33, 0.0232, 2); +INSERT INTO `ingredient_info` VALUES (1, 34, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (1, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 36, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (1, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (1, 40, 0.51368, 2); +INSERT INTO `ingredient_info` VALUES (1, 41, 0.21021, 2); +INSERT INTO `ingredient_info` VALUES (1, 42, 0.03043, 2); +INSERT INTO `ingredient_info` VALUES (1, 43, 2.15, 2); +INSERT INTO `ingredient_info` VALUES (109, 1, 0.1794, 2); +INSERT INTO `ingredient_info` VALUES (109, 2, 7.17, 2); +INSERT INTO `ingredient_info` VALUES (109, 3, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (109, 4, 0.8111, 2); +INSERT INTO `ingredient_info` VALUES (109, 5, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (109, 6, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (109, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 8, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (109, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (109, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (109, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (109, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (109, 13, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (109, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (109, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (109, 16, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (109, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (109, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (109, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (109, 21, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (109, 22, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (109, 23, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (109, 24, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (109, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (109, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (109, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (109, 29, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (109, 30, 24.99, 2); +INSERT INTO `ingredient_info` VALUES (109, 31, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (109, 32, 6.71, 2); +INSERT INTO `ingredient_info` VALUES (109, 33, 0.0232, 2); +INSERT INTO `ingredient_info` VALUES (109, 34, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (109, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 36, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (109, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (109, 40, 0.51368, 2); +INSERT INTO `ingredient_info` VALUES (109, 41, 0.21021, 2); +INSERT INTO `ingredient_info` VALUES (109, 42, 0.03043, 2); +INSERT INTO `ingredient_info` VALUES (109, 43, 2.15, 2); +INSERT INTO `ingredient_info` VALUES (110, 1, 0.1794, 2); +INSERT INTO `ingredient_info` VALUES (110, 2, 7.17, 2); +INSERT INTO `ingredient_info` VALUES (110, 3, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (110, 4, 0.8111, 2); +INSERT INTO `ingredient_info` VALUES (110, 5, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (110, 6, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (110, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 8, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (110, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (110, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (110, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (110, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (110, 13, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (110, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (110, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (110, 16, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (110, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (110, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (110, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (110, 21, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (110, 22, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (110, 23, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (110, 24, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (110, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (110, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (110, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (110, 29, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (110, 30, 24.99, 2); +INSERT INTO `ingredient_info` VALUES (110, 31, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (110, 32, 6.71, 2); +INSERT INTO `ingredient_info` VALUES (110, 33, 0.0232, 2); +INSERT INTO `ingredient_info` VALUES (110, 34, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (110, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 36, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (110, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (110, 40, 0.51368, 2); +INSERT INTO `ingredient_info` VALUES (110, 41, 0.21021, 2); +INSERT INTO `ingredient_info` VALUES (110, 42, 0.03043, 2); +INSERT INTO `ingredient_info` VALUES (110, 43, 2.15, 2); +INSERT INTO `ingredient_info` VALUES (111, 1, 0.1794, 2); +INSERT INTO `ingredient_info` VALUES (111, 2, 7.17, 2); +INSERT INTO `ingredient_info` VALUES (111, 3, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (111, 4, 0.8111, 2); +INSERT INTO `ingredient_info` VALUES (111, 5, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (111, 6, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (111, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 8, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (111, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (111, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (111, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (111, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (111, 13, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (111, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (111, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (111, 16, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (111, 17, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (111, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (111, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (111, 21, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (111, 22, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (111, 23, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (111, 24, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (111, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (111, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (111, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (111, 29, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (111, 30, 24.99, 2); +INSERT INTO `ingredient_info` VALUES (111, 31, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (111, 32, 6.71, 2); +INSERT INTO `ingredient_info` VALUES (111, 33, 0.0232, 2); +INSERT INTO `ingredient_info` VALUES (111, 34, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (111, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 36, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (111, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (111, 40, 0.51368, 2); +INSERT INTO `ingredient_info` VALUES (111, 41, 0.21021, 2); +INSERT INTO `ingredient_info` VALUES (111, 42, 0.03043, 2); +INSERT INTO `ingredient_info` VALUES (111, 43, 2.15, 2); +INSERT INTO `ingredient_info` VALUES (112, 1, 0.4315, 2); +INSERT INTO `ingredient_info` VALUES (112, 2, 3.28, 2); +INSERT INTO `ingredient_info` VALUES (112, 3, 0.1961, 2); +INSERT INTO `ingredient_info` VALUES (112, 4, 0.246, 2); +INSERT INTO `ingredient_info` VALUES (112, 5, 0.0535, 2); +INSERT INTO `ingredient_info` VALUES (112, 6, 0.0729, 2); +INSERT INTO `ingredient_info` VALUES (112, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 9, 5.74, 2); +INSERT INTO `ingredient_info` VALUES (112, 10, 0.0084, 2); +INSERT INTO `ingredient_info` VALUES (112, 11, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (112, 12, 7.54, 2); +INSERT INTO `ingredient_info` VALUES (112, 13, 2.79, 2); +INSERT INTO `ingredient_info` VALUES (112, 14, 15.96, 2); +INSERT INTO `ingredient_info` VALUES (112, 15, 0.0299, 2); +INSERT INTO `ingredient_info` VALUES (112, 16, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (112, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (112, 18, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (112, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 20, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (112, 21, 0.00442, 2); +INSERT INTO `ingredient_info` VALUES (112, 22, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (112, 23, 0.00558, 2); +INSERT INTO `ingredient_info` VALUES (112, 24, 0.00141, 2); +INSERT INTO `ingredient_info` VALUES (112, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (112, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (112, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (112, 29, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (112, 30, 9.13, 2); +INSERT INTO `ingredient_info` VALUES (112, 31, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (112, 32, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (112, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (112, 40, 0.15443, 2); +INSERT INTO `ingredient_info` VALUES (112, 41, 0.07206, 2); +INSERT INTO `ingredient_info` VALUES (112, 42, 0.00723, 2); +INSERT INTO `ingredient_info` VALUES (112, 43, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (113, 1, 0.4315, 2); +INSERT INTO `ingredient_info` VALUES (113, 2, 3.28, 2); +INSERT INTO `ingredient_info` VALUES (113, 3, 0.1961, 2); +INSERT INTO `ingredient_info` VALUES (113, 4, 0.246, 2); +INSERT INTO `ingredient_info` VALUES (113, 5, 0.0535, 2); +INSERT INTO `ingredient_info` VALUES (113, 6, 0.0729, 2); +INSERT INTO `ingredient_info` VALUES (113, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 9, 5.74, 2); +INSERT INTO `ingredient_info` VALUES (113, 10, 0.0084, 2); +INSERT INTO `ingredient_info` VALUES (113, 11, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (113, 12, 7.54, 2); +INSERT INTO `ingredient_info` VALUES (113, 13, 2.79, 2); +INSERT INTO `ingredient_info` VALUES (113, 14, 15.96, 2); +INSERT INTO `ingredient_info` VALUES (113, 15, 0.0299, 2); +INSERT INTO `ingredient_info` VALUES (113, 16, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (113, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (113, 18, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (113, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 20, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (113, 21, 0.00442, 2); +INSERT INTO `ingredient_info` VALUES (113, 22, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (113, 23, 0.00558, 2); +INSERT INTO `ingredient_info` VALUES (113, 24, 0.00141, 2); +INSERT INTO `ingredient_info` VALUES (113, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (113, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (113, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (113, 29, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (113, 30, 9.13, 2); +INSERT INTO `ingredient_info` VALUES (113, 31, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (113, 32, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (113, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (113, 40, 0.15443, 2); +INSERT INTO `ingredient_info` VALUES (113, 41, 0.07206, 2); +INSERT INTO `ingredient_info` VALUES (113, 42, 0.00723, 2); +INSERT INTO `ingredient_info` VALUES (113, 43, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (114, 1, 0.0396, 2); +INSERT INTO `ingredient_info` VALUES (114, 2, 3.58, 2); +INSERT INTO `ingredient_info` VALUES (114, 3, 0.351, 2); +INSERT INTO `ingredient_info` VALUES (114, 4, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (114, 5, 0.0803, 2); +INSERT INTO `ingredient_info` VALUES (114, 6, 0.5219, 2); +INSERT INTO `ingredient_info` VALUES (114, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 8, 0.5219, 2); +INSERT INTO `ingredient_info` VALUES (114, 9, 12.31, 2); +INSERT INTO `ingredient_info` VALUES (114, 10, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (114, 11, 1.17, 2); +INSERT INTO `ingredient_info` VALUES (114, 12, 9.85, 2); +INSERT INTO `ingredient_info` VALUES (114, 13, 17.05, 2); +INSERT INTO `ingredient_info` VALUES (114, 14, 5.49, 2); +INSERT INTO `ingredient_info` VALUES (114, 15, 0.0441, 2); +INSERT INTO `ingredient_info` VALUES (114, 16, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (114, 17, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (114, 18, 0.273, 2); +INSERT INTO `ingredient_info` VALUES (114, 19, 0.056, 2); +INSERT INTO `ingredient_info` VALUES (114, 20, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (114, 21, 0.01744, 2); +INSERT INTO `ingredient_info` VALUES (114, 22, 0.00891, 2); +INSERT INTO `ingredient_info` VALUES (114, 23, 0.0323, 2); +INSERT INTO `ingredient_info` VALUES (114, 24, 0.00345, 2); +INSERT INTO `ingredient_info` VALUES (114, 25, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (114, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 27, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (114, 28, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (114, 29, 0.0399, 2); +INSERT INTO `ingredient_info` VALUES (114, 30, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (114, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (114, 32, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (114, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (114, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (114, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (114, 40, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (114, 41, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (114, 42, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (114, 43, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (115, 1, 0.631, 2); +INSERT INTO `ingredient_info` VALUES (115, 2, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (115, 3, 0.2435, 2); +INSERT INTO `ingredient_info` VALUES (115, 4, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (115, 5, 0.0364, 2); +INSERT INTO `ingredient_info` VALUES (115, 6, 0.0191, 2); +INSERT INTO `ingredient_info` VALUES (115, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 8, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (115, 9, 4.15, 2); +INSERT INTO `ingredient_info` VALUES (115, 10, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (115, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (115, 12, 4.84, 2); +INSERT INTO `ingredient_info` VALUES (115, 13, 0.66, 2); +INSERT INTO `ingredient_info` VALUES (115, 14, 6.12, 2); +INSERT INTO `ingredient_info` VALUES (115, 15, 0.0182, 2); +INSERT INTO `ingredient_info` VALUES (115, 16, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (115, 17, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (115, 18, 0.145, 2); +INSERT INTO `ingredient_info` VALUES (115, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 20, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (115, 21, 0.00221, 2); +INSERT INTO `ingredient_info` VALUES (115, 22, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (115, 23, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (115, 24, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (115, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (115, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (115, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (115, 29, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (115, 30, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (115, 31, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (115, 32, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (115, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (115, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (115, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 36, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (115, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (115, 40, 0.04342, 2); +INSERT INTO `ingredient_info` VALUES (115, 41, 0.02082, 2); +INSERT INTO `ingredient_info` VALUES (115, 42, 0.00222, 2); +INSERT INTO `ingredient_info` VALUES (115, 43, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (116, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (116, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (116, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 33, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (116, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (116, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (116, 40, 0.12948, 2); +INSERT INTO `ingredient_info` VALUES (116, 41, 0.27576, 2); +INSERT INTO `ingredient_info` VALUES (116, 42, 0.54677, 2); +INSERT INTO `ingredient_info` VALUES (116, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (22, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (22, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 33, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (22, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (22, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (22, 40, 0.12948, 2); +INSERT INTO `ingredient_info` VALUES (22, 41, 0.27576, 2); +INSERT INTO `ingredient_info` VALUES (22, 42, 0.54677, 2); +INSERT INTO `ingredient_info` VALUES (22, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (117, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (117, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 33, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (117, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (117, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (117, 40, 0.12948, 2); +INSERT INTO `ingredient_info` VALUES (117, 41, 0.27576, 2); +INSERT INTO `ingredient_info` VALUES (117, 42, 0.54677, 2); +INSERT INTO `ingredient_info` VALUES (117, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 1, 0.9755, 2); +INSERT INTO `ingredient_info` VALUES (118, 2, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (118, 3, 0.0114, 2); +INSERT INTO `ingredient_info` VALUES (118, 4, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (118, 5, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (118, 6, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (118, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (118, 10, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (118, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (118, 12, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (118, 13, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (118, 14, 3.26, 2); +INSERT INTO `ingredient_info` VALUES (118, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (118, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (118, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 20, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (118, 21, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (118, 22, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (118, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (118, 24, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (118, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (118, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (118, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (118, 29, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (118, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (118, 40, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (118, 41, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (118, 42, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (118, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 1, 0.9196, 2); +INSERT INTO `ingredient_info` VALUES (119, 2, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (119, 3, 0.0442, 2); +INSERT INTO `ingredient_info` VALUES (119, 4, 0.0104, 2); +INSERT INTO `ingredient_info` VALUES (119, 5, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (119, 6, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (119, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (119, 10, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (119, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (119, 12, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (119, 13, 1.7, 2); +INSERT INTO `ingredient_info` VALUES (119, 14, 6.26, 2); +INSERT INTO `ingredient_info` VALUES (119, 15, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (119, 16, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (119, 17, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (119, 18, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (119, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 20, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (119, 21, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (119, 22, 0.0223, 2); +INSERT INTO `ingredient_info` VALUES (119, 23, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (119, 24, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (119, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (119, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (119, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (119, 29, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (119, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (119, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (119, 40, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (119, 41, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (119, 42, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (119, 43, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (120, 1, 0.8275, 2); +INSERT INTO `ingredient_info` VALUES (120, 2, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (120, 3, 0.0238, 2); +INSERT INTO `ingredient_info` VALUES (120, 4, 0.0577, 2); +INSERT INTO `ingredient_info` VALUES (120, 5, 0.0195, 2); +INSERT INTO `ingredient_info` VALUES (120, 6, 0.0716, 2); +INSERT INTO `ingredient_info` VALUES (120, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 8, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (120, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (120, 10, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (120, 11, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (120, 12, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (120, 13, 0.49, 2); +INSERT INTO `ingredient_info` VALUES (120, 14, 6.55, 2); +INSERT INTO `ingredient_info` VALUES (120, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (120, 16, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (120, 17, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (120, 18, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (120, 19, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (120, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (120, 21, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (120, 22, 0.00392, 2); +INSERT INTO `ingredient_info` VALUES (120, 23, 0.00192, 2); +INSERT INTO `ingredient_info` VALUES (120, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (120, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (120, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (120, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 30, 1.82, 2); +INSERT INTO `ingredient_info` VALUES (120, 31, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (120, 32, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (120, 33, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (120, 34, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (120, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 36, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (120, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (120, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (120, 40, 0.01602, 2); +INSERT INTO `ingredient_info` VALUES (120, 41, 0.02045, 2); +INSERT INTO `ingredient_info` VALUES (120, 42, 0.01048, 2); +INSERT INTO `ingredient_info` VALUES (120, 43, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (121, 1, 0.653, 2); +INSERT INTO `ingredient_info` VALUES (121, 2, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (121, 3, 0.165, 2); +INSERT INTO `ingredient_info` VALUES (121, 4, 0.103, 2); +INSERT INTO `ingredient_info` VALUES (121, 5, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (121, 6, 0.042, 2); +INSERT INTO `ingredient_info` VALUES (121, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (121, 10, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (121, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (121, 12, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (121, 13, 3.19, 2); +INSERT INTO `ingredient_info` VALUES (121, 14, 13.3, 2); +INSERT INTO `ingredient_info` VALUES (121, 15, 0.0194, 2); +INSERT INTO `ingredient_info` VALUES (121, 16, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (121, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 18, 0.174, 2); +INSERT INTO `ingredient_info` VALUES (121, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 20, 0.00632, 2); +INSERT INTO `ingredient_info` VALUES (121, 21, 0.00204, 2); +INSERT INTO `ingredient_info` VALUES (121, 22, 0.0388, 2); +INSERT INTO `ingredient_info` VALUES (121, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 24, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (121, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (121, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (121, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (121, 29, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (121, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 33, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (121, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (121, 40, 0.03422, 2); +INSERT INTO `ingredient_info` VALUES (121, 41, 0.04897, 2); +INSERT INTO `ingredient_info` VALUES (121, 42, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (121, 43, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (122, 1, 0.7585, 2); +INSERT INTO `ingredient_info` VALUES (122, 2, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (122, 3, 0.1195, 2); +INSERT INTO `ingredient_info` VALUES (122, 4, 0.102, 2); +INSERT INTO `ingredient_info` VALUES (122, 5, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (122, 6, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (122, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 9, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (122, 10, 0.0185, 2); +INSERT INTO `ingredient_info` VALUES (122, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (122, 12, 2.02, 2); +INSERT INTO `ingredient_info` VALUES (122, 13, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (122, 14, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (122, 15, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (122, 16, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (122, 17, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (122, 18, 0.308, 2); +INSERT INTO `ingredient_info` VALUES (122, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 20, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (122, 21, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (122, 22, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (122, 23, 0.0148, 2); +INSERT INTO `ingredient_info` VALUES (122, 24, 0.00162, 2); +INSERT INTO `ingredient_info` VALUES (122, 25, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (122, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 27, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (122, 28, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (122, 29, 0.0107, 2); +INSERT INTO `ingredient_info` VALUES (122, 30, 5.25, 2); +INSERT INTO `ingredient_info` VALUES (122, 31, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (122, 32, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (122, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (122, 40, 0.03147, 2); +INSERT INTO `ingredient_info` VALUES (122, 41, 0.03886, 2); +INSERT INTO `ingredient_info` VALUES (122, 42, 0.01412, 2); +INSERT INTO `ingredient_info` VALUES (122, 43, 4.32, 2); +INSERT INTO `ingredient_info` VALUES (123, 1, 0.8855, 2); +INSERT INTO `ingredient_info` VALUES (123, 2, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (123, 3, 0.098, 2); +INSERT INTO `ingredient_info` VALUES (123, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 5, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (123, 6, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (123, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (123, 10, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (123, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (123, 12, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (123, 13, 1.36, 2); +INSERT INTO `ingredient_info` VALUES (123, 14, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (123, 15, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (123, 16, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (123, 17, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (123, 18, 0.176, 2); +INSERT INTO `ingredient_info` VALUES (123, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (123, 21, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (123, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (123, 23, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (123, 24, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (123, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (123, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (123, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (123, 29, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (123, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (123, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 1, 0.0846, 2); +INSERT INTO `ingredient_info` VALUES (124, 2, 2.63, 2); +INSERT INTO `ingredient_info` VALUES (124, 3, 0.0609, 2); +INSERT INTO `ingredient_info` VALUES (124, 4, 0.0869, 2); +INSERT INTO `ingredient_info` VALUES (124, 5, 0.0465, 2); +INSERT INTO `ingredient_info` VALUES (124, 6, 0.7212, 2); +INSERT INTO `ingredient_info` VALUES (124, 7, 0.216, 2); +INSERT INTO `ingredient_info` VALUES (124, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 9, 6.61, 2); +INSERT INTO `ingredient_info` VALUES (124, 10, 0.0706, 2); +INSERT INTO `ingredient_info` VALUES (124, 11, 1.35, 2); +INSERT INTO `ingredient_info` VALUES (124, 12, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (124, 13, 10.44, 2); +INSERT INTO `ingredient_info` VALUES (124, 14, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (124, 15, 0.0101, 2); +INSERT INTO `ingredient_info` VALUES (124, 16, 0.00553, 2); +INSERT INTO `ingredient_info` VALUES (124, 17, 0.02943, 2); +INSERT INTO `ingredient_info` VALUES (124, 18, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (124, 19, 0.392, 2); +INSERT INTO `ingredient_info` VALUES (124, 20, 0.00101, 2); +INSERT INTO `ingredient_info` VALUES (124, 21, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (124, 22, 0.0286, 2); +INSERT INTO `ingredient_info` VALUES (124, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 24, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (124, 25, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (124, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 27, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (124, 28, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (124, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 30, 5.4, 2); +INSERT INTO `ingredient_info` VALUES (124, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (124, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (124, 40, 0.0255, 2); +INSERT INTO `ingredient_info` VALUES (124, 41, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (124, 42, 0.0236, 2); +INSERT INTO `ingredient_info` VALUES (124, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (125, 1, 0.0643, 2); +INSERT INTO `ingredient_info` VALUES (125, 2, 2.51, 2); +INSERT INTO `ingredient_info` VALUES (125, 3, 0.1437, 2); +INSERT INTO `ingredient_info` VALUES (125, 4, 0.0398, 2); +INSERT INTO `ingredient_info` VALUES (125, 5, 0.1427, 2); +INSERT INTO `ingredient_info` VALUES (125, 6, 0.6096, 2); +INSERT INTO `ingredient_info` VALUES (125, 7, 0.405, 2); +INSERT INTO `ingredient_info` VALUES (125, 8, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (125, 9, 21.13, 2); +INSERT INTO `ingredient_info` VALUES (125, 10, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (125, 11, 4.22, 2); +INSERT INTO `ingredient_info` VALUES (125, 12, 4.9, 2); +INSERT INTO `ingredient_info` VALUES (125, 13, 34.33, 2); +INSERT INTO `ingredient_info` VALUES (125, 14, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (125, 15, 0.0582, 2); +INSERT INTO `ingredient_info` VALUES (125, 16, 0.01367, 2); +INSERT INTO `ingredient_info` VALUES (125, 17, 0.03167, 2); +INSERT INTO `ingredient_info` VALUES (125, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (125, 19, 0.612, 2); +INSERT INTO `ingredient_info` VALUES (125, 20, 0.00148, 2); +INSERT INTO `ingredient_info` VALUES (125, 21, 0.00316, 2); +INSERT INTO `ingredient_info` VALUES (125, 22, 0.06948, 2); +INSERT INTO `ingredient_info` VALUES (125, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (125, 24, 0.0232, 2); +INSERT INTO `ingredient_info` VALUES (125, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (125, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (125, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (125, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (125, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (125, 30, 93.75, 2); +INSERT INTO `ingredient_info` VALUES (125, 31, 4.69, 2); +INSERT INTO `ingredient_info` VALUES (125, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (125, 33, 0.0748, 2); +INSERT INTO `ingredient_info` VALUES (125, 34, 17.145, 2); +INSERT INTO `ingredient_info` VALUES (125, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (125, 36, 55.84, 2); +INSERT INTO `ingredient_info` VALUES (125, 37, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (125, 38, 3.93, 2); +INSERT INTO `ingredient_info` VALUES (125, 39, 11.5, 2); +INSERT INTO `ingredient_info` VALUES (125, 40, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (125, 41, 0.00453, 2); +INSERT INTO `ingredient_info` VALUES (125, 42, 0.02168, 2); +INSERT INTO `ingredient_info` VALUES (125, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 1, 0.0544, 2); +INSERT INTO `ingredient_info` VALUES (126, 2, 3.13, 2); +INSERT INTO `ingredient_info` VALUES (126, 3, 0.0761, 2); +INSERT INTO `ingredient_info` VALUES (126, 4, 0.0836, 2); +INSERT INTO `ingredient_info` VALUES (126, 5, 0.0362, 2); +INSERT INTO `ingredient_info` VALUES (126, 6, 0.7497, 2); +INSERT INTO `ingredient_info` VALUES (126, 7, 0.263, 2); +INSERT INTO `ingredient_info` VALUES (126, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 9, 8.34, 2); +INSERT INTO `ingredient_info` VALUES (126, 10, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (126, 11, 1.2, 2); +INSERT INTO `ingredient_info` VALUES (126, 12, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (126, 13, 5.29, 2); +INSERT INTO `ingredient_info` VALUES (126, 14, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (126, 15, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (126, 16, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (126, 17, 0.08167, 2); +INSERT INTO `ingredient_info` VALUES (126, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (126, 19, 0.465, 2); +INSERT INTO `ingredient_info` VALUES (126, 20, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (126, 21, 0.00421, 2); +INSERT INTO `ingredient_info` VALUES (126, 22, 0.02005, 2); +INSERT INTO `ingredient_info` VALUES (126, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 24, 0.0174, 2); +INSERT INTO `ingredient_info` VALUES (126, 25, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (126, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 27, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (126, 28, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (126, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 30, 61.85, 2); +INSERT INTO `ingredient_info` VALUES (126, 31, 3.09, 2); +INSERT INTO `ingredient_info` VALUES (126, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (126, 40, 0.0228, 2); +INSERT INTO `ingredient_info` VALUES (126, 41, 0.0164, 2); +INSERT INTO `ingredient_info` VALUES (126, 42, 0.0229, 2); +INSERT INTO `ingredient_info` VALUES (126, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 1, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (127, 2, 3.92, 2); +INSERT INTO `ingredient_info` VALUES (127, 3, 0.1807, 2); +INSERT INTO `ingredient_info` VALUES (127, 4, 0.2527, 2); +INSERT INTO `ingredient_info` VALUES (127, 5, 0.0927, 2); +INSERT INTO `ingredient_info` VALUES (127, 6, 0.4135, 2); +INSERT INTO `ingredient_info` VALUES (127, 7, 0.118, 2); +INSERT INTO `ingredient_info` VALUES (127, 8, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (127, 9, 17.67, 2); +INSERT INTO `ingredient_info` VALUES (127, 10, 0.449, 2); +INSERT INTO `ingredient_info` VALUES (127, 11, 4.4, 2); +INSERT INTO `ingredient_info` VALUES (127, 12, 5.47, 2); +INSERT INTO `ingredient_info` VALUES (127, 13, 14, 2); +INSERT INTO `ingredient_info` VALUES (127, 14, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (127, 15, 0.0693, 2); +INSERT INTO `ingredient_info` VALUES (127, 16, 0.0137, 2); +INSERT INTO `ingredient_info` VALUES (127, 17, 0.07567, 2); +INSERT INTO `ingredient_info` VALUES (127, 18, 0.121, 2); +INSERT INTO `ingredient_info` VALUES (127, 19, 0.171, 2); +INSERT INTO `ingredient_info` VALUES (127, 20, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (127, 21, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (127, 22, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (127, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 24, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (127, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (127, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (127, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (127, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 30, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (127, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (127, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 33, 0.0107, 2); +INSERT INTO `ingredient_info` VALUES (127, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 36, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (127, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (127, 40, 0.0219, 2); +INSERT INTO `ingredient_info` VALUES (127, 41, 0.1593, 2); +INSERT INTO `ingredient_info` VALUES (127, 42, 0.0372, 2); +INSERT INTO `ingredient_info` VALUES (127, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 1, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (128, 2, 3.92, 2); +INSERT INTO `ingredient_info` VALUES (128, 3, 0.1807, 2); +INSERT INTO `ingredient_info` VALUES (128, 4, 0.2527, 2); +INSERT INTO `ingredient_info` VALUES (128, 5, 0.0927, 2); +INSERT INTO `ingredient_info` VALUES (128, 6, 0.4135, 2); +INSERT INTO `ingredient_info` VALUES (128, 7, 0.118, 2); +INSERT INTO `ingredient_info` VALUES (128, 8, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (128, 9, 17.67, 2); +INSERT INTO `ingredient_info` VALUES (128, 10, 0.449, 2); +INSERT INTO `ingredient_info` VALUES (128, 11, 4.4, 2); +INSERT INTO `ingredient_info` VALUES (128, 12, 5.47, 2); +INSERT INTO `ingredient_info` VALUES (128, 13, 14, 2); +INSERT INTO `ingredient_info` VALUES (128, 14, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (128, 15, 0.0693, 2); +INSERT INTO `ingredient_info` VALUES (128, 16, 0.0137, 2); +INSERT INTO `ingredient_info` VALUES (128, 17, 0.07567, 2); +INSERT INTO `ingredient_info` VALUES (128, 18, 0.121, 2); +INSERT INTO `ingredient_info` VALUES (128, 19, 0.171, 2); +INSERT INTO `ingredient_info` VALUES (128, 20, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (128, 21, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (128, 22, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (128, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 24, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (128, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (128, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (128, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (128, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 30, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (128, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (128, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 33, 0.0107, 2); +INSERT INTO `ingredient_info` VALUES (128, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 36, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (128, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (128, 40, 0.0219, 2); +INSERT INTO `ingredient_info` VALUES (128, 41, 0.1593, 2); +INSERT INTO `ingredient_info` VALUES (128, 42, 0.0372, 2); +INSERT INTO `ingredient_info` VALUES (128, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (129, 1, 0.0779, 2); +INSERT INTO `ingredient_info` VALUES (129, 2, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (129, 3, 0.1226, 2); +INSERT INTO `ingredient_info` VALUES (129, 4, 0.1676, 2); +INSERT INTO `ingredient_info` VALUES (129, 5, 0.0853, 2); +INSERT INTO `ingredient_info` VALUES (129, 6, 0.5466, 2); +INSERT INTO `ingredient_info` VALUES (129, 7, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (129, 8, 0.0719, 2); +INSERT INTO `ingredient_info` VALUES (129, 9, 2.78, 2); +INSERT INTO `ingredient_info` VALUES (129, 10, 0.1425, 2); +INSERT INTO `ingredient_info` VALUES (129, 11, 1.7, 2); +INSERT INTO `ingredient_info` VALUES (129, 12, 3.03, 2); +INSERT INTO `ingredient_info` VALUES (129, 13, 19.16, 2); +INSERT INTO `ingredient_info` VALUES (129, 14, 10.1, 2); +INSERT INTO `ingredient_info` VALUES (129, 15, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (129, 16, 0.00429, 2); +INSERT INTO `ingredient_info` VALUES (129, 17, 0.02165, 2); +INSERT INTO `ingredient_info` VALUES (129, 18, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (129, 19, 0.641, 2); +INSERT INTO `ingredient_info` VALUES (129, 20, 0.00349, 2); +INSERT INTO `ingredient_info` VALUES (129, 21, 0.00794, 2); +INSERT INTO `ingredient_info` VALUES (129, 22, 0.07893, 2); +INSERT INTO `ingredient_info` VALUES (129, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (129, 24, 0.0367, 2); +INSERT INTO `ingredient_info` VALUES (129, 25, 1, 2); +INSERT INTO `ingredient_info` VALUES (129, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (129, 27, 1, 2); +INSERT INTO `ingredient_info` VALUES (129, 28, 1, 2); +INSERT INTO `ingredient_info` VALUES (129, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (129, 30, 296.5, 2); +INSERT INTO `ingredient_info` VALUES (129, 31, 14.83, 2); +INSERT INTO `ingredient_info` VALUES (129, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (129, 33, 0.2905, 2); +INSERT INTO `ingredient_info` VALUES (129, 34, 1.057, 2); +INSERT INTO `ingredient_info` VALUES (129, 35, 20.9, 2); +INSERT INTO `ingredient_info` VALUES (129, 36, 150, 2); +INSERT INTO `ingredient_info` VALUES (129, 37, 34.9, 2); +INSERT INTO `ingredient_info` VALUES (129, 38, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (129, 39, 3.1, 2); +INSERT INTO `ingredient_info` VALUES (129, 40, 0.02953, 2); +INSERT INTO `ingredient_info` VALUES (129, 41, 0.03574, 2); +INSERT INTO `ingredient_info` VALUES (129, 42, 0.07458, 2); +INSERT INTO `ingredient_info` VALUES (129, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (7, 1, 0.0952, 2); +INSERT INTO `ingredient_info` VALUES (7, 2, 2.61, 2); +INSERT INTO `ingredient_info` VALUES (7, 3, 0.0389, 2); +INSERT INTO `ingredient_info` VALUES (7, 4, 0.0319, 2); +INSERT INTO `ingredient_info` VALUES (7, 5, 0.0355, 2); +INSERT INTO `ingredient_info` VALUES (7, 6, 0.7985, 2); +INSERT INTO `ingredient_info` VALUES (7, 7, 0.543, 2); +INSERT INTO `ingredient_info` VALUES (7, 8, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (7, 9, 12.28, 2); +INSERT INTO `ingredient_info` VALUES (7, 10, 0.3807, 2); +INSERT INTO `ingredient_info` VALUES (7, 11, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (7, 12, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (7, 13, 5, 2); +INSERT INTO `ingredient_info` VALUES (7, 14, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (7, 15, 0.0197, 2); +INSERT INTO `ingredient_info` VALUES (7, 16, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (7, 17, 0.16667, 2); +INSERT INTO `ingredient_info` VALUES (7, 18, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (7, 19, 0.285, 2); +INSERT INTO `ingredient_info` VALUES (7, 20, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (7, 21, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (7, 22, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (7, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (7, 24, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (7, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (7, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (7, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (7, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (7, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (7, 30, 2.8, 2); +INSERT INTO `ingredient_info` VALUES (7, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (7, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (7, 33, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (7, 34, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (7, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (7, 36, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (7, 37, 2.58, 2); +INSERT INTO `ingredient_info` VALUES (7, 38, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (7, 39, 4.2, 2); +INSERT INTO `ingredient_info` VALUES (7, 40, 0.0065, 2); +INSERT INTO `ingredient_info` VALUES (7, 41, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (7, 42, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (7, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (130, 1, 0.0952, 2); +INSERT INTO `ingredient_info` VALUES (130, 2, 2.61, 2); +INSERT INTO `ingredient_info` VALUES (130, 3, 0.0389, 2); +INSERT INTO `ingredient_info` VALUES (130, 4, 0.0319, 2); +INSERT INTO `ingredient_info` VALUES (130, 5, 0.0355, 2); +INSERT INTO `ingredient_info` VALUES (130, 6, 0.7985, 2); +INSERT INTO `ingredient_info` VALUES (130, 7, 0.543, 2); +INSERT INTO `ingredient_info` VALUES (130, 8, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (130, 9, 12.28, 2); +INSERT INTO `ingredient_info` VALUES (130, 10, 0.3807, 2); +INSERT INTO `ingredient_info` VALUES (130, 11, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (130, 12, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (130, 13, 5, 2); +INSERT INTO `ingredient_info` VALUES (130, 14, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (130, 15, 0.0197, 2); +INSERT INTO `ingredient_info` VALUES (130, 16, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (130, 17, 0.16667, 2); +INSERT INTO `ingredient_info` VALUES (130, 18, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (130, 19, 0.285, 2); +INSERT INTO `ingredient_info` VALUES (130, 20, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (130, 21, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (130, 22, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (130, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (130, 24, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (130, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (130, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (130, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (130, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (130, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (130, 30, 2.8, 2); +INSERT INTO `ingredient_info` VALUES (130, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (130, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (130, 33, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (130, 34, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (130, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (130, 36, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (130, 37, 2.58, 2); +INSERT INTO `ingredient_info` VALUES (130, 38, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (130, 39, 4.2, 2); +INSERT INTO `ingredient_info` VALUES (130, 40, 0.0065, 2); +INSERT INTO `ingredient_info` VALUES (130, 41, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (130, 42, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (130, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 1, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 2, 8.84, 2); +INSERT INTO `ingredient_info` VALUES (131, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 4, 1, 2); +INSERT INTO `ingredient_info` VALUES (131, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 33, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (131, 34, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (131, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (131, 40, 0.154, 2); +INSERT INTO `ingredient_info` VALUES (131, 41, 0.582, 2); +INSERT INTO `ingredient_info` VALUES (131, 42, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (131, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 1, 0.8385, 2); +INSERT INTO `ingredient_info` VALUES (132, 2, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (132, 3, 0.0161, 2); +INSERT INTO `ingredient_info` VALUES (132, 4, 0.0589, 2); +INSERT INTO `ingredient_info` VALUES (132, 5, 0.0193, 2); +INSERT INTO `ingredient_info` VALUES (132, 6, 0.0672, 2); +INSERT INTO `ingredient_info` VALUES (132, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 8, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (132, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (132, 10, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (132, 11, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (132, 12, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (132, 13, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (132, 14, 6.45, 2); +INSERT INTO `ingredient_info` VALUES (132, 15, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (132, 16, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (132, 17, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (132, 18, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (132, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 20, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (132, 21, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (132, 22, 0.00424, 2); +INSERT INTO `ingredient_info` VALUES (132, 23, 0.00234, 2); +INSERT INTO `ingredient_info` VALUES (132, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (132, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (132, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (132, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 30, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (132, 31, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (132, 32, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (132, 33, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (132, 34, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (132, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (132, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (132, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (132, 40, 0.01339, 2); +INSERT INTO `ingredient_info` VALUES (132, 41, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (132, 42, 0.01431, 2); +INSERT INTO `ingredient_info` VALUES (132, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (133, 1, 0.5622, 2); +INSERT INTO `ingredient_info` VALUES (133, 2, 3.04, 2); +INSERT INTO `ingredient_info` VALUES (133, 3, 0.1509, 2); +INSERT INTO `ingredient_info` VALUES (133, 4, 0.2653, 2); +INSERT INTO `ingredient_info` VALUES (133, 5, 0.0226, 2); +INSERT INTO `ingredient_info` VALUES (133, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (133, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (133, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (133, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (133, 10, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (133, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (133, 12, 1.35, 2); +INSERT INTO `ingredient_info` VALUES (133, 13, 2.48, 2); +INSERT INTO `ingredient_info` VALUES (133, 14, 6.36, 2); +INSERT INTO `ingredient_info` VALUES (133, 15, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (133, 16, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (133, 17, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (133, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (133, 19, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (133, 20, 0.00275, 2); +INSERT INTO `ingredient_info` VALUES (133, 21, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (133, 22, 0.04703, 2); +INSERT INTO `ingredient_info` VALUES (133, 23, 0.00671, 2); +INSERT INTO `ingredient_info` VALUES (133, 24, 0.00306, 2); +INSERT INTO `ingredient_info` VALUES (133, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (133, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (133, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (133, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (133, 29, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (133, 30, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (133, 31, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (133, 32, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (133, 33, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (133, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (133, 35, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (133, 36, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (133, 37, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (133, 38, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (133, 39, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (133, 40, 0.08801, 2); +INSERT INTO `ingredient_info` VALUES (133, 41, 0.11894, 2); +INSERT INTO `ingredient_info` VALUES (133, 42, 0.03712, 2); +INSERT INTO `ingredient_info` VALUES (133, 43, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (134, 1, 0.7407, 2); +INSERT INTO `ingredient_info` VALUES (134, 2, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (134, 3, 0.1707, 2); +INSERT INTO `ingredient_info` VALUES (134, 4, 0.0166, 2); +INSERT INTO `ingredient_info` VALUES (134, 5, 0.0299, 2); +INSERT INTO `ingredient_info` VALUES (134, 6, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (134, 7, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (134, 8, 0.0351, 2); +INSERT INTO `ingredient_info` VALUES (134, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (134, 10, 0.0144, 2); +INSERT INTO `ingredient_info` VALUES (134, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (134, 12, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (134, 13, 3.02, 2); +INSERT INTO `ingredient_info` VALUES (134, 14, 10.15, 2); +INSERT INTO `ingredient_info` VALUES (134, 15, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (134, 16, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (134, 17, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (134, 18, 0.308, 2); +INSERT INTO `ingredient_info` VALUES (134, 19, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (134, 20, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (134, 21, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (134, 22, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (134, 23, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (134, 24, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (134, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (134, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (134, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (134, 29, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (134, 30, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (134, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (134, 32, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (134, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (134, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (134, 40, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (134, 41, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (134, 42, 0.00274, 2); +INSERT INTO `ingredient_info` VALUES (134, 43, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (135, 1, 0.0686, 2); +INSERT INTO `ingredient_info` VALUES (135, 2, 3.23, 2); +INSERT INTO `ingredient_info` VALUES (135, 3, 0.0598, 2); +INSERT INTO `ingredient_info` VALUES (135, 4, 0.2007, 2); +INSERT INTO `ingredient_info` VALUES (135, 5, 0.0588, 2); +INSERT INTO `ingredient_info` VALUES (135, 6, 0.6121, 2); +INSERT INTO `ingredient_info` VALUES (135, 7, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (135, 8, 0.0238, 2); +INSERT INTO `ingredient_info` VALUES (135, 9, 6.46, 2); +INSERT INTO `ingredient_info` VALUES (135, 10, 0.0868, 2); +INSERT INTO `ingredient_info` VALUES (135, 11, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (135, 12, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (135, 13, 11.02, 2); +INSERT INTO `ingredient_info` VALUES (135, 14, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (135, 15, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (135, 16, 0.00347, 2); +INSERT INTO `ingredient_info` VALUES (135, 17, 0.30033, 2); +INSERT INTO `ingredient_info` VALUES (135, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (135, 19, 0.808, 2); +INSERT INTO `ingredient_info` VALUES (135, 20, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (135, 21, 0.00267, 2); +INSERT INTO `ingredient_info` VALUES (135, 22, 0.01458, 2); +INSERT INTO `ingredient_info` VALUES (135, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 24, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (135, 25, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (135, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 27, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (135, 28, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (135, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 30, 5.3, 2); +INSERT INTO `ingredient_info` VALUES (135, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (135, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 33, 0.0852, 2); +INSERT INTO `ingredient_info` VALUES (135, 34, 1.418, 2); +INSERT INTO `ingredient_info` VALUES (135, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 36, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (135, 37, 4.68, 2); +INSERT INTO `ingredient_info` VALUES (135, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (135, 40, 0.05438, 2); +INSERT INTO `ingredient_info` VALUES (135, 41, 0.01471, 2); +INSERT INTO `ingredient_info` VALUES (135, 42, 0.07088, 2); +INSERT INTO `ingredient_info` VALUES (135, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 1, 0.0686, 2); +INSERT INTO `ingredient_info` VALUES (136, 2, 3.23, 2); +INSERT INTO `ingredient_info` VALUES (136, 3, 0.0598, 2); +INSERT INTO `ingredient_info` VALUES (136, 4, 0.2007, 2); +INSERT INTO `ingredient_info` VALUES (136, 5, 0.0588, 2); +INSERT INTO `ingredient_info` VALUES (136, 6, 0.6121, 2); +INSERT INTO `ingredient_info` VALUES (136, 7, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (136, 8, 0.0238, 2); +INSERT INTO `ingredient_info` VALUES (136, 9, 6.46, 2); +INSERT INTO `ingredient_info` VALUES (136, 10, 0.0868, 2); +INSERT INTO `ingredient_info` VALUES (136, 11, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (136, 12, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (136, 13, 11.02, 2); +INSERT INTO `ingredient_info` VALUES (136, 14, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (136, 15, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (136, 16, 0.00347, 2); +INSERT INTO `ingredient_info` VALUES (136, 17, 0.30033, 2); +INSERT INTO `ingredient_info` VALUES (136, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (136, 19, 0.808, 2); +INSERT INTO `ingredient_info` VALUES (136, 20, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (136, 21, 0.00267, 2); +INSERT INTO `ingredient_info` VALUES (136, 22, 0.01458, 2); +INSERT INTO `ingredient_info` VALUES (136, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 24, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (136, 25, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (136, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 27, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (136, 28, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (136, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 30, 5.3, 2); +INSERT INTO `ingredient_info` VALUES (136, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (136, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 33, 0.0852, 2); +INSERT INTO `ingredient_info` VALUES (136, 34, 1.418, 2); +INSERT INTO `ingredient_info` VALUES (136, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 36, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (136, 37, 4.68, 2); +INSERT INTO `ingredient_info` VALUES (136, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (136, 40, 0.05438, 2); +INSERT INTO `ingredient_info` VALUES (136, 41, 0.01471, 2); +INSERT INTO `ingredient_info` VALUES (136, 42, 0.07088, 2); +INSERT INTO `ingredient_info` VALUES (136, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 1, 0.0686, 2); +INSERT INTO `ingredient_info` VALUES (137, 2, 3.23, 2); +INSERT INTO `ingredient_info` VALUES (137, 3, 0.0598, 2); +INSERT INTO `ingredient_info` VALUES (137, 4, 0.2007, 2); +INSERT INTO `ingredient_info` VALUES (137, 5, 0.0588, 2); +INSERT INTO `ingredient_info` VALUES (137, 6, 0.6121, 2); +INSERT INTO `ingredient_info` VALUES (137, 7, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (137, 8, 0.0238, 2); +INSERT INTO `ingredient_info` VALUES (137, 9, 6.46, 2); +INSERT INTO `ingredient_info` VALUES (137, 10, 0.0868, 2); +INSERT INTO `ingredient_info` VALUES (137, 11, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (137, 12, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (137, 13, 11.02, 2); +INSERT INTO `ingredient_info` VALUES (137, 14, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (137, 15, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (137, 16, 0.00347, 2); +INSERT INTO `ingredient_info` VALUES (137, 17, 0.30033, 2); +INSERT INTO `ingredient_info` VALUES (137, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (137, 19, 0.808, 2); +INSERT INTO `ingredient_info` VALUES (137, 20, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (137, 21, 0.00267, 2); +INSERT INTO `ingredient_info` VALUES (137, 22, 0.01458, 2); +INSERT INTO `ingredient_info` VALUES (137, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 24, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (137, 25, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (137, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 27, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (137, 28, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (137, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 30, 5.3, 2); +INSERT INTO `ingredient_info` VALUES (137, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (137, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 33, 0.0852, 2); +INSERT INTO `ingredient_info` VALUES (137, 34, 1.418, 2); +INSERT INTO `ingredient_info` VALUES (137, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 36, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (137, 37, 4.68, 2); +INSERT INTO `ingredient_info` VALUES (137, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (137, 40, 0.05438, 2); +INSERT INTO `ingredient_info` VALUES (137, 41, 0.01471, 2); +INSERT INTO `ingredient_info` VALUES (137, 42, 0.07088, 2); +INSERT INTO `ingredient_info` VALUES (137, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 1, 0.0686, 2); +INSERT INTO `ingredient_info` VALUES (138, 2, 3.23, 2); +INSERT INTO `ingredient_info` VALUES (138, 3, 0.0598, 2); +INSERT INTO `ingredient_info` VALUES (138, 4, 0.2007, 2); +INSERT INTO `ingredient_info` VALUES (138, 5, 0.0588, 2); +INSERT INTO `ingredient_info` VALUES (138, 6, 0.6121, 2); +INSERT INTO `ingredient_info` VALUES (138, 7, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (138, 8, 0.0238, 2); +INSERT INTO `ingredient_info` VALUES (138, 9, 6.46, 2); +INSERT INTO `ingredient_info` VALUES (138, 10, 0.0868, 2); +INSERT INTO `ingredient_info` VALUES (138, 11, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (138, 12, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (138, 13, 11.02, 2); +INSERT INTO `ingredient_info` VALUES (138, 14, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (138, 15, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (138, 16, 0.00347, 2); +INSERT INTO `ingredient_info` VALUES (138, 17, 0.30033, 2); +INSERT INTO `ingredient_info` VALUES (138, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (138, 19, 0.808, 2); +INSERT INTO `ingredient_info` VALUES (138, 20, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (138, 21, 0.00267, 2); +INSERT INTO `ingredient_info` VALUES (138, 22, 0.01458, 2); +INSERT INTO `ingredient_info` VALUES (138, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 24, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (138, 25, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (138, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 27, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (138, 28, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (138, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 30, 5.3, 2); +INSERT INTO `ingredient_info` VALUES (138, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (138, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 33, 0.0852, 2); +INSERT INTO `ingredient_info` VALUES (138, 34, 1.418, 2); +INSERT INTO `ingredient_info` VALUES (138, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 36, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (138, 37, 4.68, 2); +INSERT INTO `ingredient_info` VALUES (138, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (138, 40, 0.05438, 2); +INSERT INTO `ingredient_info` VALUES (138, 41, 0.01471, 2); +INSERT INTO `ingredient_info` VALUES (138, 42, 0.07088, 2); +INSERT INTO `ingredient_info` VALUES (138, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 1, 0.0806, 2); +INSERT INTO `ingredient_info` VALUES (139, 2, 3.75, 2); +INSERT INTO `ingredient_info` VALUES (139, 3, 0.1781, 2); +INSERT INTO `ingredient_info` VALUES (139, 4, 0.2227, 2); +INSERT INTO `ingredient_info` VALUES (139, 5, 0.0762, 2); +INSERT INTO `ingredient_info` VALUES (139, 6, 0.4424, 2); +INSERT INTO `ingredient_info` VALUES (139, 7, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (139, 8, 0.0225, 2); +INSERT INTO `ingredient_info` VALUES (139, 9, 9.31, 2); +INSERT INTO `ingredient_info` VALUES (139, 10, 0.6636, 2); +INSERT INTO `ingredient_info` VALUES (139, 11, 3.66, 2); +INSERT INTO `ingredient_info` VALUES (139, 12, 4.99, 2); +INSERT INTO `ingredient_info` VALUES (139, 13, 17.88, 2); +INSERT INTO `ingredient_info` VALUES (139, 14, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (139, 15, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (139, 16, 0.00867, 2); +INSERT INTO `ingredient_info` VALUES (139, 17, 0.03333, 2); +INSERT INTO `ingredient_info` VALUES (139, 18, 0.052, 2); +INSERT INTO `ingredient_info` VALUES (139, 19, 0.077, 2); +INSERT INTO `ingredient_info` VALUES (139, 20, 0.00628, 2); +INSERT INTO `ingredient_info` VALUES (139, 21, 0.00327, 2); +INSERT INTO `ingredient_info` VALUES (139, 22, 0.04579, 2); +INSERT INTO `ingredient_info` VALUES (139, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 24, 0.00435, 2); +INSERT INTO `ingredient_info` VALUES (139, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (139, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (139, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (139, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 30, 12.7, 2); +INSERT INTO `ingredient_info` VALUES (139, 31, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (139, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 33, 0.0333, 2); +INSERT INTO `ingredient_info` VALUES (139, 34, 0.054, 2); +INSERT INTO `ingredient_info` VALUES (139, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 36, 7.62, 2); +INSERT INTO `ingredient_info` VALUES (139, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (139, 39, 4.48, 2); +INSERT INTO `ingredient_info` VALUES (139, 40, 0.01535, 2); +INSERT INTO `ingredient_info` VALUES (139, 41, 0.1404, 2); +INSERT INTO `ingredient_info` VALUES (139, 42, 0.03279, 2); +INSERT INTO `ingredient_info` VALUES (139, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 1, 0.0806, 2); +INSERT INTO `ingredient_info` VALUES (140, 2, 3.75, 2); +INSERT INTO `ingredient_info` VALUES (140, 3, 0.1781, 2); +INSERT INTO `ingredient_info` VALUES (140, 4, 0.2227, 2); +INSERT INTO `ingredient_info` VALUES (140, 5, 0.0762, 2); +INSERT INTO `ingredient_info` VALUES (140, 6, 0.4424, 2); +INSERT INTO `ingredient_info` VALUES (140, 7, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (140, 8, 0.0225, 2); +INSERT INTO `ingredient_info` VALUES (140, 9, 9.31, 2); +INSERT INTO `ingredient_info` VALUES (140, 10, 0.6636, 2); +INSERT INTO `ingredient_info` VALUES (140, 11, 3.66, 2); +INSERT INTO `ingredient_info` VALUES (140, 12, 4.99, 2); +INSERT INTO `ingredient_info` VALUES (140, 13, 17.88, 2); +INSERT INTO `ingredient_info` VALUES (140, 14, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (140, 15, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (140, 16, 0.00867, 2); +INSERT INTO `ingredient_info` VALUES (140, 17, 0.03333, 2); +INSERT INTO `ingredient_info` VALUES (140, 18, 0.052, 2); +INSERT INTO `ingredient_info` VALUES (140, 19, 0.077, 2); +INSERT INTO `ingredient_info` VALUES (140, 20, 0.00628, 2); +INSERT INTO `ingredient_info` VALUES (140, 21, 0.00327, 2); +INSERT INTO `ingredient_info` VALUES (140, 22, 0.04579, 2); +INSERT INTO `ingredient_info` VALUES (140, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 24, 0.00435, 2); +INSERT INTO `ingredient_info` VALUES (140, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (140, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (140, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (140, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 30, 12.7, 2); +INSERT INTO `ingredient_info` VALUES (140, 31, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (140, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 33, 0.0333, 2); +INSERT INTO `ingredient_info` VALUES (140, 34, 0.054, 2); +INSERT INTO `ingredient_info` VALUES (140, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 36, 7.62, 2); +INSERT INTO `ingredient_info` VALUES (140, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (140, 39, 4.48, 2); +INSERT INTO `ingredient_info` VALUES (140, 40, 0.01535, 2); +INSERT INTO `ingredient_info` VALUES (140, 41, 0.1404, 2); +INSERT INTO `ingredient_info` VALUES (140, 42, 0.03279, 2); +INSERT INTO `ingredient_info` VALUES (140, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 1, 0.0645, 2); +INSERT INTO `ingredient_info` VALUES (141, 2, 3.32, 2); +INSERT INTO `ingredient_info` VALUES (141, 3, 0.168, 2); +INSERT INTO `ingredient_info` VALUES (141, 4, 0.0076, 2); +INSERT INTO `ingredient_info` VALUES (141, 5, 0.0329, 2); +INSERT INTO `ingredient_info` VALUES (141, 6, 0.7271, 2); +INSERT INTO `ingredient_info` VALUES (141, 7, 0.099, 2); +INSERT INTO `ingredient_info` VALUES (141, 8, 0.243, 2); +INSERT INTO `ingredient_info` VALUES (141, 9, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (141, 10, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (141, 11, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (141, 12, 4.17, 2); +INSERT INTO `ingredient_info` VALUES (141, 13, 11.01, 2); +INSERT INTO `ingredient_info` VALUES (141, 14, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (141, 15, 0.0263, 2); +INSERT INTO `ingredient_info` VALUES (141, 16, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (141, 17, 0.00545, 2); +INSERT INTO `ingredient_info` VALUES (141, 18, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (141, 19, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (141, 20, 0.00466, 2); +INSERT INTO `ingredient_info` VALUES (141, 21, 0.00152, 2); +INSERT INTO `ingredient_info` VALUES (141, 22, 0.00692, 2); +INSERT INTO `ingredient_info` VALUES (141, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 24, 0.0294, 2); +INSERT INTO `ingredient_info` VALUES (141, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (141, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (141, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (141, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 33, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (141, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (141, 40, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (141, 41, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (141, 42, 0.00378, 2); +INSERT INTO `ingredient_info` VALUES (141, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 1, 0.0645, 2); +INSERT INTO `ingredient_info` VALUES (142, 2, 3.32, 2); +INSERT INTO `ingredient_info` VALUES (142, 3, 0.168, 2); +INSERT INTO `ingredient_info` VALUES (142, 4, 0.0076, 2); +INSERT INTO `ingredient_info` VALUES (142, 5, 0.0329, 2); +INSERT INTO `ingredient_info` VALUES (142, 6, 0.7271, 2); +INSERT INTO `ingredient_info` VALUES (142, 7, 0.099, 2); +INSERT INTO `ingredient_info` VALUES (142, 8, 0.243, 2); +INSERT INTO `ingredient_info` VALUES (142, 9, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (142, 10, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (142, 11, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (142, 12, 4.17, 2); +INSERT INTO `ingredient_info` VALUES (142, 13, 11.01, 2); +INSERT INTO `ingredient_info` VALUES (142, 14, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (142, 15, 0.0263, 2); +INSERT INTO `ingredient_info` VALUES (142, 16, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (142, 17, 0.00545, 2); +INSERT INTO `ingredient_info` VALUES (142, 18, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (142, 19, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (142, 20, 0.00466, 2); +INSERT INTO `ingredient_info` VALUES (142, 21, 0.00152, 2); +INSERT INTO `ingredient_info` VALUES (142, 22, 0.00692, 2); +INSERT INTO `ingredient_info` VALUES (142, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 24, 0.0294, 2); +INSERT INTO `ingredient_info` VALUES (142, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (142, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (142, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (142, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 33, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (142, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (142, 40, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (142, 41, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (142, 42, 0.00378, 2); +INSERT INTO `ingredient_info` VALUES (142, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 1, 0.0938, 2); +INSERT INTO `ingredient_info` VALUES (40, 2, 3.47, 2); +INSERT INTO `ingredient_info` VALUES (40, 3, 0.0912, 2); +INSERT INTO `ingredient_info` VALUES (40, 4, 0.0595, 2); +INSERT INTO `ingredient_info` VALUES (40, 5, 0.0477, 2); +INSERT INTO `ingredient_info` VALUES (40, 6, 0.7079, 2); +INSERT INTO `ingredient_info` VALUES (40, 7, 0.125, 2); +INSERT INTO `ingredient_info` VALUES (40, 8, 0.0339, 2); +INSERT INTO `ingredient_info` VALUES (40, 9, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (40, 10, 0.1152, 2); +INSERT INTO `ingredient_info` VALUES (40, 11, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (40, 12, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (40, 13, 13.43, 2); +INSERT INTO `ingredient_info` VALUES (40, 14, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (40, 15, 0.0472, 2); +INSERT INTO `ingredient_info` VALUES (40, 16, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (40, 17, 0.265, 2); +INSERT INTO `ingredient_info` VALUES (40, 18, 0.385, 2); +INSERT INTO `ingredient_info` VALUES (40, 19, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (40, 20, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (40, 21, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (40, 22, 0.05155, 2); +INSERT INTO `ingredient_info` VALUES (40, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 24, 0.0084, 2); +INSERT INTO `ingredient_info` VALUES (40, 25, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (40, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 27, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (40, 28, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (40, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 30, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (40, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (40, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 33, 0.1802, 2); +INSERT INTO `ingredient_info` VALUES (40, 34, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (40, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (40, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (40, 40, 0.0194, 2); +INSERT INTO `ingredient_info` VALUES (40, 41, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (40, 42, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (40, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 1, 0.0938, 2); +INSERT INTO `ingredient_info` VALUES (143, 2, 3.47, 2); +INSERT INTO `ingredient_info` VALUES (143, 3, 0.0912, 2); +INSERT INTO `ingredient_info` VALUES (143, 4, 0.0595, 2); +INSERT INTO `ingredient_info` VALUES (143, 5, 0.0477, 2); +INSERT INTO `ingredient_info` VALUES (143, 6, 0.7079, 2); +INSERT INTO `ingredient_info` VALUES (143, 7, 0.125, 2); +INSERT INTO `ingredient_info` VALUES (143, 8, 0.0339, 2); +INSERT INTO `ingredient_info` VALUES (143, 9, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (143, 10, 0.1152, 2); +INSERT INTO `ingredient_info` VALUES (143, 11, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (143, 12, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (143, 13, 13.43, 2); +INSERT INTO `ingredient_info` VALUES (143, 14, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (143, 15, 0.0472, 2); +INSERT INTO `ingredient_info` VALUES (143, 16, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (143, 17, 0.265, 2); +INSERT INTO `ingredient_info` VALUES (143, 18, 0.385, 2); +INSERT INTO `ingredient_info` VALUES (143, 19, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (143, 20, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (143, 21, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (143, 22, 0.05155, 2); +INSERT INTO `ingredient_info` VALUES (143, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 24, 0.0084, 2); +INSERT INTO `ingredient_info` VALUES (143, 25, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (143, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 27, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (143, 28, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (143, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 30, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (143, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (143, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 33, 0.1802, 2); +INSERT INTO `ingredient_info` VALUES (143, 34, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (143, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (143, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (143, 40, 0.0194, 2); +INSERT INTO `ingredient_info` VALUES (143, 41, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (143, 42, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (143, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 1, 0.0938, 2); +INSERT INTO `ingredient_info` VALUES (144, 2, 3.47, 2); +INSERT INTO `ingredient_info` VALUES (144, 3, 0.0912, 2); +INSERT INTO `ingredient_info` VALUES (144, 4, 0.0595, 2); +INSERT INTO `ingredient_info` VALUES (144, 5, 0.0477, 2); +INSERT INTO `ingredient_info` VALUES (144, 6, 0.7079, 2); +INSERT INTO `ingredient_info` VALUES (144, 7, 0.125, 2); +INSERT INTO `ingredient_info` VALUES (144, 8, 0.0339, 2); +INSERT INTO `ingredient_info` VALUES (144, 9, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (144, 10, 0.1152, 2); +INSERT INTO `ingredient_info` VALUES (144, 11, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (144, 12, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (144, 13, 13.43, 2); +INSERT INTO `ingredient_info` VALUES (144, 14, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (144, 15, 0.0472, 2); +INSERT INTO `ingredient_info` VALUES (144, 16, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (144, 17, 0.265, 2); +INSERT INTO `ingredient_info` VALUES (144, 18, 0.385, 2); +INSERT INTO `ingredient_info` VALUES (144, 19, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (144, 20, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (144, 21, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (144, 22, 0.05155, 2); +INSERT INTO `ingredient_info` VALUES (144, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 24, 0.0084, 2); +INSERT INTO `ingredient_info` VALUES (144, 25, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (144, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 27, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (144, 28, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (144, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 30, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (144, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (144, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 33, 0.1802, 2); +INSERT INTO `ingredient_info` VALUES (144, 34, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (144, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (144, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (144, 40, 0.0194, 2); +INSERT INTO `ingredient_info` VALUES (144, 41, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (144, 42, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (144, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 1, 0.0764, 2); +INSERT INTO `ingredient_info` VALUES (145, 2, 2.71, 2); +INSERT INTO `ingredient_info` VALUES (145, 3, 0.1266, 2); +INSERT INTO `ingredient_info` VALUES (145, 4, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (145, 5, 0.121, 2); +INSERT INTO `ingredient_info` VALUES (145, 6, 0.6056, 2); +INSERT INTO `ingredient_info` VALUES (145, 7, 0.403, 2); +INSERT INTO `ingredient_info` VALUES (145, 8, 0.0409, 2); +INSERT INTO `ingredient_info` VALUES (145, 9, 19.9, 2); +INSERT INTO `ingredient_info` VALUES (145, 10, 0.8271, 2); +INSERT INTO `ingredient_info` VALUES (145, 11, 3.46, 2); +INSERT INTO `ingredient_info` VALUES (145, 12, 3.06, 2); +INSERT INTO `ingredient_info` VALUES (145, 13, 15.22, 2); +INSERT INTO `ingredient_info` VALUES (145, 14, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (145, 15, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (145, 16, 0.01133, 2); +INSERT INTO `ingredient_info` VALUES (145, 17, 0.05433, 2); +INSERT INTO `ingredient_info` VALUES (145, 18, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (145, 19, 0.514, 2); +INSERT INTO `ingredient_info` VALUES (145, 20, 0.00289, 2); +INSERT INTO `ingredient_info` VALUES (145, 21, 0.00316, 2); +INSERT INTO `ingredient_info` VALUES (145, 22, 0.0412, 2); +INSERT INTO `ingredient_info` VALUES (145, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 24, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (145, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (145, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (145, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (145, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 30, 80.68, 2); +INSERT INTO `ingredient_info` VALUES (145, 31, 4.03, 2); +INSERT INTO `ingredient_info` VALUES (145, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 33, 0.0169, 2); +INSERT INTO `ingredient_info` VALUES (145, 34, 6.217, 2); +INSERT INTO `ingredient_info` VALUES (145, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 36, 48.06, 2); +INSERT INTO `ingredient_info` VALUES (145, 37, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (145, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (145, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (145, 40, 0.00529, 2); +INSERT INTO `ingredient_info` VALUES (145, 41, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (145, 42, 0.04405, 2); +INSERT INTO `ingredient_info` VALUES (145, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 1, 0.0764, 2); +INSERT INTO `ingredient_info` VALUES (146, 2, 2.71, 2); +INSERT INTO `ingredient_info` VALUES (146, 3, 0.1266, 2); +INSERT INTO `ingredient_info` VALUES (146, 4, 0.0704, 2); +INSERT INTO `ingredient_info` VALUES (146, 5, 0.121, 2); +INSERT INTO `ingredient_info` VALUES (146, 6, 0.6056, 2); +INSERT INTO `ingredient_info` VALUES (146, 7, 0.403, 2); +INSERT INTO `ingredient_info` VALUES (146, 8, 0.0409, 2); +INSERT INTO `ingredient_info` VALUES (146, 9, 19.9, 2); +INSERT INTO `ingredient_info` VALUES (146, 10, 0.8271, 2); +INSERT INTO `ingredient_info` VALUES (146, 11, 3.46, 2); +INSERT INTO `ingredient_info` VALUES (146, 12, 3.06, 2); +INSERT INTO `ingredient_info` VALUES (146, 13, 15.22, 2); +INSERT INTO `ingredient_info` VALUES (146, 14, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (146, 15, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (146, 16, 0.01133, 2); +INSERT INTO `ingredient_info` VALUES (146, 17, 0.05433, 2); +INSERT INTO `ingredient_info` VALUES (146, 18, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (146, 19, 0.514, 2); +INSERT INTO `ingredient_info` VALUES (146, 20, 0.00289, 2); +INSERT INTO `ingredient_info` VALUES (146, 21, 0.00316, 2); +INSERT INTO `ingredient_info` VALUES (146, 22, 0.0412, 2); +INSERT INTO `ingredient_info` VALUES (146, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 24, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (146, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (146, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (146, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (146, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 30, 80.68, 2); +INSERT INTO `ingredient_info` VALUES (146, 31, 4.03, 2); +INSERT INTO `ingredient_info` VALUES (146, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 33, 0.0169, 2); +INSERT INTO `ingredient_info` VALUES (146, 34, 6.217, 2); +INSERT INTO `ingredient_info` VALUES (146, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 36, 48.06, 2); +INSERT INTO `ingredient_info` VALUES (146, 37, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (146, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (146, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (146, 40, 0.00529, 2); +INSERT INTO `ingredient_info` VALUES (146, 41, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (146, 42, 0.04405, 2); +INSERT INTO `ingredient_info` VALUES (146, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 1, 0.0686, 2); +INSERT INTO `ingredient_info` VALUES (147, 2, 4.69, 2); +INSERT INTO `ingredient_info` VALUES (147, 3, 0.2494, 2); +INSERT INTO `ingredient_info` VALUES (147, 4, 0.2876, 2); +INSERT INTO `ingredient_info` VALUES (147, 5, 0.0451, 2); +INSERT INTO `ingredient_info` VALUES (147, 6, 0.3494, 2); +INSERT INTO `ingredient_info` VALUES (147, 7, 0.147, 2); +INSERT INTO `ingredient_info` VALUES (147, 8, 0.0679, 2); +INSERT INTO `ingredient_info` VALUES (147, 9, 5.21, 2); +INSERT INTO `ingredient_info` VALUES (147, 10, 0.0998, 2); +INSERT INTO `ingredient_info` VALUES (147, 11, 2.98, 2); +INSERT INTO `ingredient_info` VALUES (147, 12, 8.41, 2); +INSERT INTO `ingredient_info` VALUES (147, 13, 6.82, 2); +INSERT INTO `ingredient_info` VALUES (147, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (147, 15, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (147, 16, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (147, 17, 0.01767, 2); +INSERT INTO `ingredient_info` VALUES (147, 18, 1.336, 2); +INSERT INTO `ingredient_info` VALUES (147, 19, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (147, 20, 0.00543, 2); +INSERT INTO `ingredient_info` VALUES (147, 21, 0.00381, 2); +INSERT INTO `ingredient_info` VALUES (147, 22, 0.0789, 2); +INSERT INTO `ingredient_info` VALUES (147, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 24, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (147, 25, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (147, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 27, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (147, 28, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (147, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (147, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (147, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 33, 0.0289, 2); +INSERT INTO `ingredient_info` VALUES (147, 34, 0.054, 2); +INSERT INTO `ingredient_info` VALUES (147, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 36, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (147, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (147, 39, 4.48, 2); +INSERT INTO `ingredient_info` VALUES (147, 40, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (147, 41, 0.1983, 2); +INSERT INTO `ingredient_info` VALUES (147, 42, 0.0539, 2); +INSERT INTO `ingredient_info` VALUES (147, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 1, 0.0686, 2); +INSERT INTO `ingredient_info` VALUES (19, 2, 4.69, 2); +INSERT INTO `ingredient_info` VALUES (19, 3, 0.2494, 2); +INSERT INTO `ingredient_info` VALUES (19, 4, 0.2876, 2); +INSERT INTO `ingredient_info` VALUES (19, 5, 0.0451, 2); +INSERT INTO `ingredient_info` VALUES (19, 6, 0.3494, 2); +INSERT INTO `ingredient_info` VALUES (19, 7, 0.147, 2); +INSERT INTO `ingredient_info` VALUES (19, 8, 0.0679, 2); +INSERT INTO `ingredient_info` VALUES (19, 9, 5.21, 2); +INSERT INTO `ingredient_info` VALUES (19, 10, 0.0998, 2); +INSERT INTO `ingredient_info` VALUES (19, 11, 2.98, 2); +INSERT INTO `ingredient_info` VALUES (19, 12, 8.41, 2); +INSERT INTO `ingredient_info` VALUES (19, 13, 6.82, 2); +INSERT INTO `ingredient_info` VALUES (19, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (19, 15, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (19, 16, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (19, 17, 0.01767, 2); +INSERT INTO `ingredient_info` VALUES (19, 18, 1.336, 2); +INSERT INTO `ingredient_info` VALUES (19, 19, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (19, 20, 0.00543, 2); +INSERT INTO `ingredient_info` VALUES (19, 21, 0.00381, 2); +INSERT INTO `ingredient_info` VALUES (19, 22, 0.0789, 2); +INSERT INTO `ingredient_info` VALUES (19, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 24, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (19, 25, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (19, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 27, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (19, 28, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (19, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (19, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (19, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 33, 0.0289, 2); +INSERT INTO `ingredient_info` VALUES (19, 34, 0.054, 2); +INSERT INTO `ingredient_info` VALUES (19, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 36, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (19, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (19, 39, 4.48, 2); +INSERT INTO `ingredient_info` VALUES (19, 40, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (19, 41, 0.1983, 2); +INSERT INTO `ingredient_info` VALUES (19, 42, 0.0539, 2); +INSERT INTO `ingredient_info` VALUES (19, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 1, 0.0623, 2); +INSERT INTO `ingredient_info` VALUES (148, 2, 5.25, 2); +INSERT INTO `ingredient_info` VALUES (148, 3, 0.0584, 2); +INSERT INTO `ingredient_info` VALUES (148, 4, 0.3631, 2); +INSERT INTO `ingredient_info` VALUES (148, 5, 0.0234, 2); +INSERT INTO `ingredient_info` VALUES (148, 6, 0.4929, 2); +INSERT INTO `ingredient_info` VALUES (148, 7, 0.208, 2); +INSERT INTO `ingredient_info` VALUES (148, 8, 0.2849, 2); +INSERT INTO `ingredient_info` VALUES (148, 9, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (148, 10, 0.0304, 2); +INSERT INTO `ingredient_info` VALUES (148, 11, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (148, 12, 2.13, 2); +INSERT INTO `ingredient_info` VALUES (148, 13, 3.5, 2); +INSERT INTO `ingredient_info` VALUES (148, 14, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (148, 15, 0.0215, 2); +INSERT INTO `ingredient_info` VALUES (148, 16, 0.01027, 2); +INSERT INTO `ingredient_info` VALUES (148, 17, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (148, 18, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (148, 19, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (148, 20, 0.00346, 2); +INSERT INTO `ingredient_info` VALUES (148, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (148, 22, 0.01299, 2); +INSERT INTO `ingredient_info` VALUES (148, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 24, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (148, 25, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (148, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 27, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (148, 28, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (148, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 30, 1.02, 2); +INSERT INTO `ingredient_info` VALUES (148, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (148, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 36, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (148, 37, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (148, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (148, 40, 0.2594, 2); +INSERT INTO `ingredient_info` VALUES (148, 41, 0.0322, 2); +INSERT INTO `ingredient_info` VALUES (148, 42, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (148, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 1, 0.0623, 2); +INSERT INTO `ingredient_info` VALUES (149, 2, 5.25, 2); +INSERT INTO `ingredient_info` VALUES (149, 3, 0.0584, 2); +INSERT INTO `ingredient_info` VALUES (149, 4, 0.3631, 2); +INSERT INTO `ingredient_info` VALUES (149, 5, 0.0234, 2); +INSERT INTO `ingredient_info` VALUES (149, 6, 0.4929, 2); +INSERT INTO `ingredient_info` VALUES (149, 7, 0.208, 2); +INSERT INTO `ingredient_info` VALUES (149, 8, 0.2849, 2); +INSERT INTO `ingredient_info` VALUES (149, 9, 1.84, 2); +INSERT INTO `ingredient_info` VALUES (149, 10, 0.0304, 2); +INSERT INTO `ingredient_info` VALUES (149, 11, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (149, 12, 2.13, 2); +INSERT INTO `ingredient_info` VALUES (149, 13, 3.5, 2); +INSERT INTO `ingredient_info` VALUES (149, 14, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (149, 15, 0.0215, 2); +INSERT INTO `ingredient_info` VALUES (149, 16, 0.01027, 2); +INSERT INTO `ingredient_info` VALUES (149, 17, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (149, 18, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (149, 19, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (149, 20, 0.00346, 2); +INSERT INTO `ingredient_info` VALUES (149, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (149, 22, 0.01299, 2); +INSERT INTO `ingredient_info` VALUES (149, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 24, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (149, 25, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (149, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 27, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (149, 28, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (149, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 30, 1.02, 2); +INSERT INTO `ingredient_info` VALUES (149, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (149, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 36, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (149, 37, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (149, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (149, 40, 0.2594, 2); +INSERT INTO `ingredient_info` VALUES (149, 41, 0.0322, 2); +INSERT INTO `ingredient_info` VALUES (149, 42, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (149, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 1, 0.0501, 2); +INSERT INTO `ingredient_info` VALUES (150, 2, 3.47, 2); +INSERT INTO `ingredient_info` VALUES (150, 3, 0.1012, 2); +INSERT INTO `ingredient_info` VALUES (150, 4, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (150, 5, 0.0315, 2); +INSERT INTO `ingredient_info` VALUES (150, 6, 0.8067, 2); +INSERT INTO `ingredient_info` VALUES (150, 7, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (150, 8, 0.3548, 2); +INSERT INTO `ingredient_info` VALUES (150, 9, 3.63, 2); +INSERT INTO `ingredient_info` VALUES (150, 10, 0.0256, 2); +INSERT INTO `ingredient_info` VALUES (150, 11, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (150, 12, 3.4, 2); +INSERT INTO `ingredient_info` VALUES (150, 13, 9.43, 2); +INSERT INTO `ingredient_info` VALUES (150, 14, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (150, 15, 0.0233, 2); +INSERT INTO `ingredient_info` VALUES (150, 16, 0.00177, 2); +INSERT INTO `ingredient_info` VALUES (150, 17, 0.00374, 2); +INSERT INTO `ingredient_info` VALUES (150, 18, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (150, 19, 0.147, 2); +INSERT INTO `ingredient_info` VALUES (150, 20, 0.00418, 2); +INSERT INTO `ingredient_info` VALUES (150, 21, 0.00056, 2); +INSERT INTO `ingredient_info` VALUES (150, 22, 0.00647, 2); +INSERT INTO `ingredient_info` VALUES (150, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 24, 0.01215, 2); +INSERT INTO `ingredient_info` VALUES (150, 25, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (150, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 27, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (150, 28, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (150, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (150, 34, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (150, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (150, 40, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (150, 41, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (150, 42, 0.00439, 2); +INSERT INTO `ingredient_info` VALUES (150, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 1, 0.0501, 2); +INSERT INTO `ingredient_info` VALUES (151, 2, 3.47, 2); +INSERT INTO `ingredient_info` VALUES (151, 3, 0.1012, 2); +INSERT INTO `ingredient_info` VALUES (151, 4, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (151, 5, 0.0315, 2); +INSERT INTO `ingredient_info` VALUES (151, 6, 0.8067, 2); +INSERT INTO `ingredient_info` VALUES (151, 7, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (151, 8, 0.3548, 2); +INSERT INTO `ingredient_info` VALUES (151, 9, 3.63, 2); +INSERT INTO `ingredient_info` VALUES (151, 10, 0.0256, 2); +INSERT INTO `ingredient_info` VALUES (151, 11, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (151, 12, 3.4, 2); +INSERT INTO `ingredient_info` VALUES (151, 13, 9.43, 2); +INSERT INTO `ingredient_info` VALUES (151, 14, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (151, 15, 0.0233, 2); +INSERT INTO `ingredient_info` VALUES (151, 16, 0.00177, 2); +INSERT INTO `ingredient_info` VALUES (151, 17, 0.00374, 2); +INSERT INTO `ingredient_info` VALUES (151, 18, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (151, 19, 0.147, 2); +INSERT INTO `ingredient_info` VALUES (151, 20, 0.00418, 2); +INSERT INTO `ingredient_info` VALUES (151, 21, 0.00056, 2); +INSERT INTO `ingredient_info` VALUES (151, 22, 0.00647, 2); +INSERT INTO `ingredient_info` VALUES (151, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 24, 0.01215, 2); +INSERT INTO `ingredient_info` VALUES (151, 25, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (151, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 27, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (151, 28, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (151, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (151, 34, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (151, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (151, 40, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (151, 41, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (151, 42, 0.00439, 2); +INSERT INTO `ingredient_info` VALUES (151, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 1, 0.0716, 2); +INSERT INTO `ingredient_info` VALUES (152, 2, 3.06, 2); +INSERT INTO `ingredient_info` VALUES (152, 3, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (152, 4, 0.1025, 2); +INSERT INTO `ingredient_info` VALUES (152, 5, 0.0715, 2); +INSERT INTO `ingredient_info` VALUES (152, 6, 0.6443, 2); +INSERT INTO `ingredient_info` VALUES (152, 7, 0.428, 2); +INSERT INTO `ingredient_info` VALUES (152, 8, 0.0409, 2); +INSERT INTO `ingredient_info` VALUES (152, 9, 15.76, 2); +INSERT INTO `ingredient_info` VALUES (152, 10, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (152, 11, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (152, 12, 2, 2); +INSERT INTO `ingredient_info` VALUES (152, 13, 16.69, 2); +INSERT INTO `ingredient_info` VALUES (152, 14, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (152, 15, 0.0443, 2); +INSERT INTO `ingredient_info` VALUES (152, 16, 0.00943, 2); +INSERT INTO `ingredient_info` VALUES (152, 17, 0.04667, 2); +INSERT INTO `ingredient_info` VALUES (152, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (152, 19, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (152, 20, 0.00341, 2); +INSERT INTO `ingredient_info` VALUES (152, 21, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (152, 22, 0.0622, 2); +INSERT INTO `ingredient_info` VALUES (152, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 24, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (152, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (152, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (152, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (152, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 30, 69.03, 2); +INSERT INTO `ingredient_info` VALUES (152, 31, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (152, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 33, 0.1886, 2); +INSERT INTO `ingredient_info` VALUES (152, 34, 6.217, 2); +INSERT INTO `ingredient_info` VALUES (152, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 36, 41.12, 2); +INSERT INTO `ingredient_info` VALUES (152, 37, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (152, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (152, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (152, 40, 0.0266, 2); +INSERT INTO `ingredient_info` VALUES (152, 41, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (152, 42, 0.0523, 2); +INSERT INTO `ingredient_info` VALUES (152, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 1, 0.0716, 2); +INSERT INTO `ingredient_info` VALUES (153, 2, 3.06, 2); +INSERT INTO `ingredient_info` VALUES (153, 3, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (153, 4, 0.1025, 2); +INSERT INTO `ingredient_info` VALUES (153, 5, 0.0715, 2); +INSERT INTO `ingredient_info` VALUES (153, 6, 0.6443, 2); +INSERT INTO `ingredient_info` VALUES (153, 7, 0.428, 2); +INSERT INTO `ingredient_info` VALUES (153, 8, 0.0409, 2); +INSERT INTO `ingredient_info` VALUES (153, 9, 15.76, 2); +INSERT INTO `ingredient_info` VALUES (153, 10, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (153, 11, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (153, 12, 2, 2); +INSERT INTO `ingredient_info` VALUES (153, 13, 16.69, 2); +INSERT INTO `ingredient_info` VALUES (153, 14, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (153, 15, 0.0443, 2); +INSERT INTO `ingredient_info` VALUES (153, 16, 0.00943, 2); +INSERT INTO `ingredient_info` VALUES (153, 17, 0.04667, 2); +INSERT INTO `ingredient_info` VALUES (153, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (153, 19, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (153, 20, 0.00341, 2); +INSERT INTO `ingredient_info` VALUES (153, 21, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (153, 22, 0.0622, 2); +INSERT INTO `ingredient_info` VALUES (153, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 24, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (153, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (153, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (153, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (153, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 30, 69.03, 2); +INSERT INTO `ingredient_info` VALUES (153, 31, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (153, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 33, 0.1886, 2); +INSERT INTO `ingredient_info` VALUES (153, 34, 6.217, 2); +INSERT INTO `ingredient_info` VALUES (153, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 36, 41.12, 2); +INSERT INTO `ingredient_info` VALUES (153, 37, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (153, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (153, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (153, 40, 0.0266, 2); +INSERT INTO `ingredient_info` VALUES (153, 41, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (153, 42, 0.0523, 2); +INSERT INTO `ingredient_info` VALUES (153, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 1, 0.0716, 2); +INSERT INTO `ingredient_info` VALUES (154, 2, 3.06, 2); +INSERT INTO `ingredient_info` VALUES (154, 3, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (154, 4, 0.1025, 2); +INSERT INTO `ingredient_info` VALUES (154, 5, 0.0715, 2); +INSERT INTO `ingredient_info` VALUES (154, 6, 0.6443, 2); +INSERT INTO `ingredient_info` VALUES (154, 7, 0.428, 2); +INSERT INTO `ingredient_info` VALUES (154, 8, 0.0409, 2); +INSERT INTO `ingredient_info` VALUES (154, 9, 15.76, 2); +INSERT INTO `ingredient_info` VALUES (154, 10, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (154, 11, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (154, 12, 2, 2); +INSERT INTO `ingredient_info` VALUES (154, 13, 16.69, 2); +INSERT INTO `ingredient_info` VALUES (154, 14, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (154, 15, 0.0443, 2); +INSERT INTO `ingredient_info` VALUES (154, 16, 0.00943, 2); +INSERT INTO `ingredient_info` VALUES (154, 17, 0.04667, 2); +INSERT INTO `ingredient_info` VALUES (154, 18, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (154, 19, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (154, 20, 0.00341, 2); +INSERT INTO `ingredient_info` VALUES (154, 21, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (154, 22, 0.0622, 2); +INSERT INTO `ingredient_info` VALUES (154, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 24, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (154, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (154, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (154, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (154, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 30, 69.03, 2); +INSERT INTO `ingredient_info` VALUES (154, 31, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (154, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 33, 0.1886, 2); +INSERT INTO `ingredient_info` VALUES (154, 34, 6.217, 2); +INSERT INTO `ingredient_info` VALUES (154, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 36, 41.12, 2); +INSERT INTO `ingredient_info` VALUES (154, 37, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (154, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (154, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (154, 40, 0.0266, 2); +INSERT INTO `ingredient_info` VALUES (154, 41, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (154, 42, 0.0523, 2); +INSERT INTO `ingredient_info` VALUES (154, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (155, 1, 0.0954, 2); +INSERT INTO `ingredient_info` VALUES (155, 2, 2.89, 2); +INSERT INTO `ingredient_info` VALUES (155, 3, 0.1476, 2); +INSERT INTO `ingredient_info` VALUES (155, 4, 0.1295, 2); +INSERT INTO `ingredient_info` VALUES (155, 5, 0.0702, 2); +INSERT INTO `ingredient_info` VALUES (155, 6, 0.5574, 2); +INSERT INTO `ingredient_info` VALUES (155, 7, 0.374, 2); +INSERT INTO `ingredient_info` VALUES (155, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (155, 9, 1.77, 2); +INSERT INTO `ingredient_info` VALUES (155, 10, 0.2359, 2); +INSERT INTO `ingredient_info` VALUES (155, 11, 1.85, 2); +INSERT INTO `ingredient_info` VALUES (155, 12, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (155, 13, 23.44, 2); +INSERT INTO `ingredient_info` VALUES (155, 14, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (155, 15, 0.0406, 2); +INSERT INTO `ingredient_info` VALUES (155, 16, 0.00607, 2); +INSERT INTO `ingredient_info` VALUES (155, 17, 0.00843, 2); +INSERT INTO `ingredient_info` VALUES (155, 18, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (155, 19, 0.711, 2); +INSERT INTO `ingredient_info` VALUES (155, 20, 0.00645, 2); +INSERT INTO `ingredient_info` VALUES (155, 21, 0.01743, 2); +INSERT INTO `ingredient_info` VALUES (155, 22, 0.1532, 2); +INSERT INTO `ingredient_info` VALUES (155, 23, 0.0178, 2); +INSERT INTO `ingredient_info` VALUES (155, 24, 0.0402, 2); +INSERT INTO `ingredient_info` VALUES (155, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (155, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (155, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (155, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (155, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (155, 30, 527.35, 2); +INSERT INTO `ingredient_info` VALUES (155, 31, 26.37, 2); +INSERT INTO `ingredient_info` VALUES (155, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (155, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (155, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (155, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (155, 36, 276.79, 2); +INSERT INTO `ingredient_info` VALUES (155, 37, 79.23, 2); +INSERT INTO `ingredient_info` VALUES (155, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (155, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (155, 40, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (155, 41, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (155, 42, 0.0832, 2); +INSERT INTO `ingredient_info` VALUES (155, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (156, 1, 0.0954, 2); +INSERT INTO `ingredient_info` VALUES (156, 2, 2.89, 2); +INSERT INTO `ingredient_info` VALUES (156, 3, 0.1476, 2); +INSERT INTO `ingredient_info` VALUES (156, 4, 0.1295, 2); +INSERT INTO `ingredient_info` VALUES (156, 5, 0.0702, 2); +INSERT INTO `ingredient_info` VALUES (156, 6, 0.5574, 2); +INSERT INTO `ingredient_info` VALUES (156, 7, 0.374, 2); +INSERT INTO `ingredient_info` VALUES (156, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (156, 9, 1.77, 2); +INSERT INTO `ingredient_info` VALUES (156, 10, 0.2359, 2); +INSERT INTO `ingredient_info` VALUES (156, 11, 1.85, 2); +INSERT INTO `ingredient_info` VALUES (156, 12, 3.45, 2); +INSERT INTO `ingredient_info` VALUES (156, 13, 23.44, 2); +INSERT INTO `ingredient_info` VALUES (156, 14, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (156, 15, 0.0406, 2); +INSERT INTO `ingredient_info` VALUES (156, 16, 0.00607, 2); +INSERT INTO `ingredient_info` VALUES (156, 17, 0.00843, 2); +INSERT INTO `ingredient_info` VALUES (156, 18, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (156, 19, 0.711, 2); +INSERT INTO `ingredient_info` VALUES (156, 20, 0.00645, 2); +INSERT INTO `ingredient_info` VALUES (156, 21, 0.01743, 2); +INSERT INTO `ingredient_info` VALUES (156, 22, 0.1532, 2); +INSERT INTO `ingredient_info` VALUES (156, 23, 0.0178, 2); +INSERT INTO `ingredient_info` VALUES (156, 24, 0.0402, 2); +INSERT INTO `ingredient_info` VALUES (156, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (156, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (156, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (156, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (156, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (156, 30, 527.35, 2); +INSERT INTO `ingredient_info` VALUES (156, 31, 26.37, 2); +INSERT INTO `ingredient_info` VALUES (156, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (156, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (156, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (156, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (156, 36, 276.79, 2); +INSERT INTO `ingredient_info` VALUES (156, 37, 79.23, 2); +INSERT INTO `ingredient_info` VALUES (156, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (156, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (156, 40, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (156, 41, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (156, 42, 0.0832, 2); +INSERT INTO `ingredient_info` VALUES (156, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (157, 1, 0.0902, 2); +INSERT INTO `ingredient_info` VALUES (157, 2, 2.76, 2); +INSERT INTO `ingredient_info` VALUES (157, 3, 0.2242, 2); +INSERT INTO `ingredient_info` VALUES (157, 4, 0.0443, 2); +INSERT INTO `ingredient_info` VALUES (157, 5, 0.1247, 2); +INSERT INTO `ingredient_info` VALUES (157, 6, 0.5166, 2); +INSERT INTO `ingredient_info` VALUES (157, 7, 0.304, 2); +INSERT INTO `ingredient_info` VALUES (157, 8, 0.0727, 2); +INSERT INTO `ingredient_info` VALUES (157, 9, 14.68, 2); +INSERT INTO `ingredient_info` VALUES (157, 10, 0.9786, 2); +INSERT INTO `ingredient_info` VALUES (157, 11, 2.49, 2); +INSERT INTO `ingredient_info` VALUES (157, 12, 3.51, 2); +INSERT INTO `ingredient_info` VALUES (157, 13, 38.05, 2); +INSERT INTO `ingredient_info` VALUES (157, 14, 4.52, 2); +INSERT INTO `ingredient_info` VALUES (157, 15, 0.0475, 2); +INSERT INTO `ingredient_info` VALUES (157, 16, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (157, 17, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (157, 18, 0.293, 2); +INSERT INTO `ingredient_info` VALUES (157, 19, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (157, 20, 0.00172, 2); +INSERT INTO `ingredient_info` VALUES (157, 21, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (157, 22, 0.07929, 2); +INSERT INTO `ingredient_info` VALUES (157, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (157, 24, 0.01002, 2); +INSERT INTO `ingredient_info` VALUES (157, 25, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (157, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (157, 27, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (157, 28, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (157, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (157, 30, 101.84, 2); +INSERT INTO `ingredient_info` VALUES (157, 31, 5.09, 2); +INSERT INTO `ingredient_info` VALUES (157, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (157, 33, 0.0691, 2); +INSERT INTO `ingredient_info` VALUES (157, 34, 13.595, 2); +INSERT INTO `ingredient_info` VALUES (157, 35, 14.3, 2); +INSERT INTO `ingredient_info` VALUES (157, 36, 53.8, 2); +INSERT INTO `ingredient_info` VALUES (157, 37, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (157, 38, 3.97, 2); +INSERT INTO `ingredient_info` VALUES (157, 39, 55.3, 2); +INSERT INTO `ingredient_info` VALUES (157, 40, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (157, 41, 0.03247, 2); +INSERT INTO `ingredient_info` VALUES (157, 42, 0.00458, 2); +INSERT INTO `ingredient_info` VALUES (157, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (32, 1, 0.0902, 2); +INSERT INTO `ingredient_info` VALUES (32, 2, 2.76, 2); +INSERT INTO `ingredient_info` VALUES (32, 3, 0.2242, 2); +INSERT INTO `ingredient_info` VALUES (32, 4, 0.0443, 2); +INSERT INTO `ingredient_info` VALUES (32, 5, 0.1247, 2); +INSERT INTO `ingredient_info` VALUES (32, 6, 0.5166, 2); +INSERT INTO `ingredient_info` VALUES (32, 7, 0.304, 2); +INSERT INTO `ingredient_info` VALUES (32, 8, 0.0727, 2); +INSERT INTO `ingredient_info` VALUES (32, 9, 14.68, 2); +INSERT INTO `ingredient_info` VALUES (32, 10, 0.9786, 2); +INSERT INTO `ingredient_info` VALUES (32, 11, 2.49, 2); +INSERT INTO `ingredient_info` VALUES (32, 12, 3.51, 2); +INSERT INTO `ingredient_info` VALUES (32, 13, 38.05, 2); +INSERT INTO `ingredient_info` VALUES (32, 14, 4.52, 2); +INSERT INTO `ingredient_info` VALUES (32, 15, 0.0475, 2); +INSERT INTO `ingredient_info` VALUES (32, 16, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (32, 17, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (32, 18, 0.293, 2); +INSERT INTO `ingredient_info` VALUES (32, 19, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (32, 20, 0.00172, 2); +INSERT INTO `ingredient_info` VALUES (32, 21, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (32, 22, 0.07929, 2); +INSERT INTO `ingredient_info` VALUES (32, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (32, 24, 0.01002, 2); +INSERT INTO `ingredient_info` VALUES (32, 25, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (32, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (32, 27, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (32, 28, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (32, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (32, 30, 101.84, 2); +INSERT INTO `ingredient_info` VALUES (32, 31, 5.09, 2); +INSERT INTO `ingredient_info` VALUES (32, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (32, 33, 0.0691, 2); +INSERT INTO `ingredient_info` VALUES (32, 34, 13.595, 2); +INSERT INTO `ingredient_info` VALUES (32, 35, 14.3, 2); +INSERT INTO `ingredient_info` VALUES (32, 36, 53.8, 2); +INSERT INTO `ingredient_info` VALUES (32, 37, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (32, 38, 3.97, 2); +INSERT INTO `ingredient_info` VALUES (32, 39, 55.3, 2); +INSERT INTO `ingredient_info` VALUES (32, 40, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (32, 41, 0.03247, 2); +INSERT INTO `ingredient_info` VALUES (32, 42, 0.00458, 2); +INSERT INTO `ingredient_info` VALUES (32, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (158, 1, 0.0902, 2); +INSERT INTO `ingredient_info` VALUES (158, 2, 2.76, 2); +INSERT INTO `ingredient_info` VALUES (158, 3, 0.2242, 2); +INSERT INTO `ingredient_info` VALUES (158, 4, 0.0443, 2); +INSERT INTO `ingredient_info` VALUES (158, 5, 0.1247, 2); +INSERT INTO `ingredient_info` VALUES (158, 6, 0.5166, 2); +INSERT INTO `ingredient_info` VALUES (158, 7, 0.304, 2); +INSERT INTO `ingredient_info` VALUES (158, 8, 0.0727, 2); +INSERT INTO `ingredient_info` VALUES (158, 9, 14.68, 2); +INSERT INTO `ingredient_info` VALUES (158, 10, 0.9786, 2); +INSERT INTO `ingredient_info` VALUES (158, 11, 2.49, 2); +INSERT INTO `ingredient_info` VALUES (158, 12, 3.51, 2); +INSERT INTO `ingredient_info` VALUES (158, 13, 38.05, 2); +INSERT INTO `ingredient_info` VALUES (158, 14, 4.52, 2); +INSERT INTO `ingredient_info` VALUES (158, 15, 0.0475, 2); +INSERT INTO `ingredient_info` VALUES (158, 16, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (158, 17, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (158, 18, 0.293, 2); +INSERT INTO `ingredient_info` VALUES (158, 19, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (158, 20, 0.00172, 2); +INSERT INTO `ingredient_info` VALUES (158, 21, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (158, 22, 0.07929, 2); +INSERT INTO `ingredient_info` VALUES (158, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (158, 24, 0.01002, 2); +INSERT INTO `ingredient_info` VALUES (158, 25, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (158, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (158, 27, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (158, 28, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (158, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (158, 30, 101.84, 2); +INSERT INTO `ingredient_info` VALUES (158, 31, 5.09, 2); +INSERT INTO `ingredient_info` VALUES (158, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (158, 33, 0.0691, 2); +INSERT INTO `ingredient_info` VALUES (158, 34, 13.595, 2); +INSERT INTO `ingredient_info` VALUES (158, 35, 14.3, 2); +INSERT INTO `ingredient_info` VALUES (158, 36, 53.8, 2); +INSERT INTO `ingredient_info` VALUES (158, 37, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (158, 38, 3.97, 2); +INSERT INTO `ingredient_info` VALUES (158, 39, 55.3, 2); +INSERT INTO `ingredient_info` VALUES (158, 40, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (158, 41, 0.03247, 2); +INSERT INTO `ingredient_info` VALUES (158, 42, 0.00458, 2); +INSERT INTO `ingredient_info` VALUES (158, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (159, 1, 0.1051, 2); +INSERT INTO `ingredient_info` VALUES (159, 2, 2.55, 2); +INSERT INTO `ingredient_info` VALUES (159, 3, 0.1095, 2); +INSERT INTO `ingredient_info` VALUES (159, 4, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (159, 5, 0.0433, 2); +INSERT INTO `ingredient_info` VALUES (159, 6, 0.6481, 2); +INSERT INTO `ingredient_info` VALUES (159, 7, 0.265, 2); +INSERT INTO `ingredient_info` VALUES (159, 8, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (159, 9, 4.37, 2); +INSERT INTO `ingredient_info` VALUES (159, 10, 0.2886, 2); +INSERT INTO `ingredient_info` VALUES (159, 11, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (159, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (159, 13, 12.59, 2); +INSERT INTO `ingredient_info` VALUES (159, 14, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (159, 15, 0.0142, 2); +INSERT INTO `ingredient_info` VALUES (159, 16, 0.01127, 2); +INSERT INTO `ingredient_info` VALUES (159, 17, 0.05625, 2); +INSERT INTO `ingredient_info` VALUES (159, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (159, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (159, 20, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (159, 21, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (159, 22, 0.01142, 2); +INSERT INTO `ingredient_info` VALUES (159, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (159, 24, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (159, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (159, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (159, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (159, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (159, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (159, 30, 2.99, 2); +INSERT INTO `ingredient_info` VALUES (159, 31, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (159, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (159, 33, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (159, 34, 1.637, 2); +INSERT INTO `ingredient_info` VALUES (159, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (159, 36, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (159, 37, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (159, 38, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (159, 39, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (159, 40, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (159, 41, 0.0101, 2); +INSERT INTO `ingredient_info` VALUES (159, 42, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (159, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (160, 1, 0.1051, 2); +INSERT INTO `ingredient_info` VALUES (160, 2, 2.55, 2); +INSERT INTO `ingredient_info` VALUES (160, 3, 0.1095, 2); +INSERT INTO `ingredient_info` VALUES (160, 4, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (160, 5, 0.0433, 2); +INSERT INTO `ingredient_info` VALUES (160, 6, 0.6481, 2); +INSERT INTO `ingredient_info` VALUES (160, 7, 0.265, 2); +INSERT INTO `ingredient_info` VALUES (160, 8, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (160, 9, 4.37, 2); +INSERT INTO `ingredient_info` VALUES (160, 10, 0.2886, 2); +INSERT INTO `ingredient_info` VALUES (160, 11, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (160, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (160, 13, 12.59, 2); +INSERT INTO `ingredient_info` VALUES (160, 14, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (160, 15, 0.0142, 2); +INSERT INTO `ingredient_info` VALUES (160, 16, 0.01127, 2); +INSERT INTO `ingredient_info` VALUES (160, 17, 0.05625, 2); +INSERT INTO `ingredient_info` VALUES (160, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (160, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (160, 20, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (160, 21, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (160, 22, 0.01142, 2); +INSERT INTO `ingredient_info` VALUES (160, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (160, 24, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (160, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (160, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (160, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (160, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (160, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (160, 30, 2.99, 2); +INSERT INTO `ingredient_info` VALUES (160, 31, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (160, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (160, 33, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (160, 34, 1.637, 2); +INSERT INTO `ingredient_info` VALUES (160, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (160, 36, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (160, 37, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (160, 38, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (160, 39, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (160, 40, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (160, 41, 0.0101, 2); +INSERT INTO `ingredient_info` VALUES (160, 42, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (160, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (35, 1, 0.1051, 2); +INSERT INTO `ingredient_info` VALUES (35, 2, 2.55, 2); +INSERT INTO `ingredient_info` VALUES (35, 3, 0.1095, 2); +INSERT INTO `ingredient_info` VALUES (35, 4, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (35, 5, 0.0433, 2); +INSERT INTO `ingredient_info` VALUES (35, 6, 0.6481, 2); +INSERT INTO `ingredient_info` VALUES (35, 7, 0.265, 2); +INSERT INTO `ingredient_info` VALUES (35, 8, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (35, 9, 4.37, 2); +INSERT INTO `ingredient_info` VALUES (35, 10, 0.2886, 2); +INSERT INTO `ingredient_info` VALUES (35, 11, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (35, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (35, 13, 12.59, 2); +INSERT INTO `ingredient_info` VALUES (35, 14, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (35, 15, 0.0142, 2); +INSERT INTO `ingredient_info` VALUES (35, 16, 0.01127, 2); +INSERT INTO `ingredient_info` VALUES (35, 17, 0.05625, 2); +INSERT INTO `ingredient_info` VALUES (35, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (35, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (35, 20, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (35, 21, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (35, 22, 0.01142, 2); +INSERT INTO `ingredient_info` VALUES (35, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (35, 24, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (35, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (35, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (35, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (35, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (35, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (35, 30, 2.99, 2); +INSERT INTO `ingredient_info` VALUES (35, 31, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (35, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (35, 33, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (35, 34, 1.637, 2); +INSERT INTO `ingredient_info` VALUES (35, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (35, 36, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (35, 37, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (35, 38, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (35, 39, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (35, 40, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (35, 41, 0.0101, 2); +INSERT INTO `ingredient_info` VALUES (35, 42, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (35, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 1, 0.0805, 2); +INSERT INTO `ingredient_info` VALUES (161, 2, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (161, 3, 0.1201, 2); +INSERT INTO `ingredient_info` VALUES (161, 4, 0.1727, 2); +INSERT INTO `ingredient_info` VALUES (161, 5, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (161, 6, 0.5663, 2); +INSERT INTO `ingredient_info` VALUES (161, 7, 0.272, 2); +INSERT INTO `ingredient_info` VALUES (161, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (161, 9, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (161, 10, 0.078, 2); +INSERT INTO `ingredient_info` VALUES (161, 11, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (161, 12, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (161, 13, 20.14, 2); +INSERT INTO `ingredient_info` VALUES (161, 14, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (161, 15, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (161, 16, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (161, 17, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (161, 18, 0.088, 2); +INSERT INTO `ingredient_info` VALUES (161, 19, 0.764, 2); +INSERT INTO `ingredient_info` VALUES (161, 20, 0.00328, 2); +INSERT INTO `ingredient_info` VALUES (161, 21, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (161, 22, 0.08701, 2); +INSERT INTO `ingredient_info` VALUES (161, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 24, 0.0245, 2); +INSERT INTO `ingredient_info` VALUES (161, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (161, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (161, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (161, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 30, 416.1, 2); +INSERT INTO `ingredient_info` VALUES (161, 31, 20.81, 2); +INSERT INTO `ingredient_info` VALUES (161, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (161, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (161, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 36, 218.4, 2); +INSERT INTO `ingredient_info` VALUES (161, 37, 62.52, 2); +INSERT INTO `ingredient_info` VALUES (161, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (161, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (161, 40, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (161, 41, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (161, 42, 0.0837, 2); +INSERT INTO `ingredient_info` VALUES (161, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 1, 0.0805, 2); +INSERT INTO `ingredient_info` VALUES (162, 2, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (162, 3, 0.1201, 2); +INSERT INTO `ingredient_info` VALUES (162, 4, 0.1727, 2); +INSERT INTO `ingredient_info` VALUES (162, 5, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (162, 6, 0.5663, 2); +INSERT INTO `ingredient_info` VALUES (162, 7, 0.272, 2); +INSERT INTO `ingredient_info` VALUES (162, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (162, 9, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (162, 10, 0.078, 2); +INSERT INTO `ingredient_info` VALUES (162, 11, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (162, 12, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (162, 13, 20.14, 2); +INSERT INTO `ingredient_info` VALUES (162, 14, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (162, 15, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (162, 16, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (162, 17, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (162, 18, 0.088, 2); +INSERT INTO `ingredient_info` VALUES (162, 19, 0.764, 2); +INSERT INTO `ingredient_info` VALUES (162, 20, 0.00328, 2); +INSERT INTO `ingredient_info` VALUES (162, 21, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (162, 22, 0.08701, 2); +INSERT INTO `ingredient_info` VALUES (162, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 24, 0.0245, 2); +INSERT INTO `ingredient_info` VALUES (162, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (162, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (162, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (162, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 30, 416.1, 2); +INSERT INTO `ingredient_info` VALUES (162, 31, 20.81, 2); +INSERT INTO `ingredient_info` VALUES (162, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (162, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (162, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 36, 218.4, 2); +INSERT INTO `ingredient_info` VALUES (162, 37, 62.52, 2); +INSERT INTO `ingredient_info` VALUES (162, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (162, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (162, 40, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (162, 41, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (162, 42, 0.0837, 2); +INSERT INTO `ingredient_info` VALUES (162, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 1, 0.0805, 2); +INSERT INTO `ingredient_info` VALUES (163, 2, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (163, 3, 0.1201, 2); +INSERT INTO `ingredient_info` VALUES (163, 4, 0.1727, 2); +INSERT INTO `ingredient_info` VALUES (163, 5, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (163, 6, 0.5663, 2); +INSERT INTO `ingredient_info` VALUES (163, 7, 0.272, 2); +INSERT INTO `ingredient_info` VALUES (163, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (163, 9, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (163, 10, 0.078, 2); +INSERT INTO `ingredient_info` VALUES (163, 11, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (163, 12, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (163, 13, 20.14, 2); +INSERT INTO `ingredient_info` VALUES (163, 14, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (163, 15, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (163, 16, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (163, 17, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (163, 18, 0.088, 2); +INSERT INTO `ingredient_info` VALUES (163, 19, 0.764, 2); +INSERT INTO `ingredient_info` VALUES (163, 20, 0.00328, 2); +INSERT INTO `ingredient_info` VALUES (163, 21, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (163, 22, 0.08701, 2); +INSERT INTO `ingredient_info` VALUES (163, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 24, 0.0245, 2); +INSERT INTO `ingredient_info` VALUES (163, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (163, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (163, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (163, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 30, 416.1, 2); +INSERT INTO `ingredient_info` VALUES (163, 31, 20.81, 2); +INSERT INTO `ingredient_info` VALUES (163, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (163, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (163, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 36, 218.4, 2); +INSERT INTO `ingredient_info` VALUES (163, 37, 62.52, 2); +INSERT INTO `ingredient_info` VALUES (163, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (163, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (163, 40, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (163, 41, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (163, 42, 0.0837, 2); +INSERT INTO `ingredient_info` VALUES (163, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 1, 0.0805, 2); +INSERT INTO `ingredient_info` VALUES (164, 2, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (164, 3, 0.1201, 2); +INSERT INTO `ingredient_info` VALUES (164, 4, 0.1727, 2); +INSERT INTO `ingredient_info` VALUES (164, 5, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (164, 6, 0.5663, 2); +INSERT INTO `ingredient_info` VALUES (164, 7, 0.272, 2); +INSERT INTO `ingredient_info` VALUES (164, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (164, 9, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (164, 10, 0.078, 2); +INSERT INTO `ingredient_info` VALUES (164, 11, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (164, 12, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (164, 13, 20.14, 2); +INSERT INTO `ingredient_info` VALUES (164, 14, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (164, 15, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (164, 16, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (164, 17, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (164, 18, 0.088, 2); +INSERT INTO `ingredient_info` VALUES (164, 19, 0.764, 2); +INSERT INTO `ingredient_info` VALUES (164, 20, 0.00328, 2); +INSERT INTO `ingredient_info` VALUES (164, 21, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (164, 22, 0.08701, 2); +INSERT INTO `ingredient_info` VALUES (164, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 24, 0.0245, 2); +INSERT INTO `ingredient_info` VALUES (164, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (164, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (164, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (164, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 30, 416.1, 2); +INSERT INTO `ingredient_info` VALUES (164, 31, 20.81, 2); +INSERT INTO `ingredient_info` VALUES (164, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (164, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (164, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 36, 218.4, 2); +INSERT INTO `ingredient_info` VALUES (164, 37, 62.52, 2); +INSERT INTO `ingredient_info` VALUES (164, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (164, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (164, 40, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (164, 41, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (164, 42, 0.0837, 2); +INSERT INTO `ingredient_info` VALUES (164, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 1, 0.0805, 2); +INSERT INTO `ingredient_info` VALUES (165, 2, 3.18, 2); +INSERT INTO `ingredient_info` VALUES (165, 3, 0.1201, 2); +INSERT INTO `ingredient_info` VALUES (165, 4, 0.1727, 2); +INSERT INTO `ingredient_info` VALUES (165, 5, 0.0604, 2); +INSERT INTO `ingredient_info` VALUES (165, 6, 0.5663, 2); +INSERT INTO `ingredient_info` VALUES (165, 7, 0.272, 2); +INSERT INTO `ingredient_info` VALUES (165, 8, 0.1034, 2); +INSERT INTO `ingredient_info` VALUES (165, 9, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (165, 10, 0.078, 2); +INSERT INTO `ingredient_info` VALUES (165, 11, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (165, 12, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (165, 13, 20.14, 2); +INSERT INTO `ingredient_info` VALUES (165, 14, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (165, 15, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (165, 16, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (165, 17, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (165, 18, 0.088, 2); +INSERT INTO `ingredient_info` VALUES (165, 19, 0.764, 2); +INSERT INTO `ingredient_info` VALUES (165, 20, 0.00328, 2); +INSERT INTO `ingredient_info` VALUES (165, 21, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (165, 22, 0.08701, 2); +INSERT INTO `ingredient_info` VALUES (165, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 24, 0.0245, 2); +INSERT INTO `ingredient_info` VALUES (165, 25, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (165, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 27, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (165, 28, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (165, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 30, 416.1, 2); +INSERT INTO `ingredient_info` VALUES (165, 31, 20.81, 2); +INSERT INTO `ingredient_info` VALUES (165, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 33, 0.2983, 2); +INSERT INTO `ingredient_info` VALUES (165, 34, 0.803, 2); +INSERT INTO `ingredient_info` VALUES (165, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 36, 218.4, 2); +INSERT INTO `ingredient_info` VALUES (165, 37, 62.52, 2); +INSERT INTO `ingredient_info` VALUES (165, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (165, 39, 131.57, 2); +INSERT INTO `ingredient_info` VALUES (165, 40, 0.0326, 2); +INSERT INTO `ingredient_info` VALUES (165, 41, 0.0275, 2); +INSERT INTO `ingredient_info` VALUES (165, 42, 0.0837, 2); +INSERT INTO `ingredient_info` VALUES (165, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 1, 0.1142, 2); +INSERT INTO `ingredient_info` VALUES (166, 2, 2.96, 2); +INSERT INTO `ingredient_info` VALUES (166, 3, 0.104, 2); +INSERT INTO `ingredient_info` VALUES (166, 4, 0.0212, 2); +INSERT INTO `ingredient_info` VALUES (166, 5, 0.0159, 2); +INSERT INTO `ingredient_info` VALUES (166, 6, 0.6861, 2); +INSERT INTO `ingredient_info` VALUES (166, 7, 0.262, 2); +INSERT INTO `ingredient_info` VALUES (166, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 9, 2.65, 2); +INSERT INTO `ingredient_info` VALUES (166, 10, 0.1431, 2); +INSERT INTO `ingredient_info` VALUES (166, 11, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (166, 12, 1.76, 2); +INSERT INTO `ingredient_info` VALUES (166, 13, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (166, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (166, 15, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (166, 16, 0.0091, 2); +INSERT INTO `ingredient_info` VALUES (166, 17, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (166, 18, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (166, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (166, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (166, 21, 0.00126, 2); +INSERT INTO `ingredient_info` VALUES (166, 22, 0.00212, 2); +INSERT INTO `ingredient_info` VALUES (166, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 24, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (166, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (166, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (166, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (166, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (166, 40, 0.00626, 2); +INSERT INTO `ingredient_info` VALUES (166, 41, 0.00789, 2); +INSERT INTO `ingredient_info` VALUES (166, 42, 0.00616, 2); +INSERT INTO `ingredient_info` VALUES (166, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (167, 1, 0.0931, 2); +INSERT INTO `ingredient_info` VALUES (167, 2, 3.07, 2); +INSERT INTO `ingredient_info` VALUES (167, 3, 0.0959, 2); +INSERT INTO `ingredient_info` VALUES (167, 4, 0.0753, 2); +INSERT INTO `ingredient_info` VALUES (167, 5, 0.0592, 2); +INSERT INTO `ingredient_info` VALUES (167, 6, 0.6559, 2); +INSERT INTO `ingredient_info` VALUES (167, 7, 0.113, 2); +INSERT INTO `ingredient_info` VALUES (167, 8, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (167, 9, 9.96, 2); +INSERT INTO `ingredient_info` VALUES (167, 10, 0.353, 2); +INSERT INTO `ingredient_info` VALUES (167, 11, 2.24, 2); +INSERT INTO `ingredient_info` VALUES (167, 12, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (167, 13, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (167, 14, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (167, 15, 0.0314, 2); +INSERT INTO `ingredient_info` VALUES (167, 16, 0.00843, 2); +INSERT INTO `ingredient_info` VALUES (167, 17, 0.06857, 2); +INSERT INTO `ingredient_info` VALUES (167, 18, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (167, 19, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (167, 20, 0.00264, 2); +INSERT INTO `ingredient_info` VALUES (167, 21, 0.00191, 2); +INSERT INTO `ingredient_info` VALUES (167, 22, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (167, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (167, 24, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (167, 25, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (167, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (167, 27, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (167, 28, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (167, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (167, 30, 26.32, 2); +INSERT INTO `ingredient_info` VALUES (167, 31, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (167, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (167, 33, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (167, 34, 8.054, 2); +INSERT INTO `ingredient_info` VALUES (167, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (167, 36, 15.68, 2); +INSERT INTO `ingredient_info` VALUES (167, 37, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (167, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (167, 39, 5.03, 2); +INSERT INTO `ingredient_info` VALUES (167, 40, 0.0329, 2); +INSERT INTO `ingredient_info` VALUES (167, 41, 0.01206, 2); +INSERT INTO `ingredient_info` VALUES (167, 42, 0.01936, 2); +INSERT INTO `ingredient_info` VALUES (167, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (168, 1, 0.0931, 2); +INSERT INTO `ingredient_info` VALUES (168, 2, 3.07, 2); +INSERT INTO `ingredient_info` VALUES (168, 3, 0.0959, 2); +INSERT INTO `ingredient_info` VALUES (168, 4, 0.0753, 2); +INSERT INTO `ingredient_info` VALUES (168, 5, 0.0592, 2); +INSERT INTO `ingredient_info` VALUES (168, 6, 0.6559, 2); +INSERT INTO `ingredient_info` VALUES (168, 7, 0.113, 2); +INSERT INTO `ingredient_info` VALUES (168, 8, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (168, 9, 9.96, 2); +INSERT INTO `ingredient_info` VALUES (168, 10, 0.353, 2); +INSERT INTO `ingredient_info` VALUES (168, 11, 2.24, 2); +INSERT INTO `ingredient_info` VALUES (168, 12, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (168, 13, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (168, 14, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (168, 15, 0.0314, 2); +INSERT INTO `ingredient_info` VALUES (168, 16, 0.00843, 2); +INSERT INTO `ingredient_info` VALUES (168, 17, 0.06857, 2); +INSERT INTO `ingredient_info` VALUES (168, 18, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (168, 19, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (168, 20, 0.00264, 2); +INSERT INTO `ingredient_info` VALUES (168, 21, 0.00191, 2); +INSERT INTO `ingredient_info` VALUES (168, 22, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (168, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (168, 24, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (168, 25, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (168, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (168, 27, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (168, 28, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (168, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (168, 30, 26.32, 2); +INSERT INTO `ingredient_info` VALUES (168, 31, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (168, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (168, 33, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (168, 34, 8.054, 2); +INSERT INTO `ingredient_info` VALUES (168, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (168, 36, 15.68, 2); +INSERT INTO `ingredient_info` VALUES (168, 37, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (168, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (168, 39, 5.03, 2); +INSERT INTO `ingredient_info` VALUES (168, 40, 0.0329, 2); +INSERT INTO `ingredient_info` VALUES (168, 41, 0.01206, 2); +INSERT INTO `ingredient_info` VALUES (168, 42, 0.01936, 2); +INSERT INTO `ingredient_info` VALUES (168, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (169, 1, 0.0931, 2); +INSERT INTO `ingredient_info` VALUES (169, 2, 3.07, 2); +INSERT INTO `ingredient_info` VALUES (169, 3, 0.0959, 2); +INSERT INTO `ingredient_info` VALUES (169, 4, 0.0753, 2); +INSERT INTO `ingredient_info` VALUES (169, 5, 0.0592, 2); +INSERT INTO `ingredient_info` VALUES (169, 6, 0.6559, 2); +INSERT INTO `ingredient_info` VALUES (169, 7, 0.113, 2); +INSERT INTO `ingredient_info` VALUES (169, 8, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (169, 9, 9.96, 2); +INSERT INTO `ingredient_info` VALUES (169, 10, 0.353, 2); +INSERT INTO `ingredient_info` VALUES (169, 11, 2.24, 2); +INSERT INTO `ingredient_info` VALUES (169, 12, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (169, 13, 6.84, 2); +INSERT INTO `ingredient_info` VALUES (169, 14, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (169, 15, 0.0314, 2); +INSERT INTO `ingredient_info` VALUES (169, 16, 0.00843, 2); +INSERT INTO `ingredient_info` VALUES (169, 17, 0.06857, 2); +INSERT INTO `ingredient_info` VALUES (169, 18, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (169, 19, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (169, 20, 0.00264, 2); +INSERT INTO `ingredient_info` VALUES (169, 21, 0.00191, 2); +INSERT INTO `ingredient_info` VALUES (169, 22, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (169, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (169, 24, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (169, 25, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (169, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (169, 27, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (169, 28, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (169, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (169, 30, 26.32, 2); +INSERT INTO `ingredient_info` VALUES (169, 31, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (169, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (169, 33, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (169, 34, 8.054, 2); +INSERT INTO `ingredient_info` VALUES (169, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (169, 36, 15.68, 2); +INSERT INTO `ingredient_info` VALUES (169, 37, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (169, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (169, 39, 5.03, 2); +INSERT INTO `ingredient_info` VALUES (169, 40, 0.0329, 2); +INSERT INTO `ingredient_info` VALUES (169, 41, 0.01206, 2); +INSERT INTO `ingredient_info` VALUES (169, 42, 0.01936, 2); +INSERT INTO `ingredient_info` VALUES (169, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 1, 0.0796, 2); +INSERT INTO `ingredient_info` VALUES (170, 2, 3.15, 2); +INSERT INTO `ingredient_info` VALUES (170, 3, 0.1063, 2); +INSERT INTO `ingredient_info` VALUES (170, 4, 0.1275, 2); +INSERT INTO `ingredient_info` VALUES (170, 5, 0.0795, 2); +INSERT INTO `ingredient_info` VALUES (170, 6, 0.6073, 2); +INSERT INTO `ingredient_info` VALUES (170, 7, 0.403, 2); +INSERT INTO `ingredient_info` VALUES (170, 8, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (170, 9, 16.52, 2); +INSERT INTO `ingredient_info` VALUES (170, 10, 0.2812, 2); +INSERT INTO `ingredient_info` VALUES (170, 11, 4.28, 2); +INSERT INTO `ingredient_info` VALUES (170, 12, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (170, 13, 10.7, 2); +INSERT INTO `ingredient_info` VALUES (170, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (170, 15, 0.047, 2); +INSERT INTO `ingredient_info` VALUES (170, 16, 0.00757, 2); +INSERT INTO `ingredient_info` VALUES (170, 17, 0.03133, 2); +INSERT INTO `ingredient_info` VALUES (170, 18, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (170, 19, 0.324, 2); +INSERT INTO `ingredient_info` VALUES (170, 20, 0.00754, 2); +INSERT INTO `ingredient_info` VALUES (170, 21, 0.00336, 2); +INSERT INTO `ingredient_info` VALUES (170, 22, 0.0572, 2); +INSERT INTO `ingredient_info` VALUES (170, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 24, 0.0269, 2); +INSERT INTO `ingredient_info` VALUES (170, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (170, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (170, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (170, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 30, 59, 2); +INSERT INTO `ingredient_info` VALUES (170, 31, 2.95, 2); +INSERT INTO `ingredient_info` VALUES (170, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 33, 0.0748, 2); +INSERT INTO `ingredient_info` VALUES (170, 34, 17.145, 2); +INSERT INTO `ingredient_info` VALUES (170, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 36, 34.85, 2); +INSERT INTO `ingredient_info` VALUES (170, 37, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (170, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (170, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (170, 40, 0.0703, 2); +INSERT INTO `ingredient_info` VALUES (170, 41, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (170, 42, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (170, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 1, 0.0796, 2); +INSERT INTO `ingredient_info` VALUES (171, 2, 3.15, 2); +INSERT INTO `ingredient_info` VALUES (171, 3, 0.1063, 2); +INSERT INTO `ingredient_info` VALUES (171, 4, 0.1275, 2); +INSERT INTO `ingredient_info` VALUES (171, 5, 0.0795, 2); +INSERT INTO `ingredient_info` VALUES (171, 6, 0.6073, 2); +INSERT INTO `ingredient_info` VALUES (171, 7, 0.403, 2); +INSERT INTO `ingredient_info` VALUES (171, 8, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (171, 9, 16.52, 2); +INSERT INTO `ingredient_info` VALUES (171, 10, 0.2812, 2); +INSERT INTO `ingredient_info` VALUES (171, 11, 4.28, 2); +INSERT INTO `ingredient_info` VALUES (171, 12, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (171, 13, 10.7, 2); +INSERT INTO `ingredient_info` VALUES (171, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (171, 15, 0.047, 2); +INSERT INTO `ingredient_info` VALUES (171, 16, 0.00757, 2); +INSERT INTO `ingredient_info` VALUES (171, 17, 0.03133, 2); +INSERT INTO `ingredient_info` VALUES (171, 18, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (171, 19, 0.324, 2); +INSERT INTO `ingredient_info` VALUES (171, 20, 0.00754, 2); +INSERT INTO `ingredient_info` VALUES (171, 21, 0.00336, 2); +INSERT INTO `ingredient_info` VALUES (171, 22, 0.0572, 2); +INSERT INTO `ingredient_info` VALUES (171, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 24, 0.0269, 2); +INSERT INTO `ingredient_info` VALUES (171, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (171, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (171, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (171, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 30, 59, 2); +INSERT INTO `ingredient_info` VALUES (171, 31, 2.95, 2); +INSERT INTO `ingredient_info` VALUES (171, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 33, 0.0748, 2); +INSERT INTO `ingredient_info` VALUES (171, 34, 17.145, 2); +INSERT INTO `ingredient_info` VALUES (171, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 36, 34.85, 2); +INSERT INTO `ingredient_info` VALUES (171, 37, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (171, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (171, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (171, 40, 0.0703, 2); +INSERT INTO `ingredient_info` VALUES (171, 41, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (171, 42, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (171, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 1, 0.0779, 2); +INSERT INTO `ingredient_info` VALUES (172, 2, 2.76, 2); +INSERT INTO `ingredient_info` VALUES (172, 3, 0.0911, 2); +INSERT INTO `ingredient_info` VALUES (172, 4, 0.0743, 2); +INSERT INTO `ingredient_info` VALUES (172, 5, 0.1174, 2); +INSERT INTO `ingredient_info` VALUES (172, 6, 0.6394, 2); +INSERT INTO `ingredient_info` VALUES (172, 7, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (172, 8, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (172, 9, 18.9, 2); +INSERT INTO `ingredient_info` VALUES (172, 10, 1.236, 2); +INSERT INTO `ingredient_info` VALUES (172, 11, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (172, 12, 2.01, 2); +INSERT INTO `ingredient_info` VALUES (172, 13, 8.14, 2); +INSERT INTO `ingredient_info` VALUES (172, 14, 0.55, 2); +INSERT INTO `ingredient_info` VALUES (172, 15, 0.0618, 2); +INSERT INTO `ingredient_info` VALUES (172, 16, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (172, 17, 0.07867, 2); +INSERT INTO `ingredient_info` VALUES (172, 18, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (172, 19, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (172, 20, 0.00513, 2); +INSERT INTO `ingredient_info` VALUES (172, 21, 0.00399, 2); +INSERT INTO `ingredient_info` VALUES (172, 22, 0.0494, 2); +INSERT INTO `ingredient_info` VALUES (172, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 24, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (172, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (172, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (172, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (172, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 30, 38, 2); +INSERT INTO `ingredient_info` VALUES (172, 31, 1.9, 2); +INSERT INTO `ingredient_info` VALUES (172, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 33, 0.0748, 2); +INSERT INTO `ingredient_info` VALUES (172, 34, 17.145, 2); +INSERT INTO `ingredient_info` VALUES (172, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 36, 22.64, 2); +INSERT INTO `ingredient_info` VALUES (172, 37, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (172, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (172, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (172, 40, 0.0273, 2); +INSERT INTO `ingredient_info` VALUES (172, 41, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (172, 42, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (172, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 1, 0.0779, 2); +INSERT INTO `ingredient_info` VALUES (33, 2, 2.76, 2); +INSERT INTO `ingredient_info` VALUES (33, 3, 0.0911, 2); +INSERT INTO `ingredient_info` VALUES (33, 4, 0.0743, 2); +INSERT INTO `ingredient_info` VALUES (33, 5, 0.1174, 2); +INSERT INTO `ingredient_info` VALUES (33, 6, 0.6394, 2); +INSERT INTO `ingredient_info` VALUES (33, 7, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (33, 8, 0.0171, 2); +INSERT INTO `ingredient_info` VALUES (33, 9, 18.9, 2); +INSERT INTO `ingredient_info` VALUES (33, 10, 1.236, 2); +INSERT INTO `ingredient_info` VALUES (33, 11, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (33, 12, 2.01, 2); +INSERT INTO `ingredient_info` VALUES (33, 13, 8.14, 2); +INSERT INTO `ingredient_info` VALUES (33, 14, 0.55, 2); +INSERT INTO `ingredient_info` VALUES (33, 15, 0.0618, 2); +INSERT INTO `ingredient_info` VALUES (33, 16, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (33, 17, 0.07867, 2); +INSERT INTO `ingredient_info` VALUES (33, 18, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (33, 19, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (33, 20, 0.00513, 2); +INSERT INTO `ingredient_info` VALUES (33, 21, 0.00399, 2); +INSERT INTO `ingredient_info` VALUES (33, 22, 0.0494, 2); +INSERT INTO `ingredient_info` VALUES (33, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 24, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (33, 25, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (33, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 27, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (33, 28, 2.74, 2); +INSERT INTO `ingredient_info` VALUES (33, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 30, 38, 2); +INSERT INTO `ingredient_info` VALUES (33, 31, 1.9, 2); +INSERT INTO `ingredient_info` VALUES (33, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 33, 0.0748, 2); +INSERT INTO `ingredient_info` VALUES (33, 34, 17.145, 2); +INSERT INTO `ingredient_info` VALUES (33, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 36, 22.64, 2); +INSERT INTO `ingredient_info` VALUES (33, 37, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (33, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (33, 39, 8.62, 2); +INSERT INTO `ingredient_info` VALUES (33, 40, 0.0273, 2); +INSERT INTO `ingredient_info` VALUES (33, 41, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (33, 42, 0.0119, 2); +INSERT INTO `ingredient_info` VALUES (33, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 1, 0.1136, 2); +INSERT INTO `ingredient_info` VALUES (173, 2, 3.54, 2); +INSERT INTO `ingredient_info` VALUES (173, 3, 0.0783, 2); +INSERT INTO `ingredient_info` VALUES (173, 4, 0.0988, 2); +INSERT INTO `ingredient_info` VALUES (173, 5, 0.0602, 2); +INSERT INTO `ingredient_info` VALUES (173, 6, 0.6493, 2); +INSERT INTO `ingredient_info` VALUES (173, 7, 0.211, 2); +INSERT INTO `ingredient_info` VALUES (173, 8, 0.0321, 2); +INSERT INTO `ingredient_info` VALUES (173, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (173, 10, 0.4142, 2); +INSERT INTO `ingredient_info` VALUES (173, 11, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (173, 12, 2.68, 2); +INSERT INTO `ingredient_info` VALUES (173, 13, 25.25, 2); +INSERT INTO `ingredient_info` VALUES (173, 14, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (173, 15, 0.0435, 2); +INSERT INTO `ingredient_info` VALUES (173, 16, 0.00603, 2); +INSERT INTO `ingredient_info` VALUES (173, 17, 0.07833, 2); +INSERT INTO `ingredient_info` VALUES (173, 18, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (173, 19, 0.259, 2); +INSERT INTO `ingredient_info` VALUES (173, 20, 0.00152, 2); +INSERT INTO `ingredient_info` VALUES (173, 21, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (173, 22, 0.0514, 2); +INSERT INTO `ingredient_info` VALUES (173, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 24, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (173, 25, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (173, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 27, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (173, 28, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (173, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 33, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (173, 34, 0.134, 2); +INSERT INTO `ingredient_info` VALUES (173, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (173, 40, 0.0312, 2); +INSERT INTO `ingredient_info` VALUES (173, 41, 0.0166, 2); +INSERT INTO `ingredient_info` VALUES (173, 42, 0.0218, 2); +INSERT INTO `ingredient_info` VALUES (173, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 1, 0.0327, 2); +INSERT INTO `ingredient_info` VALUES (174, 2, 2.38, 2); +INSERT INTO `ingredient_info` VALUES (174, 3, 0.1597, 2); +INSERT INTO `ingredient_info` VALUES (174, 4, 0.0889, 2); +INSERT INTO `ingredient_info` VALUES (174, 5, 0.4822, 2); +INSERT INTO `ingredient_info` VALUES (174, 6, 0.2365, 2); +INSERT INTO `ingredient_info` VALUES (174, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 8, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (174, 9, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (174, 10, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (174, 11, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (174, 12, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (174, 13, 4.46, 2); +INSERT INTO `ingredient_info` VALUES (174, 14, 169.82, 2); +INSERT INTO `ingredient_info` VALUES (174, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 17, 0.00459, 2); +INSERT INTO `ingredient_info` VALUES (174, 18, 0.276, 2); +INSERT INTO `ingredient_info` VALUES (174, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 20, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (174, 21, 0.00243, 2); +INSERT INTO `ingredient_info` VALUES (174, 22, 0.04467, 2); +INSERT INTO `ingredient_info` VALUES (174, 23, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (174, 24, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (174, 25, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (174, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 27, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (174, 28, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (174, 29, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (174, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 33, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (174, 34, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (174, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (174, 40, 0.0432, 2); +INSERT INTO `ingredient_info` VALUES (174, 41, 0.03616, 2); +INSERT INTO `ingredient_info` VALUES (174, 42, 0.00332, 2); +INSERT INTO `ingredient_info` VALUES (174, 43, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (175, 1, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (175, 2, 1.98, 2); +INSERT INTO `ingredient_info` VALUES (175, 3, 0.146, 2); +INSERT INTO `ingredient_info` VALUES (175, 4, 0.047, 2); +INSERT INTO `ingredient_info` VALUES (175, 5, 0.547, 2); +INSERT INTO `ingredient_info` VALUES (175, 6, 0.235, 2); +INSERT INTO `ingredient_info` VALUES (175, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 9, 1.9, 2); +INSERT INTO `ingredient_info` VALUES (175, 10, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (175, 11, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (175, 12, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (175, 13, 3.74, 2); +INSERT INTO `ingredient_info` VALUES (175, 14, 240, 2); +INSERT INTO `ingredient_info` VALUES (175, 15, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (175, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 17, 0.00377, 2); +INSERT INTO `ingredient_info` VALUES (175, 18, 0.279, 2); +INSERT INTO `ingredient_info` VALUES (175, 19, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (175, 20, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (175, 21, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (175, 22, 0.039, 2); +INSERT INTO `ingredient_info` VALUES (175, 23, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (175, 24, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (175, 25, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (175, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 27, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (175, 28, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (175, 29, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (175, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (175, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (175, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (175, 40, 0.0125, 2); +INSERT INTO `ingredient_info` VALUES (175, 41, 0.0195, 2); +INSERT INTO `ingredient_info` VALUES (175, 42, 0.0163, 2); +INSERT INTO `ingredient_info` VALUES (175, 43, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (176, 1, 0.9096, 2); +INSERT INTO `ingredient_info` VALUES (176, 2, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (176, 3, 0.0254, 2); +INSERT INTO `ingredient_info` VALUES (176, 4, 0.0061, 2); +INSERT INTO `ingredient_info` VALUES (176, 5, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (176, 6, 0.0434, 2); +INSERT INTO `ingredient_info` VALUES (176, 7, 0.039, 2); +INSERT INTO `ingredient_info` VALUES (176, 8, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (176, 9, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (176, 10, 0.0317, 2); +INSERT INTO `ingredient_info` VALUES (176, 11, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (176, 12, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (176, 13, 4.62, 2); +INSERT INTO `ingredient_info` VALUES (176, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (176, 15, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (176, 16, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (176, 17, 0.01446, 2); +INSERT INTO `ingredient_info` VALUES (176, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (176, 19, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (176, 20, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (176, 21, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (176, 22, 0.00925, 2); +INSERT INTO `ingredient_info` VALUES (176, 23, 0.00238, 2); +INSERT INTO `ingredient_info` VALUES (176, 24, 0.00129, 2); +INSERT INTO `ingredient_info` VALUES (176, 25, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (176, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (176, 27, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (176, 28, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (176, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (176, 30, 52.75, 2); +INSERT INTO `ingredient_info` VALUES (176, 31, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (176, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (176, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (176, 34, 4.148, 2); +INSERT INTO `ingredient_info` VALUES (176, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (176, 36, 31.42, 2); +INSERT INTO `ingredient_info` VALUES (176, 37, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (176, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (176, 39, 56.5, 2); +INSERT INTO `ingredient_info` VALUES (176, 40, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (176, 41, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (176, 42, 0.00389, 2); +INSERT INTO `ingredient_info` VALUES (176, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (177, 1, 0.8164, 2); +INSERT INTO `ingredient_info` VALUES (177, 2, 0.66, 2); +INSERT INTO `ingredient_info` VALUES (177, 3, 0.0395, 2); +INSERT INTO `ingredient_info` VALUES (177, 4, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (177, 5, 0.0352, 2); +INSERT INTO `ingredient_info` VALUES (177, 6, 0.0778, 2); +INSERT INTO `ingredient_info` VALUES (177, 7, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (177, 8, 0.0284, 2); +INSERT INTO `ingredient_info` VALUES (177, 9, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (177, 10, 0.0185, 2); +INSERT INTO `ingredient_info` VALUES (177, 11, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (177, 12, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (177, 13, 1.51, 2); +INSERT INTO `ingredient_info` VALUES (177, 14, 11.2, 2); +INSERT INTO `ingredient_info` VALUES (177, 15, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (177, 16, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (177, 17, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (177, 18, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (177, 19, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (177, 20, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (177, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (177, 22, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (177, 23, 0.00348, 2); +INSERT INTO `ingredient_info` VALUES (177, 24, 0.00071, 2); +INSERT INTO `ingredient_info` VALUES (177, 25, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (177, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (177, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (177, 28, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (177, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (177, 30, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (177, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (177, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (177, 33, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (177, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (177, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (177, 36, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (177, 37, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (177, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (177, 39, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (177, 40, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (177, 41, 0.02144, 2); +INSERT INTO `ingredient_info` VALUES (177, 42, 0.00583, 2); +INSERT INTO `ingredient_info` VALUES (177, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 1, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (23, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 5, 0.998, 2); +INSERT INTO `ingredient_info` VALUES (23, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (23, 10, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (23, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (23, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 13, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (23, 14, 387.58, 2); +INSERT INTO `ingredient_info` VALUES (23, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (23, 16, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (23, 17, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (23, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (23, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (23, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 1, 0.938, 2); +INSERT INTO `ingredient_info` VALUES (178, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (178, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (178, 6, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (178, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 8, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (178, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (178, 10, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (178, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (178, 12, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (178, 13, 1, 2); +INSERT INTO `ingredient_info` VALUES (178, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (178, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 16, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (178, 17, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (178, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (178, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (178, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 1, 0.938, 2); +INSERT INTO `ingredient_info` VALUES (21, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (21, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (21, 6, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (21, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 8, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (21, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (21, 10, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (21, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (21, 12, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (21, 13, 1, 2); +INSERT INTO `ingredient_info` VALUES (21, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (21, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 16, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (21, 17, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (21, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (21, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (21, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 1, 0.938, 2); +INSERT INTO `ingredient_info` VALUES (179, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (179, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (179, 6, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (179, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 8, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (179, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (179, 10, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (179, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (179, 12, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (179, 13, 1, 2); +INSERT INTO `ingredient_info` VALUES (179, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (179, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 16, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (179, 17, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (179, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (179, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (179, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 1, 0.6511, 2); +INSERT INTO `ingredient_info` VALUES (180, 2, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (180, 3, 0.0556, 2); +INSERT INTO `ingredient_info` VALUES (180, 4, 0.0168, 2); +INSERT INTO `ingredient_info` VALUES (180, 5, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (180, 6, 0.2445, 2); +INSERT INTO `ingredient_info` VALUES (180, 7, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (180, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 9, 4.05, 2); +INSERT INTO `ingredient_info` VALUES (180, 10, 0.1745, 2); +INSERT INTO `ingredient_info` VALUES (180, 11, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (180, 12, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (180, 13, 6.09, 2); +INSERT INTO `ingredient_info` VALUES (180, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (180, 15, 0.0181, 2); +INSERT INTO `ingredient_info` VALUES (180, 16, 0.00555, 2); +INSERT INTO `ingredient_info` VALUES (180, 17, 0.01719, 2); +INSERT INTO `ingredient_info` VALUES (180, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 19, 1.601, 2); +INSERT INTO `ingredient_info` VALUES (180, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (180, 21, 0.00471, 2); +INSERT INTO `ingredient_info` VALUES (180, 22, 0.01824, 2); +INSERT INTO `ingredient_info` VALUES (180, 23, 0.00409, 2); +INSERT INTO `ingredient_info` VALUES (180, 24, 0.00348, 2); +INSERT INTO `ingredient_info` VALUES (180, 25, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (180, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 27, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (180, 28, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (180, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 30, 47.51, 2); +INSERT INTO `ingredient_info` VALUES (180, 31, 2.38, 2); +INSERT INTO `ingredient_info` VALUES (180, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 36, 28.51, 2); +INSERT INTO `ingredient_info` VALUES (180, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (180, 40, 0.00467, 2); +INSERT INTO `ingredient_info` VALUES (180, 41, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (180, 42, 0.00532, 2); +INSERT INTO `ingredient_info` VALUES (180, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 1, 0.5258, 2); +INSERT INTO `ingredient_info` VALUES (181, 2, 2.88, 2); +INSERT INTO `ingredient_info` VALUES (181, 3, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (181, 4, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (181, 5, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (181, 6, 0.1265, 2); +INSERT INTO `ingredient_info` VALUES (181, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 8, 0.1265, 2); +INSERT INTO `ingredient_info` VALUES (181, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (181, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (181, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (181, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (181, 13, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (181, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (181, 15, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (181, 16, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (181, 17, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (181, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 20, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (181, 21, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (181, 22, 0.00425, 2); +INSERT INTO `ingredient_info` VALUES (181, 23, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (181, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (181, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (181, 40, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (181, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (181, 42, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (181, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 1, 0.5258, 2); +INSERT INTO `ingredient_info` VALUES (182, 2, 2.88, 2); +INSERT INTO `ingredient_info` VALUES (182, 3, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (182, 4, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (182, 5, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (182, 6, 0.1265, 2); +INSERT INTO `ingredient_info` VALUES (182, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 8, 0.1265, 2); +INSERT INTO `ingredient_info` VALUES (182, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (182, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (182, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (182, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (182, 13, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (182, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (182, 15, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (182, 16, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (182, 17, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (182, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 20, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (182, 21, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (182, 22, 0.00425, 2); +INSERT INTO `ingredient_info` VALUES (182, 23, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (182, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (182, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (182, 40, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (182, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (182, 42, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (182, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 1, 0.5258, 2); +INSERT INTO `ingredient_info` VALUES (183, 2, 2.88, 2); +INSERT INTO `ingredient_info` VALUES (183, 3, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (183, 4, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (183, 5, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (183, 6, 0.1265, 2); +INSERT INTO `ingredient_info` VALUES (183, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 8, 0.1265, 2); +INSERT INTO `ingredient_info` VALUES (183, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (183, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (183, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (183, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (183, 13, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (183, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (183, 15, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (183, 16, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (183, 17, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (183, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 20, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (183, 21, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (183, 22, 0.00425, 2); +INSERT INTO `ingredient_info` VALUES (183, 23, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (183, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (183, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (183, 40, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (183, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (183, 42, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (183, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 1, 0.8385, 2); +INSERT INTO `ingredient_info` VALUES (184, 2, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (184, 3, 0.0236, 2); +INSERT INTO `ingredient_info` VALUES (184, 4, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (184, 5, 0.0804, 2); +INSERT INTO `ingredient_info` VALUES (184, 6, 0.0489, 2); +INSERT INTO `ingredient_info` VALUES (184, 7, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (184, 8, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (184, 9, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (184, 10, 0.0167, 2); +INSERT INTO `ingredient_info` VALUES (184, 11, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (184, 12, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (184, 13, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (184, 14, 29.64, 2); +INSERT INTO `ingredient_info` VALUES (184, 15, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (184, 16, 0.00374, 2); +INSERT INTO `ingredient_info` VALUES (184, 17, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (184, 18, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (184, 19, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (184, 20, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (184, 21, 0.00139, 2); +INSERT INTO `ingredient_info` VALUES (184, 22, 0.00652, 2); +INSERT INTO `ingredient_info` VALUES (184, 23, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (184, 24, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (184, 25, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (184, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 27, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (184, 28, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (184, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 30, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (184, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (184, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 33, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (184, 34, 0.246, 2); +INSERT INTO `ingredient_info` VALUES (184, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 36, 0.83, 2); +INSERT INTO `ingredient_info` VALUES (184, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (184, 40, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (184, 41, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (184, 42, 0.00304, 2); +INSERT INTO `ingredient_info` VALUES (184, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 1, 0.8508, 2); +INSERT INTO `ingredient_info` VALUES (31, 2, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (31, 3, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (31, 4, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (31, 5, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (31, 6, 0.1129, 2); +INSERT INTO `ingredient_info` VALUES (31, 7, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (31, 8, 0.0799, 2); +INSERT INTO `ingredient_info` VALUES (31, 9, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (31, 10, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (31, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (31, 12, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (31, 13, 2.46, 2); +INSERT INTO `ingredient_info` VALUES (31, 14, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (31, 15, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (31, 16, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (31, 17, 0.00126, 2); +INSERT INTO `ingredient_info` VALUES (31, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (31, 19, 0.249, 2); +INSERT INTO `ingredient_info` VALUES (31, 20, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (31, 21, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (31, 22, 0.00386, 2); +INSERT INTO `ingredient_info` VALUES (31, 23, 0.00093, 2); +INSERT INTO `ingredient_info` VALUES (31, 24, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (31, 25, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (31, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 27, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (31, 28, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (31, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (31, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (31, 34, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (31, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (31, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (31, 39, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (31, 40, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (31, 41, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (31, 42, 0.00339, 2); +INSERT INTO `ingredient_info` VALUES (31, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 1, 0.6777, 2); +INSERT INTO `ingredient_info` VALUES (185, 2, 1.31, 2); +INSERT INTO `ingredient_info` VALUES (185, 3, 0.0331, 2); +INSERT INTO `ingredient_info` VALUES (185, 4, 0.0586, 2); +INSERT INTO `ingredient_info` VALUES (185, 5, 0.0235, 2); +INSERT INTO `ingredient_info` VALUES (185, 6, 0.207, 2); +INSERT INTO `ingredient_info` VALUES (185, 7, 0.141, 2); +INSERT INTO `ingredient_info` VALUES (185, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 9, 3.17, 2); +INSERT INTO `ingredient_info` VALUES (185, 10, 0.0665, 2); +INSERT INTO `ingredient_info` VALUES (185, 11, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (185, 12, 0.66, 2); +INSERT INTO `ingredient_info` VALUES (185, 13, 6.68, 2); +INSERT INTO `ingredient_info` VALUES (185, 14, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (185, 15, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (185, 16, 0.00301, 2); +INSERT INTO `ingredient_info` VALUES (185, 17, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (185, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 19, 0.218, 2); +INSERT INTO `ingredient_info` VALUES (185, 20, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (185, 21, 0.00152, 2); +INSERT INTO `ingredient_info` VALUES (185, 22, 0.00912, 2); +INSERT INTO `ingredient_info` VALUES (185, 23, 0.00804, 2); +INSERT INTO `ingredient_info` VALUES (185, 24, 0.00336, 2); +INSERT INTO `ingredient_info` VALUES (185, 25, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (185, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 27, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (185, 28, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (185, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 30, 29.24, 2); +INSERT INTO `ingredient_info` VALUES (185, 31, 1.46, 2); +INSERT INTO `ingredient_info` VALUES (185, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (185, 40, 0.02838, 2); +INSERT INTO `ingredient_info` VALUES (185, 41, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (185, 42, 0.00901, 2); +INSERT INTO `ingredient_info` VALUES (185, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 1, 0.7865, 2); +INSERT INTO `ingredient_info` VALUES (186, 2, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (186, 3, 0.0375, 2); +INSERT INTO `ingredient_info` VALUES (186, 4, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (186, 5, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (186, 6, 0.1489, 2); +INSERT INTO `ingredient_info` VALUES (186, 7, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (186, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 9, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (186, 10, 0.0508, 2); +INSERT INTO `ingredient_info` VALUES (186, 11, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (186, 12, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (186, 13, 5.69, 2); +INSERT INTO `ingredient_info` VALUES (186, 14, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (186, 15, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (186, 16, 0.00329, 2); +INSERT INTO `ingredient_info` VALUES (186, 17, 0.01176, 2); +INSERT INTO `ingredient_info` VALUES (186, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 19, 0.318, 2); +INSERT INTO `ingredient_info` VALUES (186, 20, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (186, 21, 0.00266, 2); +INSERT INTO `ingredient_info` VALUES (186, 22, 0.01706, 2); +INSERT INTO `ingredient_info` VALUES (186, 23, 0.00338, 2); +INSERT INTO `ingredient_info` VALUES (186, 24, 0.00129, 2); +INSERT INTO `ingredient_info` VALUES (186, 25, 1.14, 2); +INSERT INTO `ingredient_info` VALUES (186, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 27, 1.14, 2); +INSERT INTO `ingredient_info` VALUES (186, 28, 1.14, 2); +INSERT INTO `ingredient_info` VALUES (186, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 30, 42.48, 2); +INSERT INTO `ingredient_info` VALUES (186, 31, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (186, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (186, 40, 0.00246, 2); +INSERT INTO `ingredient_info` VALUES (186, 41, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (186, 42, 0.00508, 2); +INSERT INTO `ingredient_info` VALUES (186, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 1, 0.8748, 2); +INSERT INTO `ingredient_info` VALUES (187, 2, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (187, 3, 0.0375, 2); +INSERT INTO `ingredient_info` VALUES (187, 4, 0.0236, 2); +INSERT INTO `ingredient_info` VALUES (187, 5, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (187, 6, 0.0481, 2); +INSERT INTO `ingredient_info` VALUES (187, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (187, 8, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (187, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (187, 10, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (187, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (187, 12, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (187, 13, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (187, 14, 5.6, 2); +INSERT INTO `ingredient_info` VALUES (187, 15, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (187, 16, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (187, 17, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (187, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (187, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 20, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (187, 21, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (187, 22, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (187, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (187, 24, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (187, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (187, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (187, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (187, 29, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (187, 30, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (187, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (187, 32, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (187, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (187, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (187, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (187, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (187, 40, 0.01153, 2); +INSERT INTO `ingredient_info` VALUES (187, 41, 0.00962, 2); +INSERT INTO `ingredient_info` VALUES (187, 42, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (187, 43, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (188, 1, 0.731, 2); +INSERT INTO `ingredient_info` VALUES (188, 2, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (188, 3, 0.182, 2); +INSERT INTO `ingredient_info` VALUES (188, 4, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (188, 5, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (188, 6, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (188, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 8, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (188, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (188, 10, 0.0127, 2); +INSERT INTO `ingredient_info` VALUES (188, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (188, 12, 2.94, 2); +INSERT INTO `ingredient_info` VALUES (188, 13, 2.9, 2); +INSERT INTO `ingredient_info` VALUES (188, 14, 11.27, 2); +INSERT INTO `ingredient_info` VALUES (188, 15, 0.0259, 2); +INSERT INTO `ingredient_info` VALUES (188, 16, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (188, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (188, 40, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (188, 41, 0.0114, 2); +INSERT INTO `ingredient_info` VALUES (188, 42, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (188, 43, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (189, 1, 0.5241, 2); +INSERT INTO `ingredient_info` VALUES (189, 2, 2.69, 2); +INSERT INTO `ingredient_info` VALUES (189, 3, 0.2856, 2); +INSERT INTO `ingredient_info` VALUES (189, 4, 0.1492, 2); +INSERT INTO `ingredient_info` VALUES (189, 5, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (189, 6, 0.0315, 2); +INSERT INTO `ingredient_info` VALUES (189, 7, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (189, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 9, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (189, 10, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (189, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (189, 12, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (189, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (189, 14, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (189, 15, 0.0204, 2); +INSERT INTO `ingredient_info` VALUES (189, 16, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (189, 17, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (189, 18, 0.217, 2); +INSERT INTO `ingredient_info` VALUES (189, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 20, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (189, 21, 0.00193, 2); +INSERT INTO `ingredient_info` VALUES (189, 22, 0.08992, 2); +INSERT INTO `ingredient_info` VALUES (189, 23, 0.01079, 2); +INSERT INTO `ingredient_info` VALUES (189, 24, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (189, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (189, 26, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (189, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (189, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (189, 29, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (189, 30, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (189, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (189, 32, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (189, 33, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (189, 34, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (189, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (189, 40, 0.0406, 2); +INSERT INTO `ingredient_info` VALUES (189, 41, 0.0589, 2); +INSERT INTO `ingredient_info` VALUES (189, 42, 0.0341, 2); +INSERT INTO `ingredient_info` VALUES (189, 43, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (190, 1, 0.7546, 2); +INSERT INTO `ingredient_info` VALUES (190, 2, 1.19, 2); +INSERT INTO `ingredient_info` VALUES (190, 3, 0.2139, 2); +INSERT INTO `ingredient_info` VALUES (190, 4, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (190, 5, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (190, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (190, 10, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (190, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (190, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (190, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (190, 14, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (190, 15, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (190, 16, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (190, 17, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (190, 18, 0.157, 2); +INSERT INTO `ingredient_info` VALUES (190, 19, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (190, 20, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (190, 21, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (190, 22, 0.08239, 2); +INSERT INTO `ingredient_info` VALUES (190, 23, 0.01058, 2); +INSERT INTO `ingredient_info` VALUES (190, 24, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (190, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (190, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (190, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (190, 29, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (190, 30, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (190, 31, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (190, 32, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (190, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (190, 34, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (190, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (190, 40, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (190, 41, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (190, 42, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (190, 43, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (191, 1, 0.7546, 2); +INSERT INTO `ingredient_info` VALUES (191, 2, 1.19, 2); +INSERT INTO `ingredient_info` VALUES (191, 3, 0.2139, 2); +INSERT INTO `ingredient_info` VALUES (191, 4, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (191, 5, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (191, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (191, 10, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (191, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (191, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (191, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (191, 14, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (191, 15, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (191, 16, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (191, 17, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (191, 18, 0.157, 2); +INSERT INTO `ingredient_info` VALUES (191, 19, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (191, 20, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (191, 21, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (191, 22, 0.08239, 2); +INSERT INTO `ingredient_info` VALUES (191, 23, 0.01058, 2); +INSERT INTO `ingredient_info` VALUES (191, 24, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (191, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (191, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (191, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (191, 29, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (191, 30, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (191, 31, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (191, 32, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (191, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (191, 34, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (191, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (191, 40, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (191, 41, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (191, 42, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (191, 43, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (192, 1, 0.7546, 2); +INSERT INTO `ingredient_info` VALUES (192, 2, 1.19, 2); +INSERT INTO `ingredient_info` VALUES (192, 3, 0.2139, 2); +INSERT INTO `ingredient_info` VALUES (192, 4, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (192, 5, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (192, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (192, 10, 0.0089, 2); +INSERT INTO `ingredient_info` VALUES (192, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (192, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (192, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (192, 14, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (192, 15, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (192, 16, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (192, 17, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (192, 18, 0.157, 2); +INSERT INTO `ingredient_info` VALUES (192, 19, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (192, 20, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (192, 21, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (192, 22, 0.08239, 2); +INSERT INTO `ingredient_info` VALUES (192, 23, 0.01058, 2); +INSERT INTO `ingredient_info` VALUES (192, 24, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (192, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (192, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (192, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (192, 29, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (192, 30, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (192, 31, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (192, 32, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (192, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (192, 34, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (192, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (192, 40, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (192, 41, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (192, 42, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (192, 43, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (193, 1, 0.8988, 2); +INSERT INTO `ingredient_info` VALUES (193, 2, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (193, 3, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (193, 4, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (193, 5, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (193, 6, 0.0626, 2); +INSERT INTO `ingredient_info` VALUES (193, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (193, 8, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (193, 9, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (193, 10, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (193, 11, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (193, 12, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (193, 13, 2.97, 2); +INSERT INTO `ingredient_info` VALUES (193, 14, 6, 2); +INSERT INTO `ingredient_info` VALUES (193, 15, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (193, 16, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (193, 17, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (193, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (193, 19, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (193, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (193, 21, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (193, 22, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (193, 23, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (193, 24, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (193, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (193, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (193, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (193, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (193, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (193, 30, 2.92, 2); +INSERT INTO `ingredient_info` VALUES (193, 31, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (193, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (193, 33, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (193, 34, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (193, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (193, 36, 1.75, 2); +INSERT INTO `ingredient_info` VALUES (193, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (193, 38, 105.15, 2); +INSERT INTO `ingredient_info` VALUES (193, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (193, 40, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (193, 41, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (193, 42, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (193, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 1, 0.8988, 2); +INSERT INTO `ingredient_info` VALUES (194, 2, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (194, 3, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (194, 4, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (194, 5, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (194, 6, 0.0626, 2); +INSERT INTO `ingredient_info` VALUES (194, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (194, 8, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (194, 9, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (194, 10, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (194, 11, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (194, 12, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (194, 13, 2.97, 2); +INSERT INTO `ingredient_info` VALUES (194, 14, 6, 2); +INSERT INTO `ingredient_info` VALUES (194, 15, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (194, 16, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (194, 17, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (194, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (194, 19, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (194, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (194, 21, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (194, 22, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (194, 23, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (194, 24, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (194, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (194, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (194, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (194, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 30, 2.92, 2); +INSERT INTO `ingredient_info` VALUES (194, 31, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (194, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 33, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (194, 34, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (194, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 36, 1.75, 2); +INSERT INTO `ingredient_info` VALUES (194, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 38, 105.15, 2); +INSERT INTO `ingredient_info` VALUES (194, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (194, 40, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (194, 41, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (194, 42, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (194, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 1, 0.7486, 2); +INSERT INTO `ingredient_info` VALUES (195, 2, 1.14, 2); +INSERT INTO `ingredient_info` VALUES (195, 3, 0.232, 2); +INSERT INTO `ingredient_info` VALUES (195, 4, 0.0165, 2); +INSERT INTO `ingredient_info` VALUES (195, 5, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (195, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (195, 10, 0.0073, 2); +INSERT INTO `ingredient_info` VALUES (195, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (195, 12, 1.87, 2); +INSERT INTO `ingredient_info` VALUES (195, 13, 2.39, 2); +INSERT INTO `ingredient_info` VALUES (195, 14, 0.68, 2); +INSERT INTO `ingredient_info` VALUES (195, 15, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (195, 16, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (195, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (195, 18, 0.178, 2); +INSERT INTO `ingredient_info` VALUES (195, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 20, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (195, 21, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (195, 22, 0.10604, 2); +INSERT INTO `ingredient_info` VALUES (195, 23, 0.00822, 2); +INSERT INTO `ingredient_info` VALUES (195, 24, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (195, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (195, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (195, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (195, 29, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (195, 30, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (195, 31, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (195, 32, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (195, 33, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (195, 34, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (195, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (195, 40, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (195, 41, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (195, 42, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (195, 43, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (196, 1, 0.8907, 2); +INSERT INTO `ingredient_info` VALUES (196, 2, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (196, 3, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (196, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (196, 5, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (196, 6, 0.0737, 2); +INSERT INTO `ingredient_info` VALUES (196, 7, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (196, 8, 0.0425, 2); +INSERT INTO `ingredient_info` VALUES (196, 9, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (196, 10, 0.0102, 2); +INSERT INTO `ingredient_info` VALUES (196, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (196, 12, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (196, 13, 3.31, 2); +INSERT INTO `ingredient_info` VALUES (196, 14, 5.24, 2); +INSERT INTO `ingredient_info` VALUES (196, 15, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (196, 16, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (196, 17, 0.00107, 2); +INSERT INTO `ingredient_info` VALUES (196, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (196, 19, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (196, 20, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (196, 21, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (196, 22, 0.00975, 2); +INSERT INTO `ingredient_info` VALUES (196, 23, 0.00309, 2); +INSERT INTO `ingredient_info` VALUES (196, 24, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (196, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (196, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (196, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (196, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (196, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (196, 30, 3.48, 2); +INSERT INTO `ingredient_info` VALUES (196, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (196, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (196, 33, 0.0208, 2); +INSERT INTO `ingredient_info` VALUES (196, 34, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (196, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (196, 36, 2.09, 2); +INSERT INTO `ingredient_info` VALUES (196, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (196, 38, 151.52, 2); +INSERT INTO `ingredient_info` VALUES (196, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (196, 40, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (196, 41, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (196, 42, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (196, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 1, 0.9187, 2); +INSERT INTO `ingredient_info` VALUES (197, 2, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (197, 3, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (197, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (197, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (197, 6, 0.0643, 2); +INSERT INTO `ingredient_info` VALUES (197, 7, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (197, 8, 0.038, 2); +INSERT INTO `ingredient_info` VALUES (197, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (197, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (197, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (197, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (197, 13, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (197, 14, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (197, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (197, 16, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (197, 17, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (197, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (197, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (197, 20, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (197, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (197, 22, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (197, 23, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (197, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (197, 25, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (197, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 27, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (197, 28, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (197, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (197, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (197, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (197, 40, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (197, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (197, 42, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (197, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 1, 0.9187, 2); +INSERT INTO `ingredient_info` VALUES (198, 2, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (198, 3, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (198, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (198, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (198, 6, 0.0643, 2); +INSERT INTO `ingredient_info` VALUES (198, 7, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (198, 8, 0.038, 2); +INSERT INTO `ingredient_info` VALUES (198, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (198, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (198, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (198, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (198, 13, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (198, 14, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (198, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (198, 16, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (198, 17, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (198, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (198, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (198, 20, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (198, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (198, 22, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (198, 23, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (198, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (198, 25, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (198, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 27, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (198, 28, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (198, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (198, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (198, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (198, 40, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (198, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (198, 42, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (198, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 1, 0.9187, 2); +INSERT INTO `ingredient_info` VALUES (199, 2, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (199, 3, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (199, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (199, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (199, 6, 0.0643, 2); +INSERT INTO `ingredient_info` VALUES (199, 7, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (199, 8, 0.038, 2); +INSERT INTO `ingredient_info` VALUES (199, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (199, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (199, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (199, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (199, 13, 1.91, 2); +INSERT INTO `ingredient_info` VALUES (199, 14, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (199, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (199, 16, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (199, 17, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (199, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (199, 19, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (199, 20, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (199, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (199, 22, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (199, 23, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (199, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (199, 25, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (199, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 27, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (199, 28, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (199, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (199, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (199, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (199, 40, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (199, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (199, 42, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (199, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 1, 0.8208, 2); +INSERT INTO `ingredient_info` VALUES (200, 2, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (200, 3, 0.0333, 2); +INSERT INTO `ingredient_info` VALUES (200, 4, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (200, 5, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (200, 6, 0.1346, 2); +INSERT INTO `ingredient_info` VALUES (200, 7, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (200, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 9, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (200, 10, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (200, 11, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (200, 12, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (200, 13, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (200, 14, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (200, 15, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (200, 16, 0.00093, 2); +INSERT INTO `ingredient_info` VALUES (200, 17, 0.00244, 2); +INSERT INTO `ingredient_info` VALUES (200, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (200, 19, 0.104, 2); +INSERT INTO `ingredient_info` VALUES (200, 20, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (200, 21, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (200, 22, 0.01252, 2); +INSERT INTO `ingredient_info` VALUES (200, 23, 0.00163, 2); +INSERT INTO `ingredient_info` VALUES (200, 24, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (200, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (200, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (200, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (200, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 30, 50.78, 2); +INSERT INTO `ingredient_info` VALUES (200, 31, 2.54, 2); +INSERT INTO `ingredient_info` VALUES (200, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (200, 40, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (200, 41, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (200, 42, 0.00235, 2); +INSERT INTO `ingredient_info` VALUES (200, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 1, 0.8556, 2); +INSERT INTO `ingredient_info` VALUES (201, 2, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (201, 3, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (201, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (201, 5, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (201, 6, 0.1381, 2); +INSERT INTO `ingredient_info` VALUES (201, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (201, 8, 0.1039, 2); +INSERT INTO `ingredient_info` VALUES (201, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (201, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (201, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (201, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (201, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (201, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (201, 15, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (201, 16, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (201, 17, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (201, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 19, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (201, 20, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (201, 21, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (201, 22, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (201, 23, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (201, 24, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (201, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (201, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (201, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (201, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 30, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (201, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (201, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (201, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (201, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 36, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (201, 37, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (201, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (201, 39, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (201, 40, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (201, 41, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (201, 42, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (201, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 1, 0.8556, 2); +INSERT INTO `ingredient_info` VALUES (202, 2, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (202, 3, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (202, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (202, 5, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (202, 6, 0.1381, 2); +INSERT INTO `ingredient_info` VALUES (202, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (202, 8, 0.1039, 2); +INSERT INTO `ingredient_info` VALUES (202, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (202, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (202, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (202, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (202, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (202, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (202, 15, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (202, 16, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (202, 17, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (202, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 19, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (202, 20, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (202, 21, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (202, 22, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (202, 23, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (202, 24, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (202, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (202, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (202, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (202, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 30, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (202, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (202, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (202, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (202, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 36, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (202, 37, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (202, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (202, 39, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (202, 40, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (202, 41, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (202, 42, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (202, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 1, 0.8228, 2); +INSERT INTO `ingredient_info` VALUES (203, 2, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (203, 3, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (203, 4, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (203, 5, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (203, 6, 0.1684, 2); +INSERT INTO `ingredient_info` VALUES (203, 7, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (203, 8, 0.1484, 2); +INSERT INTO `ingredient_info` VALUES (203, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (203, 10, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (203, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (203, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (203, 13, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (203, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (203, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (203, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (203, 17, 0.00165, 2); +INSERT INTO `ingredient_info` VALUES (203, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (203, 19, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (203, 20, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (203, 21, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (203, 22, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (203, 23, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (203, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (203, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 30, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (203, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (203, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (203, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (203, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 36, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (203, 37, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (203, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (203, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (203, 40, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (203, 41, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (203, 42, 0.00126, 2); +INSERT INTO `ingredient_info` VALUES (203, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 1, 0.8793, 2); +INSERT INTO `ingredient_info` VALUES (204, 2, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (204, 3, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (204, 4, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (204, 5, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (204, 6, 0.1168, 2); +INSERT INTO `ingredient_info` VALUES (204, 7, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (204, 8, 0.109, 2); +INSERT INTO `ingredient_info` VALUES (204, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (204, 10, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (204, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (204, 12, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (204, 13, 1.19, 2); +INSERT INTO `ingredient_info` VALUES (204, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (204, 15, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (204, 16, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (204, 17, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (204, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (204, 19, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (204, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (204, 21, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (204, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (204, 23, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (204, 24, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (204, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 30, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (204, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (204, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (204, 39, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (204, 40, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (204, 41, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (204, 42, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (204, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (205, 1, 0.8835, 2); +INSERT INTO `ingredient_info` VALUES (205, 2, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (205, 3, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (205, 4, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (205, 5, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (205, 6, 0.1129, 2); +INSERT INTO `ingredient_info` VALUES (205, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (205, 8, 0.1009, 2); +INSERT INTO `ingredient_info` VALUES (205, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (205, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (205, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (205, 12, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (205, 13, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (205, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (205, 15, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (205, 16, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (205, 17, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (205, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (205, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (205, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (205, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (205, 22, 0.00188, 2); +INSERT INTO `ingredient_info` VALUES (205, 23, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (205, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (205, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (205, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (205, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (205, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (205, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (205, 30, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (205, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (205, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (205, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (205, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (205, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (205, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (205, 37, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (205, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (205, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (205, 40, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (205, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (205, 42, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (205, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 1, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (34, 2, 3.11, 2); +INSERT INTO `ingredient_info` VALUES (34, 3, 0.212, 2); +INSERT INTO `ingredient_info` VALUES (34, 4, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (34, 5, 0.0901, 2); +INSERT INTO `ingredient_info` VALUES (34, 6, 0.6429, 2); +INSERT INTO `ingredient_info` VALUES (34, 7, 0.262, 2); +INSERT INTO `ingredient_info` VALUES (34, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 9, 8.13, 2); +INSERT INTO `ingredient_info` VALUES (34, 10, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (34, 11, 6.4, 2); +INSERT INTO `ingredient_info` VALUES (34, 12, 5.18, 2); +INSERT INTO `ingredient_info` VALUES (34, 13, 29.6, 2); +INSERT INTO `ingredient_info` VALUES (34, 14, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (34, 15, 0.0512, 2); +INSERT INTO `ingredient_info` VALUES (34, 16, 0.00686, 2); +INSERT INTO `ingredient_info` VALUES (34, 17, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (34, 18, 0.094, 2); +INSERT INTO `ingredient_info` VALUES (34, 19, 6.6, 2); +INSERT INTO `ingredient_info` VALUES (34, 20, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (34, 21, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (34, 22, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (34, 23, 0.02106, 2); +INSERT INTO `ingredient_info` VALUES (34, 24, 0.01996, 2); +INSERT INTO `ingredient_info` VALUES (34, 25, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (34, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 27, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (34, 28, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (34, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 30, 683, 2); +INSERT INTO `ingredient_info` VALUES (34, 31, 34.15, 2); +INSERT INTO `ingredient_info` VALUES (34, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (34, 40, 0.00591, 2); +INSERT INTO `ingredient_info` VALUES (34, 41, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (34, 42, 0.01369, 2); +INSERT INTO `ingredient_info` VALUES (34, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 1, 0.961, 2); +INSERT INTO `ingredient_info` VALUES (206, 2, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (206, 3, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (206, 4, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (206, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (206, 6, 0.0214, 2); +INSERT INTO `ingredient_info` VALUES (206, 7, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (206, 8, 0.0134, 2); +INSERT INTO `ingredient_info` VALUES (206, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (206, 10, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (206, 11, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (206, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (206, 13, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (206, 14, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (206, 15, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (206, 16, 0.00157, 2); +INSERT INTO `ingredient_info` VALUES (206, 17, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (206, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (206, 19, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (206, 20, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (206, 21, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (206, 22, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (206, 23, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (206, 24, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (206, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (206, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (206, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (206, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 30, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (206, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 33, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (206, 34, 0.134, 2); +INSERT INTO `ingredient_info` VALUES (206, 35, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (206, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (206, 37, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (206, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (206, 40, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (206, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (206, 42, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (206, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (207, 1, 0.8889, 2); +INSERT INTO `ingredient_info` VALUES (207, 2, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (207, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (207, 4, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (207, 5, 0.0451, 2); +INSERT INTO `ingredient_info` VALUES (207, 6, 0.0474, 2); +INSERT INTO `ingredient_info` VALUES (207, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (207, 8, 0.0214, 2); +INSERT INTO `ingredient_info` VALUES (207, 9, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (207, 10, 0.0188, 2); +INSERT INTO `ingredient_info` VALUES (207, 11, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (207, 12, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (207, 13, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (207, 14, 16.71, 2); +INSERT INTO `ingredient_info` VALUES (207, 15, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (207, 16, 0.00146, 2); +INSERT INTO `ingredient_info` VALUES (207, 17, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (207, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (207, 19, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (207, 20, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (207, 21, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (207, 22, 0.00403, 2); +INSERT INTO `ingredient_info` VALUES (207, 23, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (207, 24, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (207, 25, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (207, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (207, 27, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (207, 28, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (207, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (207, 30, 17, 2); +INSERT INTO `ingredient_info` VALUES (207, 31, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (207, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (207, 33, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (207, 34, 0.129, 2); +INSERT INTO `ingredient_info` VALUES (207, 35, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (207, 36, 9.68, 2); +INSERT INTO `ingredient_info` VALUES (207, 37, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (207, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (207, 39, 6.57, 2); +INSERT INTO `ingredient_info` VALUES (207, 40, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (207, 41, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (207, 42, 0.00514, 2); +INSERT INTO `ingredient_info` VALUES (207, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 1, 0.9464, 2); +INSERT INTO `ingredient_info` VALUES (208, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (208, 3, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (208, 4, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (208, 5, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (208, 6, 0.0335, 2); +INSERT INTO `ingredient_info` VALUES (208, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (208, 8, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (208, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (208, 10, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (208, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (208, 12, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (208, 13, 2.62, 2); +INSERT INTO `ingredient_info` VALUES (208, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (208, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (208, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (208, 17, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (208, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (208, 19, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (208, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (208, 21, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (208, 22, 0.00487, 2); +INSERT INTO `ingredient_info` VALUES (208, 23, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (208, 24, 0.00218, 2); +INSERT INTO `ingredient_info` VALUES (208, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (208, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (208, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (208, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 30, 2, 2); +INSERT INTO `ingredient_info` VALUES (208, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (208, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (208, 34, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (208, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 36, 1.2, 2); +INSERT INTO `ingredient_info` VALUES (208, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (208, 39, 21.25, 2); +INSERT INTO `ingredient_info` VALUES (208, 40, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (208, 41, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (208, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (208, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 1, 0.7739, 2); +INSERT INTO `ingredient_info` VALUES (209, 2, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (209, 3, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (209, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (209, 5, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (209, 6, 0.2093, 2); +INSERT INTO `ingredient_info` VALUES (209, 7, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (209, 8, 0.154, 2); +INSERT INTO `ingredient_info` VALUES (209, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (209, 10, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (209, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (209, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (209, 13, 1.85, 2); +INSERT INTO `ingredient_info` VALUES (209, 14, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (209, 15, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (209, 16, 0.00124, 2); +INSERT INTO `ingredient_info` VALUES (209, 17, 0.00507, 2); +INSERT INTO `ingredient_info` VALUES (209, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (209, 19, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (209, 20, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (209, 21, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (209, 22, 0.00456, 2); +INSERT INTO `ingredient_info` VALUES (209, 23, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (209, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (209, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (209, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (209, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (209, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 30, 75.3, 2); +INSERT INTO `ingredient_info` VALUES (209, 31, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (209, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 33, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (209, 34, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (209, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 36, 45.18, 2); +INSERT INTO `ingredient_info` VALUES (209, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (209, 40, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (209, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (209, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (209, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 1, 0.7247, 2); +INSERT INTO `ingredient_info` VALUES (210, 2, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (210, 3, 0.0128, 2); +INSERT INTO `ingredient_info` VALUES (210, 4, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (210, 5, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (210, 6, 0.2536, 2); +INSERT INTO `ingredient_info` VALUES (210, 7, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (210, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 9, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (210, 10, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (210, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (210, 12, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (210, 13, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (210, 14, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (210, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (210, 16, 0.00167, 2); +INSERT INTO `ingredient_info` VALUES (210, 17, 0.00615, 2); +INSERT INTO `ingredient_info` VALUES (210, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (210, 19, 0.108, 2); +INSERT INTO `ingredient_info` VALUES (210, 20, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (210, 21, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (210, 22, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (210, 23, 0.00402, 2); +INSERT INTO `ingredient_info` VALUES (210, 24, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (210, 25, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (210, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (210, 28, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (210, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (210, 40, 0.00069, 2); +INSERT INTO `ingredient_info` VALUES (210, 41, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (210, 42, 0.00141, 2); +INSERT INTO `ingredient_info` VALUES (210, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 1, 0.4482, 2); +INSERT INTO `ingredient_info` VALUES (211, 2, 3.85, 2); +INSERT INTO `ingredient_info` VALUES (211, 3, 0.235, 2); +INSERT INTO `ingredient_info` VALUES (211, 4, 0.3156, 2); +INSERT INTO `ingredient_info` VALUES (211, 5, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (211, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (211, 10, 0.0224, 2); +INSERT INTO `ingredient_info` VALUES (211, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (211, 12, 1.87, 2); +INSERT INTO `ingredient_info` VALUES (211, 13, 2.31, 2); +INSERT INTO `ingredient_info` VALUES (211, 14, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (211, 15, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (211, 16, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (211, 17, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (211, 18, 0.223, 2); +INSERT INTO `ingredient_info` VALUES (211, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 20, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (211, 21, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (211, 22, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (211, 23, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (211, 24, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (211, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (211, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (211, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (211, 29, 0.0228, 2); +INSERT INTO `ingredient_info` VALUES (211, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 33, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (211, 34, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (211, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (211, 40, 0.1238, 2); +INSERT INTO `ingredient_info` VALUES (211, 41, 0.139, 2); +INSERT INTO `ingredient_info` VALUES (211, 42, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (211, 43, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (212, 1, 0.7491, 2); +INSERT INTO `ingredient_info` VALUES (212, 2, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (212, 3, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (212, 4, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (212, 5, 0.0082, 2); +INSERT INTO `ingredient_info` VALUES (212, 6, 0.2284, 2); +INSERT INTO `ingredient_info` VALUES (212, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (212, 8, 0.1223, 2); +INSERT INTO `ingredient_info` VALUES (212, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (212, 10, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (212, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (212, 12, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (212, 13, 3.58, 2); +INSERT INTO `ingredient_info` VALUES (212, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (212, 15, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (212, 16, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (212, 17, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (212, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (212, 19, 0.087, 2); +INSERT INTO `ingredient_info` VALUES (212, 20, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (212, 21, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (212, 22, 0.00665, 2); +INSERT INTO `ingredient_info` VALUES (212, 23, 0.00334, 2); +INSERT INTO `ingredient_info` VALUES (212, 24, 0.00367, 2); +INSERT INTO `ingredient_info` VALUES (212, 25, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (212, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (212, 27, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (212, 28, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (212, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (212, 30, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (212, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (212, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (212, 33, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (212, 34, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (212, 35, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (212, 36, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (212, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (212, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (212, 39, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (212, 40, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (212, 41, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (212, 42, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (212, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (213, 1, 0.8774, 2); +INSERT INTO `ingredient_info` VALUES (213, 2, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (213, 3, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (213, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (213, 5, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (213, 6, 0.0946, 2); +INSERT INTO `ingredient_info` VALUES (213, 7, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (213, 8, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (213, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (213, 10, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (213, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (213, 12, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (213, 13, 3.4, 2); +INSERT INTO `ingredient_info` VALUES (213, 14, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (213, 15, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (213, 16, 0.00174, 2); +INSERT INTO `ingredient_info` VALUES (213, 17, 0.00237, 2); +INSERT INTO `ingredient_info` VALUES (213, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (213, 19, 2.425, 2); +INSERT INTO `ingredient_info` VALUES (213, 20, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (213, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (213, 22, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (213, 23, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (213, 24, 0.00278, 2); +INSERT INTO `ingredient_info` VALUES (213, 25, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (213, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (213, 27, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (213, 28, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (213, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (213, 30, 11.79, 2); +INSERT INTO `ingredient_info` VALUES (213, 31, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (213, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (213, 33, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (213, 34, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (213, 35, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (213, 36, 6.71, 2); +INSERT INTO `ingredient_info` VALUES (213, 37, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (213, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (213, 39, 7.25, 2); +INSERT INTO `ingredient_info` VALUES (213, 40, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (213, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (213, 42, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (213, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (214, 1, 0.8774, 2); +INSERT INTO `ingredient_info` VALUES (214, 2, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (214, 3, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (214, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (214, 5, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (214, 6, 0.0946, 2); +INSERT INTO `ingredient_info` VALUES (214, 7, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (214, 8, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (214, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (214, 10, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (214, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (214, 12, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (214, 13, 3.4, 2); +INSERT INTO `ingredient_info` VALUES (214, 14, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (214, 15, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (214, 16, 0.00174, 2); +INSERT INTO `ingredient_info` VALUES (214, 17, 0.00237, 2); +INSERT INTO `ingredient_info` VALUES (214, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (214, 19, 2.425, 2); +INSERT INTO `ingredient_info` VALUES (214, 20, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (214, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (214, 22, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (214, 23, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (214, 24, 0.00278, 2); +INSERT INTO `ingredient_info` VALUES (214, 25, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (214, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (214, 27, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (214, 28, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (214, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (214, 30, 11.79, 2); +INSERT INTO `ingredient_info` VALUES (214, 31, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (214, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (214, 33, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (214, 34, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (214, 35, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (214, 36, 6.71, 2); +INSERT INTO `ingredient_info` VALUES (214, 37, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (214, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (214, 39, 7.25, 2); +INSERT INTO `ingredient_info` VALUES (214, 40, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (214, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (214, 42, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (214, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 1, 0.798, 2); +INSERT INTO `ingredient_info` VALUES (215, 2, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (215, 3, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (215, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (215, 5, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (215, 6, 0.168, 2); +INSERT INTO `ingredient_info` VALUES (215, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 9, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (215, 10, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (215, 11, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (215, 12, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (215, 13, 3.34, 2); +INSERT INTO `ingredient_info` VALUES (215, 14, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (215, 15, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (215, 16, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (215, 17, 0.00292, 2); +INSERT INTO `ingredient_info` VALUES (215, 18, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (215, 19, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (215, 20, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (215, 21, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (215, 22, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (215, 23, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (215, 24, 0.00345, 2); +INSERT INTO `ingredient_info` VALUES (215, 25, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (215, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 27, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (215, 28, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (215, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 30, 11.9, 2); +INSERT INTO `ingredient_info` VALUES (215, 31, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (215, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (215, 40, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (215, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (215, 42, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (215, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 1, 0.8944, 2); +INSERT INTO `ingredient_info` VALUES (216, 2, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (216, 3, 0.0164, 2); +INSERT INTO `ingredient_info` VALUES (216, 4, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (216, 5, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (216, 6, 0.0729, 2); +INSERT INTO `ingredient_info` VALUES (216, 7, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (216, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (216, 10, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (216, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (216, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (216, 13, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (216, 14, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (216, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (216, 16, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (216, 17, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (216, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (216, 19, 0.092, 2); +INSERT INTO `ingredient_info` VALUES (216, 20, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (216, 21, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (216, 22, 0.01222, 2); +INSERT INTO `ingredient_info` VALUES (216, 23, 0.00278, 2); +INSERT INTO `ingredient_info` VALUES (216, 24, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (216, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (216, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (216, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (216, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 30, 6.99, 2); +INSERT INTO `ingredient_info` VALUES (216, 31, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (216, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (216, 40, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (216, 41, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (216, 42, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (216, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 1, 0.8944, 2); +INSERT INTO `ingredient_info` VALUES (217, 2, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (217, 3, 0.0164, 2); +INSERT INTO `ingredient_info` VALUES (217, 4, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (217, 5, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (217, 6, 0.0729, 2); +INSERT INTO `ingredient_info` VALUES (217, 7, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (217, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (217, 10, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (217, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (217, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (217, 13, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (217, 14, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (217, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (217, 16, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (217, 17, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (217, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (217, 19, 0.092, 2); +INSERT INTO `ingredient_info` VALUES (217, 20, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (217, 21, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (217, 22, 0.01222, 2); +INSERT INTO `ingredient_info` VALUES (217, 23, 0.00278, 2); +INSERT INTO `ingredient_info` VALUES (217, 24, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (217, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (217, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (217, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (217, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 30, 6.99, 2); +INSERT INTO `ingredient_info` VALUES (217, 31, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (217, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (217, 40, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (217, 41, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (217, 42, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (217, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 1, 0.8944, 2); +INSERT INTO `ingredient_info` VALUES (218, 2, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (218, 3, 0.0164, 2); +INSERT INTO `ingredient_info` VALUES (218, 4, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (218, 5, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (218, 6, 0.0729, 2); +INSERT INTO `ingredient_info` VALUES (218, 7, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (218, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (218, 10, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (218, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (218, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (218, 13, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (218, 14, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (218, 15, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (218, 16, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (218, 17, 0.00183, 2); +INSERT INTO `ingredient_info` VALUES (218, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (218, 19, 0.092, 2); +INSERT INTO `ingredient_info` VALUES (218, 20, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (218, 21, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (218, 22, 0.01222, 2); +INSERT INTO `ingredient_info` VALUES (218, 23, 0.00278, 2); +INSERT INTO `ingredient_info` VALUES (218, 24, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (218, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (218, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (218, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (218, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 30, 6.99, 2); +INSERT INTO `ingredient_info` VALUES (218, 31, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (218, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (218, 40, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (218, 41, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (218, 42, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (218, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 1, 0.7962, 2); +INSERT INTO `ingredient_info` VALUES (219, 2, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (219, 3, 0.0074, 2); +INSERT INTO `ingredient_info` VALUES (219, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (219, 5, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (219, 6, 0.193, 2); +INSERT INTO `ingredient_info` VALUES (219, 7, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (219, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (219, 10, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (219, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (219, 12, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (219, 13, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (219, 14, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (219, 15, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (219, 16, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (219, 17, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (219, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 19, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (219, 20, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (219, 21, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (219, 22, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (219, 23, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (219, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (219, 25, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (219, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (219, 28, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (219, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 30, 7.26, 2); +INSERT INTO `ingredient_info` VALUES (219, 31, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (219, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (219, 40, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (219, 41, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (219, 42, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (219, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 1, 0.8395, 2); +INSERT INTO `ingredient_info` VALUES (10, 2, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (10, 3, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (10, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (10, 5, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (10, 6, 0.138, 2); +INSERT INTO `ingredient_info` VALUES (10, 7, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (10, 8, 0.0737, 2); +INSERT INTO `ingredient_info` VALUES (10, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (10, 10, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (10, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (10, 12, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (10, 13, 2.75, 2); +INSERT INTO `ingredient_info` VALUES (10, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (10, 15, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (10, 16, 0.00107, 2); +INSERT INTO `ingredient_info` VALUES (10, 17, 0.00186, 2); +INSERT INTO `ingredient_info` VALUES (10, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (10, 19, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (10, 20, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (10, 21, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (10, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (10, 23, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (10, 24, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (10, 25, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (10, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (10, 28, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (10, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 30, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (10, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (10, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 33, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (10, 34, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (10, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 36, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (10, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (10, 39, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (10, 40, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (10, 41, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (10, 42, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (10, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (220, 1, 0.9027, 2); +INSERT INTO `ingredient_info` VALUES (220, 2, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (220, 3, 0.0182, 2); +INSERT INTO `ingredient_info` VALUES (220, 4, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (220, 5, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (220, 6, 0.0714, 2); +INSERT INTO `ingredient_info` VALUES (220, 7, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (220, 8, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (220, 9, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (220, 10, 0.0104, 2); +INSERT INTO `ingredient_info` VALUES (220, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (220, 12, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (220, 13, 2.09, 2); +INSERT INTO `ingredient_info` VALUES (220, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (220, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (220, 16, 0.00069, 2); +INSERT INTO `ingredient_info` VALUES (220, 17, 0.00214, 2); +INSERT INTO `ingredient_info` VALUES (220, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (220, 19, 0.163, 2); +INSERT INTO `ingredient_info` VALUES (220, 20, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (220, 21, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (220, 22, 0.00752, 2); +INSERT INTO `ingredient_info` VALUES (220, 23, 0.00094, 2); +INSERT INTO `ingredient_info` VALUES (220, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (220, 25, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (220, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (220, 27, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (220, 28, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (220, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (220, 30, 6.9, 2); +INSERT INTO `ingredient_info` VALUES (220, 31, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (220, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (220, 33, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (220, 34, 0.144, 2); +INSERT INTO `ingredient_info` VALUES (220, 35, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (220, 36, 3.79, 2); +INSERT INTO `ingredient_info` VALUES (220, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (220, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (220, 39, 6.4, 2); +INSERT INTO `ingredient_info` VALUES (220, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (220, 41, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (220, 42, 0.00059, 2); +INSERT INTO `ingredient_info` VALUES (220, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 1, 0.933, 2); +INSERT INTO `ingredient_info` VALUES (221, 2, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (221, 3, 0.0115, 2); +INSERT INTO `ingredient_info` VALUES (221, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (221, 5, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (221, 6, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (221, 7, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (221, 8, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (221, 9, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (221, 10, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (221, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (221, 12, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (221, 13, 1.09, 2); +INSERT INTO `ingredient_info` VALUES (221, 14, 2.62, 2); +INSERT INTO `ingredient_info` VALUES (221, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (221, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (221, 17, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (221, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (221, 19, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (221, 20, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (221, 21, 0.00056, 2); +INSERT INTO `ingredient_info` VALUES (221, 22, 0.00201, 2); +INSERT INTO `ingredient_info` VALUES (221, 23, 0.00129, 2); +INSERT INTO `ingredient_info` VALUES (221, 24, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (221, 25, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (221, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 27, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (221, 28, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (221, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 30, 4.35, 2); +INSERT INTO `ingredient_info` VALUES (221, 31, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (221, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 33, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (221, 34, 0.099, 2); +INSERT INTO `ingredient_info` VALUES (221, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 36, 2.61, 2); +INSERT INTO `ingredient_info` VALUES (221, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (221, 39, 4.41, 2); +INSERT INTO `ingredient_info` VALUES (221, 40, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (221, 41, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (221, 42, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (221, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 1, 0.8988, 2); +INSERT INTO `ingredient_info` VALUES (222, 2, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (222, 3, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (222, 4, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (222, 5, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (222, 6, 0.0758, 2); +INSERT INTO `ingredient_info` VALUES (222, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (222, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 9, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (222, 10, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (222, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (222, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (222, 13, 1.86, 2); +INSERT INTO `ingredient_info` VALUES (222, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (222, 15, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (222, 16, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (222, 17, 0.00385, 2); +INSERT INTO `ingredient_info` VALUES (222, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (222, 19, 0.129, 2); +INSERT INTO `ingredient_info` VALUES (222, 20, 0.00099, 2); +INSERT INTO `ingredient_info` VALUES (222, 21, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (222, 22, 0.00499, 2); +INSERT INTO `ingredient_info` VALUES (222, 23, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (222, 24, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (222, 25, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (222, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 27, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (222, 28, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (222, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 30, 4.87, 2); +INSERT INTO `ingredient_info` VALUES (222, 31, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (222, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 36, 2.92, 2); +INSERT INTO `ingredient_info` VALUES (222, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (222, 40, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (222, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (222, 42, 0.00108, 2); +INSERT INTO `ingredient_info` VALUES (222, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (223, 1, 0.893, 2); +INSERT INTO `ingredient_info` VALUES (223, 2, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (223, 3, 0.0282, 2); +INSERT INTO `ingredient_info` VALUES (223, 4, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (223, 5, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (223, 6, 0.0664, 2); +INSERT INTO `ingredient_info` VALUES (223, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (223, 8, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (223, 9, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (223, 10, 0.0073, 2); +INSERT INTO `ingredient_info` VALUES (223, 11, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (223, 12, 0.66, 2); +INSERT INTO `ingredient_info` VALUES (223, 13, 3.16, 2); +INSERT INTO `ingredient_info` VALUES (223, 14, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (223, 15, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (223, 16, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (223, 17, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (223, 18, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (223, 19, 0.892, 2); +INSERT INTO `ingredient_info` VALUES (223, 20, 0.00071, 2); +INSERT INTO `ingredient_info` VALUES (223, 21, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (223, 22, 0.00639, 2); +INSERT INTO `ingredient_info` VALUES (223, 23, 0.00573, 2); +INSERT INTO `ingredient_info` VALUES (223, 24, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (223, 25, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (223, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (223, 27, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (223, 28, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (223, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (223, 30, 6.6, 2); +INSERT INTO `ingredient_info` VALUES (223, 31, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (223, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (223, 33, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (223, 34, 1.016, 2); +INSERT INTO `ingredient_info` VALUES (223, 35, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (223, 36, 3.83, 2); +INSERT INTO `ingredient_info` VALUES (223, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (223, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (223, 39, 16.91, 2); +INSERT INTO `ingredient_info` VALUES (223, 40, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (223, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (223, 42, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (223, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (224, 1, 0.9146, 2); +INSERT INTO `ingredient_info` VALUES (224, 2, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (224, 3, 0.0281, 2); +INSERT INTO `ingredient_info` VALUES (224, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (224, 5, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (224, 6, 0.0478, 2); +INSERT INTO `ingredient_info` VALUES (224, 7, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (224, 8, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (224, 9, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (224, 10, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (224, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (224, 12, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (224, 13, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (224, 14, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (224, 15, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (224, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (224, 17, 0.00294, 2); +INSERT INTO `ingredient_info` VALUES (224, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (224, 19, 0.564, 2); +INSERT INTO `ingredient_info` VALUES (224, 20, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (224, 21, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (224, 22, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (224, 23, 0.00279, 2); +INSERT INTO `ingredient_info` VALUES (224, 24, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (224, 25, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (224, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (224, 27, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (224, 28, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (224, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (224, 30, 10.29, 2); +INSERT INTO `ingredient_info` VALUES (224, 31, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (224, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (224, 33, 0.0122, 2); +INSERT INTO `ingredient_info` VALUES (224, 34, 0.916, 2); +INSERT INTO `ingredient_info` VALUES (224, 35, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (224, 36, 6.1, 2); +INSERT INTO `ingredient_info` VALUES (224, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (224, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (224, 39, 13.78, 2); +INSERT INTO `ingredient_info` VALUES (224, 40, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (224, 41, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (224, 42, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (224, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (225, 1, 0.9146, 2); +INSERT INTO `ingredient_info` VALUES (225, 2, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (225, 3, 0.0281, 2); +INSERT INTO `ingredient_info` VALUES (225, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (225, 5, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (225, 6, 0.0478, 2); +INSERT INTO `ingredient_info` VALUES (225, 7, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (225, 8, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (225, 9, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (225, 10, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (225, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (225, 12, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (225, 13, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (225, 14, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (225, 15, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (225, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (225, 17, 0.00294, 2); +INSERT INTO `ingredient_info` VALUES (225, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (225, 19, 0.564, 2); +INSERT INTO `ingredient_info` VALUES (225, 20, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (225, 21, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (225, 22, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (225, 23, 0.00279, 2); +INSERT INTO `ingredient_info` VALUES (225, 24, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (225, 25, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (225, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (225, 27, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (225, 28, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (225, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (225, 30, 10.29, 2); +INSERT INTO `ingredient_info` VALUES (225, 31, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (225, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (225, 33, 0.0122, 2); +INSERT INTO `ingredient_info` VALUES (225, 34, 0.916, 2); +INSERT INTO `ingredient_info` VALUES (225, 35, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (225, 36, 6.1, 2); +INSERT INTO `ingredient_info` VALUES (225, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (225, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (225, 39, 13.78, 2); +INSERT INTO `ingredient_info` VALUES (225, 40, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (225, 41, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (225, 42, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (225, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (226, 1, 0.9146, 2); +INSERT INTO `ingredient_info` VALUES (226, 2, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (226, 3, 0.0281, 2); +INSERT INTO `ingredient_info` VALUES (226, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (226, 5, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (226, 6, 0.0478, 2); +INSERT INTO `ingredient_info` VALUES (226, 7, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (226, 8, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (226, 9, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (226, 10, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (226, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (226, 12, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (226, 13, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (226, 14, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (226, 15, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (226, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (226, 17, 0.00294, 2); +INSERT INTO `ingredient_info` VALUES (226, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (226, 19, 0.564, 2); +INSERT INTO `ingredient_info` VALUES (226, 20, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (226, 21, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (226, 22, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (226, 23, 0.00279, 2); +INSERT INTO `ingredient_info` VALUES (226, 24, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (226, 25, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (226, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (226, 27, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (226, 28, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (226, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (226, 30, 10.29, 2); +INSERT INTO `ingredient_info` VALUES (226, 31, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (226, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (226, 33, 0.0122, 2); +INSERT INTO `ingredient_info` VALUES (226, 34, 0.916, 2); +INSERT INTO `ingredient_info` VALUES (226, 35, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (226, 36, 6.1, 2); +INSERT INTO `ingredient_info` VALUES (226, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (226, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (226, 39, 13.78, 2); +INSERT INTO `ingredient_info` VALUES (226, 40, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (226, 41, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (226, 42, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (226, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (227, 1, 0.9055, 2); +INSERT INTO `ingredient_info` VALUES (227, 2, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (227, 3, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (227, 4, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (227, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (227, 6, 0.0535, 2); +INSERT INTO `ingredient_info` VALUES (227, 7, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (227, 8, 0.0147, 2); +INSERT INTO `ingredient_info` VALUES (227, 9, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (227, 10, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (227, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (227, 12, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (227, 13, 2.5, 2); +INSERT INTO `ingredient_info` VALUES (227, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (227, 15, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (227, 16, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (227, 17, 0.00256, 2); +INSERT INTO `ingredient_info` VALUES (227, 18, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (227, 19, 0.683, 2); +INSERT INTO `ingredient_info` VALUES (227, 20, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (227, 21, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (227, 22, 0.00462, 2); +INSERT INTO `ingredient_info` VALUES (227, 23, 0.00242, 2); +INSERT INTO `ingredient_info` VALUES (227, 24, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (227, 25, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (227, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (227, 27, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (227, 28, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (227, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (227, 30, 11.38, 2); +INSERT INTO `ingredient_info` VALUES (227, 31, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (227, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (227, 33, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (227, 34, 1.014, 2); +INSERT INTO `ingredient_info` VALUES (227, 35, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (227, 36, 6.75, 2); +INSERT INTO `ingredient_info` VALUES (227, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (227, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (227, 39, 15.25, 2); +INSERT INTO `ingredient_info` VALUES (227, 40, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (227, 41, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (227, 42, 0.00162, 2); +INSERT INTO `ingredient_info` VALUES (227, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (228, 1, 0.9055, 2); +INSERT INTO `ingredient_info` VALUES (228, 2, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (228, 3, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (228, 4, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (228, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (228, 6, 0.0535, 2); +INSERT INTO `ingredient_info` VALUES (228, 7, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (228, 8, 0.0147, 2); +INSERT INTO `ingredient_info` VALUES (228, 9, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (228, 10, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (228, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (228, 12, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (228, 13, 2.5, 2); +INSERT INTO `ingredient_info` VALUES (228, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (228, 15, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (228, 16, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (228, 17, 0.00256, 2); +INSERT INTO `ingredient_info` VALUES (228, 18, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (228, 19, 0.683, 2); +INSERT INTO `ingredient_info` VALUES (228, 20, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (228, 21, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (228, 22, 0.00462, 2); +INSERT INTO `ingredient_info` VALUES (228, 23, 0.00242, 2); +INSERT INTO `ingredient_info` VALUES (228, 24, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (228, 25, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (228, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (228, 27, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (228, 28, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (228, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (228, 30, 11.38, 2); +INSERT INTO `ingredient_info` VALUES (228, 31, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (228, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (228, 33, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (228, 34, 1.014, 2); +INSERT INTO `ingredient_info` VALUES (228, 35, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (228, 36, 6.75, 2); +INSERT INTO `ingredient_info` VALUES (228, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (228, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (228, 39, 15.25, 2); +INSERT INTO `ingredient_info` VALUES (228, 40, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (228, 41, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (228, 42, 0.00162, 2); +INSERT INTO `ingredient_info` VALUES (228, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (229, 1, 0.8437, 2); +INSERT INTO `ingredient_info` VALUES (229, 2, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (229, 3, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (229, 4, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (229, 5, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (229, 6, 0.1493, 2); +INSERT INTO `ingredient_info` VALUES (229, 7, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (229, 8, 0.1393, 2); +INSERT INTO `ingredient_info` VALUES (229, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (229, 10, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (229, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (229, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (229, 13, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (229, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (229, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (229, 16, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (229, 17, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (229, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (229, 19, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (229, 20, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (229, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (229, 22, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (229, 23, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (229, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (229, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (229, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (229, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (229, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (229, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (229, 30, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (229, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (229, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (229, 33, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (229, 34, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (229, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (229, 36, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (229, 37, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (229, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (229, 39, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (229, 40, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (229, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (229, 42, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (229, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (230, 1, 0.8806, 2); +INSERT INTO `ingredient_info` VALUES (230, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (230, 3, 0.0077, 2); +INSERT INTO `ingredient_info` VALUES (230, 4, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (230, 5, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (230, 6, 0.1066, 2); +INSERT INTO `ingredient_info` VALUES (230, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (230, 8, 0.0689, 2); +INSERT INTO `ingredient_info` VALUES (230, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (230, 10, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (230, 11, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (230, 12, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (230, 13, 1.35, 2); +INSERT INTO `ingredient_info` VALUES (230, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (230, 15, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (230, 16, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (230, 17, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (230, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (230, 19, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (230, 20, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (230, 21, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (230, 22, 0.00204, 2); +INSERT INTO `ingredient_info` VALUES (230, 23, 0.00262, 2); +INSERT INTO `ingredient_info` VALUES (230, 24, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (230, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (230, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (230, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (230, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (230, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (230, 30, 11.5, 2); +INSERT INTO `ingredient_info` VALUES (230, 31, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (230, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (230, 33, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (230, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (230, 35, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (230, 36, 6.86, 2); +INSERT INTO `ingredient_info` VALUES (230, 37, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (230, 38, 14.19, 2); +INSERT INTO `ingredient_info` VALUES (230, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (230, 40, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (230, 41, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (230, 42, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (230, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (231, 1, 0.9215, 2); +INSERT INTO `ingredient_info` VALUES (231, 2, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (231, 3, 0.0144, 2); +INSERT INTO `ingredient_info` VALUES (231, 4, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (231, 5, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (231, 6, 0.0558, 2); +INSERT INTO `ingredient_info` VALUES (231, 7, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (231, 8, 0.0358, 2); +INSERT INTO `ingredient_info` VALUES (231, 9, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (231, 10, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (231, 11, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (231, 12, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (231, 13, 2.46, 2); +INSERT INTO `ingredient_info` VALUES (231, 14, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (231, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (231, 16, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (231, 17, 0.00159, 2); +INSERT INTO `ingredient_info` VALUES (231, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (231, 19, 0.322, 2); +INSERT INTO `ingredient_info` VALUES (231, 20, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (231, 21, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (231, 22, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (231, 23, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (231, 24, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (231, 25, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (231, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (231, 27, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (231, 28, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (231, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (231, 30, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (231, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (231, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (231, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (231, 34, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (231, 35, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (231, 36, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (231, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (231, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (231, 39, 3.1, 2); +INSERT INTO `ingredient_info` VALUES (231, 40, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (231, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (231, 42, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (231, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (43, 1, 0.8829, 2); +INSERT INTO `ingredient_info` VALUES (43, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (43, 3, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (43, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (43, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (43, 6, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (43, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (43, 8, 0.0454, 2); +INSERT INTO `ingredient_info` VALUES (43, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (43, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (43, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (43, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (43, 13, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (43, 14, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (43, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (43, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (43, 17, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (43, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (43, 19, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (43, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (43, 21, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (43, 22, 0.00983, 2); +INSERT INTO `ingredient_info` VALUES (43, 23, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (43, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (43, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (43, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (43, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (43, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (43, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (43, 30, 120.36, 2); +INSERT INTO `ingredient_info` VALUES (43, 31, 6.02, 2); +INSERT INTO `ingredient_info` VALUES (43, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (43, 33, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (43, 34, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (43, 35, 28.17, 2); +INSERT INTO `ingredient_info` VALUES (43, 36, 57.74, 2); +INSERT INTO `ingredient_info` VALUES (43, 37, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (43, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (43, 39, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (43, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (43, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (43, 42, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (43, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (232, 1, 0.8829, 2); +INSERT INTO `ingredient_info` VALUES (232, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (232, 3, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (232, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (232, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (232, 6, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (232, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (232, 8, 0.0454, 2); +INSERT INTO `ingredient_info` VALUES (232, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (232, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (232, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (232, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (232, 13, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (232, 14, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (232, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (232, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (232, 17, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (232, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (232, 19, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (232, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (232, 21, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (232, 22, 0.00983, 2); +INSERT INTO `ingredient_info` VALUES (232, 23, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (232, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (232, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (232, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (232, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (232, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (232, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (232, 30, 120.36, 2); +INSERT INTO `ingredient_info` VALUES (232, 31, 6.02, 2); +INSERT INTO `ingredient_info` VALUES (232, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (232, 33, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (232, 34, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (232, 35, 28.17, 2); +INSERT INTO `ingredient_info` VALUES (232, 36, 57.74, 2); +INSERT INTO `ingredient_info` VALUES (232, 37, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (232, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (232, 39, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (232, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (232, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (232, 42, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (232, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (233, 1, 0.8829, 2); +INSERT INTO `ingredient_info` VALUES (233, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (233, 3, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (233, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (233, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (233, 6, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (233, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (233, 8, 0.0454, 2); +INSERT INTO `ingredient_info` VALUES (233, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (233, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (233, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (233, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (233, 13, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (233, 14, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (233, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (233, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (233, 17, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (233, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (233, 19, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (233, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (233, 21, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (233, 22, 0.00983, 2); +INSERT INTO `ingredient_info` VALUES (233, 23, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (233, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (233, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (233, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (233, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (233, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (233, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (233, 30, 120.36, 2); +INSERT INTO `ingredient_info` VALUES (233, 31, 6.02, 2); +INSERT INTO `ingredient_info` VALUES (233, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (233, 33, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (233, 34, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (233, 35, 28.17, 2); +INSERT INTO `ingredient_info` VALUES (233, 36, 57.74, 2); +INSERT INTO `ingredient_info` VALUES (233, 37, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (233, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (233, 39, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (233, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (233, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (233, 42, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (233, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (234, 1, 0.8829, 2); +INSERT INTO `ingredient_info` VALUES (234, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (234, 3, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (234, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (234, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (234, 6, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (234, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (234, 8, 0.0454, 2); +INSERT INTO `ingredient_info` VALUES (234, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (234, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (234, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (234, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (234, 13, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (234, 14, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (234, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (234, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (234, 17, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (234, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (234, 19, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (234, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (234, 21, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (234, 22, 0.00983, 2); +INSERT INTO `ingredient_info` VALUES (234, 23, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (234, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (234, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (234, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (234, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (234, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (234, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (234, 30, 120.36, 2); +INSERT INTO `ingredient_info` VALUES (234, 31, 6.02, 2); +INSERT INTO `ingredient_info` VALUES (234, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (234, 33, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (234, 34, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (234, 35, 28.17, 2); +INSERT INTO `ingredient_info` VALUES (234, 36, 57.74, 2); +INSERT INTO `ingredient_info` VALUES (234, 37, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (234, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (234, 39, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (234, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (234, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (234, 42, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (234, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (235, 1, 0.8829, 2); +INSERT INTO `ingredient_info` VALUES (235, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (235, 3, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (235, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (235, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (235, 6, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (235, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (235, 8, 0.0454, 2); +INSERT INTO `ingredient_info` VALUES (235, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (235, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (235, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (235, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (235, 13, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (235, 14, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (235, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (235, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (235, 17, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (235, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (235, 19, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (235, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (235, 21, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (235, 22, 0.00983, 2); +INSERT INTO `ingredient_info` VALUES (235, 23, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (235, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (235, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (235, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (235, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (235, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (235, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (235, 30, 120.36, 2); +INSERT INTO `ingredient_info` VALUES (235, 31, 6.02, 2); +INSERT INTO `ingredient_info` VALUES (235, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (235, 33, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (235, 34, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (235, 35, 28.17, 2); +INSERT INTO `ingredient_info` VALUES (235, 36, 57.74, 2); +INSERT INTO `ingredient_info` VALUES (235, 37, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (235, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (235, 39, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (235, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (235, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (235, 42, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (235, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (236, 1, 0.8829, 2); +INSERT INTO `ingredient_info` VALUES (236, 2, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (236, 3, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (236, 4, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (236, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (236, 6, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (236, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (236, 8, 0.0454, 2); +INSERT INTO `ingredient_info` VALUES (236, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (236, 10, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (236, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (236, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (236, 13, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (236, 14, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (236, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (236, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (236, 17, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (236, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (236, 19, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (236, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (236, 21, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (236, 22, 0.00983, 2); +INSERT INTO `ingredient_info` VALUES (236, 23, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (236, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (236, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (236, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (236, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (236, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (236, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (236, 30, 120.36, 2); +INSERT INTO `ingredient_info` VALUES (236, 31, 6.02, 2); +INSERT INTO `ingredient_info` VALUES (236, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (236, 33, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (236, 34, 0.132, 2); +INSERT INTO `ingredient_info` VALUES (236, 35, 28.17, 2); +INSERT INTO `ingredient_info` VALUES (236, 36, 57.74, 2); +INSERT INTO `ingredient_info` VALUES (236, 37, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (236, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (236, 39, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (236, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (236, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (236, 42, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (236, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 1, 0.9295, 2); +INSERT INTO `ingredient_info` VALUES (237, 2, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (237, 3, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (237, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (237, 5, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (237, 6, 0.0554, 2); +INSERT INTO `ingredient_info` VALUES (237, 7, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (237, 8, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (237, 9, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (237, 10, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (237, 11, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (237, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (237, 13, 1.79, 2); +INSERT INTO `ingredient_info` VALUES (237, 14, 2.42, 2); +INSERT INTO `ingredient_info` VALUES (237, 15, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (237, 16, 0.00104, 2); +INSERT INTO `ingredient_info` VALUES (237, 17, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (237, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (237, 19, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (237, 20, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (237, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (237, 22, 0.00552, 2); +INSERT INTO `ingredient_info` VALUES (237, 23, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (237, 24, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (237, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (237, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (237, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (237, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 30, 111.7, 2); +INSERT INTO `ingredient_info` VALUES (237, 31, 5.58, 2); +INSERT INTO `ingredient_info` VALUES (237, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 33, 0.0074, 2); +INSERT INTO `ingredient_info` VALUES (237, 34, 0.098, 2); +INSERT INTO `ingredient_info` VALUES (237, 35, 27.43, 2); +INSERT INTO `ingredient_info` VALUES (237, 36, 53.31, 2); +INSERT INTO `ingredient_info` VALUES (237, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (237, 40, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (237, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (237, 42, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (237, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 1, 0.9295, 2); +INSERT INTO `ingredient_info` VALUES (238, 2, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (238, 3, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (238, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (238, 5, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (238, 6, 0.0554, 2); +INSERT INTO `ingredient_info` VALUES (238, 7, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (238, 8, 0.0248, 2); +INSERT INTO `ingredient_info` VALUES (238, 9, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (238, 10, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (238, 11, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (238, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (238, 13, 1.79, 2); +INSERT INTO `ingredient_info` VALUES (238, 14, 2.42, 2); +INSERT INTO `ingredient_info` VALUES (238, 15, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (238, 16, 0.00104, 2); +INSERT INTO `ingredient_info` VALUES (238, 17, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (238, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (238, 19, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (238, 20, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (238, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (238, 22, 0.00552, 2); +INSERT INTO `ingredient_info` VALUES (238, 23, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (238, 24, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (238, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (238, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (238, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (238, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 30, 111.7, 2); +INSERT INTO `ingredient_info` VALUES (238, 31, 5.58, 2); +INSERT INTO `ingredient_info` VALUES (238, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 33, 0.0074, 2); +INSERT INTO `ingredient_info` VALUES (238, 34, 0.098, 2); +INSERT INTO `ingredient_info` VALUES (238, 35, 27.43, 2); +INSERT INTO `ingredient_info` VALUES (238, 36, 53.31, 2); +INSERT INTO `ingredient_info` VALUES (238, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (238, 40, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (238, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (238, 42, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (238, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (239, 1, 0.9004, 2); +INSERT INTO `ingredient_info` VALUES (239, 2, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (239, 3, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (239, 4, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (239, 5, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (239, 6, 0.079, 2); +INSERT INTO `ingredient_info` VALUES (239, 7, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (239, 8, 0.0476, 2); +INSERT INTO `ingredient_info` VALUES (239, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (239, 10, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (239, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (239, 12, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (239, 13, 2.35, 2); +INSERT INTO `ingredient_info` VALUES (239, 14, 0.68, 2); +INSERT INTO `ingredient_info` VALUES (239, 15, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (239, 16, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (239, 17, 0.00171, 2); +INSERT INTO `ingredient_info` VALUES (239, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (239, 19, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (239, 20, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (239, 21, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (239, 22, 0.00464, 2); +INSERT INTO `ingredient_info` VALUES (239, 23, 0.00187, 2); +INSERT INTO `ingredient_info` VALUES (239, 24, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (239, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (239, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (239, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (239, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (239, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (239, 30, 112.42, 2); +INSERT INTO `ingredient_info` VALUES (239, 31, 5.62, 2); +INSERT INTO `ingredient_info` VALUES (239, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (239, 33, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (239, 34, 0.176, 2); +INSERT INTO `ingredient_info` VALUES (239, 35, 28.9, 2); +INSERT INTO `ingredient_info` VALUES (239, 36, 53, 2); +INSERT INTO `ingredient_info` VALUES (239, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (239, 38, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (239, 39, 2.98, 2); +INSERT INTO `ingredient_info` VALUES (239, 40, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (239, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (239, 42, 0.00263, 2); +INSERT INTO `ingredient_info` VALUES (239, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (240, 1, 0.8898, 2); +INSERT INTO `ingredient_info` VALUES (240, 2, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (240, 3, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (240, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (240, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (240, 6, 0.0932, 2); +INSERT INTO `ingredient_info` VALUES (240, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (240, 8, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (240, 9, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (240, 10, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (240, 11, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (240, 12, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (240, 13, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (240, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (240, 15, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (240, 16, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (240, 17, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (240, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (240, 19, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (240, 20, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (240, 21, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (240, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (240, 23, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (240, 24, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (240, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (240, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (240, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (240, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (240, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (240, 30, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (240, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (240, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (240, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (240, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (240, 35, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (240, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (240, 37, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (240, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (240, 39, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (240, 40, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (240, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (240, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (240, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 1, 0.874, 2); +INSERT INTO `ingredient_info` VALUES (241, 2, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (241, 3, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (241, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (241, 5, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (241, 6, 0.107, 2); +INSERT INTO `ingredient_info` VALUES (241, 7, 0.047, 2); +INSERT INTO `ingredient_info` VALUES (241, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 9, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (241, 10, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (241, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (241, 12, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (241, 13, 1.45, 2); +INSERT INTO `ingredient_info` VALUES (241, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (241, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (241, 16, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (241, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 19, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (241, 20, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (241, 21, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (241, 22, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (241, 23, 0.00232, 2); +INSERT INTO `ingredient_info` VALUES (241, 24, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (241, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 30, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (241, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (241, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (241, 40, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (241, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (241, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (241, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 1, 0.9073, 2); +INSERT INTO `ingredient_info` VALUES (242, 2, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (242, 3, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (242, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 5, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (242, 6, 0.0863, 2); +INSERT INTO `ingredient_info` VALUES (242, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (242, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (242, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (242, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (242, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (242, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (242, 13, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (242, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (242, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (242, 16, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (242, 17, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (242, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (242, 19, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (242, 20, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (242, 21, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (242, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (242, 23, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (242, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (242, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (242, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (242, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (242, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 30, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (242, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (242, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (242, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (242, 37, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (242, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 39, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (242, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (242, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 1, 0.9073, 2); +INSERT INTO `ingredient_info` VALUES (18, 2, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (18, 3, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (18, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 5, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (18, 6, 0.0863, 2); +INSERT INTO `ingredient_info` VALUES (18, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (18, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (18, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (18, 10, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (18, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (18, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (18, 13, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (18, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (18, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (18, 16, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (18, 17, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (18, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (18, 19, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (18, 20, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (18, 21, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (18, 22, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (18, 23, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (18, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (18, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (18, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (18, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (18, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 30, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (18, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (18, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (18, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (18, 37, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (18, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 39, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (18, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (18, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 1, 0.9246, 2); +INSERT INTO `ingredient_info` VALUES (243, 2, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (243, 3, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (243, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (243, 5, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (243, 6, 0.0648, 2); +INSERT INTO `ingredient_info` VALUES (243, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (243, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (243, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (243, 10, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (243, 11, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (243, 12, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (243, 13, 1.02, 2); +INSERT INTO `ingredient_info` VALUES (243, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (243, 15, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (243, 16, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (243, 17, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (243, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (243, 19, 0.248, 2); +INSERT INTO `ingredient_info` VALUES (243, 20, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (243, 21, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (243, 22, 0.00197, 2); +INSERT INTO `ingredient_info` VALUES (243, 23, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (243, 24, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (243, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (243, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (243, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (243, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 30, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (243, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (243, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (243, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (243, 37, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (243, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (243, 39, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (243, 40, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (243, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (243, 42, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (243, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 1, 0.9239, 2); +INSERT INTO `ingredient_info` VALUES (244, 2, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (244, 3, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (244, 4, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (244, 5, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (244, 6, 0.065, 2); +INSERT INTO `ingredient_info` VALUES (244, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (244, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (244, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (244, 10, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (244, 11, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (244, 12, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (244, 13, 0.89, 2); +INSERT INTO `ingredient_info` VALUES (244, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (244, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (244, 16, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (244, 17, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (244, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (244, 19, 0.315, 2); +INSERT INTO `ingredient_info` VALUES (244, 20, 0.00059, 2); +INSERT INTO `ingredient_info` VALUES (244, 21, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (244, 22, 0.00137, 2); +INSERT INTO `ingredient_info` VALUES (244, 23, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (244, 24, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (244, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (244, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (244, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (244, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 30, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (244, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (244, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 33, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (244, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (244, 37, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (244, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (244, 39, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (244, 40, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (244, 41, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (244, 42, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (244, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 1, 0.816, 2); +INSERT INTO `ingredient_info` VALUES (245, 2, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (245, 3, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (245, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (245, 5, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (245, 6, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (245, 7, 0.106, 2); +INSERT INTO `ingredient_info` VALUES (245, 8, 0.0417, 2); +INSERT INTO `ingredient_info` VALUES (245, 9, 1.34, 2); +INSERT INTO `ingredient_info` VALUES (245, 10, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (245, 11, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (245, 12, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (245, 13, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (245, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (245, 15, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (245, 16, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (245, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (245, 19, 1.29, 2); +INSERT INTO `ingredient_info` VALUES (245, 20, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (245, 21, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (245, 22, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (245, 23, 0.00319, 2); +INSERT INTO `ingredient_info` VALUES (245, 24, 0.00172, 2); +INSERT INTO `ingredient_info` VALUES (245, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (245, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (245, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (245, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 30, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (245, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (245, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 33, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (245, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 35, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (245, 36, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (245, 37, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (245, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (245, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (245, 40, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (245, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (245, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (245, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 1, 0.9079, 2); +INSERT INTO `ingredient_info` VALUES (246, 2, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (246, 3, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (246, 4, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (246, 5, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (246, 6, 0.0842, 2); +INSERT INTO `ingredient_info` VALUES (246, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (246, 8, 0.0169, 2); +INSERT INTO `ingredient_info` VALUES (246, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (246, 10, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (246, 11, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (246, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (246, 13, 1.17, 2); +INSERT INTO `ingredient_info` VALUES (246, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (246, 15, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (246, 16, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (246, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (246, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (246, 19, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (246, 20, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (246, 21, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (246, 22, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (246, 23, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (246, 24, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (246, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (246, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (246, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (246, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 30, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (246, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (246, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 33, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (246, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (246, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 36, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (246, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (246, 40, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (246, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (246, 42, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (246, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 1, 0.9251, 2); +INSERT INTO `ingredient_info` VALUES (247, 2, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (247, 3, 0.0201, 2); +INSERT INTO `ingredient_info` VALUES (247, 4, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (247, 5, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (247, 6, 0.0468, 2); +INSERT INTO `ingredient_info` VALUES (247, 7, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (247, 8, 0.0222, 2); +INSERT INTO `ingredient_info` VALUES (247, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (247, 10, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (247, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (247, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (247, 13, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (247, 14, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (247, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (247, 16, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (247, 17, 0.00197, 2); +INSERT INTO `ingredient_info` VALUES (247, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (247, 19, 0.488, 2); +INSERT INTO `ingredient_info` VALUES (247, 20, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (247, 21, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (247, 22, 0.00429, 2); +INSERT INTO `ingredient_info` VALUES (247, 23, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (247, 24, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (247, 25, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (247, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 27, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (247, 28, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (247, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 30, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (247, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (247, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 33, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (247, 34, 0.148, 2); +INSERT INTO `ingredient_info` VALUES (247, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 36, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (247, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (247, 39, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (247, 40, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (247, 41, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (247, 42, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (247, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 1, 0.9251, 2); +INSERT INTO `ingredient_info` VALUES (248, 2, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (248, 3, 0.0201, 2); +INSERT INTO `ingredient_info` VALUES (248, 4, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (248, 5, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (248, 6, 0.0468, 2); +INSERT INTO `ingredient_info` VALUES (248, 7, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (248, 8, 0.0222, 2); +INSERT INTO `ingredient_info` VALUES (248, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (248, 10, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (248, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (248, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (248, 13, 1.93, 2); +INSERT INTO `ingredient_info` VALUES (248, 14, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (248, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (248, 16, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (248, 17, 0.00197, 2); +INSERT INTO `ingredient_info` VALUES (248, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (248, 19, 0.488, 2); +INSERT INTO `ingredient_info` VALUES (248, 20, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (248, 21, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (248, 22, 0.00429, 2); +INSERT INTO `ingredient_info` VALUES (248, 23, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (248, 24, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (248, 25, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (248, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 27, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (248, 28, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (248, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 30, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (248, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (248, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 33, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (248, 34, 0.148, 2); +INSERT INTO `ingredient_info` VALUES (248, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 36, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (248, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (248, 39, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (248, 40, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (248, 41, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (248, 42, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (248, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 1, 0.9543, 2); +INSERT INTO `ingredient_info` VALUES (249, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (249, 3, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (249, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (249, 5, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (249, 6, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (249, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (249, 8, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (249, 9, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (249, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (249, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (249, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (249, 13, 2.6, 2); +INSERT INTO `ingredient_info` VALUES (249, 14, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (249, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (249, 16, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (249, 17, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (249, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (249, 19, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (249, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (249, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (249, 22, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (249, 23, 0.00246, 2); +INSERT INTO `ingredient_info` VALUES (249, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (249, 25, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (249, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 27, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (249, 28, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (249, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 30, 4.49, 2); +INSERT INTO `ingredient_info` VALUES (249, 31, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (249, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (249, 34, 0.293, 2); +INSERT INTO `ingredient_info` VALUES (249, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 36, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (249, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (249, 39, 2.83, 2); +INSERT INTO `ingredient_info` VALUES (249, 40, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (249, 41, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (249, 42, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (249, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 1, 0.9543, 2); +INSERT INTO `ingredient_info` VALUES (250, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (250, 3, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (250, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (250, 5, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (250, 6, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (250, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (250, 8, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (250, 9, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (250, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (250, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (250, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (250, 13, 2.6, 2); +INSERT INTO `ingredient_info` VALUES (250, 14, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (250, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (250, 16, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (250, 17, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (250, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (250, 19, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (250, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (250, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (250, 22, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (250, 23, 0.00246, 2); +INSERT INTO `ingredient_info` VALUES (250, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (250, 25, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (250, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 27, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (250, 28, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (250, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 30, 4.49, 2); +INSERT INTO `ingredient_info` VALUES (250, 31, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (250, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (250, 34, 0.293, 2); +INSERT INTO `ingredient_info` VALUES (250, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 36, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (250, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (250, 39, 2.83, 2); +INSERT INTO `ingredient_info` VALUES (250, 40, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (250, 41, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (250, 42, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (250, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 1, 0.9543, 2); +INSERT INTO `ingredient_info` VALUES (251, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (251, 3, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (251, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (251, 5, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (251, 6, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (251, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (251, 8, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (251, 9, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (251, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (251, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (251, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (251, 13, 2.6, 2); +INSERT INTO `ingredient_info` VALUES (251, 14, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (251, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (251, 16, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (251, 17, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (251, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (251, 19, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (251, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (251, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (251, 22, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (251, 23, 0.00246, 2); +INSERT INTO `ingredient_info` VALUES (251, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (251, 25, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (251, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 27, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (251, 28, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (251, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 30, 4.49, 2); +INSERT INTO `ingredient_info` VALUES (251, 31, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (251, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (251, 34, 0.293, 2); +INSERT INTO `ingredient_info` VALUES (251, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 36, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (251, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (251, 39, 2.83, 2); +INSERT INTO `ingredient_info` VALUES (251, 40, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (251, 41, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (251, 42, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (251, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 1, 0.9065, 2); +INSERT INTO `ingredient_info` VALUES (252, 2, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (252, 3, 0.0327, 2); +INSERT INTO `ingredient_info` VALUES (252, 4, 0.0073, 2); +INSERT INTO `ingredient_info` VALUES (252, 5, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (252, 6, 0.0435, 2); +INSERT INTO `ingredient_info` VALUES (252, 7, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (252, 8, 0.0185, 2); +INSERT INTO `ingredient_info` VALUES (252, 9, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (252, 10, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (252, 11, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (252, 12, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (252, 13, 2.96, 2); +INSERT INTO `ingredient_info` VALUES (252, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (252, 15, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (252, 16, 0.00157, 2); +INSERT INTO `ingredient_info` VALUES (252, 17, 0.00373, 2); +INSERT INTO `ingredient_info` VALUES (252, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (252, 19, 0.581, 2); +INSERT INTO `ingredient_info` VALUES (252, 20, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (252, 21, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (252, 22, 0.00647, 2); +INSERT INTO `ingredient_info` VALUES (252, 23, 0.00324, 2); +INSERT INTO `ingredient_info` VALUES (252, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (252, 25, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (252, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 27, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (252, 28, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (252, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 30, 43.53, 2); +INSERT INTO `ingredient_info` VALUES (252, 31, 2.18, 2); +INSERT INTO `ingredient_info` VALUES (252, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (252, 34, 2.127, 2); +INSERT INTO `ingredient_info` VALUES (252, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 36, 26.12, 2); +INSERT INTO `ingredient_info` VALUES (252, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (252, 39, 3.23, 2); +INSERT INTO `ingredient_info` VALUES (252, 40, 0.00146, 2); +INSERT INTO `ingredient_info` VALUES (252, 41, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (252, 42, 0.00267, 2); +INSERT INTO `ingredient_info` VALUES (252, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (253, 1, 0.9221, 2); +INSERT INTO `ingredient_info` VALUES (253, 2, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (253, 3, 0.0213, 2); +INSERT INTO `ingredient_info` VALUES (253, 4, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (253, 5, 0.0147, 2); +INSERT INTO `ingredient_info` VALUES (253, 6, 0.0367, 2); +INSERT INTO `ingredient_info` VALUES (253, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (253, 8, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (253, 9, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (253, 10, 0.0177, 2); +INSERT INTO `ingredient_info` VALUES (253, 11, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (253, 12, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (253, 13, 5.21, 2); +INSERT INTO `ingredient_info` VALUES (253, 14, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (253, 15, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (253, 16, 0.00225, 2); +INSERT INTO `ingredient_info` VALUES (253, 17, 0.00426, 2); +INSERT INTO `ingredient_info` VALUES (253, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (253, 19, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (253, 20, 0.00067, 2); +INSERT INTO `ingredient_info` VALUES (253, 21, 0.00162, 2); +INSERT INTO `ingredient_info` VALUES (253, 22, 0.01114, 2); +INSERT INTO `ingredient_info` VALUES (253, 23, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (253, 24, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (253, 25, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (253, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (253, 27, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (253, 28, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (253, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (253, 30, 67.48, 2); +INSERT INTO `ingredient_info` VALUES (253, 31, 3.37, 2); +INSERT INTO `ingredient_info` VALUES (253, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (253, 33, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (253, 34, 3.1, 2); +INSERT INTO `ingredient_info` VALUES (253, 35, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (253, 36, 39.3, 2); +INSERT INTO `ingredient_info` VALUES (253, 37, 2.02, 2); +INSERT INTO `ingredient_info` VALUES (253, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (253, 39, 8.65, 2); +INSERT INTO `ingredient_info` VALUES (253, 40, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (253, 41, 0.00275, 2); +INSERT INTO `ingredient_info` VALUES (253, 42, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (253, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (254, 1, 0.8134, 2); +INSERT INTO `ingredient_info` VALUES (254, 2, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (254, 3, 0.0195, 2); +INSERT INTO `ingredient_info` VALUES (254, 4, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (254, 5, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (254, 6, 0.1541, 2); +INSERT INTO `ingredient_info` VALUES (254, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (254, 8, 0.0283, 2); +INSERT INTO `ingredient_info` VALUES (254, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (254, 10, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (254, 11, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (254, 12, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (254, 13, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (254, 14, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (254, 15, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (254, 16, 0.00056, 2); +INSERT INTO `ingredient_info` VALUES (254, 17, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (254, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (254, 19, 0.055, 2); +INSERT INTO `ingredient_info` VALUES (254, 20, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (254, 21, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (254, 22, 0.00939, 2); +INSERT INTO `ingredient_info` VALUES (254, 23, 0.00522, 2); +INSERT INTO `ingredient_info` VALUES (254, 24, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (254, 25, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (254, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (254, 27, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (254, 28, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (254, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (254, 30, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (254, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (254, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (254, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (254, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (254, 35, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (254, 36, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (254, 37, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (254, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (254, 39, 8.32, 2); +INSERT INTO `ingredient_info` VALUES (254, 40, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (254, 41, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (254, 42, 0.00234, 2); +INSERT INTO `ingredient_info` VALUES (254, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 1, 0.8675, 2); +INSERT INTO `ingredient_info` VALUES (255, 2, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (255, 3, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (255, 4, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (255, 5, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (255, 6, 0.1175, 2); +INSERT INTO `ingredient_info` VALUES (255, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (255, 8, 0.0935, 2); +INSERT INTO `ingredient_info` VALUES (255, 9, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (255, 10, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (255, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (255, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (255, 13, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (255, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 15, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (255, 16, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (255, 17, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (255, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (255, 19, 0.532, 2); +INSERT INTO `ingredient_info` VALUES (255, 20, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (255, 21, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (255, 22, 0.00282, 2); +INSERT INTO `ingredient_info` VALUES (255, 23, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (255, 24, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (255, 25, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (255, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 27, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (255, 28, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (255, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 30, 2.25, 2); +INSERT INTO `ingredient_info` VALUES (255, 31, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (255, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (255, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 35, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (255, 36, 0.71, 2); +INSERT INTO `ingredient_info` VALUES (255, 37, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (255, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (255, 39, 1.29, 2); +INSERT INTO `ingredient_info` VALUES (255, 40, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (255, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (255, 42, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (255, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (256, 1, 0.883, 2); +INSERT INTO `ingredient_info` VALUES (256, 2, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (256, 3, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (256, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (256, 5, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (256, 6, 0.104, 2); +INSERT INTO `ingredient_info` VALUES (256, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (256, 8, 0.084, 2); +INSERT INTO `ingredient_info` VALUES (256, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (256, 10, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (256, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (256, 12, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (256, 13, 2, 2); +INSERT INTO `ingredient_info` VALUES (256, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (256, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (256, 16, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (256, 17, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (256, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (256, 19, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (256, 20, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (256, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (256, 22, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (256, 23, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (256, 24, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (256, 25, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (256, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (256, 27, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (256, 28, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (256, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (256, 30, 2, 2); +INSERT INTO `ingredient_info` VALUES (256, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (256, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (256, 33, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (256, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (256, 35, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (256, 36, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (256, 37, 1.69, 2); +INSERT INTO `ingredient_info` VALUES (256, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (256, 39, 1.15, 2); +INSERT INTO `ingredient_info` VALUES (256, 40, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (256, 41, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (256, 42, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (256, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (257, 1, 0.7873, 2); +INSERT INTO `ingredient_info` VALUES (257, 2, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (257, 3, 0.0174, 2); +INSERT INTO `ingredient_info` VALUES (257, 4, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (257, 5, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (257, 6, 0.1813, 2); +INSERT INTO `ingredient_info` VALUES (257, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (257, 8, 0.0323, 2); +INSERT INTO `ingredient_info` VALUES (257, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (257, 10, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (257, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (257, 12, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (257, 13, 1.34, 2); +INSERT INTO `ingredient_info` VALUES (257, 14, 2.85, 2); +INSERT INTO `ingredient_info` VALUES (257, 15, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (257, 16, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (257, 17, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (257, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (257, 19, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (257, 20, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (257, 21, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (257, 22, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (257, 23, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (257, 24, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (257, 25, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (257, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (257, 27, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (257, 28, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (257, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (257, 30, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (257, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (257, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (257, 33, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (257, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (257, 35, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (257, 36, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (257, 37, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (257, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (257, 39, 9.49, 2); +INSERT INTO `ingredient_info` VALUES (257, 40, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (257, 41, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (257, 42, 0.00198, 2); +INSERT INTO `ingredient_info` VALUES (257, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (258, 1, 0.7703, 2); +INSERT INTO `ingredient_info` VALUES (258, 2, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (258, 3, 0.0255, 2); +INSERT INTO `ingredient_info` VALUES (258, 4, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (258, 5, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (258, 6, 0.193, 2); +INSERT INTO `ingredient_info` VALUES (258, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (258, 8, 0.0307, 2); +INSERT INTO `ingredient_info` VALUES (258, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (258, 10, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (258, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (258, 12, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (258, 13, 2.33, 2); +INSERT INTO `ingredient_info` VALUES (258, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (258, 15, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (258, 16, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (258, 17, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (258, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (258, 19, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (258, 20, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (258, 21, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (258, 22, 0.01311, 2); +INSERT INTO `ingredient_info` VALUES (258, 23, 0.00151, 2); +INSERT INTO `ingredient_info` VALUES (258, 24, 0.00099, 2); +INSERT INTO `ingredient_info` VALUES (258, 25, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (258, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (258, 27, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (258, 28, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (258, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (258, 30, 1.99, 2); +INSERT INTO `ingredient_info` VALUES (258, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (258, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (258, 33, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (258, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (258, 35, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (258, 36, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (258, 37, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (258, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (258, 39, 7.3, 2); +INSERT INTO `ingredient_info` VALUES (258, 40, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (258, 41, 0.00197, 2); +INSERT INTO `ingredient_info` VALUES (258, 42, 0.00318, 2); +INSERT INTO `ingredient_info` VALUES (258, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (259, 1, 0.9523, 2); +INSERT INTO `ingredient_info` VALUES (259, 2, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (259, 3, 0.0065, 2); +INSERT INTO `ingredient_info` VALUES (259, 4, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (259, 5, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (259, 6, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (259, 7, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (259, 8, 0.0167, 2); +INSERT INTO `ingredient_info` VALUES (259, 9, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (259, 10, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (259, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (259, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (259, 13, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (259, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (259, 15, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (259, 16, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (259, 17, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (259, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (259, 19, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (259, 20, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (259, 21, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (259, 22, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (259, 23, 0.00259, 2); +INSERT INTO `ingredient_info` VALUES (259, 24, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (259, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (259, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (259, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (259, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (259, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (259, 30, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (259, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (259, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (259, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (259, 34, 0.164, 2); +INSERT INTO `ingredient_info` VALUES (259, 35, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (259, 36, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (259, 37, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (259, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (259, 39, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (259, 40, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (259, 41, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (259, 42, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (259, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (260, 1, 0.9673, 2); +INSERT INTO `ingredient_info` VALUES (260, 2, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (260, 3, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (260, 4, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (260, 5, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (260, 6, 0.0216, 2); +INSERT INTO `ingredient_info` VALUES (260, 7, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (260, 8, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (260, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (260, 10, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (260, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (260, 12, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (260, 13, 1.36, 2); +INSERT INTO `ingredient_info` VALUES (260, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (260, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (260, 16, 0.00071, 2); +INSERT INTO `ingredient_info` VALUES (260, 17, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (260, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (260, 19, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (260, 20, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (260, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (260, 22, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (260, 23, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (260, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (260, 25, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (260, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (260, 27, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (260, 28, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (260, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (260, 30, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (260, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (260, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (260, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (260, 34, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (260, 35, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (260, 36, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (260, 37, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (260, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (260, 39, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (260, 40, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (260, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (260, 42, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (260, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (261, 1, 0.9673, 2); +INSERT INTO `ingredient_info` VALUES (261, 2, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (261, 3, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (261, 4, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (261, 5, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (261, 6, 0.0216, 2); +INSERT INTO `ingredient_info` VALUES (261, 7, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (261, 8, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (261, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (261, 10, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (261, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (261, 12, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (261, 13, 1.36, 2); +INSERT INTO `ingredient_info` VALUES (261, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (261, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (261, 16, 0.00071, 2); +INSERT INTO `ingredient_info` VALUES (261, 17, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (261, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (261, 19, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (261, 20, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (261, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (261, 22, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (261, 23, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (261, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (261, 25, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (261, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (261, 27, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (261, 28, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (261, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (261, 30, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (261, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (261, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (261, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (261, 34, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (261, 35, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (261, 36, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (261, 37, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (261, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (261, 39, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (261, 40, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (261, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (261, 42, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (261, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (262, 1, 0.9673, 2); +INSERT INTO `ingredient_info` VALUES (262, 2, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (262, 3, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (262, 4, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (262, 5, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (262, 6, 0.0216, 2); +INSERT INTO `ingredient_info` VALUES (262, 7, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (262, 8, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (262, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (262, 10, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (262, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (262, 12, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (262, 13, 1.36, 2); +INSERT INTO `ingredient_info` VALUES (262, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (262, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (262, 16, 0.00071, 2); +INSERT INTO `ingredient_info` VALUES (262, 17, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (262, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (262, 19, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (262, 20, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (262, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (262, 22, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (262, 23, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (262, 24, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (262, 25, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (262, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (262, 27, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (262, 28, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (262, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (262, 30, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (262, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (262, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (262, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (262, 34, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (262, 35, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (262, 36, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (262, 37, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (262, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (262, 39, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (262, 40, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (262, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (262, 42, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (262, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 1, 0.9241, 2); +INSERT INTO `ingredient_info` VALUES (263, 2, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (263, 3, 0.0101, 2); +INSERT INTO `ingredient_info` VALUES (263, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (263, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (263, 6, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (263, 7, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (263, 8, 0.0235, 2); +INSERT INTO `ingredient_info` VALUES (263, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (263, 10, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (263, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (263, 12, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (263, 13, 2.3, 2); +INSERT INTO `ingredient_info` VALUES (263, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (263, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (263, 16, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (263, 17, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (263, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (263, 19, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (263, 20, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (263, 21, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (263, 22, 0.00649, 2); +INSERT INTO `ingredient_info` VALUES (263, 23, 0.00281, 2); +INSERT INTO `ingredient_info` VALUES (263, 24, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (263, 25, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (263, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 27, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (263, 28, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (263, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 30, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (263, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (263, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 33, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (263, 34, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (263, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 36, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (263, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (263, 40, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (263, 41, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (263, 42, 0.00076, 2); +INSERT INTO `ingredient_info` VALUES (263, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 1, 0.9241, 2); +INSERT INTO `ingredient_info` VALUES (264, 2, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (264, 3, 0.0101, 2); +INSERT INTO `ingredient_info` VALUES (264, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (264, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (264, 6, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (264, 7, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (264, 8, 0.0235, 2); +INSERT INTO `ingredient_info` VALUES (264, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (264, 10, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (264, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (264, 12, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (264, 13, 2.3, 2); +INSERT INTO `ingredient_info` VALUES (264, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (264, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (264, 16, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (264, 17, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (264, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (264, 19, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (264, 20, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (264, 21, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (264, 22, 0.00649, 2); +INSERT INTO `ingredient_info` VALUES (264, 23, 0.00281, 2); +INSERT INTO `ingredient_info` VALUES (264, 24, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (264, 25, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (264, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 27, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (264, 28, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (264, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 30, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (264, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (264, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 33, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (264, 34, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (264, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 36, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (264, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (264, 40, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (264, 41, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (264, 42, 0.00076, 2); +INSERT INTO `ingredient_info` VALUES (264, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 1, 0.7952, 2); +INSERT INTO `ingredient_info` VALUES (265, 2, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (265, 3, 0.0515, 2); +INSERT INTO `ingredient_info` VALUES (265, 4, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (265, 5, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (265, 6, 0.1426, 2); +INSERT INTO `ingredient_info` VALUES (265, 7, 0.055, 2); +INSERT INTO `ingredient_info` VALUES (265, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (265, 10, 0.0157, 2); +INSERT INTO `ingredient_info` VALUES (265, 11, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (265, 12, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (265, 13, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (265, 14, 3.23, 2); +INSERT INTO `ingredient_info` VALUES (265, 15, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (265, 16, 0.00139, 2); +INSERT INTO `ingredient_info` VALUES (265, 17, 0.00414, 2); +INSERT INTO `ingredient_info` VALUES (265, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (265, 19, 0.099, 2); +INSERT INTO `ingredient_info` VALUES (265, 20, 0.00283, 2); +INSERT INTO `ingredient_info` VALUES (265, 21, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (265, 22, 0.0148, 2); +INSERT INTO `ingredient_info` VALUES (265, 23, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (265, 24, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (265, 25, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (265, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 27, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (265, 28, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (265, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 30, 6.68, 2); +INSERT INTO `ingredient_info` VALUES (265, 31, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (265, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (265, 40, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (265, 41, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (265, 42, 0.00129, 2); +INSERT INTO `ingredient_info` VALUES (265, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (266, 1, 0.5785, 2); +INSERT INTO `ingredient_info` VALUES (266, 2, 1.59, 2); +INSERT INTO `ingredient_info` VALUES (266, 3, 0.0239, 2); +INSERT INTO `ingredient_info` VALUES (266, 4, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (266, 5, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (266, 6, 0.3817, 2); +INSERT INTO `ingredient_info` VALUES (266, 7, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (266, 8, 0.3737, 2); +INSERT INTO `ingredient_info` VALUES (266, 9, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (266, 10, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (266, 11, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (266, 12, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (266, 13, 6.74, 2); +INSERT INTO `ingredient_info` VALUES (266, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (266, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (266, 16, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (266, 17, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (266, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (266, 19, 1.379, 2); +INSERT INTO `ingredient_info` VALUES (266, 20, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (266, 21, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (266, 22, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (266, 23, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (266, 24, 0.00156, 2); +INSERT INTO `ingredient_info` VALUES (266, 25, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (266, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (266, 27, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (266, 28, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (266, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (266, 30, 3.79, 2); +INSERT INTO `ingredient_info` VALUES (266, 31, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (266, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (266, 33, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (266, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (266, 35, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (266, 36, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (266, 37, 3.21, 2); +INSERT INTO `ingredient_info` VALUES (266, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (266, 39, 4.07, 2); +INSERT INTO `ingredient_info` VALUES (266, 40, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (266, 41, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (266, 42, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (266, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (267, 1, 0.881, 2); +INSERT INTO `ingredient_info` VALUES (267, 2, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (267, 3, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (267, 4, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (267, 5, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (267, 6, 0.1078, 2); +INSERT INTO `ingredient_info` VALUES (267, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (267, 8, 0.084, 2); +INSERT INTO `ingredient_info` VALUES (267, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (267, 10, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (267, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (267, 12, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (267, 13, 1.9, 2); +INSERT INTO `ingredient_info` VALUES (267, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (267, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (267, 16, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (267, 17, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (267, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (267, 19, 0.389, 2); +INSERT INTO `ingredient_info` VALUES (267, 20, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (267, 21, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (267, 22, 0.00202, 2); +INSERT INTO `ingredient_info` VALUES (267, 23, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (267, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (267, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (267, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (267, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (267, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (267, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (267, 30, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (267, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (267, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (267, 33, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (267, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (267, 35, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (267, 36, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (267, 37, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (267, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (267, 39, 1.15, 2); +INSERT INTO `ingredient_info` VALUES (267, 40, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (267, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (267, 42, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (267, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 1, 0.725, 2); +INSERT INTO `ingredient_info` VALUES (268, 2, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (268, 3, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (268, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (268, 5, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (268, 6, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (268, 7, 0.106, 2); +INSERT INTO `ingredient_info` VALUES (268, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 9, 1.61, 2); +INSERT INTO `ingredient_info` VALUES (268, 10, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (268, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (268, 12, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (268, 13, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (268, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (268, 15, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (268, 16, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (268, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (268, 19, 1.36, 2); +INSERT INTO `ingredient_info` VALUES (268, 20, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (268, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (268, 22, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (268, 23, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (268, 24, 0.00176, 2); +INSERT INTO `ingredient_info` VALUES (268, 25, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (268, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 27, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (268, 28, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (268, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 30, 4.2, 2); +INSERT INTO `ingredient_info` VALUES (268, 31, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (268, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (268, 40, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (268, 41, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (268, 42, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (268, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 1, 0.725, 2); +INSERT INTO `ingredient_info` VALUES (269, 2, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (269, 3, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (269, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (269, 5, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (269, 6, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (269, 7, 0.106, 2); +INSERT INTO `ingredient_info` VALUES (269, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 9, 1.61, 2); +INSERT INTO `ingredient_info` VALUES (269, 10, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (269, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (269, 12, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (269, 13, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (269, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (269, 15, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (269, 16, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (269, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (269, 19, 1.36, 2); +INSERT INTO `ingredient_info` VALUES (269, 20, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (269, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (269, 22, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (269, 23, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (269, 24, 0.00176, 2); +INSERT INTO `ingredient_info` VALUES (269, 25, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (269, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 27, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (269, 28, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (269, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 30, 4.2, 2); +INSERT INTO `ingredient_info` VALUES (269, 31, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (269, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (269, 40, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (269, 41, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (269, 42, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (269, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (270, 1, 0.8472, 2); +INSERT INTO `ingredient_info` VALUES (270, 2, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (270, 3, 0.0045, 2); +INSERT INTO `ingredient_info` VALUES (270, 4, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (270, 5, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (270, 6, 0.1455, 2); +INSERT INTO `ingredient_info` VALUES (270, 7, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (270, 8, 0.1325, 2); +INSERT INTO `ingredient_info` VALUES (270, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (270, 10, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (270, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (270, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (270, 13, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (270, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (270, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (270, 16, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (270, 17, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (270, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (270, 19, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (270, 20, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (270, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (270, 22, 0.00593, 2); +INSERT INTO `ingredient_info` VALUES (270, 23, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (270, 24, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (270, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (270, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (270, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (270, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (270, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (270, 30, 3.54, 2); +INSERT INTO `ingredient_info` VALUES (270, 31, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (270, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (270, 33, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (270, 34, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (270, 35, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (270, 36, 1.76, 2); +INSERT INTO `ingredient_info` VALUES (270, 37, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (270, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (270, 39, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (270, 40, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (270, 41, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (270, 42, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (270, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 1, 0.5858, 2); +INSERT INTO `ingredient_info` VALUES (271, 2, 1.49, 2); +INSERT INTO `ingredient_info` VALUES (271, 3, 0.0636, 2); +INSERT INTO `ingredient_info` VALUES (271, 4, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (271, 5, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (271, 6, 0.3306, 2); +INSERT INTO `ingredient_info` VALUES (271, 7, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (271, 8, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (271, 9, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (271, 10, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (271, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (271, 12, 1.53, 2); +INSERT INTO `ingredient_info` VALUES (271, 13, 4.01, 2); +INSERT INTO `ingredient_info` VALUES (271, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (271, 15, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (271, 16, 0.00299, 2); +INSERT INTO `ingredient_info` VALUES (271, 17, 0.01672, 2); +INSERT INTO `ingredient_info` VALUES (271, 18, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (271, 19, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (271, 20, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (271, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (271, 22, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (271, 23, 0.00596, 2); +INSERT INTO `ingredient_info` VALUES (271, 24, 0.01235, 2); +INSERT INTO `ingredient_info` VALUES (271, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (271, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (271, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (271, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (271, 34, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (271, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (271, 39, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (271, 40, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (271, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (271, 42, 0.00249, 2); +INSERT INTO `ingredient_info` VALUES (271, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 1, 0.5858, 2); +INSERT INTO `ingredient_info` VALUES (41, 2, 1.49, 2); +INSERT INTO `ingredient_info` VALUES (41, 3, 0.0636, 2); +INSERT INTO `ingredient_info` VALUES (41, 4, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (41, 5, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (41, 6, 0.3306, 2); +INSERT INTO `ingredient_info` VALUES (41, 7, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (41, 8, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (41, 9, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (41, 10, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (41, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (41, 12, 1.53, 2); +INSERT INTO `ingredient_info` VALUES (41, 13, 4.01, 2); +INSERT INTO `ingredient_info` VALUES (41, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (41, 15, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (41, 16, 0.00299, 2); +INSERT INTO `ingredient_info` VALUES (41, 17, 0.01672, 2); +INSERT INTO `ingredient_info` VALUES (41, 18, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (41, 19, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (41, 20, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (41, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (41, 22, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (41, 23, 0.00596, 2); +INSERT INTO `ingredient_info` VALUES (41, 24, 0.01235, 2); +INSERT INTO `ingredient_info` VALUES (41, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (41, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (41, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (41, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (41, 34, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (41, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (41, 39, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (41, 40, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (41, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (41, 42, 0.00249, 2); +INSERT INTO `ingredient_info` VALUES (41, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 1, 0.5858, 2); +INSERT INTO `ingredient_info` VALUES (272, 2, 1.49, 2); +INSERT INTO `ingredient_info` VALUES (272, 3, 0.0636, 2); +INSERT INTO `ingredient_info` VALUES (272, 4, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (272, 5, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (272, 6, 0.3306, 2); +INSERT INTO `ingredient_info` VALUES (272, 7, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (272, 8, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (272, 9, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (272, 10, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (272, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (272, 12, 1.53, 2); +INSERT INTO `ingredient_info` VALUES (272, 13, 4.01, 2); +INSERT INTO `ingredient_info` VALUES (272, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (272, 15, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (272, 16, 0.00299, 2); +INSERT INTO `ingredient_info` VALUES (272, 17, 0.01672, 2); +INSERT INTO `ingredient_info` VALUES (272, 18, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (272, 19, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (272, 20, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (272, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (272, 22, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (272, 23, 0.00596, 2); +INSERT INTO `ingredient_info` VALUES (272, 24, 0.01235, 2); +INSERT INTO `ingredient_info` VALUES (272, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (272, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (272, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (272, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (272, 34, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (272, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (272, 39, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (272, 40, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (272, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (272, 42, 0.00249, 2); +INSERT INTO `ingredient_info` VALUES (272, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 1, 0.5858, 2); +INSERT INTO `ingredient_info` VALUES (273, 2, 1.49, 2); +INSERT INTO `ingredient_info` VALUES (273, 3, 0.0636, 2); +INSERT INTO `ingredient_info` VALUES (273, 4, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (273, 5, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (273, 6, 0.3306, 2); +INSERT INTO `ingredient_info` VALUES (273, 7, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (273, 8, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (273, 9, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (273, 10, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (273, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (273, 12, 1.53, 2); +INSERT INTO `ingredient_info` VALUES (273, 13, 4.01, 2); +INSERT INTO `ingredient_info` VALUES (273, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (273, 15, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (273, 16, 0.00299, 2); +INSERT INTO `ingredient_info` VALUES (273, 17, 0.01672, 2); +INSERT INTO `ingredient_info` VALUES (273, 18, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (273, 19, 0.312, 2); +INSERT INTO `ingredient_info` VALUES (273, 20, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (273, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (273, 22, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (273, 23, 0.00596, 2); +INSERT INTO `ingredient_info` VALUES (273, 24, 0.01235, 2); +INSERT INTO `ingredient_info` VALUES (273, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (273, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (273, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (273, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (273, 34, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (273, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (273, 39, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (273, 40, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (273, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (273, 42, 0.00249, 2); +INSERT INTO `ingredient_info` VALUES (273, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 1, 0.83, 2); +INSERT INTO `ingredient_info` VALUES (274, 2, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (274, 3, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (274, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (274, 5, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (274, 6, 0.1415, 2); +INSERT INTO `ingredient_info` VALUES (274, 7, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (274, 8, 0.039, 2); +INSERT INTO `ingredient_info` VALUES (274, 9, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (274, 10, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (274, 11, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (274, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (274, 13, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (274, 14, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (274, 15, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (274, 16, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (274, 17, 0.00481, 2); +INSERT INTO `ingredient_info` VALUES (274, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (274, 19, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (274, 20, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (274, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (274, 22, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (274, 23, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (274, 24, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (274, 25, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (274, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 27, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (274, 28, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (274, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 30, 16.67, 2); +INSERT INTO `ingredient_info` VALUES (274, 31, 0.83, 2); +INSERT INTO `ingredient_info` VALUES (274, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 33, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (274, 34, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (274, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 36, 10, 2); +INSERT INTO `ingredient_info` VALUES (274, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (274, 39, 19, 2); +INSERT INTO `ingredient_info` VALUES (274, 40, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (274, 41, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (274, 42, 0.00166, 2); +INSERT INTO `ingredient_info` VALUES (274, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 1, 0.6734, 2); +INSERT INTO `ingredient_info` VALUES (275, 2, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (275, 3, 0.0896, 2); +INSERT INTO `ingredient_info` VALUES (275, 4, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (275, 5, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (275, 6, 0.2214, 2); +INSERT INTO `ingredient_info` VALUES (275, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 9, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (275, 10, 0.0321, 2); +INSERT INTO `ingredient_info` VALUES (275, 11, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (275, 12, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (275, 13, 3.22, 2); +INSERT INTO `ingredient_info` VALUES (275, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (275, 15, 0.0151, 2); +INSERT INTO `ingredient_info` VALUES (275, 16, 0.00352, 2); +INSERT INTO `ingredient_info` VALUES (275, 17, 0.00506, 2); +INSERT INTO `ingredient_info` VALUES (275, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (275, 19, 0.165, 2); +INSERT INTO `ingredient_info` VALUES (275, 20, 0.00228, 2); +INSERT INTO `ingredient_info` VALUES (275, 21, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (275, 22, 0.01128, 2); +INSERT INTO `ingredient_info` VALUES (275, 23, 0.00578, 2); +INSERT INTO `ingredient_info` VALUES (275, 24, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (275, 25, 1, 2); +INSERT INTO `ingredient_info` VALUES (275, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 27, 1, 2); +INSERT INTO `ingredient_info` VALUES (275, 28, 1, 2); +INSERT INTO `ingredient_info` VALUES (275, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 30, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (275, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (275, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (275, 40, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (275, 41, 0.00104, 2); +INSERT INTO `ingredient_info` VALUES (275, 42, 0.00219, 2); +INSERT INTO `ingredient_info` VALUES (275, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (276, 1, 0.8371, 2); +INSERT INTO `ingredient_info` VALUES (276, 2, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (276, 3, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (276, 4, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (276, 5, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (276, 6, 0.1546, 2); +INSERT INTO `ingredient_info` VALUES (276, 7, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (276, 8, 0.098, 2); +INSERT INTO `ingredient_info` VALUES (276, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (276, 10, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (276, 11, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (276, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (276, 13, 1.19, 2); +INSERT INTO `ingredient_info` VALUES (276, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (276, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (276, 16, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (276, 17, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (276, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (276, 19, 0.042, 2); +INSERT INTO `ingredient_info` VALUES (276, 20, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (276, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (276, 22, 0.00157, 2); +INSERT INTO `ingredient_info` VALUES (276, 23, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (276, 24, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (276, 25, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (276, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (276, 27, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (276, 28, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (276, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (276, 30, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (276, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (276, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (276, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (276, 34, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (276, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (276, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (276, 37, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (276, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (276, 39, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (276, 40, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (276, 41, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (276, 42, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (276, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 1, 0.8351, 2); +INSERT INTO `ingredient_info` VALUES (277, 2, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (277, 3, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (277, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (277, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (277, 6, 0.157, 2); +INSERT INTO `ingredient_info` VALUES (277, 7, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (277, 8, 0.1445, 2); +INSERT INTO `ingredient_info` VALUES (277, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (277, 10, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (277, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (277, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (277, 13, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (277, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (277, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (277, 16, 0.00086, 2); +INSERT INTO `ingredient_info` VALUES (277, 17, 0.01121, 2); +INSERT INTO `ingredient_info` VALUES (277, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (277, 19, 0.095, 2); +INSERT INTO `ingredient_info` VALUES (277, 20, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (277, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (277, 22, 0.00284, 2); +INSERT INTO `ingredient_info` VALUES (277, 23, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (277, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (277, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (277, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (277, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (277, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 30, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (277, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (277, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (277, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (277, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 36, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (277, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (277, 40, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (277, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (277, 42, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (277, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 1, 0.8351, 2); +INSERT INTO `ingredient_info` VALUES (278, 2, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (278, 3, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (278, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (278, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (278, 6, 0.157, 2); +INSERT INTO `ingredient_info` VALUES (278, 7, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (278, 8, 0.1445, 2); +INSERT INTO `ingredient_info` VALUES (278, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (278, 10, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (278, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (278, 12, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (278, 13, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (278, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (278, 15, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (278, 16, 0.00086, 2); +INSERT INTO `ingredient_info` VALUES (278, 17, 0.01121, 2); +INSERT INTO `ingredient_info` VALUES (278, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (278, 19, 0.095, 2); +INSERT INTO `ingredient_info` VALUES (278, 20, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (278, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (278, 22, 0.00284, 2); +INSERT INTO `ingredient_info` VALUES (278, 23, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (278, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (278, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (278, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (278, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (278, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 30, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (278, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (278, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (278, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (278, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 36, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (278, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (278, 40, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (278, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (278, 42, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (278, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 1, 0.8553, 2); +INSERT INTO `ingredient_info` VALUES (279, 2, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (279, 3, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (279, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (279, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (279, 6, 0.1378, 2); +INSERT INTO `ingredient_info` VALUES (279, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (279, 8, 0.1358, 2); +INSERT INTO `ingredient_info` VALUES (279, 9, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (279, 10, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (279, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (279, 12, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (279, 13, 1.34, 2); +INSERT INTO `ingredient_info` VALUES (279, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (279, 15, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (279, 16, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (279, 17, 0.0099, 2); +INSERT INTO `ingredient_info` VALUES (279, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (279, 19, 0.107, 2); +INSERT INTO `ingredient_info` VALUES (279, 20, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (279, 21, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (279, 22, 0.00257, 2); +INSERT INTO `ingredient_info` VALUES (279, 23, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (279, 24, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (279, 25, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (279, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 27, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (279, 28, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (279, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 30, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (279, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (279, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (279, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (279, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (279, 40, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (279, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (279, 42, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (279, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (280, 1, 0.9564, 2); +INSERT INTO `ingredient_info` VALUES (280, 2, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (280, 3, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (280, 4, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (280, 5, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (280, 6, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (280, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (280, 8, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (280, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (280, 10, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (280, 11, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (280, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (280, 13, 1.41, 2); +INSERT INTO `ingredient_info` VALUES (280, 14, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (280, 15, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (280, 16, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (280, 17, 0.00125, 2); +INSERT INTO `ingredient_info` VALUES (280, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (280, 19, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (280, 20, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (280, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (280, 22, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (280, 23, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (280, 24, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (280, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (280, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (280, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (280, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (280, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (280, 30, 5.02, 2); +INSERT INTO `ingredient_info` VALUES (280, 31, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (280, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (280, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (280, 34, 0.241, 2); +INSERT INTO `ingredient_info` VALUES (280, 35, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (280, 36, 2.99, 2); +INSERT INTO `ingredient_info` VALUES (280, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (280, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (280, 39, 2.77, 2); +INSERT INTO `ingredient_info` VALUES (280, 40, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (280, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (280, 42, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (280, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 1, 0.9507, 2); +INSERT INTO `ingredient_info` VALUES (281, 2, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (281, 3, 0.0136, 2); +INSERT INTO `ingredient_info` VALUES (281, 4, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (281, 5, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (281, 6, 0.0279, 2); +INSERT INTO `ingredient_info` VALUES (281, 7, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (281, 8, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (281, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (281, 10, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (281, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (281, 12, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (281, 13, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (281, 14, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (281, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (281, 16, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (281, 17, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (281, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (281, 19, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (281, 20, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (281, 21, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (281, 22, 0.00375, 2); +INSERT INTO `ingredient_info` VALUES (281, 23, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (281, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (281, 25, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (281, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 27, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (281, 28, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (281, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 30, 74.05, 2); +INSERT INTO `ingredient_info` VALUES (281, 31, 3.7, 2); +INSERT INTO `ingredient_info` VALUES (281, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 33, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (281, 34, 1.736, 2); +INSERT INTO `ingredient_info` VALUES (281, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 36, 44.43, 2); +INSERT INTO `ingredient_info` VALUES (281, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (281, 39, 17.3, 2); +INSERT INTO `ingredient_info` VALUES (281, 40, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (281, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (281, 42, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (281, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 1, 0.9507, 2); +INSERT INTO `ingredient_info` VALUES (282, 2, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (282, 3, 0.0136, 2); +INSERT INTO `ingredient_info` VALUES (282, 4, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (282, 5, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (282, 6, 0.0279, 2); +INSERT INTO `ingredient_info` VALUES (282, 7, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (282, 8, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (282, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (282, 10, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (282, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (282, 12, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (282, 13, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (282, 14, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (282, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (282, 16, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (282, 17, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (282, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (282, 19, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (282, 20, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (282, 21, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (282, 22, 0.00375, 2); +INSERT INTO `ingredient_info` VALUES (282, 23, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (282, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (282, 25, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (282, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 27, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (282, 28, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (282, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 30, 74.05, 2); +INSERT INTO `ingredient_info` VALUES (282, 31, 3.7, 2); +INSERT INTO `ingredient_info` VALUES (282, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 33, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (282, 34, 1.736, 2); +INSERT INTO `ingredient_info` VALUES (282, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 36, 44.43, 2); +INSERT INTO `ingredient_info` VALUES (282, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (282, 39, 17.3, 2); +INSERT INTO `ingredient_info` VALUES (282, 40, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (282, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (282, 42, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (282, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 1, 0.9246, 2); +INSERT INTO `ingredient_info` VALUES (283, 2, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (283, 3, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (283, 4, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (283, 5, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (283, 6, 0.0324, 2); +INSERT INTO `ingredient_info` VALUES (283, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (283, 8, 0.0186, 2); +INSERT INTO `ingredient_info` VALUES (283, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (283, 10, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (283, 11, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (283, 12, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (283, 13, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (283, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (283, 15, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (283, 16, 0.00319, 2); +INSERT INTO `ingredient_info` VALUES (283, 17, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (283, 18, 0.089, 2); +INSERT INTO `ingredient_info` VALUES (283, 19, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (283, 20, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (283, 21, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (283, 22, 0.03854, 2); +INSERT INTO `ingredient_info` VALUES (283, 23, 0.01508, 2); +INSERT INTO `ingredient_info` VALUES (283, 24, 0.00116, 2); +INSERT INTO `ingredient_info` VALUES (283, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (283, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (283, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (283, 29, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (283, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (283, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (283, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (283, 40, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (283, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (283, 42, 0.00139, 2); +INSERT INTO `ingredient_info` VALUES (283, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 1, 0.9246, 2); +INSERT INTO `ingredient_info` VALUES (27, 2, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (27, 3, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (27, 4, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (27, 5, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (27, 6, 0.0324, 2); +INSERT INTO `ingredient_info` VALUES (27, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (27, 8, 0.0186, 2); +INSERT INTO `ingredient_info` VALUES (27, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (27, 10, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (27, 11, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (27, 12, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (27, 13, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (27, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (27, 15, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (27, 16, 0.00319, 2); +INSERT INTO `ingredient_info` VALUES (27, 17, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (27, 18, 0.089, 2); +INSERT INTO `ingredient_info` VALUES (27, 19, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (27, 20, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (27, 21, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (27, 22, 0.03854, 2); +INSERT INTO `ingredient_info` VALUES (27, 23, 0.01508, 2); +INSERT INTO `ingredient_info` VALUES (27, 24, 0.00116, 2); +INSERT INTO `ingredient_info` VALUES (27, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (27, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (27, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (27, 29, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (27, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (27, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (27, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (27, 40, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (27, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (27, 42, 0.00139, 2); +INSERT INTO `ingredient_info` VALUES (27, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 1, 0.9246, 2); +INSERT INTO `ingredient_info` VALUES (284, 2, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (284, 3, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (284, 4, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (284, 5, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (284, 6, 0.0324, 2); +INSERT INTO `ingredient_info` VALUES (284, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (284, 8, 0.0186, 2); +INSERT INTO `ingredient_info` VALUES (284, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (284, 10, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (284, 11, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (284, 12, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (284, 13, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (284, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (284, 15, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (284, 16, 0.00319, 2); +INSERT INTO `ingredient_info` VALUES (284, 17, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (284, 18, 0.089, 2); +INSERT INTO `ingredient_info` VALUES (284, 19, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (284, 20, 0.00091, 2); +INSERT INTO `ingredient_info` VALUES (284, 21, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (284, 22, 0.03854, 2); +INSERT INTO `ingredient_info` VALUES (284, 23, 0.01508, 2); +INSERT INTO `ingredient_info` VALUES (284, 24, 0.00116, 2); +INSERT INTO `ingredient_info` VALUES (284, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (284, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (284, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (284, 29, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (284, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (284, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (284, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (284, 40, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (284, 41, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (284, 42, 0.00139, 2); +INSERT INTO `ingredient_info` VALUES (284, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 1, 0.095, 2); +INSERT INTO `ingredient_info` VALUES (285, 2, 2.96, 2); +INSERT INTO `ingredient_info` VALUES (285, 3, 0.0958, 2); +INSERT INTO `ingredient_info` VALUES (285, 4, 0.0099, 2); +INSERT INTO `ingredient_info` VALUES (285, 5, 0.0456, 2); +INSERT INTO `ingredient_info` VALUES (285, 6, 0.7537, 2); +INSERT INTO `ingredient_info` VALUES (285, 7, 0.115, 2); +INSERT INTO `ingredient_info` VALUES (285, 8, 0.2237, 2); +INSERT INTO `ingredient_info` VALUES (285, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (285, 10, 0.0172, 2); +INSERT INTO `ingredient_info` VALUES (285, 11, 1.32, 2); +INSERT INTO `ingredient_info` VALUES (285, 12, 2.94, 2); +INSERT INTO `ingredient_info` VALUES (285, 13, 15.34, 2); +INSERT INTO `ingredient_info` VALUES (285, 14, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (285, 15, 0.0766, 2); +INSERT INTO `ingredient_info` VALUES (285, 16, 0.05165, 2); +INSERT INTO `ingredient_info` VALUES (285, 17, 0.01176, 2); +INSERT INTO `ingredient_info` VALUES (285, 18, 1.359, 2); +INSERT INTO `ingredient_info` VALUES (285, 19, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (285, 20, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (285, 21, 0.0127, 2); +INSERT INTO `ingredient_info` VALUES (285, 22, 0.141, 2); +INSERT INTO `ingredient_info` VALUES (285, 23, 0.21879, 2); +INSERT INTO `ingredient_info` VALUES (285, 24, 0.00965, 2); +INSERT INTO `ingredient_info` VALUES (285, 25, 1.63, 2); +INSERT INTO `ingredient_info` VALUES (285, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 27, 1.63, 2); +INSERT INTO `ingredient_info` VALUES (285, 28, 1.63, 2); +INSERT INTO `ingredient_info` VALUES (285, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (285, 34, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (285, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (285, 40, 0.00247, 2); +INSERT INTO `ingredient_info` VALUES (285, 41, 0.00307, 2); +INSERT INTO `ingredient_info` VALUES (285, 42, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (285, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (286, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (286, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (286, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (286, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (286, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (286, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (286, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (286, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (286, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (286, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (286, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (286, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (286, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (286, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (286, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (286, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (286, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (286, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (286, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (286, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (286, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (286, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (286, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (286, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (286, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (286, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (286, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (286, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (286, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (286, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (286, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (286, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (286, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (286, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (286, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (286, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (287, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (287, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (287, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (287, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (287, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (287, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (287, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (287, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (287, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (287, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (287, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (287, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (287, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (287, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (287, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (287, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (287, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (287, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (287, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (287, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (287, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (287, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (287, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (287, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (287, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (287, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (287, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (287, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (287, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (287, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (287, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (287, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (287, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (287, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (287, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (287, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (288, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (288, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (288, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (288, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (288, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (288, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (288, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (288, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (288, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (288, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (288, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (288, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (288, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (288, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (288, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (288, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (288, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (288, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (288, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (288, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (288, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (288, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (288, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (288, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (288, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (288, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (288, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (288, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (288, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (288, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (288, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (288, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (288, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (288, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (288, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (288, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (42, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (42, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (42, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (42, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (42, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (42, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (42, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (42, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (42, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (42, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (42, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (42, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (42, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (42, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (42, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (42, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (42, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (42, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (42, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (42, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (42, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (42, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (42, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (42, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (42, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (42, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (42, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (42, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (42, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (42, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (42, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (42, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (42, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (42, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (42, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (42, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (289, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (289, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (289, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (289, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (289, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (289, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (289, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (289, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (289, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (289, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (289, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (289, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (289, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (289, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (289, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (289, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (289, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (289, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (289, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (289, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (289, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (289, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (289, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (289, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (289, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (289, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (289, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (289, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (289, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (289, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (289, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (289, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (289, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (289, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (289, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (289, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (290, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (290, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (290, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (290, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (290, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (290, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (290, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (290, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (290, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (290, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (290, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (290, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (290, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (290, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (290, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (290, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (290, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (290, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (290, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (290, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (290, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (290, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (290, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (290, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (290, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (290, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (290, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (290, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (290, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (290, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (290, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (290, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (290, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (290, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (290, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (290, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (291, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (291, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (291, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (291, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (291, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (291, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (291, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (291, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (291, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (291, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (291, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (291, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (291, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (291, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (291, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (291, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (291, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (291, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (291, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (291, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (291, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (291, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (291, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (291, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (291, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (291, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (291, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (291, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (291, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (291, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (291, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (291, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (291, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (291, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (291, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (291, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (292, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (292, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (292, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (292, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (292, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (292, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (292, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (292, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (292, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (292, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (292, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (292, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (292, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (292, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (292, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (292, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (292, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (292, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (292, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (292, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (292, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (292, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (292, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (292, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (292, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (292, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (292, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (292, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (292, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (292, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (292, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (292, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (292, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (292, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (292, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (292, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (293, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (293, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (293, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (293, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (293, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (293, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (293, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (293, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (293, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (293, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (293, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (293, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (293, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (293, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (293, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (293, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (293, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (293, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (293, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (293, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (293, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (293, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (293, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (293, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (293, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (293, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (293, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (293, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (293, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (293, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (293, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (293, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (293, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (293, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (293, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (293, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (294, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (294, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (294, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (294, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (294, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (294, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (294, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (294, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (294, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (294, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (294, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (294, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (294, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (294, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (294, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (294, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (294, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (294, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (294, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (294, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (294, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (294, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (294, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (294, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (294, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (294, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (294, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (294, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (294, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (294, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (294, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (294, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (294, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (294, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (294, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (294, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 1, 0.8854, 2); +INSERT INTO `ingredient_info` VALUES (295, 2, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (295, 3, 0.0092, 2); +INSERT INTO `ingredient_info` VALUES (295, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (295, 5, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (295, 6, 0.1011, 2); +INSERT INTO `ingredient_info` VALUES (295, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (295, 8, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (295, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (295, 10, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (295, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (295, 12, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (295, 13, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (295, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (295, 15, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (295, 16, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (295, 17, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (295, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (295, 19, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (295, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (295, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (295, 22, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (295, 23, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (295, 24, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (295, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (295, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (295, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (295, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (295, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (295, 34, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (295, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (295, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (295, 39, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (295, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (295, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (295, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (295, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (296, 1, 0.3092, 2); +INSERT INTO `ingredient_info` VALUES (296, 2, 2.4, 2); +INSERT INTO `ingredient_info` VALUES (296, 3, 0.0218, 2); +INSERT INTO `ingredient_info` VALUES (296, 4, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (296, 5, 0.0264, 2); +INSERT INTO `ingredient_info` VALUES (296, 6, 0.6388, 2); +INSERT INTO `ingredient_info` VALUES (296, 7, 0.071, 2); +INSERT INTO `ingredient_info` VALUES (296, 8, 0.3813, 2); +INSERT INTO `ingredient_info` VALUES (296, 9, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (296, 10, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (296, 11, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (296, 12, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (296, 13, 7.32, 2); +INSERT INTO `ingredient_info` VALUES (296, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (296, 15, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (296, 16, 0.00281, 2); +INSERT INTO `ingredient_info` VALUES (296, 17, 0.00299, 2); +INSERT INTO `ingredient_info` VALUES (296, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (296, 19, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (296, 20, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (296, 21, 0.00186, 2); +INSERT INTO `ingredient_info` VALUES (296, 22, 0.01882, 2); +INSERT INTO `ingredient_info` VALUES (296, 23, 0.00422, 2); +INSERT INTO `ingredient_info` VALUES (296, 24, 0.00205, 2); +INSERT INTO `ingredient_info` VALUES (296, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (296, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (296, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (296, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (296, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (296, 30, 7.81, 2); +INSERT INTO `ingredient_info` VALUES (296, 31, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (296, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (296, 33, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (296, 34, 0.595, 2); +INSERT INTO `ingredient_info` VALUES (296, 35, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (296, 36, 3.94, 2); +INSERT INTO `ingredient_info` VALUES (296, 37, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (296, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (296, 39, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (296, 40, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (296, 41, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (296, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (296, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 1, 0.1543, 2); +INSERT INTO `ingredient_info` VALUES (297, 2, 2.99, 2); +INSERT INTO `ingredient_info` VALUES (297, 3, 0.0307, 2); +INSERT INTO `ingredient_info` VALUES (297, 4, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (297, 5, 0.0185, 2); +INSERT INTO `ingredient_info` VALUES (297, 6, 0.7918, 2); +INSERT INTO `ingredient_info` VALUES (297, 7, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (297, 8, 0.5919, 2); +INSERT INTO `ingredient_info` VALUES (297, 9, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (297, 10, 0.0188, 2); +INSERT INTO `ingredient_info` VALUES (297, 11, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (297, 12, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (297, 13, 7.49, 2); +INSERT INTO `ingredient_info` VALUES (297, 14, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (297, 15, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (297, 16, 0.00318, 2); +INSERT INTO `ingredient_info` VALUES (297, 17, 0.00299, 2); +INSERT INTO `ingredient_info` VALUES (297, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (297, 19, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (297, 20, 0.00106, 2); +INSERT INTO `ingredient_info` VALUES (297, 21, 0.00125, 2); +INSERT INTO `ingredient_info` VALUES (297, 22, 0.00766, 2); +INSERT INTO `ingredient_info` VALUES (297, 23, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (297, 24, 0.00174, 2); +INSERT INTO `ingredient_info` VALUES (297, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (297, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (297, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (297, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (297, 34, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (297, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (297, 40, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (297, 41, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (297, 42, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (297, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 1, 0.0393, 2); +INSERT INTO `ingredient_info` VALUES (298, 2, 3.49, 2); +INSERT INTO `ingredient_info` VALUES (298, 3, 0.0895, 2); +INSERT INTO `ingredient_info` VALUES (298, 4, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (298, 5, 0.0338, 2); +INSERT INTO `ingredient_info` VALUES (298, 6, 0.8328, 2); +INSERT INTO `ingredient_info` VALUES (298, 7, 0.092, 2); +INSERT INTO `ingredient_info` VALUES (298, 8, 0.3589, 2); +INSERT INTO `ingredient_info` VALUES (298, 9, 2.57, 2); +INSERT INTO `ingredient_info` VALUES (298, 10, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (298, 11, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (298, 12, 3.03, 2); +INSERT INTO `ingredient_info` VALUES (298, 13, 16.22, 2); +INSERT INTO `ingredient_info` VALUES (298, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (298, 15, 0.0189, 2); +INSERT INTO `ingredient_info` VALUES (298, 16, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (298, 17, 0.01389, 2); +INSERT INTO `ingredient_info` VALUES (298, 18, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (298, 19, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (298, 20, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (298, 21, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (298, 22, 0.0099, 2); +INSERT INTO `ingredient_info` VALUES (298, 23, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (298, 24, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (298, 25, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (298, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 27, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (298, 28, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (298, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 30, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (298, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (298, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (298, 34, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (298, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (298, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (298, 39, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (298, 40, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (298, 41, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (298, 42, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (298, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 1, 0.0393, 2); +INSERT INTO `ingredient_info` VALUES (299, 2, 3.49, 2); +INSERT INTO `ingredient_info` VALUES (299, 3, 0.0895, 2); +INSERT INTO `ingredient_info` VALUES (299, 4, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (299, 5, 0.0338, 2); +INSERT INTO `ingredient_info` VALUES (299, 6, 0.8328, 2); +INSERT INTO `ingredient_info` VALUES (299, 7, 0.092, 2); +INSERT INTO `ingredient_info` VALUES (299, 8, 0.3589, 2); +INSERT INTO `ingredient_info` VALUES (299, 9, 2.57, 2); +INSERT INTO `ingredient_info` VALUES (299, 10, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (299, 11, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (299, 12, 3.03, 2); +INSERT INTO `ingredient_info` VALUES (299, 13, 16.22, 2); +INSERT INTO `ingredient_info` VALUES (299, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (299, 15, 0.0189, 2); +INSERT INTO `ingredient_info` VALUES (299, 16, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (299, 17, 0.01389, 2); +INSERT INTO `ingredient_info` VALUES (299, 18, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (299, 19, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (299, 20, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (299, 21, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (299, 22, 0.0099, 2); +INSERT INTO `ingredient_info` VALUES (299, 23, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (299, 24, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (299, 25, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (299, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 27, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (299, 28, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (299, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 30, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (299, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (299, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (299, 34, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (299, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (299, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (299, 39, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (299, 40, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (299, 41, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (299, 42, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (299, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 1, 0.0393, 2); +INSERT INTO `ingredient_info` VALUES (300, 2, 3.49, 2); +INSERT INTO `ingredient_info` VALUES (300, 3, 0.0895, 2); +INSERT INTO `ingredient_info` VALUES (300, 4, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (300, 5, 0.0338, 2); +INSERT INTO `ingredient_info` VALUES (300, 6, 0.8328, 2); +INSERT INTO `ingredient_info` VALUES (300, 7, 0.092, 2); +INSERT INTO `ingredient_info` VALUES (300, 8, 0.3589, 2); +INSERT INTO `ingredient_info` VALUES (300, 9, 2.57, 2); +INSERT INTO `ingredient_info` VALUES (300, 10, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (300, 11, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (300, 12, 3.03, 2); +INSERT INTO `ingredient_info` VALUES (300, 13, 16.22, 2); +INSERT INTO `ingredient_info` VALUES (300, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (300, 15, 0.0189, 2); +INSERT INTO `ingredient_info` VALUES (300, 16, 0.00416, 2); +INSERT INTO `ingredient_info` VALUES (300, 17, 0.01389, 2); +INSERT INTO `ingredient_info` VALUES (300, 18, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (300, 19, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (300, 20, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (300, 21, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (300, 22, 0.0099, 2); +INSERT INTO `ingredient_info` VALUES (300, 23, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (300, 24, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (300, 25, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (300, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 27, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (300, 28, 1.66, 2); +INSERT INTO `ingredient_info` VALUES (300, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 30, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (300, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (300, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 33, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (300, 34, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (300, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (300, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (300, 39, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (300, 40, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (300, 41, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (300, 42, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (300, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 1, 0.9199, 2); +INSERT INTO `ingredient_info` VALUES (301, 2, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (301, 3, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (301, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (301, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (301, 6, 0.0681, 2); +INSERT INTO `ingredient_info` VALUES (301, 7, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (301, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 9, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (301, 10, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (301, 11, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (301, 12, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (301, 13, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (301, 14, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (301, 15, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (301, 16, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (301, 17, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (301, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (301, 19, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (301, 20, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (301, 21, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (301, 22, 0.00151, 2); +INSERT INTO `ingredient_info` VALUES (301, 23, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (301, 24, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (301, 25, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (301, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 27, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (301, 28, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (301, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 30, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (301, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (301, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (301, 40, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (301, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (301, 42, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (301, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 1, 0.8983, 2); +INSERT INTO `ingredient_info` VALUES (302, 2, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (302, 3, 0.0183, 2); +INSERT INTO `ingredient_info` VALUES (302, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (302, 5, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (302, 6, 0.0734, 2); +INSERT INTO `ingredient_info` VALUES (302, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (302, 8, 0.0233, 2); +INSERT INTO `ingredient_info` VALUES (302, 9, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (302, 10, 0.0148, 2); +INSERT INTO `ingredient_info` VALUES (302, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (302, 12, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (302, 13, 2.76, 2); +INSERT INTO `ingredient_info` VALUES (302, 14, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (302, 15, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (302, 16, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (302, 17, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (302, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (302, 19, 0.188, 2); +INSERT INTO `ingredient_info` VALUES (302, 20, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (302, 21, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (302, 22, 0.00525, 2); +INSERT INTO `ingredient_info` VALUES (302, 23, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (302, 24, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (302, 25, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (302, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 27, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (302, 28, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (302, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 30, 9.97, 2); +INSERT INTO `ingredient_info` VALUES (302, 31, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (302, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 33, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (302, 34, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (302, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 36, 5.98, 2); +INSERT INTO `ingredient_info` VALUES (302, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (302, 39, 11.37, 2); +INSERT INTO `ingredient_info` VALUES (302, 40, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (302, 41, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (302, 42, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (302, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 1, 0.8771, 2); +INSERT INTO `ingredient_info` VALUES (303, 2, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (303, 3, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (303, 4, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (303, 5, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (303, 6, 0.0633, 2); +INSERT INTO `ingredient_info` VALUES (303, 7, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (303, 8, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (303, 9, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (303, 10, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (303, 11, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (303, 12, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (303, 13, 5.54, 2); +INSERT INTO `ingredient_info` VALUES (303, 14, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (303, 15, 0.0107, 2); +INSERT INTO `ingredient_info` VALUES (303, 16, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (303, 17, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (303, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (303, 19, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (303, 20, 0.00086, 2); +INSERT INTO `ingredient_info` VALUES (303, 21, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (303, 22, 0.01313, 2); +INSERT INTO `ingredient_info` VALUES (303, 23, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (303, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (303, 25, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (303, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 27, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (303, 28, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (303, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 30, 84.24, 2); +INSERT INTO `ingredient_info` VALUES (303, 31, 4.21, 2); +INSERT INTO `ingredient_info` VALUES (303, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 33, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (303, 34, 16.4, 2); +INSERT INTO `ingredient_info` VALUES (303, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 36, 50.54, 2); +INSERT INTO `ingredient_info` VALUES (303, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (303, 39, 55.61, 2); +INSERT INTO `ingredient_info` VALUES (303, 40, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (303, 41, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (303, 42, 0.00124, 2); +INSERT INTO `ingredient_info` VALUES (303, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 1, 0.8771, 2); +INSERT INTO `ingredient_info` VALUES (304, 2, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (304, 3, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (304, 4, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (304, 5, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (304, 6, 0.0633, 2); +INSERT INTO `ingredient_info` VALUES (304, 7, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (304, 8, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (304, 9, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (304, 10, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (304, 11, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (304, 12, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (304, 13, 5.54, 2); +INSERT INTO `ingredient_info` VALUES (304, 14, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (304, 15, 0.0107, 2); +INSERT INTO `ingredient_info` VALUES (304, 16, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (304, 17, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (304, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (304, 19, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (304, 20, 0.00086, 2); +INSERT INTO `ingredient_info` VALUES (304, 21, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (304, 22, 0.01313, 2); +INSERT INTO `ingredient_info` VALUES (304, 23, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (304, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (304, 25, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (304, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 27, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (304, 28, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (304, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 30, 84.24, 2); +INSERT INTO `ingredient_info` VALUES (304, 31, 4.21, 2); +INSERT INTO `ingredient_info` VALUES (304, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 33, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (304, 34, 16.4, 2); +INSERT INTO `ingredient_info` VALUES (304, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 36, 50.54, 2); +INSERT INTO `ingredient_info` VALUES (304, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (304, 39, 55.61, 2); +INSERT INTO `ingredient_info` VALUES (304, 40, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (304, 41, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (304, 42, 0.00124, 2); +INSERT INTO `ingredient_info` VALUES (304, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 1, 0.8771, 2); +INSERT INTO `ingredient_info` VALUES (305, 2, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (305, 3, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (305, 4, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (305, 5, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (305, 6, 0.0633, 2); +INSERT INTO `ingredient_info` VALUES (305, 7, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (305, 8, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (305, 9, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (305, 10, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (305, 11, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (305, 12, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (305, 13, 5.54, 2); +INSERT INTO `ingredient_info` VALUES (305, 14, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (305, 15, 0.0107, 2); +INSERT INTO `ingredient_info` VALUES (305, 16, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (305, 17, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (305, 18, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (305, 19, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (305, 20, 0.00086, 2); +INSERT INTO `ingredient_info` VALUES (305, 21, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (305, 22, 0.01313, 2); +INSERT INTO `ingredient_info` VALUES (305, 23, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (305, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (305, 25, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (305, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 27, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (305, 28, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (305, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 30, 84.24, 2); +INSERT INTO `ingredient_info` VALUES (305, 31, 4.21, 2); +INSERT INTO `ingredient_info` VALUES (305, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 33, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (305, 34, 16.4, 2); +INSERT INTO `ingredient_info` VALUES (305, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 36, 50.54, 2); +INSERT INTO `ingredient_info` VALUES (305, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (305, 39, 55.61, 2); +INSERT INTO `ingredient_info` VALUES (305, 40, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (305, 41, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (305, 42, 0.00124, 2); +INSERT INTO `ingredient_info` VALUES (305, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 1, 0.7953, 2); +INSERT INTO `ingredient_info` VALUES (306, 2, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (306, 3, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (306, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (306, 5, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (306, 6, 0.1799, 2); +INSERT INTO `ingredient_info` VALUES (306, 7, 0.049, 2); +INSERT INTO `ingredient_info` VALUES (306, 8, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (306, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (306, 10, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (306, 11, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (306, 12, 0.71, 2); +INSERT INTO `ingredient_info` VALUES (306, 13, 3.75, 2); +INSERT INTO `ingredient_info` VALUES (306, 14, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (306, 15, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (306, 16, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (306, 17, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (306, 18, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (306, 19, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (306, 20, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (306, 21, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (306, 22, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (306, 23, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (306, 24, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (306, 25, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (306, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 27, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (306, 28, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (306, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 33, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (306, 34, 0.225, 2); +INSERT INTO `ingredient_info` VALUES (306, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (306, 40, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (306, 41, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (306, 42, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (306, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 1, 0.817, 2); +INSERT INTO `ingredient_info` VALUES (307, 2, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (307, 3, 0.0442, 2); +INSERT INTO `ingredient_info` VALUES (307, 4, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (307, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (307, 6, 0.1258, 2); +INSERT INTO `ingredient_info` VALUES (307, 7, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (307, 8, 0.0416, 2); +INSERT INTO `ingredient_info` VALUES (307, 9, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (307, 10, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (307, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (307, 12, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (307, 13, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (307, 14, 2.52, 2); +INSERT INTO `ingredient_info` VALUES (307, 15, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (307, 16, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (307, 17, 0.00303, 2); +INSERT INTO `ingredient_info` VALUES (307, 18, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (307, 19, 0.096, 2); +INSERT INTO `ingredient_info` VALUES (307, 20, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (307, 21, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (307, 22, 0.00732, 2); +INSERT INTO `ingredient_info` VALUES (307, 23, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (307, 24, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (307, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (307, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (307, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (307, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 30, 5.33, 2); +INSERT INTO `ingredient_info` VALUES (307, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (307, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (307, 34, 0.214, 2); +INSERT INTO `ingredient_info` VALUES (307, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 36, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (307, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (307, 39, 13.5, 2); +INSERT INTO `ingredient_info` VALUES (307, 40, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (307, 41, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (307, 42, 0.00163, 2); +INSERT INTO `ingredient_info` VALUES (307, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 1, 0.817, 2); +INSERT INTO `ingredient_info` VALUES (308, 2, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (308, 3, 0.0442, 2); +INSERT INTO `ingredient_info` VALUES (308, 4, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (308, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (308, 6, 0.1258, 2); +INSERT INTO `ingredient_info` VALUES (308, 7, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (308, 8, 0.0416, 2); +INSERT INTO `ingredient_info` VALUES (308, 9, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (308, 10, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (308, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (308, 12, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (308, 13, 1.73, 2); +INSERT INTO `ingredient_info` VALUES (308, 14, 2.52, 2); +INSERT INTO `ingredient_info` VALUES (308, 15, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (308, 16, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (308, 17, 0.00303, 2); +INSERT INTO `ingredient_info` VALUES (308, 18, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (308, 19, 0.096, 2); +INSERT INTO `ingredient_info` VALUES (308, 20, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (308, 21, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (308, 22, 0.00732, 2); +INSERT INTO `ingredient_info` VALUES (308, 23, 0.00128, 2); +INSERT INTO `ingredient_info` VALUES (308, 24, 0.00064, 2); +INSERT INTO `ingredient_info` VALUES (308, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (308, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (308, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (308, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 30, 5.33, 2); +INSERT INTO `ingredient_info` VALUES (308, 31, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (308, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (308, 34, 0.214, 2); +INSERT INTO `ingredient_info` VALUES (308, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 36, 3.2, 2); +INSERT INTO `ingredient_info` VALUES (308, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (308, 39, 13.5, 2); +INSERT INTO `ingredient_info` VALUES (308, 40, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (308, 41, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (308, 42, 0.00163, 2); +INSERT INTO `ingredient_info` VALUES (308, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (309, 1, 0.7993, 2); +INSERT INTO `ingredient_info` VALUES (309, 2, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (309, 3, 0.0521, 2); +INSERT INTO `ingredient_info` VALUES (309, 4, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (309, 5, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (309, 6, 0.1371, 2); +INSERT INTO `ingredient_info` VALUES (309, 7, 0.042, 2); +INSERT INTO `ingredient_info` VALUES (309, 8, 0.0538, 2); +INSERT INTO `ingredient_info` VALUES (309, 9, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (309, 10, 0.0153, 2); +INSERT INTO `ingredient_info` VALUES (309, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (309, 12, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (309, 13, 1.49, 2); +INSERT INTO `ingredient_info` VALUES (309, 14, 1.12, 2); +INSERT INTO `ingredient_info` VALUES (309, 15, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (309, 16, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (309, 17, 0.00338, 2); +INSERT INTO `ingredient_info` VALUES (309, 18, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (309, 19, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (309, 20, 0.00258, 2); +INSERT INTO `ingredient_info` VALUES (309, 21, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (309, 22, 0.01707, 2); +INSERT INTO `ingredient_info` VALUES (309, 23, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (309, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (309, 25, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (309, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (309, 27, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (309, 28, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (309, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (309, 30, 20.58, 2); +INSERT INTO `ingredient_info` VALUES (309, 31, 1.03, 2); +INSERT INTO `ingredient_info` VALUES (309, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (309, 33, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (309, 34, 0.235, 2); +INSERT INTO `ingredient_info` VALUES (309, 35, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (309, 36, 12.25, 2); +INSERT INTO `ingredient_info` VALUES (309, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (309, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (309, 39, 23.52, 2); +INSERT INTO `ingredient_info` VALUES (309, 40, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (309, 41, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (309, 42, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (309, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (310, 1, 0.735, 2); +INSERT INTO `ingredient_info` VALUES (310, 2, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (310, 3, 0.0432, 2); +INSERT INTO `ingredient_info` VALUES (310, 4, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (310, 5, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (310, 6, 0.1891, 2); +INSERT INTO `ingredient_info` VALUES (310, 7, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (310, 8, 0.1218, 2); +INSERT INTO `ingredient_info` VALUES (310, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (310, 10, 0.0298, 2); +INSERT INTO `ingredient_info` VALUES (310, 11, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (310, 12, 0.83, 2); +INSERT INTO `ingredient_info` VALUES (310, 13, 10.14, 2); +INSERT INTO `ingredient_info` VALUES (310, 14, 7.9, 2); +INSERT INTO `ingredient_info` VALUES (310, 15, 0.0063, 2); +INSERT INTO `ingredient_info` VALUES (310, 16, 0.00365, 2); +INSERT INTO `ingredient_info` VALUES (310, 17, 0.00302, 2); +INSERT INTO `ingredient_info` VALUES (310, 18, 0.053, 2); +INSERT INTO `ingredient_info` VALUES (310, 19, 0.219, 2); +INSERT INTO `ingredient_info` VALUES (310, 20, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (310, 21, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (310, 22, 0.03076, 2); +INSERT INTO `ingredient_info` VALUES (310, 23, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (310, 24, 0.00216, 2); +INSERT INTO `ingredient_info` VALUES (310, 25, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (310, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (310, 27, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (310, 28, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (310, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (310, 30, 15.25, 2); +INSERT INTO `ingredient_info` VALUES (310, 31, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (310, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (310, 33, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (310, 34, 0.114, 2); +INSERT INTO `ingredient_info` VALUES (310, 35, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (310, 36, 9.01, 2); +INSERT INTO `ingredient_info` VALUES (310, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (310, 38, 287.64, 2); +INSERT INTO `ingredient_info` VALUES (310, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (310, 40, 0.00107, 2); +INSERT INTO `ingredient_info` VALUES (310, 41, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (310, 42, 0.00224, 2); +INSERT INTO `ingredient_info` VALUES (310, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 1, 0.7958, 2); +INSERT INTO `ingredient_info` VALUES (311, 2, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (311, 3, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (311, 4, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (311, 5, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (311, 6, 0.1991, 2); +INSERT INTO `ingredient_info` VALUES (311, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (311, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (311, 10, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (311, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (311, 12, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (311, 13, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (311, 14, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (311, 15, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (311, 16, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (311, 17, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (311, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (311, 19, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (311, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (311, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (311, 22, 0.00188, 2); +INSERT INTO `ingredient_info` VALUES (311, 23, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (311, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (311, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (311, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (311, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (311, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 30, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (311, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (311, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (311, 40, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (311, 41, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (311, 42, 0.00054, 2); +INSERT INTO `ingredient_info` VALUES (311, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 1, 0.8815, 2); +INSERT INTO `ingredient_info` VALUES (312, 2, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (312, 3, 0.0217, 2); +INSERT INTO `ingredient_info` VALUES (312, 4, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (312, 5, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (312, 6, 0.0848, 2); +INSERT INTO `ingredient_info` VALUES (312, 7, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (312, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 9, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (312, 10, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (312, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (312, 12, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (312, 13, 1, 2); +INSERT INTO `ingredient_info` VALUES (312, 14, 2.6, 2); +INSERT INTO `ingredient_info` VALUES (312, 15, 0.0058, 2); +INSERT INTO `ingredient_info` VALUES (312, 16, 0.00103, 2); +INSERT INTO `ingredient_info` VALUES (312, 17, 0.00357, 2); +INSERT INTO `ingredient_info` VALUES (312, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (312, 19, 0.066, 2); +INSERT INTO `ingredient_info` VALUES (312, 20, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (312, 21, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (312, 22, 0.00581, 2); +INSERT INTO `ingredient_info` VALUES (312, 23, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (312, 24, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (312, 25, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (312, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 27, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (312, 28, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (312, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 30, 57.7, 2); +INSERT INTO `ingredient_info` VALUES (312, 31, 2.89, 2); +INSERT INTO `ingredient_info` VALUES (312, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (312, 40, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (312, 41, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (312, 42, 0.00129, 2); +INSERT INTO `ingredient_info` VALUES (312, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (313, 1, 0.9389, 2); +INSERT INTO `ingredient_info` VALUES (313, 2, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (313, 3, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (313, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (313, 5, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (313, 6, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (313, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (313, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (313, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (313, 10, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (313, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (313, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (313, 13, 1.75, 2); +INSERT INTO `ingredient_info` VALUES (313, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (313, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (313, 16, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (313, 17, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (313, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (313, 19, 0.804, 2); +INSERT INTO `ingredient_info` VALUES (313, 20, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (313, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (313, 22, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (313, 23, 0.00099, 2); +INSERT INTO `ingredient_info` VALUES (313, 24, 0.00224, 2); +INSERT INTO `ingredient_info` VALUES (313, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (313, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (313, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (313, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (313, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (313, 30, 3.7, 2); +INSERT INTO `ingredient_info` VALUES (313, 31, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (313, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (313, 33, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (313, 34, 0.074, 2); +INSERT INTO `ingredient_info` VALUES (313, 35, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (313, 36, 2.08, 2); +INSERT INTO `ingredient_info` VALUES (313, 37, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (313, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (313, 39, 3.41, 2); +INSERT INTO `ingredient_info` VALUES (313, 40, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (313, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (313, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (313, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (314, 1, 0.9389, 2); +INSERT INTO `ingredient_info` VALUES (314, 2, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (314, 3, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (314, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (314, 5, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (314, 6, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (314, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (314, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (314, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (314, 10, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (314, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (314, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (314, 13, 1.75, 2); +INSERT INTO `ingredient_info` VALUES (314, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (314, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (314, 16, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (314, 17, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (314, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (314, 19, 0.804, 2); +INSERT INTO `ingredient_info` VALUES (314, 20, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (314, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (314, 22, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (314, 23, 0.00099, 2); +INSERT INTO `ingredient_info` VALUES (314, 24, 0.00224, 2); +INSERT INTO `ingredient_info` VALUES (314, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (314, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (314, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (314, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (314, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (314, 30, 3.7, 2); +INSERT INTO `ingredient_info` VALUES (314, 31, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (314, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (314, 33, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (314, 34, 0.074, 2); +INSERT INTO `ingredient_info` VALUES (314, 35, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (314, 36, 2.08, 2); +INSERT INTO `ingredient_info` VALUES (314, 37, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (314, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (314, 39, 3.41, 2); +INSERT INTO `ingredient_info` VALUES (314, 40, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (314, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (314, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (314, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (315, 1, 0.9389, 2); +INSERT INTO `ingredient_info` VALUES (315, 2, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (315, 3, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (315, 4, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (315, 5, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (315, 6, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (315, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (315, 8, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (315, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (315, 10, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (315, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (315, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (315, 13, 1.75, 2); +INSERT INTO `ingredient_info` VALUES (315, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (315, 15, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (315, 16, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (315, 17, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (315, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (315, 19, 0.804, 2); +INSERT INTO `ingredient_info` VALUES (315, 20, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (315, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (315, 22, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (315, 23, 0.00099, 2); +INSERT INTO `ingredient_info` VALUES (315, 24, 0.00224, 2); +INSERT INTO `ingredient_info` VALUES (315, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (315, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (315, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (315, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (315, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (315, 30, 3.7, 2); +INSERT INTO `ingredient_info` VALUES (315, 31, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (315, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (315, 33, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (315, 34, 0.074, 2); +INSERT INTO `ingredient_info` VALUES (315, 35, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (315, 36, 2.08, 2); +INSERT INTO `ingredient_info` VALUES (315, 37, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (315, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (315, 39, 3.41, 2); +INSERT INTO `ingredient_info` VALUES (315, 40, 0.00058, 2); +INSERT INTO `ingredient_info` VALUES (315, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (315, 42, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (315, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 1, 0.7934, 2); +INSERT INTO `ingredient_info` VALUES (316, 2, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (316, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (316, 4, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (316, 5, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (316, 6, 0.1747, 2); +INSERT INTO `ingredient_info` VALUES (316, 7, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (316, 8, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (316, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (316, 10, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (316, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (316, 12, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (316, 13, 4.21, 2); +INSERT INTO `ingredient_info` VALUES (316, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (316, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (316, 16, 0.00108, 2); +INSERT INTO `ingredient_info` VALUES (316, 17, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (316, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (316, 19, 0.197, 2); +INSERT INTO `ingredient_info` VALUES (316, 20, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (316, 21, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (316, 22, 0.01054, 2); +INSERT INTO `ingredient_info` VALUES (316, 23, 0.00296, 2); +INSERT INTO `ingredient_info` VALUES (316, 24, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (316, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (316, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (316, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (316, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (316, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (316, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (316, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (316, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (316, 39, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (316, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (316, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (316, 42, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (316, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 1, 0.7934, 2); +INSERT INTO `ingredient_info` VALUES (317, 2, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (317, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (317, 4, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (317, 5, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (317, 6, 0.1747, 2); +INSERT INTO `ingredient_info` VALUES (317, 7, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (317, 8, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (317, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (317, 10, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (317, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (317, 12, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (317, 13, 4.21, 2); +INSERT INTO `ingredient_info` VALUES (317, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (317, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (317, 16, 0.00108, 2); +INSERT INTO `ingredient_info` VALUES (317, 17, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (317, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (317, 19, 0.197, 2); +INSERT INTO `ingredient_info` VALUES (317, 20, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (317, 21, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (317, 22, 0.01054, 2); +INSERT INTO `ingredient_info` VALUES (317, 23, 0.00296, 2); +INSERT INTO `ingredient_info` VALUES (317, 24, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (317, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (317, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (317, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (317, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (317, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (317, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (317, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (317, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (317, 39, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (317, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (317, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (317, 42, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (317, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 1, 0.7934, 2); +INSERT INTO `ingredient_info` VALUES (318, 2, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (318, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (318, 4, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (318, 5, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (318, 6, 0.1747, 2); +INSERT INTO `ingredient_info` VALUES (318, 7, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (318, 8, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (318, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (318, 10, 0.0078, 2); +INSERT INTO `ingredient_info` VALUES (318, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (318, 12, 0.57, 2); +INSERT INTO `ingredient_info` VALUES (318, 13, 4.21, 2); +INSERT INTO `ingredient_info` VALUES (318, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (318, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (318, 16, 0.00108, 2); +INSERT INTO `ingredient_info` VALUES (318, 17, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (318, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (318, 19, 0.197, 2); +INSERT INTO `ingredient_info` VALUES (318, 20, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (318, 21, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (318, 22, 0.01054, 2); +INSERT INTO `ingredient_info` VALUES (318, 23, 0.00296, 2); +INSERT INTO `ingredient_info` VALUES (318, 24, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (318, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (318, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (318, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (318, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (318, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (318, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (318, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (318, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (318, 39, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (318, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (318, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (318, 42, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (318, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 1, 0.8329, 2); +INSERT INTO `ingredient_info` VALUES (319, 2, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (319, 3, 0.0257, 2); +INSERT INTO `ingredient_info` VALUES (319, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (319, 5, 0.0161, 2); +INSERT INTO `ingredient_info` VALUES (319, 6, 0.1244, 2); +INSERT INTO `ingredient_info` VALUES (319, 7, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (319, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (319, 10, 0.0324, 2); +INSERT INTO `ingredient_info` VALUES (319, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (319, 12, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (319, 13, 4.13, 2); +INSERT INTO `ingredient_info` VALUES (319, 14, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (319, 15, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (319, 16, 0.00423, 2); +INSERT INTO `ingredient_info` VALUES (319, 17, 0.00602, 2); +INSERT INTO `ingredient_info` VALUES (319, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (319, 19, 0.114, 2); +INSERT INTO `ingredient_info` VALUES (319, 20, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (319, 21, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (319, 22, 0.01033, 2); +INSERT INTO `ingredient_info` VALUES (319, 23, 0.00302, 2); +INSERT INTO `ingredient_info` VALUES (319, 24, 0.00239, 2); +INSERT INTO `ingredient_info` VALUES (319, 25, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (319, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 27, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (319, 28, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (319, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (319, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (319, 41, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (319, 42, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (319, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 1, 0.6833, 2); +INSERT INTO `ingredient_info` VALUES (320, 2, 1, 2); +INSERT INTO `ingredient_info` VALUES (320, 3, 0.0174, 2); +INSERT INTO `ingredient_info` VALUES (320, 4, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (320, 5, 0.0366, 2); +INSERT INTO `ingredient_info` VALUES (320, 6, 0.2578, 2); +INSERT INTO `ingredient_info` VALUES (320, 7, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (320, 8, 0.2214, 2); +INSERT INTO `ingredient_info` VALUES (320, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (320, 10, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (320, 11, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (320, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (320, 13, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (320, 14, 11.1, 2); +INSERT INTO `ingredient_info` VALUES (320, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (320, 16, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (320, 17, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (320, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (320, 19, 0.151, 2); +INSERT INTO `ingredient_info` VALUES (320, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (320, 21, 0.00468, 2); +INSERT INTO `ingredient_info` VALUES (320, 22, 0.01501, 2); +INSERT INTO `ingredient_info` VALUES (320, 23, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (320, 24, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (320, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (320, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (320, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (320, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 30, 9.33, 2); +INSERT INTO `ingredient_info` VALUES (320, 31, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (320, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 33, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (320, 34, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (320, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 36, 5.6, 2); +INSERT INTO `ingredient_info` VALUES (320, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 38, 170.07, 2); +INSERT INTO `ingredient_info` VALUES (320, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (320, 40, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (320, 41, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (320, 42, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (320, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 1, 0.6833, 2); +INSERT INTO `ingredient_info` VALUES (321, 2, 1, 2); +INSERT INTO `ingredient_info` VALUES (321, 3, 0.0174, 2); +INSERT INTO `ingredient_info` VALUES (321, 4, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (321, 5, 0.0366, 2); +INSERT INTO `ingredient_info` VALUES (321, 6, 0.2578, 2); +INSERT INTO `ingredient_info` VALUES (321, 7, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (321, 8, 0.2214, 2); +INSERT INTO `ingredient_info` VALUES (321, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (321, 10, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (321, 11, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (321, 12, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (321, 13, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (321, 14, 11.1, 2); +INSERT INTO `ingredient_info` VALUES (321, 15, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (321, 16, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (321, 17, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (321, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (321, 19, 0.151, 2); +INSERT INTO `ingredient_info` VALUES (321, 20, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (321, 21, 0.00468, 2); +INSERT INTO `ingredient_info` VALUES (321, 22, 0.01501, 2); +INSERT INTO `ingredient_info` VALUES (321, 23, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (321, 24, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (321, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (321, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (321, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (321, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 30, 9.33, 2); +INSERT INTO `ingredient_info` VALUES (321, 31, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (321, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 33, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (321, 34, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (321, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 36, 5.6, 2); +INSERT INTO `ingredient_info` VALUES (321, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 38, 170.07, 2); +INSERT INTO `ingredient_info` VALUES (321, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (321, 40, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (321, 41, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (321, 42, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (321, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 1, 0.8428, 2); +INSERT INTO `ingredient_info` VALUES (322, 2, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (322, 3, 0.0141, 2); +INSERT INTO `ingredient_info` VALUES (322, 4, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (322, 5, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (322, 6, 0.1361, 2); +INSERT INTO `ingredient_info` VALUES (322, 7, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (322, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (322, 10, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (322, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (322, 12, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (322, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (322, 14, 2.19, 2); +INSERT INTO `ingredient_info` VALUES (322, 15, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (322, 16, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (322, 17, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (322, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (322, 19, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (322, 20, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (322, 21, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (322, 22, 0.00915, 2); +INSERT INTO `ingredient_info` VALUES (322, 23, 0.00354, 2); +INSERT INTO `ingredient_info` VALUES (322, 24, 0.00188, 2); +INSERT INTO `ingredient_info` VALUES (322, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (322, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (322, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (322, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (322, 40, 0.00054, 2); +INSERT INTO `ingredient_info` VALUES (322, 41, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (322, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (322, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 1, 0.8428, 2); +INSERT INTO `ingredient_info` VALUES (323, 2, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (323, 3, 0.0141, 2); +INSERT INTO `ingredient_info` VALUES (323, 4, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (323, 5, 0.0086, 2); +INSERT INTO `ingredient_info` VALUES (323, 6, 0.1361, 2); +INSERT INTO `ingredient_info` VALUES (323, 7, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (323, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (323, 10, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (323, 11, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (323, 12, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (323, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (323, 14, 2.19, 2); +INSERT INTO `ingredient_info` VALUES (323, 15, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (323, 16, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (323, 17, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (323, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (323, 19, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (323, 20, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (323, 21, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (323, 22, 0.00915, 2); +INSERT INTO `ingredient_info` VALUES (323, 23, 0.00354, 2); +INSERT INTO `ingredient_info` VALUES (323, 24, 0.00188, 2); +INSERT INTO `ingredient_info` VALUES (323, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (323, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (323, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (323, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (323, 40, 0.00054, 2); +INSERT INTO `ingredient_info` VALUES (323, 41, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (323, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (323, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (324, 1, 0.8124, 2); +INSERT INTO `ingredient_info` VALUES (324, 2, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (324, 3, 0.0179, 2); +INSERT INTO `ingredient_info` VALUES (324, 4, 0.0512, 2); +INSERT INTO `ingredient_info` VALUES (324, 5, 0.0104, 2); +INSERT INTO `ingredient_info` VALUES (324, 6, 0.1081, 2); +INSERT INTO `ingredient_info` VALUES (324, 7, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (324, 8, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (324, 9, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (324, 10, 0.0016, 2); +INSERT INTO `ingredient_info` VALUES (324, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (324, 12, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (324, 13, 1.62, 2); +INSERT INTO `ingredient_info` VALUES (324, 14, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (324, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (324, 16, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (324, 17, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (324, 18, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (324, 19, 0.101, 2); +INSERT INTO `ingredient_info` VALUES (324, 20, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (324, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (324, 22, 0.00766, 2); +INSERT INTO `ingredient_info` VALUES (324, 23, 0.00344, 2); +INSERT INTO `ingredient_info` VALUES (324, 24, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (324, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (324, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (324, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (324, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (324, 29, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (324, 30, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (324, 31, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (324, 32, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (324, 33, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (324, 34, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (324, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (324, 36, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (324, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (324, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (324, 39, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (324, 40, 0.02801, 2); +INSERT INTO `ingredient_info` VALUES (324, 41, 0.01154, 2); +INSERT INTO `ingredient_info` VALUES (324, 42, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (324, 43, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (325, 1, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (325, 2, 3.72, 2); +INSERT INTO `ingredient_info` VALUES (325, 3, 0.0822, 2); +INSERT INTO `ingredient_info` VALUES (325, 4, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (325, 5, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (325, 6, 0.8551, 2); +INSERT INTO `ingredient_info` VALUES (325, 7, 0.071, 2); +INSERT INTO `ingredient_info` VALUES (325, 8, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (325, 9, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (325, 10, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (325, 11, 0.98, 2); +INSERT INTO `ingredient_info` VALUES (325, 12, 2.45, 2); +INSERT INTO `ingredient_info` VALUES (325, 13, 7.03, 2); +INSERT INTO `ingredient_info` VALUES (325, 14, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (325, 15, 0.0091, 2); +INSERT INTO `ingredient_info` VALUES (325, 16, 0.00102, 2); +INSERT INTO `ingredient_info` VALUES (325, 17, 0.01121, 2); +INSERT INTO `ingredient_info` VALUES (325, 18, 0.271, 2); +INSERT INTO `ingredient_info` VALUES (325, 19, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (325, 20, 0.00453, 2); +INSERT INTO `ingredient_info` VALUES (325, 21, 0.00253, 2); +INSERT INTO `ingredient_info` VALUES (325, 22, 0.04765, 2); +INSERT INTO `ingredient_info` VALUES (325, 23, 0.00345, 2); +INSERT INTO `ingredient_info` VALUES (325, 24, 0.00861, 2); +INSERT INTO `ingredient_info` VALUES (325, 25, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (325, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (325, 27, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (325, 28, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (325, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (325, 30, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (325, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (325, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (325, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (325, 34, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (325, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (325, 36, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (325, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (325, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (325, 39, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (325, 40, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (325, 41, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (325, 42, 0.00238, 2); +INSERT INTO `ingredient_info` VALUES (325, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (326, 1, 0.9167, 2); +INSERT INTO `ingredient_info` VALUES (326, 2, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (326, 3, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (326, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (326, 5, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (326, 6, 0.0412, 2); +INSERT INTO `ingredient_info` VALUES (326, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (326, 8, 0.0351, 2); +INSERT INTO `ingredient_info` VALUES (326, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (326, 10, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (326, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (326, 12, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (326, 13, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (326, 14, 12.82, 2); +INSERT INTO `ingredient_info` VALUES (326, 15, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (326, 16, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (326, 17, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (326, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (326, 19, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (326, 20, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (326, 21, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (326, 22, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (326, 23, 0.00054, 2); +INSERT INTO `ingredient_info` VALUES (326, 24, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (326, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (326, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (326, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (326, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (326, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (326, 30, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (326, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (326, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (326, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (326, 34, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (326, 35, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (326, 36, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (326, 37, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (326, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (326, 39, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (326, 40, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (326, 41, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (326, 42, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (326, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (327, 1, 0.6526, 2); +INSERT INTO `ingredient_info` VALUES (327, 2, 1.17, 2); +INSERT INTO `ingredient_info` VALUES (327, 3, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (327, 4, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (327, 5, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (327, 6, 0.3181, 2); +INSERT INTO `ingredient_info` VALUES (327, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (327, 8, 0.0351, 2); +INSERT INTO `ingredient_info` VALUES (327, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (327, 10, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (327, 11, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (327, 12, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (327, 13, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (327, 14, 9.39, 2); +INSERT INTO `ingredient_info` VALUES (327, 15, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (327, 16, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (327, 17, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (327, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (327, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (327, 20, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (327, 21, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (327, 22, 0.00174, 2); +INSERT INTO `ingredient_info` VALUES (327, 23, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (327, 24, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (327, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (327, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (327, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (327, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (327, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (327, 30, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (327, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (327, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (327, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (327, 34, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (327, 35, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (327, 36, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (327, 37, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (327, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (327, 39, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (327, 40, 0.00067, 2); +INSERT INTO `ingredient_info` VALUES (327, 41, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (327, 42, 0.00106, 2); +INSERT INTO `ingredient_info` VALUES (327, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (328, 1, 0.931, 2); +INSERT INTO `ingredient_info` VALUES (328, 2, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (328, 3, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (328, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (328, 5, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (328, 6, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (328, 7, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (328, 8, 0.0287, 2); +INSERT INTO `ingredient_info` VALUES (328, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (328, 10, 0.0168, 2); +INSERT INTO `ingredient_info` VALUES (328, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (328, 12, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (328, 13, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (328, 14, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (328, 15, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (328, 16, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (328, 17, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (328, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (328, 19, 0.849, 2); +INSERT INTO `ingredient_info` VALUES (328, 20, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (328, 21, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (328, 22, 0.00615, 2); +INSERT INTO `ingredient_info` VALUES (328, 23, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (328, 24, 0.00215, 2); +INSERT INTO `ingredient_info` VALUES (328, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (328, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (328, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (328, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (328, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (328, 30, 26.55, 2); +INSERT INTO `ingredient_info` VALUES (328, 31, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (328, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (328, 33, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (328, 34, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (328, 35, 2.38, 2); +INSERT INTO `ingredient_info` VALUES (328, 36, 14.74, 2); +INSERT INTO `ingredient_info` VALUES (328, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (328, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (328, 39, 4.08, 2); +INSERT INTO `ingredient_info` VALUES (328, 40, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (328, 41, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (328, 42, 0.00161, 2); +INSERT INTO `ingredient_info` VALUES (328, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (329, 1, 0.931, 2); +INSERT INTO `ingredient_info` VALUES (329, 2, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (329, 3, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (329, 4, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (329, 5, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (329, 6, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (329, 7, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (329, 8, 0.0287, 2); +INSERT INTO `ingredient_info` VALUES (329, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (329, 10, 0.0168, 2); +INSERT INTO `ingredient_info` VALUES (329, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (329, 12, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (329, 13, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (329, 14, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (329, 15, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (329, 16, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (329, 17, 0.00092, 2); +INSERT INTO `ingredient_info` VALUES (329, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (329, 19, 0.849, 2); +INSERT INTO `ingredient_info` VALUES (329, 20, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (329, 21, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (329, 22, 0.00615, 2); +INSERT INTO `ingredient_info` VALUES (329, 23, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (329, 24, 0.00215, 2); +INSERT INTO `ingredient_info` VALUES (329, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (329, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (329, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (329, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (329, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (329, 30, 26.55, 2); +INSERT INTO `ingredient_info` VALUES (329, 31, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (329, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (329, 33, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (329, 34, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (329, 35, 2.38, 2); +INSERT INTO `ingredient_info` VALUES (329, 36, 14.74, 2); +INSERT INTO `ingredient_info` VALUES (329, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (329, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (329, 39, 4.08, 2); +INSERT INTO `ingredient_info` VALUES (329, 40, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (329, 41, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (329, 42, 0.00161, 2); +INSERT INTO `ingredient_info` VALUES (329, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 1, 0.6207, 2); +INSERT INTO `ingredient_info` VALUES (330, 2, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (330, 3, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (330, 4, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (330, 5, 0.0203, 2); +INSERT INTO `ingredient_info` VALUES (330, 6, 0.3505, 2); +INSERT INTO `ingredient_info` VALUES (330, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (330, 8, 0.0351, 2); +INSERT INTO `ingredient_info` VALUES (330, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (330, 10, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (330, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (330, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (330, 13, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (330, 14, 8.11, 2); +INSERT INTO `ingredient_info` VALUES (330, 15, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (330, 16, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (330, 17, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (330, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 19, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (330, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 21, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (330, 22, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (330, 23, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (330, 24, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (330, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (330, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (330, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (330, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 30, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (330, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (330, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (330, 34, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (330, 35, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (330, 36, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (330, 37, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (330, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (330, 39, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (330, 40, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (330, 41, 0.00209, 2); +INSERT INTO `ingredient_info` VALUES (330, 42, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (330, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 1, 0.6207, 2); +INSERT INTO `ingredient_info` VALUES (331, 2, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (331, 3, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (331, 4, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (331, 5, 0.0203, 2); +INSERT INTO `ingredient_info` VALUES (331, 6, 0.3505, 2); +INSERT INTO `ingredient_info` VALUES (331, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (331, 8, 0.0351, 2); +INSERT INTO `ingredient_info` VALUES (331, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (331, 10, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (331, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (331, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (331, 13, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (331, 14, 8.11, 2); +INSERT INTO `ingredient_info` VALUES (331, 15, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (331, 16, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (331, 17, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (331, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 19, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (331, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 21, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (331, 22, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (331, 23, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (331, 24, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (331, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (331, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (331, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (331, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 30, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (331, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (331, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (331, 34, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (331, 35, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (331, 36, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (331, 37, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (331, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (331, 39, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (331, 40, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (331, 41, 0.00209, 2); +INSERT INTO `ingredient_info` VALUES (331, 42, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (331, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 1, 0.6207, 2); +INSERT INTO `ingredient_info` VALUES (332, 2, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (332, 3, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (332, 4, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (332, 5, 0.0203, 2); +INSERT INTO `ingredient_info` VALUES (332, 6, 0.3505, 2); +INSERT INTO `ingredient_info` VALUES (332, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (332, 8, 0.0351, 2); +INSERT INTO `ingredient_info` VALUES (332, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (332, 10, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (332, 11, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (332, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (332, 13, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (332, 14, 8.11, 2); +INSERT INTO `ingredient_info` VALUES (332, 15, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (332, 16, 0.00085, 2); +INSERT INTO `ingredient_info` VALUES (332, 17, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (332, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 19, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (332, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 21, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (332, 22, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (332, 23, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (332, 24, 0.00015, 2); +INSERT INTO `ingredient_info` VALUES (332, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (332, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (332, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (332, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 30, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (332, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (332, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (332, 34, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (332, 35, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (332, 36, 0.78, 2); +INSERT INTO `ingredient_info` VALUES (332, 37, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (332, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (332, 39, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (332, 40, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (332, 41, 0.00209, 2); +INSERT INTO `ingredient_info` VALUES (332, 42, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (332, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 1, 0.9273, 2); +INSERT INTO `ingredient_info` VALUES (333, 2, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (333, 3, 0.0271, 2); +INSERT INTO `ingredient_info` VALUES (333, 4, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (333, 5, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (333, 6, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (333, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (333, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 9, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (333, 10, 0.0079, 2); +INSERT INTO `ingredient_info` VALUES (333, 11, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (333, 12, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (333, 13, 4.59, 2); +INSERT INTO `ingredient_info` VALUES (333, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (333, 15, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (333, 16, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (333, 17, 0.00196, 2); +INSERT INTO `ingredient_info` VALUES (333, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (333, 19, 0.341, 2); +INSERT INTO `ingredient_info` VALUES (333, 20, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (333, 21, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (333, 22, 0.00705, 2); +INSERT INTO `ingredient_info` VALUES (333, 23, 0.00367, 2); +INSERT INTO `ingredient_info` VALUES (333, 24, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (333, 25, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (333, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 27, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (333, 28, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (333, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (333, 40, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (333, 41, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (333, 42, 0.00169, 2); +INSERT INTO `ingredient_info` VALUES (333, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (334, 1, 0.916, 2); +INSERT INTO `ingredient_info` VALUES (334, 2, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (334, 3, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (334, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (334, 5, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (334, 6, 0.065, 2); +INSERT INTO `ingredient_info` VALUES (334, 7, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (334, 8, 0.0136, 2); +INSERT INTO `ingredient_info` VALUES (334, 9, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (334, 10, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (334, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (334, 12, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (334, 13, 3.4, 2); +INSERT INTO `ingredient_info` VALUES (334, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (334, 15, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (334, 16, 0.00127, 2); +INSERT INTO `ingredient_info` VALUES (334, 17, 0.00125, 2); +INSERT INTO `ingredient_info` VALUES (334, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (334, 19, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (334, 20, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (334, 21, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (334, 22, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (334, 23, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (334, 24, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (334, 25, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (334, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (334, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (334, 28, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (334, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (334, 30, 73.84, 2); +INSERT INTO `ingredient_info` VALUES (334, 31, 3.69, 2); +INSERT INTO `ingredient_info` VALUES (334, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (334, 33, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (334, 34, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (334, 35, 5.15, 2); +INSERT INTO `ingredient_info` VALUES (334, 36, 31, 2); +INSERT INTO `ingredient_info` VALUES (334, 37, 21.45, 2); +INSERT INTO `ingredient_info` VALUES (334, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (334, 39, 15, 2); +INSERT INTO `ingredient_info` VALUES (334, 40, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (334, 41, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (334, 42, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (334, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (335, 1, 0.9169, 2); +INSERT INTO `ingredient_info` VALUES (335, 2, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (335, 3, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (335, 4, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (335, 5, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (335, 6, 0.0591, 2); +INSERT INTO `ingredient_info` VALUES (335, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (335, 8, 0.0346, 2); +INSERT INTO `ingredient_info` VALUES (335, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (335, 10, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (335, 11, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (335, 12, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (335, 13, 2.15, 2); +INSERT INTO `ingredient_info` VALUES (335, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (335, 15, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (335, 16, 0.00133, 2); +INSERT INTO `ingredient_info` VALUES (335, 17, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (335, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (335, 19, 0.443, 2); +INSERT INTO `ingredient_info` VALUES (335, 20, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (335, 21, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (335, 22, 0.01117, 2); +INSERT INTO `ingredient_info` VALUES (335, 23, 0.00228, 2); +INSERT INTO `ingredient_info` VALUES (335, 24, 0.00508, 2); +INSERT INTO `ingredient_info` VALUES (335, 25, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (335, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (335, 27, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (335, 28, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (335, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (335, 30, 7.99, 2); +INSERT INTO `ingredient_info` VALUES (335, 31, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (335, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (335, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (335, 34, 0.097, 2); +INSERT INTO `ingredient_info` VALUES (335, 35, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (335, 36, 4.55, 2); +INSERT INTO `ingredient_info` VALUES (335, 37, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (335, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (335, 39, 4.92, 2); +INSERT INTO `ingredient_info` VALUES (335, 40, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (335, 41, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (335, 42, 0.00319, 2); +INSERT INTO `ingredient_info` VALUES (335, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 1, 0.9325, 2); +INSERT INTO `ingredient_info` VALUES (336, 2, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (336, 3, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (336, 4, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (336, 5, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (336, 6, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (336, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (336, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (336, 10, 0.0133, 2); +INSERT INTO `ingredient_info` VALUES (336, 11, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (336, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (336, 13, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (336, 14, 3.97, 2); +INSERT INTO `ingredient_info` VALUES (336, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (336, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (336, 19, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (336, 20, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (336, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (336, 22, 0.00627, 2); +INSERT INTO `ingredient_info` VALUES (336, 23, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (336, 24, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (336, 25, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (336, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 27, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (336, 28, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (336, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 30, 1.26, 2); +INSERT INTO `ingredient_info` VALUES (336, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (336, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (336, 40, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (336, 41, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (336, 42, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (336, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 1, 0.9325, 2); +INSERT INTO `ingredient_info` VALUES (337, 2, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (337, 3, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (337, 4, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (337, 5, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (337, 6, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (337, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (337, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 9, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (337, 10, 0.0133, 2); +INSERT INTO `ingredient_info` VALUES (337, 11, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (337, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (337, 13, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (337, 14, 3.97, 2); +INSERT INTO `ingredient_info` VALUES (337, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (337, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (337, 19, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (337, 20, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (337, 21, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (337, 22, 0.00627, 2); +INSERT INTO `ingredient_info` VALUES (337, 23, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (337, 24, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (337, 25, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (337, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 27, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (337, 28, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (337, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 30, 1.26, 2); +INSERT INTO `ingredient_info` VALUES (337, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (337, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (337, 40, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (337, 41, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (337, 42, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (337, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 1, 0.9527, 2); +INSERT INTO `ingredient_info` VALUES (338, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (338, 3, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (338, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (338, 5, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (338, 6, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (338, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (338, 8, 0.0212, 2); +INSERT INTO `ingredient_info` VALUES (338, 9, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (338, 10, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (338, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (338, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (338, 13, 2.33, 2); +INSERT INTO `ingredient_info` VALUES (338, 14, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (338, 15, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (338, 16, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (338, 17, 0.00069, 2); +INSERT INTO `ingredient_info` VALUES (338, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (338, 19, 0.148, 2); +INSERT INTO `ingredient_info` VALUES (338, 20, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (338, 21, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (338, 22, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (338, 23, 0.00165, 2); +INSERT INTO `ingredient_info` VALUES (338, 24, 0.00071, 2); +INSERT INTO `ingredient_info` VALUES (338, 25, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (338, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (338, 28, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (338, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 30, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (338, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 34, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (338, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 36, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (338, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (338, 39, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (338, 40, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (338, 41, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (338, 42, 0.00045, 2); +INSERT INTO `ingredient_info` VALUES (338, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 1, 0.914, 2); +INSERT INTO `ingredient_info` VALUES (339, 2, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (339, 3, 0.0286, 2); +INSERT INTO `ingredient_info` VALUES (339, 4, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (339, 5, 0.0172, 2); +INSERT INTO `ingredient_info` VALUES (339, 6, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (339, 7, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (339, 8, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (339, 9, 0.99, 2); +INSERT INTO `ingredient_info` VALUES (339, 10, 0.0271, 2); +INSERT INTO `ingredient_info` VALUES (339, 11, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (339, 12, 0.49, 2); +INSERT INTO `ingredient_info` VALUES (339, 13, 5.58, 2); +INSERT INTO `ingredient_info` VALUES (339, 14, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (339, 15, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (339, 16, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (339, 17, 0.00897, 2); +INSERT INTO `ingredient_info` VALUES (339, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (339, 19, 0.281, 2); +INSERT INTO `ingredient_info` VALUES (339, 20, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (339, 21, 0.00189, 2); +INSERT INTO `ingredient_info` VALUES (339, 22, 0.00724, 2); +INSERT INTO `ingredient_info` VALUES (339, 23, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (339, 24, 0.00195, 2); +INSERT INTO `ingredient_info` VALUES (339, 25, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (339, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 27, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (339, 28, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (339, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 30, 93.77, 2); +INSERT INTO `ingredient_info` VALUES (339, 31, 4.69, 2); +INSERT INTO `ingredient_info` VALUES (339, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 33, 0.0203, 2); +INSERT INTO `ingredient_info` VALUES (339, 34, 4.829, 2); +INSERT INTO `ingredient_info` VALUES (339, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 36, 56.26, 2); +INSERT INTO `ingredient_info` VALUES (339, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (339, 39, 121.98, 2); +INSERT INTO `ingredient_info` VALUES (339, 40, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (339, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (339, 42, 0.00165, 2); +INSERT INTO `ingredient_info` VALUES (339, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 1, 0.914, 2); +INSERT INTO `ingredient_info` VALUES (340, 2, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (340, 3, 0.0286, 2); +INSERT INTO `ingredient_info` VALUES (340, 4, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (340, 5, 0.0172, 2); +INSERT INTO `ingredient_info` VALUES (340, 6, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (340, 7, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (340, 8, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (340, 9, 0.99, 2); +INSERT INTO `ingredient_info` VALUES (340, 10, 0.0271, 2); +INSERT INTO `ingredient_info` VALUES (340, 11, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (340, 12, 0.49, 2); +INSERT INTO `ingredient_info` VALUES (340, 13, 5.58, 2); +INSERT INTO `ingredient_info` VALUES (340, 14, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (340, 15, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (340, 16, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (340, 17, 0.00897, 2); +INSERT INTO `ingredient_info` VALUES (340, 18, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (340, 19, 0.281, 2); +INSERT INTO `ingredient_info` VALUES (340, 20, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (340, 21, 0.00189, 2); +INSERT INTO `ingredient_info` VALUES (340, 22, 0.00724, 2); +INSERT INTO `ingredient_info` VALUES (340, 23, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (340, 24, 0.00195, 2); +INSERT INTO `ingredient_info` VALUES (340, 25, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (340, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 27, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (340, 28, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (340, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 30, 93.77, 2); +INSERT INTO `ingredient_info` VALUES (340, 31, 4.69, 2); +INSERT INTO `ingredient_info` VALUES (340, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 33, 0.0203, 2); +INSERT INTO `ingredient_info` VALUES (340, 34, 4.829, 2); +INSERT INTO `ingredient_info` VALUES (340, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 36, 56.26, 2); +INSERT INTO `ingredient_info` VALUES (340, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (340, 39, 121.98, 2); +INSERT INTO `ingredient_info` VALUES (340, 40, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (340, 41, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (340, 42, 0.00165, 2); +INSERT INTO `ingredient_info` VALUES (340, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 1, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (9, 2, 5.78, 2); +INSERT INTO `ingredient_info` VALUES (9, 3, 0.2126, 2); +INSERT INTO `ingredient_info` VALUES (9, 4, 0.5064, 2); +INSERT INTO `ingredient_info` VALUES (9, 5, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (9, 6, 0.1974, 2); +INSERT INTO `ingredient_info` VALUES (9, 7, 0.118, 2); +INSERT INTO `ingredient_info` VALUES (9, 8, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (9, 9, 2.48, 2); +INSERT INTO `ingredient_info` VALUES (9, 10, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (9, 11, 2.75, 2); +INSERT INTO `ingredient_info` VALUES (9, 12, 4.74, 2); +INSERT INTO `ingredient_info` VALUES (9, 13, 7.28, 2); +INSERT INTO `ingredient_info` VALUES (9, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (9, 15, 0.0336, 2); +INSERT INTO `ingredient_info` VALUES (9, 16, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (9, 17, 0.02535, 2); +INSERT INTO `ingredient_info` VALUES (9, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (9, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 20, 0.00241, 2); +INSERT INTO `ingredient_info` VALUES (9, 21, 0.00811, 2); +INSERT INTO `ingredient_info` VALUES (9, 22, 0.03925, 2); +INSERT INTO `ingredient_info` VALUES (9, 23, 0.00349, 2); +INSERT INTO `ingredient_info` VALUES (9, 24, 0.00131, 2); +INSERT INTO `ingredient_info` VALUES (9, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (9, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (9, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (9, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 30, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (9, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 33, 0.2587, 2); +INSERT INTO `ingredient_info` VALUES (9, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (9, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (9, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (9, 40, 0.03881, 2); +INSERT INTO `ingredient_info` VALUES (9, 41, 0.32155, 2); +INSERT INTO `ingredient_info` VALUES (9, 42, 0.12214, 2); +INSERT INTO `ingredient_info` VALUES (9, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 1, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (341, 2, 5.78, 2); +INSERT INTO `ingredient_info` VALUES (341, 3, 0.2126, 2); +INSERT INTO `ingredient_info` VALUES (341, 4, 0.5064, 2); +INSERT INTO `ingredient_info` VALUES (341, 5, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (341, 6, 0.1974, 2); +INSERT INTO `ingredient_info` VALUES (341, 7, 0.118, 2); +INSERT INTO `ingredient_info` VALUES (341, 8, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (341, 9, 2.48, 2); +INSERT INTO `ingredient_info` VALUES (341, 10, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (341, 11, 2.75, 2); +INSERT INTO `ingredient_info` VALUES (341, 12, 4.74, 2); +INSERT INTO `ingredient_info` VALUES (341, 13, 7.28, 2); +INSERT INTO `ingredient_info` VALUES (341, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (341, 15, 0.0336, 2); +INSERT INTO `ingredient_info` VALUES (341, 16, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (341, 17, 0.02535, 2); +INSERT INTO `ingredient_info` VALUES (341, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (341, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 20, 0.00241, 2); +INSERT INTO `ingredient_info` VALUES (341, 21, 0.00811, 2); +INSERT INTO `ingredient_info` VALUES (341, 22, 0.03925, 2); +INSERT INTO `ingredient_info` VALUES (341, 23, 0.00349, 2); +INSERT INTO `ingredient_info` VALUES (341, 24, 0.00131, 2); +INSERT INTO `ingredient_info` VALUES (341, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (341, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (341, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (341, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 30, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (341, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 33, 0.2587, 2); +INSERT INTO `ingredient_info` VALUES (341, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (341, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (341, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (341, 40, 0.03881, 2); +INSERT INTO `ingredient_info` VALUES (341, 41, 0.32155, 2); +INSERT INTO `ingredient_info` VALUES (341, 42, 0.12214, 2); +INSERT INTO `ingredient_info` VALUES (341, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 1, 0.0525, 2); +INSERT INTO `ingredient_info` VALUES (342, 2, 5.78, 2); +INSERT INTO `ingredient_info` VALUES (342, 3, 0.2126, 2); +INSERT INTO `ingredient_info` VALUES (342, 4, 0.5064, 2); +INSERT INTO `ingredient_info` VALUES (342, 5, 0.0311, 2); +INSERT INTO `ingredient_info` VALUES (342, 6, 0.1974, 2); +INSERT INTO `ingredient_info` VALUES (342, 7, 0.118, 2); +INSERT INTO `ingredient_info` VALUES (342, 8, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (342, 9, 2.48, 2); +INSERT INTO `ingredient_info` VALUES (342, 10, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (342, 11, 2.75, 2); +INSERT INTO `ingredient_info` VALUES (342, 12, 4.74, 2); +INSERT INTO `ingredient_info` VALUES (342, 13, 7.28, 2); +INSERT INTO `ingredient_info` VALUES (342, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (342, 15, 0.0336, 2); +INSERT INTO `ingredient_info` VALUES (342, 16, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (342, 17, 0.02535, 2); +INSERT INTO `ingredient_info` VALUES (342, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (342, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 20, 0.00241, 2); +INSERT INTO `ingredient_info` VALUES (342, 21, 0.00811, 2); +INSERT INTO `ingredient_info` VALUES (342, 22, 0.03925, 2); +INSERT INTO `ingredient_info` VALUES (342, 23, 0.00349, 2); +INSERT INTO `ingredient_info` VALUES (342, 24, 0.00131, 2); +INSERT INTO `ingredient_info` VALUES (342, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (342, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (342, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (342, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 30, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (342, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 33, 0.2587, 2); +INSERT INTO `ingredient_info` VALUES (342, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 36, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (342, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (342, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (342, 40, 0.03881, 2); +INSERT INTO `ingredient_info` VALUES (342, 41, 0.32155, 2); +INSERT INTO `ingredient_info` VALUES (342, 42, 0.12214, 2); +INSERT INTO `ingredient_info` VALUES (342, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 1, 0.1408, 2); +INSERT INTO `ingredient_info` VALUES (343, 2, 4.58, 2); +INSERT INTO `ingredient_info` VALUES (343, 3, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (343, 4, 0.2774, 2); +INSERT INTO `ingredient_info` VALUES (343, 5, 0.0137, 2); +INSERT INTO `ingredient_info` VALUES (343, 6, 0.4781, 2); +INSERT INTO `ingredient_info` VALUES (343, 7, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (343, 8, 0.3625, 2); +INSERT INTO `ingredient_info` VALUES (343, 9, 1.72, 2); +INSERT INTO `ingredient_info` VALUES (343, 10, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (343, 11, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (343, 12, 2.58, 2); +INSERT INTO `ingredient_info` VALUES (343, 13, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (343, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (343, 15, 0.0148, 2); +INSERT INTO `ingredient_info` VALUES (343, 16, 0.00454, 2); +INSERT INTO `ingredient_info` VALUES (343, 17, 0.00856, 2); +INSERT INTO `ingredient_info` VALUES (343, 18, 0.042, 2); +INSERT INTO `ingredient_info` VALUES (343, 19, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (343, 20, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (343, 21, 0.00414, 2); +INSERT INTO `ingredient_info` VALUES (343, 22, 0.01422, 2); +INSERT INTO `ingredient_info` VALUES (343, 23, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (343, 24, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (343, 25, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (343, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 27, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (343, 28, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (343, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 33, 0.1354, 2); +INSERT INTO `ingredient_info` VALUES (343, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (343, 39, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (343, 40, 0.02629, 2); +INSERT INTO `ingredient_info` VALUES (343, 41, 0.18012, 2); +INSERT INTO `ingredient_info` VALUES (343, 42, 0.05821, 2); +INSERT INTO `ingredient_info` VALUES (343, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 1, 0.5747, 2); +INSERT INTO `ingredient_info` VALUES (344, 2, 2.69, 2); +INSERT INTO `ingredient_info` VALUES (344, 3, 0.2311, 2); +INSERT INTO `ingredient_info` VALUES (344, 4, 0.1886, 2); +INSERT INTO `ingredient_info` VALUES (344, 5, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (344, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 9, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (344, 10, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (344, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (344, 12, 1.97, 2); +INSERT INTO `ingredient_info` VALUES (344, 13, 3.32, 2); +INSERT INTO `ingredient_info` VALUES (344, 14, 0.67, 2); +INSERT INTO `ingredient_info` VALUES (344, 15, 0.0396, 2); +INSERT INTO `ingredient_info` VALUES (344, 16, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (344, 17, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (344, 18, 0.343, 2); +INSERT INTO `ingredient_info` VALUES (344, 19, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (344, 20, 0.00638, 2); +INSERT INTO `ingredient_info` VALUES (344, 21, 0.00355, 2); +INSERT INTO `ingredient_info` VALUES (344, 22, 0.04061, 2); +INSERT INTO `ingredient_info` VALUES (344, 23, 0.00665, 2); +INSERT INTO `ingredient_info` VALUES (344, 24, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (344, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (344, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (344, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (344, 29, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (344, 30, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (344, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (344, 32, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (344, 33, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (344, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (344, 40, 0.0697, 2); +INSERT INTO `ingredient_info` VALUES (344, 41, 0.0827, 2); +INSERT INTO `ingredient_info` VALUES (344, 42, 0.0176, 2); +INSERT INTO `ingredient_info` VALUES (344, 43, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (26, 1, 0.9464, 2); +INSERT INTO `ingredient_info` VALUES (26, 2, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (26, 3, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (26, 4, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (26, 5, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (26, 6, 0.0335, 2); +INSERT INTO `ingredient_info` VALUES (26, 7, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (26, 8, 0.0173, 2); +INSERT INTO `ingredient_info` VALUES (26, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (26, 10, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (26, 11, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (26, 12, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (26, 13, 2.62, 2); +INSERT INTO `ingredient_info` VALUES (26, 14, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (26, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (26, 16, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (26, 17, 0.00175, 2); +INSERT INTO `ingredient_info` VALUES (26, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (26, 19, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (26, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (26, 21, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (26, 22, 0.00487, 2); +INSERT INTO `ingredient_info` VALUES (26, 23, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (26, 24, 0.00218, 2); +INSERT INTO `ingredient_info` VALUES (26, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (26, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (26, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (26, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (26, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (26, 30, 2, 2); +INSERT INTO `ingredient_info` VALUES (26, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (26, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (26, 33, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (26, 34, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (26, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (26, 36, 1.2, 2); +INSERT INTO `ingredient_info` VALUES (26, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (26, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (26, 39, 21.25, 2); +INSERT INTO `ingredient_info` VALUES (26, 40, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (26, 41, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (26, 42, 0.00076, 2); +INSERT INTO `ingredient_info` VALUES (26, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 1, 0.4699, 2); +INSERT INTO `ingredient_info` VALUES (345, 2, 3.54, 2); +INSERT INTO `ingredient_info` VALUES (345, 3, 0.0333, 2); +INSERT INTO `ingredient_info` VALUES (345, 4, 0.3349, 2); +INSERT INTO `ingredient_info` VALUES (345, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (345, 6, 0.1523, 2); +INSERT INTO `ingredient_info` VALUES (345, 7, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (345, 8, 0.0623, 2); +INSERT INTO `ingredient_info` VALUES (345, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (345, 10, 0.0243, 2); +INSERT INTO `ingredient_info` VALUES (345, 11, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (345, 12, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (345, 13, 3.56, 2); +INSERT INTO `ingredient_info` VALUES (345, 14, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (345, 15, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (345, 16, 0.00435, 2); +INSERT INTO `ingredient_info` VALUES (345, 17, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (345, 18, 0.101, 2); +INSERT INTO `ingredient_info` VALUES (345, 19, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (345, 20, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (345, 21, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (345, 22, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (345, 23, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (345, 24, 0.00054, 2); +INSERT INTO `ingredient_info` VALUES (345, 25, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (345, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 27, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (345, 28, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (345, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 33, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (345, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (345, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (345, 40, 0.29698, 2); +INSERT INTO `ingredient_info` VALUES (345, 41, 0.01425, 2); +INSERT INTO `ingredient_info` VALUES (345, 42, 0.00366, 2); +INSERT INTO `ingredient_info` VALUES (345, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 1, 0.7288, 2); +INSERT INTO `ingredient_info` VALUES (346, 2, 1.97, 2); +INSERT INTO `ingredient_info` VALUES (346, 3, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (346, 4, 0.2133, 2); +INSERT INTO `ingredient_info` VALUES (346, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (346, 6, 0.0281, 2); +INSERT INTO `ingredient_info` VALUES (346, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (346, 10, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (346, 11, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (346, 12, 0.96, 2); +INSERT INTO `ingredient_info` VALUES (346, 13, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (346, 14, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (346, 15, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (346, 16, 0.00223, 2); +INSERT INTO `ingredient_info` VALUES (346, 17, 0.00768, 2); +INSERT INTO `ingredient_info` VALUES (346, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 19, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (346, 20, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (346, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 22, 0.00637, 2); +INSERT INTO `ingredient_info` VALUES (346, 23, 0.00153, 2); +INSERT INTO `ingredient_info` VALUES (346, 24, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (346, 25, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (346, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 27, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (346, 28, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (346, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (346, 40, 0.18915, 2); +INSERT INTO `ingredient_info` VALUES (346, 41, 0.00907, 2); +INSERT INTO `ingredient_info` VALUES (346, 42, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (346, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 1, 0.0531, 2); +INSERT INTO `ingredient_info` VALUES (347, 2, 6.28, 2); +INSERT INTO `ingredient_info` VALUES (347, 3, 0.1495, 2); +INSERT INTO `ingredient_info` VALUES (347, 4, 0.6075, 2); +INSERT INTO `ingredient_info` VALUES (347, 5, 0.0229, 2); +INSERT INTO `ingredient_info` VALUES (347, 6, 0.167, 2); +INSERT INTO `ingredient_info` VALUES (347, 7, 0.097, 2); +INSERT INTO `ingredient_info` VALUES (347, 8, 0.0434, 2); +INSERT INTO `ingredient_info` VALUES (347, 9, 1.14, 2); +INSERT INTO `ingredient_info` VALUES (347, 10, 0.047, 2); +INSERT INTO `ingredient_info` VALUES (347, 11, 1.63, 2); +INSERT INTO `ingredient_info` VALUES (347, 12, 2.9, 2); +INSERT INTO `ingredient_info` VALUES (347, 13, 6.8, 2); +INSERT INTO `ingredient_info` VALUES (347, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 15, 0.0245, 2); +INSERT INTO `ingredient_info` VALUES (347, 16, 0.01725, 2); +INSERT INTO `ingredient_info` VALUES (347, 17, 0.06175, 2); +INSERT INTO `ingredient_info` VALUES (347, 18, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (347, 19, 0.063, 2); +INSERT INTO `ingredient_info` VALUES (347, 20, 0.00643, 2); +INSERT INTO `ingredient_info` VALUES (347, 21, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (347, 22, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (347, 23, 0.00918, 2); +INSERT INTO `ingredient_info` VALUES (347, 24, 0.00563, 2); +INSERT INTO `ingredient_info` VALUES (347, 25, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (347, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 27, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (347, 28, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (347, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (347, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (347, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 33, 0.1503, 2); +INSERT INTO `ingredient_info` VALUES (347, 34, 0.142, 2); +INSERT INTO `ingredient_info` VALUES (347, 35, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (347, 36, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (347, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (347, 39, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (347, 40, 0.04464, 2); +INSERT INTO `ingredient_info` VALUES (347, 41, 0.45652, 2); +INSERT INTO `ingredient_info` VALUES (347, 42, 0.0792, 2); +INSERT INTO `ingredient_info` VALUES (347, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 1, 0.0352, 2); +INSERT INTO `ingredient_info` VALUES (348, 2, 6.91, 2); +INSERT INTO `ingredient_info` VALUES (348, 3, 0.0917, 2); +INSERT INTO `ingredient_info` VALUES (348, 4, 0.7197, 2); +INSERT INTO `ingredient_info` VALUES (348, 5, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (348, 6, 0.1386, 2); +INSERT INTO `ingredient_info` VALUES (348, 7, 0.096, 2); +INSERT INTO `ingredient_info` VALUES (348, 8, 0.0397, 2); +INSERT INTO `ingredient_info` VALUES (348, 9, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (348, 10, 0.0253, 2); +INSERT INTO `ingredient_info` VALUES (348, 11, 1.21, 2); +INSERT INTO `ingredient_info` VALUES (348, 12, 2.77, 2); +INSERT INTO `ingredient_info` VALUES (348, 13, 4.1, 2); +INSERT INTO `ingredient_info` VALUES (348, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 15, 0.0453, 2); +INSERT INTO `ingredient_info` VALUES (348, 16, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (348, 17, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (348, 18, 0.038, 2); +INSERT INTO `ingredient_info` VALUES (348, 19, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (348, 20, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (348, 21, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (348, 22, 0.01167, 2); +INSERT INTO `ingredient_info` VALUES (348, 23, 0.00863, 2); +INSERT INTO `ingredient_info` VALUES (348, 24, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (348, 25, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (348, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 27, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (348, 28, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (348, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 30, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (348, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (348, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 33, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (348, 34, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (348, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 36, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (348, 37, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (348, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (348, 39, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (348, 40, 0.0618, 2); +INSERT INTO `ingredient_info` VALUES (348, 41, 0.40801, 2); +INSERT INTO `ingredient_info` VALUES (348, 42, 0.21614, 2); +INSERT INTO `ingredient_info` VALUES (348, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 1, 0.0352, 2); +INSERT INTO `ingredient_info` VALUES (349, 2, 6.91, 2); +INSERT INTO `ingredient_info` VALUES (349, 3, 0.0917, 2); +INSERT INTO `ingredient_info` VALUES (349, 4, 0.7197, 2); +INSERT INTO `ingredient_info` VALUES (349, 5, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (349, 6, 0.1386, 2); +INSERT INTO `ingredient_info` VALUES (349, 7, 0.096, 2); +INSERT INTO `ingredient_info` VALUES (349, 8, 0.0397, 2); +INSERT INTO `ingredient_info` VALUES (349, 9, 0.7, 2); +INSERT INTO `ingredient_info` VALUES (349, 10, 0.0253, 2); +INSERT INTO `ingredient_info` VALUES (349, 11, 1.21, 2); +INSERT INTO `ingredient_info` VALUES (349, 12, 2.77, 2); +INSERT INTO `ingredient_info` VALUES (349, 13, 4.1, 2); +INSERT INTO `ingredient_info` VALUES (349, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 15, 0.0453, 2); +INSERT INTO `ingredient_info` VALUES (349, 16, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (349, 17, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (349, 18, 0.038, 2); +INSERT INTO `ingredient_info` VALUES (349, 19, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (349, 20, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (349, 21, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (349, 22, 0.01167, 2); +INSERT INTO `ingredient_info` VALUES (349, 23, 0.00863, 2); +INSERT INTO `ingredient_info` VALUES (349, 24, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (349, 25, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (349, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 27, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (349, 28, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (349, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 30, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (349, 31, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (349, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 33, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (349, 34, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (349, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 36, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (349, 37, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (349, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (349, 39, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (349, 40, 0.0618, 2); +INSERT INTO `ingredient_info` VALUES (349, 41, 0.40801, 2); +INSERT INTO `ingredient_info` VALUES (349, 42, 0.21614, 2); +INSERT INTO `ingredient_info` VALUES (349, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 1, 0.402, 2); +INSERT INTO `ingredient_info` VALUES (350, 2, 4.58, 2); +INSERT INTO `ingredient_info` VALUES (350, 3, 0.116, 2); +INSERT INTO `ingredient_info` VALUES (350, 4, 0.4504, 2); +INSERT INTO `ingredient_info` VALUES (350, 5, 0.0251, 2); +INSERT INTO `ingredient_info` VALUES (350, 6, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (350, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (350, 10, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (350, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (350, 12, 1.88, 2); +INSERT INTO `ingredient_info` VALUES (350, 13, 2.08, 2); +INSERT INTO `ingredient_info` VALUES (350, 14, 8.33, 2); +INSERT INTO `ingredient_info` VALUES (350, 15, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (350, 16, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (350, 17, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (350, 18, 0.202, 2); +INSERT INTO `ingredient_info` VALUES (350, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 20, 0.00281, 2); +INSERT INTO `ingredient_info` VALUES (350, 21, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (350, 22, 0.03828, 2); +INSERT INTO `ingredient_info` VALUES (350, 23, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (350, 24, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (350, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (350, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (350, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (350, 29, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (350, 30, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (350, 31, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (350, 32, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (350, 33, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (350, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (350, 40, 0.14993, 2); +INSERT INTO `ingredient_info` VALUES (350, 41, 0.20047, 2); +INSERT INTO `ingredient_info` VALUES (350, 42, 0.04821, 2); +INSERT INTO `ingredient_info` VALUES (350, 43, 0.68, 2); +INSERT INTO `ingredient_info` VALUES (351, 1, 0.1232, 2); +INSERT INTO `ingredient_info` VALUES (351, 2, 5.41, 2); +INSERT INTO `ingredient_info` VALUES (351, 3, 0.3704, 2); +INSERT INTO `ingredient_info` VALUES (351, 4, 0.4178, 2); +INSERT INTO `ingredient_info` VALUES (351, 5, 0.0743, 2); +INSERT INTO `ingredient_info` VALUES (351, 6, 0.0143, 2); +INSERT INTO `ingredient_info` VALUES (351, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (351, 10, 0.0144, 2); +INSERT INTO `ingredient_info` VALUES (351, 11, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (351, 12, 5.33, 2); +INSERT INTO `ingredient_info` VALUES (351, 13, 5.65, 2); +INSERT INTO `ingredient_info` VALUES (351, 14, 23.1, 2); +INSERT INTO `ingredient_info` VALUES (351, 15, 0.035, 2); +INSERT INTO `ingredient_info` VALUES (351, 16, 0.00164, 2); +INSERT INTO `ingredient_info` VALUES (351, 17, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (351, 18, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (351, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 20, 0.00404, 2); +INSERT INTO `ingredient_info` VALUES (351, 21, 0.00264, 2); +INSERT INTO `ingredient_info` VALUES (351, 22, 0.11099, 2); +INSERT INTO `ingredient_info` VALUES (351, 23, 0.01171, 2); +INSERT INTO `ingredient_info` VALUES (351, 24, 0.00349, 2); +INSERT INTO `ingredient_info` VALUES (351, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (351, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (351, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (351, 29, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (351, 30, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (351, 31, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (351, 32, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (351, 33, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (351, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (351, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (351, 40, 0.13739, 2); +INSERT INTO `ingredient_info` VALUES (351, 41, 0.1852, 2); +INSERT INTO `ingredient_info` VALUES (351, 42, 0.04548, 2); +INSERT INTO `ingredient_info` VALUES (351, 43, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (352, 1, 0.7388, 2); +INSERT INTO `ingredient_info` VALUES (352, 2, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (352, 3, 0.0198, 2); +INSERT INTO `ingredient_info` VALUES (352, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (352, 5, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (352, 6, 0.2319, 2); +INSERT INTO `ingredient_info` VALUES (352, 7, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (352, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (352, 10, 0.0133, 2); +INSERT INTO `ingredient_info` VALUES (352, 11, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (352, 12, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (352, 13, 2.1, 2); +INSERT INTO `ingredient_info` VALUES (352, 14, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (352, 15, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (352, 16, 0.00278, 2); +INSERT INTO `ingredient_info` VALUES (352, 17, 0.00988, 2); +INSERT INTO `ingredient_info` VALUES (352, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (352, 19, 0.052, 2); +INSERT INTO `ingredient_info` VALUES (352, 20, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (352, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (352, 22, 0.00955, 2); +INSERT INTO `ingredient_info` VALUES (352, 23, 0.00512, 2); +INSERT INTO `ingredient_info` VALUES (352, 24, 0.00235, 2); +INSERT INTO `ingredient_info` VALUES (352, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (352, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (352, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (352, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (352, 40, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (352, 41, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (352, 42, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (352, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (38, 1, 0.945, 2); +INSERT INTO `ingredient_info` VALUES (38, 2, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (38, 3, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (38, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (38, 5, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (38, 6, 0.0392, 2); +INSERT INTO `ingredient_info` VALUES (38, 7, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (38, 8, 0.0263, 2); +INSERT INTO `ingredient_info` VALUES (38, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (38, 10, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (38, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (38, 12, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (38, 13, 2.37, 2); +INSERT INTO `ingredient_info` VALUES (38, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (38, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (38, 16, 0.00059, 2); +INSERT INTO `ingredient_info` VALUES (38, 17, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (38, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (38, 19, 0.127, 2); +INSERT INTO `ingredient_info` VALUES (38, 20, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (38, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (38, 22, 0.00594, 2); +INSERT INTO `ingredient_info` VALUES (38, 23, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (38, 24, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (38, 25, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (38, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (38, 27, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (38, 28, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (38, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (38, 30, 8.33, 2); +INSERT INTO `ingredient_info` VALUES (38, 31, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (38, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (38, 33, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (38, 34, 0.079, 2); +INSERT INTO `ingredient_info` VALUES (38, 35, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (38, 36, 4.49, 2); +INSERT INTO `ingredient_info` VALUES (38, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (38, 38, 25.73, 2); +INSERT INTO `ingredient_info` VALUES (38, 39, 1.23, 2); +INSERT INTO `ingredient_info` VALUES (38, 40, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (38, 41, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (38, 42, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (38, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (353, 1, 0.9154, 2); +INSERT INTO `ingredient_info` VALUES (353, 2, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (353, 3, 0.0091, 2); +INSERT INTO `ingredient_info` VALUES (353, 4, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (353, 5, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (353, 6, 0.0619, 2); +INSERT INTO `ingredient_info` VALUES (353, 7, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (353, 8, 0.0441, 2); +INSERT INTO `ingredient_info` VALUES (353, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (353, 10, 0.0133, 2); +INSERT INTO `ingredient_info` VALUES (353, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (353, 12, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (353, 13, 2.07, 2); +INSERT INTO `ingredient_info` VALUES (353, 14, 2.21, 2); +INSERT INTO `ingredient_info` VALUES (353, 15, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (353, 16, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (353, 17, 0.00059, 2); +INSERT INTO `ingredient_info` VALUES (353, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (353, 19, 0.079, 2); +INSERT INTO `ingredient_info` VALUES (353, 20, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (353, 21, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (353, 22, 0.00714, 2); +INSERT INTO `ingredient_info` VALUES (353, 23, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (353, 24, 0.00017, 2); +INSERT INTO `ingredient_info` VALUES (353, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (353, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (353, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (353, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (353, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (353, 30, 1.74, 2); +INSERT INTO `ingredient_info` VALUES (353, 31, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (353, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (353, 33, 0.0083, 2); +INSERT INTO `ingredient_info` VALUES (353, 34, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (353, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (353, 36, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (353, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (353, 38, 40.35, 2); +INSERT INTO `ingredient_info` VALUES (353, 39, 1.2, 2); +INSERT INTO `ingredient_info` VALUES (353, 40, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (353, 41, 0.00029, 2); +INSERT INTO `ingredient_info` VALUES (353, 42, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (353, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (354, 1, 0.939, 2); +INSERT INTO `ingredient_info` VALUES (354, 2, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (354, 3, 0.0076, 2); +INSERT INTO `ingredient_info` VALUES (354, 4, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (354, 5, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (354, 6, 0.0424, 2); +INSERT INTO `ingredient_info` VALUES (354, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (354, 8, 0.0356, 2); +INSERT INTO `ingredient_info` VALUES (354, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (354, 10, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (354, 11, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (354, 12, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (354, 13, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (354, 14, 2.69, 2); +INSERT INTO `ingredient_info` VALUES (354, 15, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (354, 16, 0.00061, 2); +INSERT INTO `ingredient_info` VALUES (354, 17, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (354, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (354, 19, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (354, 20, 0.00047, 2); +INSERT INTO `ingredient_info` VALUES (354, 21, 0.00031, 2); +INSERT INTO `ingredient_info` VALUES (354, 22, 0.00673, 2); +INSERT INTO `ingredient_info` VALUES (354, 23, 0.0025, 2); +INSERT INTO `ingredient_info` VALUES (354, 24, 0.00111, 2); +INSERT INTO `ingredient_info` VALUES (354, 25, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (354, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (354, 27, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (354, 28, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (354, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (354, 30, 4.5, 2); +INSERT INTO `ingredient_info` VALUES (354, 31, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (354, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (354, 33, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (354, 34, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (354, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (354, 36, 2.7, 2); +INSERT INTO `ingredient_info` VALUES (354, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (354, 38, 90.37, 2); +INSERT INTO `ingredient_info` VALUES (354, 39, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (354, 40, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (354, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (354, 42, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (354, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 1, 0.059, 2); +INSERT INTO `ingredient_info` VALUES (355, 2, 6.29, 2); +INSERT INTO `ingredient_info` VALUES (355, 3, 0.1157, 2); +INSERT INTO `ingredient_info` VALUES (355, 4, 0.6098, 2); +INSERT INTO `ingredient_info` VALUES (355, 5, 0.0226, 2); +INSERT INTO `ingredient_info` VALUES (355, 6, 0.193, 2); +INSERT INTO `ingredient_info` VALUES (355, 7, 0.107, 2); +INSERT INTO `ingredient_info` VALUES (355, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (355, 10, 0.0306, 2); +INSERT INTO `ingredient_info` VALUES (355, 11, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (355, 12, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (355, 13, 6.28, 2); +INSERT INTO `ingredient_info` VALUES (355, 14, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (355, 15, 0.0428, 2); +INSERT INTO `ingredient_info` VALUES (355, 16, 0.01035, 2); +INSERT INTO `ingredient_info` VALUES (355, 17, 0.04333, 2); +INSERT INTO `ingredient_info` VALUES (355, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 19, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (355, 20, 0.01243, 2); +INSERT INTO `ingredient_info` VALUES (355, 21, 0.00223, 2); +INSERT INTO `ingredient_info` VALUES (355, 22, 0.0437, 2); +INSERT INTO `ingredient_info` VALUES (355, 23, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (355, 24, 0.00111, 2); +INSERT INTO `ingredient_info` VALUES (355, 25, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (355, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 27, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (355, 28, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (355, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 30, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (355, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (355, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (355, 40, 0.09377, 2); +INSERT INTO `ingredient_info` VALUES (355, 41, 0.22942, 2); +INSERT INTO `ingredient_info` VALUES (355, 42, 0.25668, 2); +INSERT INTO `ingredient_info` VALUES (355, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 1, 0.0456, 2); +INSERT INTO `ingredient_info` VALUES (356, 2, 6.18, 2); +INSERT INTO `ingredient_info` VALUES (356, 3, 0.2406, 2); +INSERT INTO `ingredient_info` VALUES (356, 4, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (356, 5, 0.0247, 2); +INSERT INTO `ingredient_info` VALUES (356, 6, 0.0991, 2); +INSERT INTO `ingredient_info` VALUES (356, 7, 0.068, 2); +INSERT INTO `ingredient_info` VALUES (356, 8, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (356, 9, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (356, 10, 0.0312, 2); +INSERT INTO `ingredient_info` VALUES (356, 11, 2.01, 2); +INSERT INTO `ingredient_info` VALUES (356, 12, 5.13, 2); +INSERT INTO `ingredient_info` VALUES (356, 13, 5.23, 2); +INSERT INTO `ingredient_info` VALUES (356, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (356, 15, 0.0337, 2); +INSERT INTO `ingredient_info` VALUES (356, 16, 0.0136, 2); +INSERT INTO `ingredient_info` VALUES (356, 17, 0.03896, 2); +INSERT INTO `ingredient_info` VALUES (356, 18, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (356, 19, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (356, 20, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (356, 21, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (356, 22, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (356, 23, 0.0166, 2); +INSERT INTO `ingredient_info` VALUES (356, 24, 0.00583, 2); +INSERT INTO `ingredient_info` VALUES (356, 25, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (356, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 27, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (356, 28, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (356, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 30, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (356, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (356, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 33, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (356, 34, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (356, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 36, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (356, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (356, 39, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (356, 40, 0.03368, 2); +INSERT INTO `ingredient_info` VALUES (356, 41, 0.15004, 2); +INSERT INTO `ingredient_info` VALUES (356, 42, 0.35077, 2); +INSERT INTO `ingredient_info` VALUES (356, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 1, 0.0456, 2); +INSERT INTO `ingredient_info` VALUES (357, 2, 6.18, 2); +INSERT INTO `ingredient_info` VALUES (357, 3, 0.2406, 2); +INSERT INTO `ingredient_info` VALUES (357, 4, 0.59, 2); +INSERT INTO `ingredient_info` VALUES (357, 5, 0.0247, 2); +INSERT INTO `ingredient_info` VALUES (357, 6, 0.0991, 2); +INSERT INTO `ingredient_info` VALUES (357, 7, 0.068, 2); +INSERT INTO `ingredient_info` VALUES (357, 8, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (357, 9, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (357, 10, 0.0312, 2); +INSERT INTO `ingredient_info` VALUES (357, 11, 2.01, 2); +INSERT INTO `ingredient_info` VALUES (357, 12, 5.13, 2); +INSERT INTO `ingredient_info` VALUES (357, 13, 5.23, 2); +INSERT INTO `ingredient_info` VALUES (357, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (357, 15, 0.0337, 2); +INSERT INTO `ingredient_info` VALUES (357, 16, 0.0136, 2); +INSERT INTO `ingredient_info` VALUES (357, 17, 0.03896, 2); +INSERT INTO `ingredient_info` VALUES (357, 18, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (357, 19, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (357, 20, 0.00057, 2); +INSERT INTO `ingredient_info` VALUES (357, 21, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (357, 22, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (357, 23, 0.0166, 2); +INSERT INTO `ingredient_info` VALUES (357, 24, 0.00583, 2); +INSERT INTO `ingredient_info` VALUES (357, 25, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (357, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 27, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (357, 28, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (357, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 30, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (357, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (357, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 33, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (357, 34, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (357, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 36, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (357, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (357, 39, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (357, 40, 0.03368, 2); +INSERT INTO `ingredient_info` VALUES (357, 41, 0.15004, 2); +INSERT INTO `ingredient_info` VALUES (357, 42, 0.35077, 2); +INSERT INTO `ingredient_info` VALUES (357, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 1, 0.584, 2); +INSERT INTO `ingredient_info` VALUES (358, 2, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (358, 3, 0.2157, 2); +INSERT INTO `ingredient_info` VALUES (358, 4, 0.1677, 2); +INSERT INTO `ingredient_info` VALUES (358, 5, 0.0333, 2); +INSERT INTO `ingredient_info` VALUES (358, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (358, 10, 0.0087, 2); +INSERT INTO `ingredient_info` VALUES (358, 11, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (358, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (358, 13, 2.86, 2); +INSERT INTO `ingredient_info` VALUES (358, 14, 11.87, 2); +INSERT INTO `ingredient_info` VALUES (358, 15, 0.0232, 2); +INSERT INTO `ingredient_info` VALUES (358, 16, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (358, 17, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (358, 18, 0.227, 2); +INSERT INTO `ingredient_info` VALUES (358, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 20, 0.00601, 2); +INSERT INTO `ingredient_info` VALUES (358, 21, 0.00221, 2); +INSERT INTO `ingredient_info` VALUES (358, 22, 0.04461, 2); +INSERT INTO `ingredient_info` VALUES (358, 23, 0.00457, 2); +INSERT INTO `ingredient_info` VALUES (358, 24, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (358, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (358, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (358, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (358, 29, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (358, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 33, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (358, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (358, 40, 0.0598, 2); +INSERT INTO `ingredient_info` VALUES (358, 41, 0.0788, 2); +INSERT INTO `ingredient_info` VALUES (358, 42, 0.0181, 2); +INSERT INTO `ingredient_info` VALUES (358, 43, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (359, 1, 0.621, 2); +INSERT INTO `ingredient_info` VALUES (359, 2, 2.63, 2); +INSERT INTO `ingredient_info` VALUES (359, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 10, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (359, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 12, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (359, 13, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (359, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (359, 15, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (359, 16, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (359, 17, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (359, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 20, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (359, 21, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (359, 22, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (359, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 24, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (359, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (359, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 1, 0.7337, 2); +INSERT INTO `ingredient_info` VALUES (360, 2, 1.31, 2); +INSERT INTO `ingredient_info` VALUES (360, 3, 0.2035, 2); +INSERT INTO `ingredient_info` VALUES (360, 4, 0.0484, 2); +INSERT INTO `ingredient_info` VALUES (360, 5, 0.0144, 2); +INSERT INTO `ingredient_info` VALUES (360, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 9, 1.47, 2); +INSERT INTO `ingredient_info` VALUES (360, 10, 0.0325, 2); +INSERT INTO `ingredient_info` VALUES (360, 11, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (360, 12, 1.74, 2); +INSERT INTO `ingredient_info` VALUES (360, 13, 3.83, 2); +INSERT INTO `ingredient_info` VALUES (360, 14, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (360, 15, 0.0172, 2); +INSERT INTO `ingredient_info` VALUES (360, 16, 0.00211, 2); +INSERT INTO `ingredient_info` VALUES (360, 17, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (360, 18, 0.365, 2); +INSERT INTO `ingredient_info` VALUES (360, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 20, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (360, 21, 0.00256, 2); +INSERT INTO `ingredient_info` VALUES (360, 22, 0.14024, 2); +INSERT INTO `ingredient_info` VALUES (360, 23, 0.00645, 2); +INSERT INTO `ingredient_info` VALUES (360, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (360, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (360, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (360, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (360, 29, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (360, 30, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (360, 31, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (360, 32, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (360, 33, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (360, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (360, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (360, 40, 0.01282, 2); +INSERT INTO `ingredient_info` VALUES (360, 41, 0.01182, 2); +INSERT INTO `ingredient_info` VALUES (360, 42, 0.01637, 2); +INSERT INTO `ingredient_info` VALUES (360, 43, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (361, 1, 0.4632, 2); +INSERT INTO `ingredient_info` VALUES (361, 2, 2.72, 2); +INSERT INTO `ingredient_info` VALUES (361, 3, 0.1565, 2); +INSERT INTO `ingredient_info` VALUES (361, 4, 0.1223, 2); +INSERT INTO `ingredient_info` VALUES (361, 5, 0.0263, 2); +INSERT INTO `ingredient_info` VALUES (361, 6, 0.2375, 2); +INSERT INTO `ingredient_info` VALUES (361, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (361, 8, 0.0241, 2); +INSERT INTO `ingredient_info` VALUES (361, 9, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (361, 10, 0.0074, 2); +INSERT INTO `ingredient_info` VALUES (361, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (361, 12, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (361, 13, 2.61, 2); +INSERT INTO `ingredient_info` VALUES (361, 14, 5.82, 2); +INSERT INTO `ingredient_info` VALUES (361, 15, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (361, 16, 0.00101, 2); +INSERT INTO `ingredient_info` VALUES (361, 17, 0.00236, 2); +INSERT INTO `ingredient_info` VALUES (361, 18, 0.166, 2); +INSERT INTO `ingredient_info` VALUES (361, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (361, 20, 0.00127, 2); +INSERT INTO `ingredient_info` VALUES (361, 21, 0.00178, 2); +INSERT INTO `ingredient_info` VALUES (361, 22, 0.02129, 2); +INSERT INTO `ingredient_info` VALUES (361, 23, 0.00333, 2); +INSERT INTO `ingredient_info` VALUES (361, 24, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (361, 25, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (361, 26, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (361, 27, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (361, 28, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (361, 29, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (361, 30, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (361, 31, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (361, 32, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (361, 33, 0.0052, 2); +INSERT INTO `ingredient_info` VALUES (361, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (361, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (361, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (361, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (361, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (361, 39, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (361, 40, 0.03149, 2); +INSERT INTO `ingredient_info` VALUES (361, 41, 0.05067, 2); +INSERT INTO `ingredient_info` VALUES (361, 42, 0.03166, 2); +INSERT INTO `ingredient_info` VALUES (361, 43, 1.12, 2); +INSERT INTO `ingredient_info` VALUES (362, 1, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (362, 2, 4.65, 2); +INSERT INTO `ingredient_info` VALUES (362, 3, 0.108, 2); +INSERT INTO `ingredient_info` VALUES (362, 4, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (362, 5, 0.038, 2); +INSERT INTO `ingredient_info` VALUES (362, 6, 0.635, 2); +INSERT INTO `ingredient_info` VALUES (362, 7, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (362, 8, 0.1518, 2); +INSERT INTO `ingredient_info` VALUES (362, 9, 0.96, 2); +INSERT INTO `ingredient_info` VALUES (362, 10, 0.0282, 2); +INSERT INTO `ingredient_info` VALUES (362, 11, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (362, 12, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (362, 13, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (362, 14, 12.38, 2); +INSERT INTO `ingredient_info` VALUES (362, 15, 0.0094, 2); +INSERT INTO `ingredient_info` VALUES (362, 16, 0.00168, 2); +INSERT INTO `ingredient_info` VALUES (362, 17, 0.00514, 2); +INSERT INTO `ingredient_info` VALUES (362, 18, 0.288, 2); +INSERT INTO `ingredient_info` VALUES (362, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (362, 20, 0.00506, 2); +INSERT INTO `ingredient_info` VALUES (362, 21, 0.00421, 2); +INSERT INTO `ingredient_info` VALUES (362, 22, 0.04646, 2); +INSERT INTO `ingredient_info` VALUES (362, 23, 0.00835, 2); +INSERT INTO `ingredient_info` VALUES (362, 24, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (362, 25, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (362, 26, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (362, 27, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (362, 28, 1.51, 2); +INSERT INTO `ingredient_info` VALUES (362, 29, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (362, 30, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (362, 31, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (362, 32, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (362, 33, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (362, 34, 0.076, 2); +INSERT INTO `ingredient_info` VALUES (362, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (362, 36, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (362, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (362, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (362, 39, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (362, 40, 0.05247, 2); +INSERT INTO `ingredient_info` VALUES (362, 41, 0.09498, 2); +INSERT INTO `ingredient_info` VALUES (362, 42, 0.02368, 2); +INSERT INTO `ingredient_info` VALUES (362, 43, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (363, 1, 0.7687, 2); +INSERT INTO `ingredient_info` VALUES (363, 2, 1, 2); +INSERT INTO `ingredient_info` VALUES (363, 3, 0.2051, 2); +INSERT INTO `ingredient_info` VALUES (363, 4, 0.0134, 2); +INSERT INTO `ingredient_info` VALUES (363, 5, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (363, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 9, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (363, 10, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (363, 11, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (363, 12, 1.98, 2); +INSERT INTO `ingredient_info` VALUES (363, 13, 4.17, 2); +INSERT INTO `ingredient_info` VALUES (363, 14, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (363, 15, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (363, 16, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (363, 17, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (363, 18, 0.382, 2); +INSERT INTO `ingredient_info` VALUES (363, 19, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (363, 20, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (363, 21, 3e-05, 2); +INSERT INTO `ingredient_info` VALUES (363, 22, 0.00284, 2); +INSERT INTO `ingredient_info` VALUES (363, 23, 0.0075, 2); +INSERT INTO `ingredient_info` VALUES (363, 24, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (363, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (363, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (363, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (363, 29, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (363, 30, 1, 2); +INSERT INTO `ingredient_info` VALUES (363, 31, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (363, 32, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (363, 33, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (363, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (363, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (363, 40, 0.00285, 2); +INSERT INTO `ingredient_info` VALUES (363, 41, 0.00251, 2); +INSERT INTO `ingredient_info` VALUES (363, 42, 0.00459, 2); +INSERT INTO `ingredient_info` VALUES (363, 43, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (364, 1, 0.6732, 2); +INSERT INTO `ingredient_info` VALUES (364, 2, 1.89, 2); +INSERT INTO `ingredient_info` VALUES (364, 3, 0.2068, 2); +INSERT INTO `ingredient_info` VALUES (364, 4, 0.1113, 2); +INSERT INTO `ingredient_info` VALUES (364, 5, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (364, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (364, 10, 0.0151, 2); +INSERT INTO `ingredient_info` VALUES (364, 11, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (364, 12, 1.94, 2); +INSERT INTO `ingredient_info` VALUES (364, 13, 3.21, 2); +INSERT INTO `ingredient_info` VALUES (364, 14, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (364, 15, 0.0354, 2); +INSERT INTO `ingredient_info` VALUES (364, 16, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (364, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (364, 18, 0.241, 2); +INSERT INTO `ingredient_info` VALUES (364, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 20, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (364, 21, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (364, 22, 0.05526, 2); +INSERT INTO `ingredient_info` VALUES (364, 23, 0.00586, 2); +INSERT INTO `ingredient_info` VALUES (364, 24, 0.00571, 2); +INSERT INTO `ingredient_info` VALUES (364, 25, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (364, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 27, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (364, 28, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (364, 29, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (364, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 33, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (364, 34, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (364, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (364, 40, 0.04491, 2); +INSERT INTO `ingredient_info` VALUES (364, 41, 0.04765, 2); +INSERT INTO `ingredient_info` VALUES (364, 42, 0.00423, 2); +INSERT INTO `ingredient_info` VALUES (364, 43, 0.41, 2); +INSERT INTO `ingredient_info` VALUES (365, 1, 0.7319, 2); +INSERT INTO `ingredient_info` VALUES (365, 2, 1.28, 2); +INSERT INTO `ingredient_info` VALUES (365, 3, 0.2362, 2); +INSERT INTO `ingredient_info` VALUES (365, 4, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (365, 5, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (365, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (365, 10, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (365, 11, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (365, 12, 2.17, 2); +INSERT INTO `ingredient_info` VALUES (365, 13, 2.37, 2); +INSERT INTO `ingredient_info` VALUES (365, 14, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (365, 15, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (365, 16, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (365, 17, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (365, 18, 0.657, 2); +INSERT INTO `ingredient_info` VALUES (365, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 20, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (365, 21, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (365, 22, 0.05799, 2); +INSERT INTO `ingredient_info` VALUES (365, 23, 0.00124, 2); +INSERT INTO `ingredient_info` VALUES (365, 24, 0.00217, 2); +INSERT INTO `ingredient_info` VALUES (365, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (365, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (365, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (365, 29, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (365, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (365, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (365, 32, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (365, 33, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (365, 34, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (365, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (365, 40, 0.00792, 2); +INSERT INTO `ingredient_info` VALUES (365, 41, 0.00784, 2); +INSERT INTO `ingredient_info` VALUES (365, 42, 0.01109, 2); +INSERT INTO `ingredient_info` VALUES (365, 43, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (366, 1, 0.7319, 2); +INSERT INTO `ingredient_info` VALUES (366, 2, 1.28, 2); +INSERT INTO `ingredient_info` VALUES (366, 3, 0.2362, 2); +INSERT INTO `ingredient_info` VALUES (366, 4, 0.0297, 2); +INSERT INTO `ingredient_info` VALUES (366, 5, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (366, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 9, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (366, 10, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (366, 11, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (366, 12, 2.17, 2); +INSERT INTO `ingredient_info` VALUES (366, 13, 2.37, 2); +INSERT INTO `ingredient_info` VALUES (366, 14, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (366, 15, 0.0048, 2); +INSERT INTO `ingredient_info` VALUES (366, 16, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (366, 17, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (366, 18, 0.657, 2); +INSERT INTO `ingredient_info` VALUES (366, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 20, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (366, 21, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (366, 22, 0.05799, 2); +INSERT INTO `ingredient_info` VALUES (366, 23, 0.00124, 2); +INSERT INTO `ingredient_info` VALUES (366, 24, 0.00217, 2); +INSERT INTO `ingredient_info` VALUES (366, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (366, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (366, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (366, 29, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (366, 30, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (366, 31, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (366, 32, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (366, 33, 0.0085, 2); +INSERT INTO `ingredient_info` VALUES (366, 34, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (366, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (366, 40, 0.00792, 2); +INSERT INTO `ingredient_info` VALUES (366, 41, 0.00784, 2); +INSERT INTO `ingredient_info` VALUES (366, 42, 0.01109, 2); +INSERT INTO `ingredient_info` VALUES (366, 43, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (367, 1, 0.7586, 2); +INSERT INTO `ingredient_info` VALUES (367, 2, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (367, 3, 0.2031, 2); +INSERT INTO `ingredient_info` VALUES (367, 4, 0.0173, 2); +INSERT INTO `ingredient_info` VALUES (367, 5, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (367, 6, 0.0091, 2); +INSERT INTO `ingredient_info` VALUES (367, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 9, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (367, 10, 0.0241, 2); +INSERT INTO `ingredient_info` VALUES (367, 11, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (367, 12, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (367, 13, 1.85, 2); +INSERT INTO `ingredient_info` VALUES (367, 14, 1.48, 2); +INSERT INTO `ingredient_info` VALUES (367, 15, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (367, 16, 0.00264, 2); +INSERT INTO `ingredient_info` VALUES (367, 17, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (367, 18, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (367, 19, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (367, 20, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (367, 21, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (367, 22, 0.02552, 2); +INSERT INTO `ingredient_info` VALUES (367, 23, 0.00276, 2); +INSERT INTO `ingredient_info` VALUES (367, 24, 0.00104, 2); +INSERT INTO `ingredient_info` VALUES (367, 25, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (367, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (367, 28, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (367, 29, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (367, 30, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (367, 31, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (367, 32, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (367, 33, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (367, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (367, 40, 0.00328, 2); +INSERT INTO `ingredient_info` VALUES (367, 41, 0.00253, 2); +INSERT INTO `ingredient_info` VALUES (367, 42, 0.00669, 2); +INSERT INTO `ingredient_info` VALUES (367, 43, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (368, 1, 0.7855, 2); +INSERT INTO `ingredient_info` VALUES (368, 2, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (368, 3, 0.1558, 2); +INSERT INTO `ingredient_info` VALUES (368, 4, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (368, 5, 0.0141, 2); +INSERT INTO `ingredient_info` VALUES (368, 6, 0.0308, 2); +INSERT INTO `ingredient_info` VALUES (368, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 9, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (368, 10, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (368, 11, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (368, 12, 2.21, 2); +INSERT INTO `ingredient_info` VALUES (368, 13, 2.46, 2); +INSERT INTO `ingredient_info` VALUES (368, 14, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (368, 15, 0.0153, 2); +INSERT INTO `ingredient_info` VALUES (368, 16, 0.01891, 2); +INSERT INTO `ingredient_info` VALUES (368, 17, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (368, 18, 0.448, 2); +INSERT INTO `ingredient_info` VALUES (368, 19, 0.047, 2); +INSERT INTO `ingredient_info` VALUES (368, 20, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (368, 21, 0.00412, 2); +INSERT INTO `ingredient_info` VALUES (368, 22, 0.02175, 2); +INSERT INTO `ingredient_info` VALUES (368, 23, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (368, 24, 0.00056, 2); +INSERT INTO `ingredient_info` VALUES (368, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (368, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (368, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (368, 29, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (368, 30, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (368, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (368, 32, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (368, 33, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (368, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (368, 40, 0.00358, 2); +INSERT INTO `ingredient_info` VALUES (368, 41, 0.00107, 2); +INSERT INTO `ingredient_info` VALUES (368, 42, 0.00524, 2); +INSERT INTO `ingredient_info` VALUES (368, 43, 2.33, 2); +INSERT INTO `ingredient_info` VALUES (369, 1, 0.9292, 2); +INSERT INTO `ingredient_info` VALUES (369, 2, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (369, 3, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (369, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 5, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (369, 6, 0.0302, 2); +INSERT INTO `ingredient_info` VALUES (369, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (369, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (369, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (369, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (369, 13, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (369, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (369, 15, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (369, 16, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (369, 17, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (369, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (369, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (369, 21, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (369, 22, 0.00513, 2); +INSERT INTO `ingredient_info` VALUES (369, 23, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (369, 24, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (369, 25, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (369, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (369, 28, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (369, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (369, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (369, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 1, 0.7745, 2); +INSERT INTO `ingredient_info` VALUES (370, 2, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (370, 3, 0.1928, 2); +INSERT INTO `ingredient_info` VALUES (370, 4, 0.0283, 2); +INSERT INTO `ingredient_info` VALUES (370, 5, 0.0105, 2); +INSERT INTO `ingredient_info` VALUES (370, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 9, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (370, 10, 0.0076, 2); +INSERT INTO `ingredient_info` VALUES (370, 11, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (370, 12, 1.92, 2); +INSERT INTO `ingredient_info` VALUES (370, 13, 3.16, 2); +INSERT INTO `ingredient_info` VALUES (370, 14, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (370, 15, 0.0402, 2); +INSERT INTO `ingredient_info` VALUES (370, 16, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (370, 17, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (370, 18, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (370, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 20, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (370, 21, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (370, 22, 0.076, 2); +INSERT INTO `ingredient_info` VALUES (370, 23, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (370, 24, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (370, 25, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (370, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 27, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (370, 28, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (370, 29, 0.0137, 2); +INSERT INTO `ingredient_info` VALUES (370, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (370, 40, 0.00738, 2); +INSERT INTO `ingredient_info` VALUES (370, 41, 0.00982, 2); +INSERT INTO `ingredient_info` VALUES (370, 42, 0.00334, 2); +INSERT INTO `ingredient_info` VALUES (370, 43, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (371, 1, 0.885, 2); +INSERT INTO `ingredient_info` VALUES (371, 2, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (371, 3, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (371, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (371, 6, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (371, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (371, 10, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (371, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (371, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (371, 13, 1.12, 2); +INSERT INTO `ingredient_info` VALUES (371, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (371, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (371, 16, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (371, 17, 0.00597, 2); +INSERT INTO `ingredient_info` VALUES (371, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (371, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (371, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (371, 22, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (371, 23, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (371, 24, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (371, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (371, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (371, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (371, 29, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (371, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (371, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 1, 0.885, 2); +INSERT INTO `ingredient_info` VALUES (29, 2, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (29, 3, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (29, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (29, 6, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (29, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 9, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (29, 10, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (29, 11, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (29, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (29, 13, 1.12, 2); +INSERT INTO `ingredient_info` VALUES (29, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (29, 15, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (29, 16, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (29, 17, 0.00597, 2); +INSERT INTO `ingredient_info` VALUES (29, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (29, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 20, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (29, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (29, 22, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (29, 23, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (29, 24, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (29, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (29, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (29, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (29, 29, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (29, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (29, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 1, 0.896, 2); +INSERT INTO `ingredient_info` VALUES (372, 2, 0.68, 2); +INSERT INTO `ingredient_info` VALUES (372, 3, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (372, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (372, 6, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (372, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (372, 10, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (372, 11, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (372, 12, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (372, 13, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (372, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (372, 15, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (372, 16, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (372, 17, 0.00459, 2); +INSERT INTO `ingredient_info` VALUES (372, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (372, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 20, 4e-05, 2); +INSERT INTO `ingredient_info` VALUES (372, 21, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (372, 22, 0.00067, 2); +INSERT INTO `ingredient_info` VALUES (372, 23, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (372, 24, 0.00014, 2); +INSERT INTO `ingredient_info` VALUES (372, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (372, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 1, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (373, 2, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (373, 3, 0.0475, 2); +INSERT INTO `ingredient_info` VALUES (373, 4, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (373, 5, 0.0175, 2); +INSERT INTO `ingredient_info` VALUES (373, 6, 0.2114, 2); +INSERT INTO `ingredient_info` VALUES (373, 7, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (373, 8, 0.0904, 2); +INSERT INTO `ingredient_info` VALUES (373, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (373, 10, 0.0118, 2); +INSERT INTO `ingredient_info` VALUES (373, 11, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (373, 12, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (373, 13, 2.17, 2); +INSERT INTO `ingredient_info` VALUES (373, 14, 3.37, 2); +INSERT INTO `ingredient_info` VALUES (373, 15, 0.0167, 2); +INSERT INTO `ingredient_info` VALUES (373, 16, 0.00146, 2); +INSERT INTO `ingredient_info` VALUES (373, 17, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (373, 18, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (373, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 20, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (373, 21, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (373, 22, 0.00428, 2); +INSERT INTO `ingredient_info` VALUES (373, 23, 0.00216, 2); +INSERT INTO `ingredient_info` VALUES (373, 24, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (373, 25, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (373, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 27, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (373, 28, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (373, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 30, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (373, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (373, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (373, 34, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (373, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 36, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (373, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (373, 38, 5.11, 2); +INSERT INTO `ingredient_info` VALUES (373, 39, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (373, 40, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (373, 41, 0.00083, 2); +INSERT INTO `ingredient_info` VALUES (373, 42, 0.00133, 2); +INSERT INTO `ingredient_info` VALUES (373, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 1, 0.1102, 2); +INSERT INTO `ingredient_info` VALUES (374, 2, 3.41, 2); +INSERT INTO `ingredient_info` VALUES (374, 3, 0.216, 2); +INSERT INTO `ingredient_info` VALUES (374, 4, 0.0142, 2); +INSERT INTO `ingredient_info` VALUES (374, 5, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (374, 6, 0.6236, 2); +INSERT INTO `ingredient_info` VALUES (374, 7, 0.152, 2); +INSERT INTO `ingredient_info` VALUES (374, 8, 0.0225, 2); +INSERT INTO `ingredient_info` VALUES (374, 9, 1.23, 2); +INSERT INTO `ingredient_info` VALUES (374, 10, 0.0502, 2); +INSERT INTO `ingredient_info` VALUES (374, 11, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (374, 12, 3.52, 2); +INSERT INTO `ingredient_info` VALUES (374, 13, 14.83, 2); +INSERT INTO `ingredient_info` VALUES (374, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (374, 15, 0.0365, 2); +INSERT INTO `ingredient_info` VALUES (374, 16, 0.00841, 2); +INSERT INTO `ingredient_info` VALUES (374, 17, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (374, 18, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (374, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 20, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (374, 21, 0.00193, 2); +INSERT INTO `ingredient_info` VALUES (374, 22, 0.01955, 2); +INSERT INTO `ingredient_info` VALUES (374, 23, 0.00899, 2); +INSERT INTO `ingredient_info` VALUES (374, 24, 0.00286, 2); +INSERT INTO `ingredient_info` VALUES (374, 25, 4.44, 2); +INSERT INTO `ingredient_info` VALUES (374, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 27, 4.44, 2); +INSERT INTO `ingredient_info` VALUES (374, 28, 4.44, 2); +INSERT INTO `ingredient_info` VALUES (374, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 33, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (374, 34, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (374, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (374, 40, 0.00366, 2); +INSERT INTO `ingredient_info` VALUES (374, 41, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (374, 42, 0.0061, 2); +INSERT INTO `ingredient_info` VALUES (374, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 1, 0.7564, 2); +INSERT INTO `ingredient_info` VALUES (375, 2, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (375, 3, 0.0603, 2); +INSERT INTO `ingredient_info` VALUES (375, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (375, 5, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (375, 6, 0.1656, 2); +INSERT INTO `ingredient_info` VALUES (375, 7, 0.069, 2); +INSERT INTO `ingredient_info` VALUES (375, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 9, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (375, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (375, 11, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (375, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (375, 13, 3.08, 2); +INSERT INTO `ingredient_info` VALUES (375, 14, 3.84, 2); +INSERT INTO `ingredient_info` VALUES (375, 15, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (375, 16, 0.00192, 2); +INSERT INTO `ingredient_info` VALUES (375, 17, 0.00233, 2); +INSERT INTO `ingredient_info` VALUES (375, 18, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (375, 19, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (375, 20, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (375, 21, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (375, 22, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (375, 23, 0.00184, 2); +INSERT INTO `ingredient_info` VALUES (375, 24, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (375, 25, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (375, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 27, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (375, 28, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (375, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 30, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (375, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (375, 40, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (375, 41, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (375, 42, 0.00125, 2); +INSERT INTO `ingredient_info` VALUES (375, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 1, 0.7804, 2); +INSERT INTO `ingredient_info` VALUES (376, 2, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (376, 3, 0.0522, 2); +INSERT INTO `ingredient_info` VALUES (376, 4, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (376, 5, 0.0164, 2); +INSERT INTO `ingredient_info` VALUES (376, 6, 0.145, 2); +INSERT INTO `ingredient_info` VALUES (376, 7, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (376, 8, 0.0185, 2); +INSERT INTO `ingredient_info` VALUES (376, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (376, 10, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (376, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (376, 12, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (376, 13, 2.37, 2); +INSERT INTO `ingredient_info` VALUES (376, 14, 2.96, 2); +INSERT INTO `ingredient_info` VALUES (376, 15, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (376, 16, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (376, 17, 0.00168, 2); +INSERT INTO `ingredient_info` VALUES (376, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (376, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (376, 20, 0.00116, 2); +INSERT INTO `ingredient_info` VALUES (376, 21, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (376, 22, 0.00411, 2); +INSERT INTO `ingredient_info` VALUES (376, 23, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (376, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (376, 25, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (376, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 27, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (376, 28, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (376, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (376, 34, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (376, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (376, 40, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (376, 41, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (376, 42, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (376, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 1, 0.7804, 2); +INSERT INTO `ingredient_info` VALUES (377, 2, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (377, 3, 0.0522, 2); +INSERT INTO `ingredient_info` VALUES (377, 4, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (377, 5, 0.0164, 2); +INSERT INTO `ingredient_info` VALUES (377, 6, 0.145, 2); +INSERT INTO `ingredient_info` VALUES (377, 7, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (377, 8, 0.0185, 2); +INSERT INTO `ingredient_info` VALUES (377, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (377, 10, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (377, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (377, 12, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (377, 13, 2.37, 2); +INSERT INTO `ingredient_info` VALUES (377, 14, 2.96, 2); +INSERT INTO `ingredient_info` VALUES (377, 15, 0.0046, 2); +INSERT INTO `ingredient_info` VALUES (377, 16, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (377, 17, 0.00168, 2); +INSERT INTO `ingredient_info` VALUES (377, 18, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (377, 19, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (377, 20, 0.00116, 2); +INSERT INTO `ingredient_info` VALUES (377, 21, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (377, 22, 0.00411, 2); +INSERT INTO `ingredient_info` VALUES (377, 23, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (377, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (377, 25, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (377, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 27, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (377, 28, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (377, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (377, 34, 0.041, 2); +INSERT INTO `ingredient_info` VALUES (377, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (377, 40, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (377, 41, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (377, 42, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (377, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 1, 0.1133, 2); +INSERT INTO `ingredient_info` VALUES (378, 2, 3.47, 2); +INSERT INTO `ingredient_info` VALUES (378, 3, 0.2142, 2); +INSERT INTO `ingredient_info` VALUES (378, 4, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (378, 5, 0.0346, 2); +INSERT INTO `ingredient_info` VALUES (378, 6, 0.6255, 2); +INSERT INTO `ingredient_info` VALUES (378, 7, 0.155, 2); +INSERT INTO `ingredient_info` VALUES (378, 8, 0.0211, 2); +INSERT INTO `ingredient_info` VALUES (378, 9, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (378, 10, 0.0507, 2); +INSERT INTO `ingredient_info` VALUES (378, 11, 1.76, 2); +INSERT INTO `ingredient_info` VALUES (378, 12, 4.11, 2); +INSERT INTO `ingredient_info` VALUES (378, 13, 13.93, 2); +INSERT INTO `ingredient_info` VALUES (378, 14, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (378, 15, 0.0228, 2); +INSERT INTO `ingredient_info` VALUES (378, 16, 0.00893, 2); +INSERT INTO `ingredient_info` VALUES (378, 17, 0.01148, 2); +INSERT INTO `ingredient_info` VALUES (378, 18, 0.279, 2); +INSERT INTO `ingredient_info` VALUES (378, 19, 0.063, 2); +INSERT INTO `ingredient_info` VALUES (378, 20, 0.00713, 2); +INSERT INTO `ingredient_info` VALUES (378, 21, 0.00212, 2); +INSERT INTO `ingredient_info` VALUES (378, 22, 0.01174, 2); +INSERT INTO `ingredient_info` VALUES (378, 23, 0.00785, 2); +INSERT INTO `ingredient_info` VALUES (378, 24, 0.00474, 2); +INSERT INTO `ingredient_info` VALUES (378, 25, 5.25, 2); +INSERT INTO `ingredient_info` VALUES (378, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 27, 5.25, 2); +INSERT INTO `ingredient_info` VALUES (378, 28, 5.25, 2); +INSERT INTO `ingredient_info` VALUES (378, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 33, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (378, 34, 0.056, 2); +INSERT INTO `ingredient_info` VALUES (378, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (378, 40, 0.00235, 2); +INSERT INTO `ingredient_info` VALUES (378, 41, 0.00229, 2); +INSERT INTO `ingredient_info` VALUES (378, 42, 0.00407, 2); +INSERT INTO `ingredient_info` VALUES (378, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 1, 0.7754, 2); +INSERT INTO `ingredient_info` VALUES (379, 2, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (379, 3, 0.0486, 2); +INSERT INTO `ingredient_info` VALUES (379, 4, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (379, 5, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (379, 6, 0.1525, 2); +INSERT INTO `ingredient_info` VALUES (379, 7, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (379, 8, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (379, 9, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (379, 10, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (379, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (379, 12, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (379, 13, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (379, 14, 2.94, 2); +INSERT INTO `ingredient_info` VALUES (379, 15, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (379, 16, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (379, 17, 0.00229, 2); +INSERT INTO `ingredient_info` VALUES (379, 18, 0.071, 2); +INSERT INTO `ingredient_info` VALUES (379, 19, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (379, 20, 0.00101, 2); +INSERT INTO `ingredient_info` VALUES (379, 21, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (379, 22, 0.00292, 2); +INSERT INTO `ingredient_info` VALUES (379, 23, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (379, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (379, 25, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (379, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 27, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (379, 28, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (379, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 33, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (379, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (379, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (379, 40, 0.00167, 2); +INSERT INTO `ingredient_info` VALUES (379, 41, 0.00162, 2); +INSERT INTO `ingredient_info` VALUES (379, 42, 0.00289, 2); +INSERT INTO `ingredient_info` VALUES (379, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 1, 0.7754, 2); +INSERT INTO `ingredient_info` VALUES (380, 2, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (380, 3, 0.0486, 2); +INSERT INTO `ingredient_info` VALUES (380, 4, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (380, 5, 0.0154, 2); +INSERT INTO `ingredient_info` VALUES (380, 6, 0.1525, 2); +INSERT INTO `ingredient_info` VALUES (380, 7, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (380, 8, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (380, 9, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (380, 10, 0.0146, 2); +INSERT INTO `ingredient_info` VALUES (380, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (380, 12, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (380, 13, 2.43, 2); +INSERT INTO `ingredient_info` VALUES (380, 14, 2.94, 2); +INSERT INTO `ingredient_info` VALUES (380, 15, 0.0069, 2); +INSERT INTO `ingredient_info` VALUES (380, 16, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (380, 17, 0.00229, 2); +INSERT INTO `ingredient_info` VALUES (380, 18, 0.071, 2); +INSERT INTO `ingredient_info` VALUES (380, 19, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (380, 20, 0.00101, 2); +INSERT INTO `ingredient_info` VALUES (380, 21, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (380, 22, 0.00292, 2); +INSERT INTO `ingredient_info` VALUES (380, 23, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (380, 24, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (380, 25, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (380, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 27, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (380, 28, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (380, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 33, 0.0059, 2); +INSERT INTO `ingredient_info` VALUES (380, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (380, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (380, 40, 0.00167, 2); +INSERT INTO `ingredient_info` VALUES (380, 41, 0.00162, 2); +INSERT INTO `ingredient_info` VALUES (380, 42, 0.00289, 2); +INSERT INTO `ingredient_info` VALUES (380, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 1, 0.701, 2); +INSERT INTO `ingredient_info` VALUES (381, 2, 1.17, 2); +INSERT INTO `ingredient_info` VALUES (381, 3, 0.0726, 2); +INSERT INTO `ingredient_info` VALUES (381, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (381, 5, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (381, 6, 0.2194, 2); +INSERT INTO `ingredient_info` VALUES (381, 7, 0.048, 2); +INSERT INTO `ingredient_info` VALUES (381, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 9, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (381, 10, 0.0299, 2); +INSERT INTO `ingredient_info` VALUES (381, 11, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (381, 12, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (381, 13, 4.54, 2); +INSERT INTO `ingredient_info` VALUES (381, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (381, 15, 0.0112, 2); +INSERT INTO `ingredient_info` VALUES (381, 16, 0.00232, 2); +INSERT INTO `ingredient_info` VALUES (381, 17, 0.00515, 2); +INSERT INTO `ingredient_info` VALUES (381, 18, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (381, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 20, 0.00096, 2); +INSERT INTO `ingredient_info` VALUES (381, 21, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (381, 22, 0.00113, 2); +INSERT INTO `ingredient_info` VALUES (381, 23, 0.00185, 2); +INSERT INTO `ingredient_info` VALUES (381, 24, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (381, 25, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (381, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 27, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (381, 28, 0.65, 2); +INSERT INTO `ingredient_info` VALUES (381, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (381, 40, 0.00074, 2); +INSERT INTO `ingredient_info` VALUES (381, 41, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (381, 42, 0.00123, 2); +INSERT INTO `ingredient_info` VALUES (381, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (382, 1, 0.7551, 2); +INSERT INTO `ingredient_info` VALUES (382, 2, 1.12, 2); +INSERT INTO `ingredient_info` VALUES (382, 3, 0.0571, 2); +INSERT INTO `ingredient_info` VALUES (382, 4, 0.0549, 2); +INSERT INTO `ingredient_info` VALUES (382, 5, 0.0138, 2); +INSERT INTO `ingredient_info` VALUES (382, 6, 0.1191, 2); +INSERT INTO `ingredient_info` VALUES (382, 7, 0.044, 2); +INSERT INTO `ingredient_info` VALUES (382, 8, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (382, 9, 0.47, 2); +INSERT INTO `ingredient_info` VALUES (382, 10, 0.0343, 2); +INSERT INTO `ingredient_info` VALUES (382, 11, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (382, 12, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (382, 13, 3.65, 2); +INSERT INTO `ingredient_info` VALUES (382, 14, 5.22, 2); +INSERT INTO `ingredient_info` VALUES (382, 15, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (382, 16, 0.00117, 2); +INSERT INTO `ingredient_info` VALUES (382, 17, 0.00134, 2); +INSERT INTO `ingredient_info` VALUES (382, 18, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (382, 19, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (382, 20, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (382, 21, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (382, 22, 0.00358, 2); +INSERT INTO `ingredient_info` VALUES (382, 23, 0.0142, 2); +INSERT INTO `ingredient_info` VALUES (382, 24, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (382, 25, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (382, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (382, 27, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (382, 28, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (382, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (382, 30, 3.37, 2); +INSERT INTO `ingredient_info` VALUES (382, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (382, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (382, 33, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (382, 34, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (382, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (382, 36, 1.81, 2); +INSERT INTO `ingredient_info` VALUES (382, 37, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (382, 38, 11.06, 2); +INSERT INTO `ingredient_info` VALUES (382, 39, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (382, 40, 0.02352, 2); +INSERT INTO `ingredient_info` VALUES (382, 41, 0.02332, 2); +INSERT INTO `ingredient_info` VALUES (382, 42, 0.00362, 2); +INSERT INTO `ingredient_info` VALUES (382, 43, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (383, 1, 0.1119, 2); +INSERT INTO `ingredient_info` VALUES (383, 2, 3.38, 2); +INSERT INTO `ingredient_info` VALUES (383, 3, 0.2806, 2); +INSERT INTO `ingredient_info` VALUES (383, 4, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (383, 5, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (383, 6, 0.5709, 2); +INSERT INTO `ingredient_info` VALUES (383, 7, 0.305, 2); +INSERT INTO `ingredient_info` VALUES (383, 8, 0.054, 2); +INSERT INTO `ingredient_info` VALUES (383, 9, 0.51, 2); +INSERT INTO `ingredient_info` VALUES (383, 10, 0.0902, 2); +INSERT INTO `ingredient_info` VALUES (383, 11, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (383, 12, 4.54, 2); +INSERT INTO `ingredient_info` VALUES (383, 13, 9.05, 2); +INSERT INTO `ingredient_info` VALUES (383, 14, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (383, 15, 0.0361, 2); +INSERT INTO `ingredient_info` VALUES (383, 16, 0.00852, 2); +INSERT INTO `ingredient_info` VALUES (383, 17, 0.01429, 2); +INSERT INTO `ingredient_info` VALUES (383, 18, 0.082, 2); +INSERT INTO `ingredient_info` VALUES (383, 19, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (383, 20, 0.00475, 2); +INSERT INTO `ingredient_info` VALUES (383, 21, 0.00245, 2); +INSERT INTO `ingredient_info` VALUES (383, 22, 0.02621, 2); +INSERT INTO `ingredient_info` VALUES (383, 23, 0.01849, 2); +INSERT INTO `ingredient_info` VALUES (383, 24, 0.00535, 2); +INSERT INTO `ingredient_info` VALUES (383, 25, 4.33, 2); +INSERT INTO `ingredient_info` VALUES (383, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 27, 4.33, 2); +INSERT INTO `ingredient_info` VALUES (383, 28, 4.33, 2); +INSERT INTO `ingredient_info` VALUES (383, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 30, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (383, 31, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (383, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 33, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (383, 34, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (383, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 36, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (383, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (383, 40, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (383, 41, 0.00163, 2); +INSERT INTO `ingredient_info` VALUES (383, 42, 0.00447, 2); +INSERT INTO `ingredient_info` VALUES (383, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 1, 0.6446, 2); +INSERT INTO `ingredient_info` VALUES (384, 2, 1.87, 2); +INSERT INTO `ingredient_info` VALUES (384, 3, 0.2742, 2); +INSERT INTO `ingredient_info` VALUES (384, 4, 0.0772, 2); +INSERT INTO `ingredient_info` VALUES (384, 5, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (384, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (384, 10, 0.0224, 2); +INSERT INTO `ingredient_info` VALUES (384, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (384, 12, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (384, 13, 2.23, 2); +INSERT INTO `ingredient_info` VALUES (384, 14, 0.36, 2); +INSERT INTO `ingredient_info` VALUES (384, 15, 0.0461, 2); +INSERT INTO `ingredient_info` VALUES (384, 16, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (384, 17, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (384, 18, 0.281, 2); +INSERT INTO `ingredient_info` VALUES (384, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 20, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (384, 21, 0.00146, 2); +INSERT INTO `ingredient_info` VALUES (384, 22, 0.04793, 2); +INSERT INTO `ingredient_info` VALUES (384, 23, 0.00541, 2); +INSERT INTO `ingredient_info` VALUES (384, 24, 0.0036, 2); +INSERT INTO `ingredient_info` VALUES (384, 25, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (384, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (384, 28, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (384, 29, 0.0153, 2); +INSERT INTO `ingredient_info` VALUES (384, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 33, 0.0038, 2); +INSERT INTO `ingredient_info` VALUES (384, 34, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (384, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (384, 40, 0.02773, 2); +INSERT INTO `ingredient_info` VALUES (384, 41, 0.03266, 2); +INSERT INTO `ingredient_info` VALUES (384, 42, 0.00291, 2); +INSERT INTO `ingredient_info` VALUES (384, 43, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (385, 1, 0.065, 2); +INSERT INTO `ingredient_info` VALUES (385, 2, 5.67, 2); +INSERT INTO `ingredient_info` VALUES (385, 3, 0.258, 2); +INSERT INTO `ingredient_info` VALUES (385, 4, 0.4924, 2); +INSERT INTO `ingredient_info` VALUES (385, 5, 0.0233, 2); +INSERT INTO `ingredient_info` VALUES (385, 6, 0.1613, 2); +INSERT INTO `ingredient_info` VALUES (385, 7, 0.085, 2); +INSERT INTO `ingredient_info` VALUES (385, 8, 0.0397, 2); +INSERT INTO `ingredient_info` VALUES (385, 9, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (385, 10, 0.0458, 2); +INSERT INTO `ingredient_info` VALUES (385, 11, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (385, 12, 3.76, 2); +INSERT INTO `ingredient_info` VALUES (385, 13, 7.05, 2); +INSERT INTO `ingredient_info` VALUES (385, 14, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (385, 15, 0.0327, 2); +INSERT INTO `ingredient_info` VALUES (385, 16, 0.01144, 2); +INSERT INTO `ingredient_info` VALUES (385, 17, 0.01934, 2); +INSERT INTO `ingredient_info` VALUES (385, 18, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (385, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 20, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (385, 21, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (385, 22, 0.12066, 2); +INSERT INTO `ingredient_info` VALUES (385, 23, 0.01767, 2); +INSERT INTO `ingredient_info` VALUES (385, 24, 0.00348, 2); +INSERT INTO `ingredient_info` VALUES (385, 25, 2.4, 2); +INSERT INTO `ingredient_info` VALUES (385, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 27, 2.4, 2); +INSERT INTO `ingredient_info` VALUES (385, 28, 2.4, 2); +INSERT INTO `ingredient_info` VALUES (385, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 33, 0.0833, 2); +INSERT INTO `ingredient_info` VALUES (385, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (385, 40, 0.06834, 2); +INSERT INTO `ingredient_info` VALUES (385, 41, 0.24429, 2); +INSERT INTO `ingredient_info` VALUES (385, 42, 0.15559, 2); +INSERT INTO `ingredient_info` VALUES (385, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 1, 0.0181, 2); +INSERT INTO `ingredient_info` VALUES (386, 2, 5.88, 2); +INSERT INTO `ingredient_info` VALUES (386, 3, 0.2509, 2); +INSERT INTO `ingredient_info` VALUES (386, 4, 0.5039, 2); +INSERT INTO `ingredient_info` VALUES (386, 5, 0.0315, 2); +INSERT INTO `ingredient_info` VALUES (386, 6, 0.1956, 2); +INSERT INTO `ingredient_info` VALUES (386, 7, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (386, 8, 0.0922, 2); +INSERT INTO `ingredient_info` VALUES (386, 9, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (386, 10, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (386, 11, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (386, 12, 3.58, 2); +INSERT INTO `ingredient_info` VALUES (386, 13, 6.49, 2); +INSERT INTO `ingredient_info` VALUES (386, 14, 4.59, 2); +INSERT INTO `ingredient_info` VALUES (386, 15, 0.0291, 2); +INSERT INTO `ingredient_info` VALUES (386, 16, 0.00473, 2); +INSERT INTO `ingredient_info` VALUES (386, 17, 0.01466, 2); +INSERT INTO `ingredient_info` VALUES (386, 18, 0.056, 2); +INSERT INTO `ingredient_info` VALUES (386, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 20, 0.00073, 2); +INSERT INTO `ingredient_info` VALUES (386, 21, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (386, 22, 0.13403, 2); +INSERT INTO `ingredient_info` VALUES (386, 23, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (386, 24, 0.00543, 2); +INSERT INTO `ingredient_info` VALUES (386, 25, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (386, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 27, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (386, 28, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (386, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 33, 0.0899, 2); +INSERT INTO `ingredient_info` VALUES (386, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (386, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (386, 40, 0.10292, 2); +INSERT INTO `ingredient_info` VALUES (386, 41, 0.23713, 2); +INSERT INTO `ingredient_info` VALUES (386, 42, 0.13867, 2); +INSERT INTO `ingredient_info` VALUES (386, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 1, 0.7566, 2); +INSERT INTO `ingredient_info` VALUES (387, 2, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (387, 3, 0.0243, 2); +INSERT INTO `ingredient_info` VALUES (387, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (387, 5, 0.141, 2); +INSERT INTO `ingredient_info` VALUES (387, 6, 0.0773, 2); +INSERT INTO `ingredient_info` VALUES (387, 7, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (387, 8, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (387, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (387, 10, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (387, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (387, 12, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (387, 13, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (387, 14, 56.89, 2); +INSERT INTO `ingredient_info` VALUES (387, 15, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (387, 16, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (387, 17, 0.00357, 2); +INSERT INTO `ingredient_info` VALUES (387, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (387, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 20, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (387, 21, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (387, 22, 0.02828, 2); +INSERT INTO `ingredient_info` VALUES (387, 23, 0.00269, 2); +INSERT INTO `ingredient_info` VALUES (387, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (387, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (387, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (387, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (387, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (387, 40, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (387, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (387, 42, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (387, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 1, 0.7566, 2); +INSERT INTO `ingredient_info` VALUES (388, 2, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (388, 3, 0.0243, 2); +INSERT INTO `ingredient_info` VALUES (388, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (388, 5, 0.141, 2); +INSERT INTO `ingredient_info` VALUES (388, 6, 0.0773, 2); +INSERT INTO `ingredient_info` VALUES (388, 7, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (388, 8, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (388, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (388, 10, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (388, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (388, 12, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (388, 13, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (388, 14, 56.89, 2); +INSERT INTO `ingredient_info` VALUES (388, 15, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (388, 16, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (388, 17, 0.00357, 2); +INSERT INTO `ingredient_info` VALUES (388, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (388, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 20, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (388, 21, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (388, 22, 0.02828, 2); +INSERT INTO `ingredient_info` VALUES (388, 23, 0.00269, 2); +INSERT INTO `ingredient_info` VALUES (388, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (388, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (388, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (388, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (388, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (388, 40, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (388, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (388, 42, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (388, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 1, 0.7566, 2); +INSERT INTO `ingredient_info` VALUES (389, 2, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (389, 3, 0.0243, 2); +INSERT INTO `ingredient_info` VALUES (389, 4, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (389, 5, 0.141, 2); +INSERT INTO `ingredient_info` VALUES (389, 6, 0.0773, 2); +INSERT INTO `ingredient_info` VALUES (389, 7, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (389, 8, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (389, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (389, 10, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (389, 11, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (389, 12, 0.93, 2); +INSERT INTO `ingredient_info` VALUES (389, 13, 1.52, 2); +INSERT INTO `ingredient_info` VALUES (389, 14, 56.89, 2); +INSERT INTO `ingredient_info` VALUES (389, 15, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (389, 16, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (389, 17, 0.00357, 2); +INSERT INTO `ingredient_info` VALUES (389, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (389, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 20, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (389, 21, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (389, 22, 0.02828, 2); +INSERT INTO `ingredient_info` VALUES (389, 23, 0.00269, 2); +INSERT INTO `ingredient_info` VALUES (389, 24, 0.00143, 2); +INSERT INTO `ingredient_info` VALUES (389, 25, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (389, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 27, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (389, 28, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (389, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (389, 40, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (389, 41, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (389, 42, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (389, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 1, 0.3644, 2); +INSERT INTO `ingredient_info` VALUES (390, 2, 2.66, 2); +INSERT INTO `ingredient_info` VALUES (390, 3, 0.0764, 2); +INSERT INTO `ingredient_info` VALUES (390, 4, 0.0329, 2); +INSERT INTO `ingredient_info` VALUES (390, 5, 0.0203, 2); +INSERT INTO `ingredient_info` VALUES (390, 6, 0.5061, 2); +INSERT INTO `ingredient_info` VALUES (390, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (390, 8, 0.0431, 2); +INSERT INTO `ingredient_info` VALUES (390, 9, 1.51, 2); +INSERT INTO `ingredient_info` VALUES (390, 10, 0.0374, 2); +INSERT INTO `ingredient_info` VALUES (390, 11, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (390, 12, 0.99, 2); +INSERT INTO `ingredient_info` VALUES (390, 13, 1, 2); +INSERT INTO `ingredient_info` VALUES (390, 14, 6.81, 2); +INSERT INTO `ingredient_info` VALUES (390, 15, 0.0074, 2); +INSERT INTO `ingredient_info` VALUES (390, 16, 0.00253, 2); +INSERT INTO `ingredient_info` VALUES (390, 17, 0.00478, 2); +INSERT INTO `ingredient_info` VALUES (390, 18, 0.173, 2); +INSERT INTO `ingredient_info` VALUES (390, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 20, 0.00455, 2); +INSERT INTO `ingredient_info` VALUES (390, 21, 0.00331, 2); +INSERT INTO `ingredient_info` VALUES (390, 22, 0.04385, 2); +INSERT INTO `ingredient_info` VALUES (390, 23, 0.00203, 2); +INSERT INTO `ingredient_info` VALUES (390, 24, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (390, 25, 1.11, 2); +INSERT INTO `ingredient_info` VALUES (390, 26, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (390, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (390, 28, 1.71, 2); +INSERT INTO `ingredient_info` VALUES (390, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 33, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (390, 34, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (390, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (390, 39, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (390, 40, 0.00717, 2); +INSERT INTO `ingredient_info` VALUES (390, 41, 0.00681, 2); +INSERT INTO `ingredient_info` VALUES (390, 42, 0.01355, 2); +INSERT INTO `ingredient_info` VALUES (390, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 1, 0.0651, 2); +INSERT INTO `ingredient_info` VALUES (391, 2, 3.95, 2); +INSERT INTO `ingredient_info` VALUES (391, 3, 0.1335, 2); +INSERT INTO `ingredient_info` VALUES (391, 4, 0.053, 2); +INSERT INTO `ingredient_info` VALUES (391, 5, 0.0287, 2); +INSERT INTO `ingredient_info` VALUES (391, 6, 0.7198, 2); +INSERT INTO `ingredient_info` VALUES (391, 7, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (391, 8, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (391, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (391, 10, 0.0483, 2); +INSERT INTO `ingredient_info` VALUES (391, 11, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (391, 12, 1.65, 2); +INSERT INTO `ingredient_info` VALUES (391, 13, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (391, 14, 7.32, 2); +INSERT INTO `ingredient_info` VALUES (391, 15, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (391, 16, 0.00255, 2); +INSERT INTO `ingredient_info` VALUES (391, 17, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (391, 18, 0.252, 2); +INSERT INTO `ingredient_info` VALUES (391, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 20, 0.00967, 2); +INSERT INTO `ingredient_info` VALUES (391, 21, 0.00403, 2); +INSERT INTO `ingredient_info` VALUES (391, 22, 0.06634, 2); +INSERT INTO `ingredient_info` VALUES (391, 23, 0.00552, 2); +INSERT INTO `ingredient_info` VALUES (391, 24, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (391, 25, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (391, 26, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (391, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (391, 28, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (391, 29, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (391, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 33, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (391, 34, 0.066, 2); +INSERT INTO `ingredient_info` VALUES (391, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (391, 40, 0.01203, 2); +INSERT INTO `ingredient_info` VALUES (391, 41, 0.01023, 2); +INSERT INTO `ingredient_info` VALUES (391, 42, 0.0206, 2); +INSERT INTO `ingredient_info` VALUES (391, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 1, 0.0651, 2); +INSERT INTO `ingredient_info` VALUES (392, 2, 3.95, 2); +INSERT INTO `ingredient_info` VALUES (392, 3, 0.1335, 2); +INSERT INTO `ingredient_info` VALUES (392, 4, 0.053, 2); +INSERT INTO `ingredient_info` VALUES (392, 5, 0.0287, 2); +INSERT INTO `ingredient_info` VALUES (392, 6, 0.7198, 2); +INSERT INTO `ingredient_info` VALUES (392, 7, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (392, 8, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (392, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (392, 10, 0.0483, 2); +INSERT INTO `ingredient_info` VALUES (392, 11, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (392, 12, 1.65, 2); +INSERT INTO `ingredient_info` VALUES (392, 13, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (392, 14, 7.32, 2); +INSERT INTO `ingredient_info` VALUES (392, 15, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (392, 16, 0.00255, 2); +INSERT INTO `ingredient_info` VALUES (392, 17, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (392, 18, 0.252, 2); +INSERT INTO `ingredient_info` VALUES (392, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 20, 0.00967, 2); +INSERT INTO `ingredient_info` VALUES (392, 21, 0.00403, 2); +INSERT INTO `ingredient_info` VALUES (392, 22, 0.06634, 2); +INSERT INTO `ingredient_info` VALUES (392, 23, 0.00552, 2); +INSERT INTO `ingredient_info` VALUES (392, 24, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (392, 25, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (392, 26, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (392, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (392, 28, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (392, 29, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (392, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 33, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (392, 34, 0.066, 2); +INSERT INTO `ingredient_info` VALUES (392, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (392, 40, 0.01203, 2); +INSERT INTO `ingredient_info` VALUES (392, 41, 0.01023, 2); +INSERT INTO `ingredient_info` VALUES (392, 42, 0.0206, 2); +INSERT INTO `ingredient_info` VALUES (392, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 1, 0.0651, 2); +INSERT INTO `ingredient_info` VALUES (393, 2, 3.95, 2); +INSERT INTO `ingredient_info` VALUES (393, 3, 0.1335, 2); +INSERT INTO `ingredient_info` VALUES (393, 4, 0.053, 2); +INSERT INTO `ingredient_info` VALUES (393, 5, 0.0287, 2); +INSERT INTO `ingredient_info` VALUES (393, 6, 0.7198, 2); +INSERT INTO `ingredient_info` VALUES (393, 7, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (393, 8, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (393, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (393, 10, 0.0483, 2); +INSERT INTO `ingredient_info` VALUES (393, 11, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (393, 12, 1.65, 2); +INSERT INTO `ingredient_info` VALUES (393, 13, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (393, 14, 7.32, 2); +INSERT INTO `ingredient_info` VALUES (393, 15, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (393, 16, 0.00255, 2); +INSERT INTO `ingredient_info` VALUES (393, 17, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (393, 18, 0.252, 2); +INSERT INTO `ingredient_info` VALUES (393, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 20, 0.00967, 2); +INSERT INTO `ingredient_info` VALUES (393, 21, 0.00403, 2); +INSERT INTO `ingredient_info` VALUES (393, 22, 0.06634, 2); +INSERT INTO `ingredient_info` VALUES (393, 23, 0.00552, 2); +INSERT INTO `ingredient_info` VALUES (393, 24, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (393, 25, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (393, 26, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (393, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (393, 28, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (393, 29, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (393, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 33, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (393, 34, 0.066, 2); +INSERT INTO `ingredient_info` VALUES (393, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (393, 40, 0.01203, 2); +INSERT INTO `ingredient_info` VALUES (393, 41, 0.01023, 2); +INSERT INTO `ingredient_info` VALUES (393, 42, 0.0206, 2); +INSERT INTO `ingredient_info` VALUES (393, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 1, 0.0651, 2); +INSERT INTO `ingredient_info` VALUES (394, 2, 3.95, 2); +INSERT INTO `ingredient_info` VALUES (394, 3, 0.1335, 2); +INSERT INTO `ingredient_info` VALUES (394, 4, 0.053, 2); +INSERT INTO `ingredient_info` VALUES (394, 5, 0.0287, 2); +INSERT INTO `ingredient_info` VALUES (394, 6, 0.7198, 2); +INSERT INTO `ingredient_info` VALUES (394, 7, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (394, 8, 0.062, 2); +INSERT INTO `ingredient_info` VALUES (394, 9, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (394, 10, 0.0483, 2); +INSERT INTO `ingredient_info` VALUES (394, 11, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (394, 12, 1.65, 2); +INSERT INTO `ingredient_info` VALUES (394, 13, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (394, 14, 7.32, 2); +INSERT INTO `ingredient_info` VALUES (394, 15, 0.0145, 2); +INSERT INTO `ingredient_info` VALUES (394, 16, 0.00255, 2); +INSERT INTO `ingredient_info` VALUES (394, 17, 0.00919, 2); +INSERT INTO `ingredient_info` VALUES (394, 18, 0.252, 2); +INSERT INTO `ingredient_info` VALUES (394, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 20, 0.00967, 2); +INSERT INTO `ingredient_info` VALUES (394, 21, 0.00403, 2); +INSERT INTO `ingredient_info` VALUES (394, 22, 0.06634, 2); +INSERT INTO `ingredient_info` VALUES (394, 23, 0.00552, 2); +INSERT INTO `ingredient_info` VALUES (394, 24, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (394, 25, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (394, 26, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (394, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (394, 28, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (394, 29, 0.0035, 2); +INSERT INTO `ingredient_info` VALUES (394, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 33, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (394, 34, 0.066, 2); +INSERT INTO `ingredient_info` VALUES (394, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (394, 40, 0.01203, 2); +INSERT INTO `ingredient_info` VALUES (394, 41, 0.01023, 2); +INSERT INTO `ingredient_info` VALUES (394, 42, 0.0206, 2); +INSERT INTO `ingredient_info` VALUES (394, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (395, 1, 0.648, 2); +INSERT INTO `ingredient_info` VALUES (395, 2, 1.78, 2); +INSERT INTO `ingredient_info` VALUES (395, 3, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (395, 4, 0.086, 2); +INSERT INTO `ingredient_info` VALUES (395, 5, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (395, 6, 0.217, 2); +INSERT INTO `ingredient_info` VALUES (395, 7, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (395, 8, 0.0211, 2); +INSERT INTO `ingredient_info` VALUES (395, 9, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (395, 10, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (395, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (395, 12, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (395, 13, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (395, 14, 5.43, 2); +INSERT INTO `ingredient_info` VALUES (395, 15, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (395, 16, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (395, 17, 0.00169, 2); +INSERT INTO `ingredient_info` VALUES (395, 18, 0.498, 2); +INSERT INTO `ingredient_info` VALUES (395, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (395, 20, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (395, 21, 0.00107, 2); +INSERT INTO `ingredient_info` VALUES (395, 22, 0.01475, 2); +INSERT INTO `ingredient_info` VALUES (395, 23, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (395, 24, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (395, 25, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (395, 26, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (395, 27, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (395, 28, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (395, 29, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (395, 30, 5.16, 2); +INSERT INTO `ingredient_info` VALUES (395, 31, 1.18, 2); +INSERT INTO `ingredient_info` VALUES (395, 32, 1.11, 2); +INSERT INTO `ingredient_info` VALUES (395, 33, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (395, 34, 0.137, 2); +INSERT INTO `ingredient_info` VALUES (395, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (395, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (395, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (395, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (395, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (395, 40, 0.01734, 2); +INSERT INTO `ingredient_info` VALUES (395, 41, 0.03808, 2); +INSERT INTO `ingredient_info` VALUES (395, 42, 0.02604, 2); +INSERT INTO `ingredient_info` VALUES (395, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (396, 1, 0.648, 2); +INSERT INTO `ingredient_info` VALUES (396, 2, 1.78, 2); +INSERT INTO `ingredient_info` VALUES (396, 3, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (396, 4, 0.086, 2); +INSERT INTO `ingredient_info` VALUES (396, 5, 0.017, 2); +INSERT INTO `ingredient_info` VALUES (396, 6, 0.217, 2); +INSERT INTO `ingredient_info` VALUES (396, 7, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (396, 8, 0.0211, 2); +INSERT INTO `ingredient_info` VALUES (396, 9, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (396, 10, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (396, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (396, 12, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (396, 13, 0.74, 2); +INSERT INTO `ingredient_info` VALUES (396, 14, 5.43, 2); +INSERT INTO `ingredient_info` VALUES (396, 15, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (396, 16, 0.00072, 2); +INSERT INTO `ingredient_info` VALUES (396, 17, 0.00169, 2); +INSERT INTO `ingredient_info` VALUES (396, 18, 0.498, 2); +INSERT INTO `ingredient_info` VALUES (396, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (396, 20, 0.00136, 2); +INSERT INTO `ingredient_info` VALUES (396, 21, 0.00107, 2); +INSERT INTO `ingredient_info` VALUES (396, 22, 0.01475, 2); +INSERT INTO `ingredient_info` VALUES (396, 23, 0.00081, 2); +INSERT INTO `ingredient_info` VALUES (396, 24, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (396, 25, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (396, 26, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (396, 27, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (396, 28, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (396, 29, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (396, 30, 5.16, 2); +INSERT INTO `ingredient_info` VALUES (396, 31, 1.18, 2); +INSERT INTO `ingredient_info` VALUES (396, 32, 1.11, 2); +INSERT INTO `ingredient_info` VALUES (396, 33, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (396, 34, 0.137, 2); +INSERT INTO `ingredient_info` VALUES (396, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (396, 36, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (396, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (396, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (396, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (396, 40, 0.01734, 2); +INSERT INTO `ingredient_info` VALUES (396, 41, 0.03808, 2); +INSERT INTO `ingredient_info` VALUES (396, 42, 0.02604, 2); +INSERT INTO `ingredient_info` VALUES (396, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 1, 0.6381, 2); +INSERT INTO `ingredient_info` VALUES (397, 2, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (397, 3, 0.0823, 2); +INSERT INTO `ingredient_info` VALUES (397, 4, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (397, 5, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (397, 6, 0.2605, 2); +INSERT INTO `ingredient_info` VALUES (397, 7, 0.105, 2); +INSERT INTO `ingredient_info` VALUES (397, 8, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (397, 9, 0.69, 2); +INSERT INTO `ingredient_info` VALUES (397, 10, 0.0236, 2); +INSERT INTO `ingredient_info` VALUES (397, 11, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (397, 12, 1.44, 2); +INSERT INTO `ingredient_info` VALUES (397, 13, 3.89, 2); +INSERT INTO `ingredient_info` VALUES (397, 14, 2.37, 2); +INSERT INTO `ingredient_info` VALUES (397, 15, 0.0103, 2); +INSERT INTO `ingredient_info` VALUES (397, 16, 0.0021, 2); +INSERT INTO `ingredient_info` VALUES (397, 17, 0.00527, 2); +INSERT INTO `ingredient_info` VALUES (397, 18, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (397, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 20, 0.00237, 2); +INSERT INTO `ingredient_info` VALUES (397, 21, 0.00066, 2); +INSERT INTO `ingredient_info` VALUES (397, 22, 0.00649, 2); +INSERT INTO `ingredient_info` VALUES (397, 23, 0.00266, 2); +INSERT INTO `ingredient_info` VALUES (397, 24, 0.00138, 2); +INSERT INTO `ingredient_info` VALUES (397, 25, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (397, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 27, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (397, 28, 1.4, 2); +INSERT INTO `ingredient_info` VALUES (397, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 33, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (397, 34, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (397, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (397, 40, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (397, 41, 0.00094, 2); +INSERT INTO `ingredient_info` VALUES (397, 42, 0.00324, 2); +INSERT INTO `ingredient_info` VALUES (397, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 1, 0.875, 2); +INSERT INTO `ingredient_info` VALUES (398, 2, 0.49, 2); +INSERT INTO `ingredient_info` VALUES (398, 3, 0.045, 2); +INSERT INTO `ingredient_info` VALUES (398, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (398, 5, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (398, 6, 0.077, 2); +INSERT INTO `ingredient_info` VALUES (398, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (398, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (398, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 13, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (398, 14, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (398, 15, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (398, 16, 5e-05, 2); +INSERT INTO `ingredient_info` VALUES (398, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 18, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (398, 19, 0.371, 2); +INSERT INTO `ingredient_info` VALUES (398, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 23, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (398, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (398, 40, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (398, 41, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (398, 42, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (398, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 1, 0.0222, 2); +INSERT INTO `ingredient_info` VALUES (399, 2, 4.66, 2); +INSERT INTO `ingredient_info` VALUES (399, 3, 0.0533, 2); +INSERT INTO `ingredient_info` VALUES (399, 4, 0.1908, 2); +INSERT INTO `ingredient_info` VALUES (399, 5, 0.0174, 2); +INSERT INTO `ingredient_info` VALUES (399, 6, 0.7164, 2); +INSERT INTO `ingredient_info` VALUES (399, 7, 0.029, 2); +INSERT INTO `ingredient_info` VALUES (399, 8, 0.4063, 2); +INSERT INTO `ingredient_info` VALUES (399, 9, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (399, 10, 0.1052, 2); +INSERT INTO `ingredient_info` VALUES (399, 11, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (399, 12, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (399, 13, 1.87, 2); +INSERT INTO `ingredient_info` VALUES (399, 14, 4.83, 2); +INSERT INTO `ingredient_info` VALUES (399, 15, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (399, 16, 0.00431, 2); +INSERT INTO `ingredient_info` VALUES (399, 17, 0.00629, 2); +INSERT INTO `ingredient_info` VALUES (399, 18, 0.081, 2); +INSERT INTO `ingredient_info` VALUES (399, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 20, 0.00163, 2); +INSERT INTO `ingredient_info` VALUES (399, 21, 0.00145, 2); +INSERT INTO `ingredient_info` VALUES (399, 22, 0.02674, 2); +INSERT INTO `ingredient_info` VALUES (399, 23, 0.00168, 2); +INSERT INTO `ingredient_info` VALUES (399, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 25, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (399, 26, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (399, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (399, 28, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (399, 29, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (399, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (399, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 33, 0.0173, 2); +INSERT INTO `ingredient_info` VALUES (399, 34, 0.291, 2); +INSERT INTO `ingredient_info` VALUES (399, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (399, 39, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (399, 40, 0.0368, 2); +INSERT INTO `ingredient_info` VALUES (399, 41, 0.10634, 2); +INSERT INTO `ingredient_info` VALUES (399, 42, 0.02257, 2); +INSERT INTO `ingredient_info` VALUES (399, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 1, 0.044, 2); +INSERT INTO `ingredient_info` VALUES (400, 2, 4.23, 2); +INSERT INTO `ingredient_info` VALUES (400, 3, 0.069, 2); +INSERT INTO `ingredient_info` VALUES (400, 4, 0.101, 2); +INSERT INTO `ingredient_info` VALUES (400, 5, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (400, 6, 0.768, 2); +INSERT INTO `ingredient_info` VALUES (400, 7, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (400, 8, 0.311, 2); +INSERT INTO `ingredient_info` VALUES (400, 9, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (400, 10, 0.0373, 2); +INSERT INTO `ingredient_info` VALUES (400, 11, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (400, 12, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (400, 13, 1.35, 2); +INSERT INTO `ingredient_info` VALUES (400, 14, 6.05, 2); +INSERT INTO `ingredient_info` VALUES (400, 15, 0.0081, 2); +INSERT INTO `ingredient_info` VALUES (400, 16, 0.00202, 2); +INSERT INTO `ingredient_info` VALUES (400, 17, 0.00804, 2); +INSERT INTO `ingredient_info` VALUES (400, 18, 0.102, 2); +INSERT INTO `ingredient_info` VALUES (400, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 20, 0.00222, 2); +INSERT INTO `ingredient_info` VALUES (400, 21, 0.00314, 2); +INSERT INTO `ingredient_info` VALUES (400, 22, 0.04122, 2); +INSERT INTO `ingredient_info` VALUES (400, 23, 0.00537, 2); +INSERT INTO `ingredient_info` VALUES (400, 24, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (400, 25, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (400, 26, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (400, 27, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (400, 28, 0.66, 2); +INSERT INTO `ingredient_info` VALUES (400, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (400, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 33, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (400, 34, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (400, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (400, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (400, 39, 0.61, 2); +INSERT INTO `ingredient_info` VALUES (400, 40, 0.01519, 2); +INSERT INTO `ingredient_info` VALUES (400, 41, 0.04086, 2); +INSERT INTO `ingredient_info` VALUES (400, 42, 0.03832, 2); +INSERT INTO `ingredient_info` VALUES (400, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 1, 0.999, 2); +INSERT INTO `ingredient_info` VALUES (401, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 5, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (401, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (401, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (401, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (401, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 16, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (401, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (401, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 1, 0.999, 2); +INSERT INTO `ingredient_info` VALUES (402, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 5, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (402, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (402, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (402, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (402, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 16, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (402, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (402, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 1, 0.999, 2); +INSERT INTO `ingredient_info` VALUES (403, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 5, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (403, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (403, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (403, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (403, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 16, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (403, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (403, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 1, 0.999, 2); +INSERT INTO `ingredient_info` VALUES (404, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 5, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (404, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (404, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (404, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (404, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 16, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (404, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (404, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 1, 0.999, 2); +INSERT INTO `ingredient_info` VALUES (405, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 5, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (405, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (405, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (405, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (405, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 16, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (405, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (405, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (406, 1, 0.0967, 2); +INSERT INTO `ingredient_info` VALUES (406, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (406, 3, 0.1402, 2); +INSERT INTO `ingredient_info` VALUES (406, 4, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (406, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (406, 6, 0.7113, 2); +INSERT INTO `ingredient_info` VALUES (406, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (406, 8, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (406, 9, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (406, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (406, 11, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (406, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (406, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (406, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (406, 15, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (406, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (406, 17, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (406, 18, 0.592, 2); +INSERT INTO `ingredient_info` VALUES (406, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (406, 20, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (406, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (406, 22, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (406, 23, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (406, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (406, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (406, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (406, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (406, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (406, 29, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (406, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (406, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (406, 32, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (406, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (406, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (406, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (406, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (406, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (406, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (406, 39, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (406, 40, 0.00889, 2); +INSERT INTO `ingredient_info` VALUES (406, 41, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (406, 42, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (406, 43, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (407, 1, 0.0967, 2); +INSERT INTO `ingredient_info` VALUES (407, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (407, 3, 0.1402, 2); +INSERT INTO `ingredient_info` VALUES (407, 4, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (407, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (407, 6, 0.7113, 2); +INSERT INTO `ingredient_info` VALUES (407, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (407, 8, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (407, 9, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (407, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (407, 11, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (407, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (407, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (407, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (407, 15, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (407, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (407, 17, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (407, 18, 0.592, 2); +INSERT INTO `ingredient_info` VALUES (407, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (407, 20, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (407, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (407, 22, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (407, 23, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (407, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (407, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (407, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (407, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (407, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (407, 29, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (407, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (407, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (407, 32, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (407, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (407, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (407, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (407, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (407, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (407, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (407, 39, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (407, 40, 0.00889, 2); +INSERT INTO `ingredient_info` VALUES (407, 41, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (407, 42, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (407, 43, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (408, 1, 0.0967, 2); +INSERT INTO `ingredient_info` VALUES (408, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (408, 3, 0.1402, 2); +INSERT INTO `ingredient_info` VALUES (408, 4, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (408, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (408, 6, 0.7113, 2); +INSERT INTO `ingredient_info` VALUES (408, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (408, 8, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (408, 9, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (408, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (408, 11, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (408, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (408, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (408, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (408, 15, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (408, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (408, 17, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (408, 18, 0.592, 2); +INSERT INTO `ingredient_info` VALUES (408, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (408, 20, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (408, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (408, 22, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (408, 23, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (408, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (408, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (408, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (408, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (408, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (408, 29, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (408, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (408, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (408, 32, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (408, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (408, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (408, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (408, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (408, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (408, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (408, 39, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (408, 40, 0.00889, 2); +INSERT INTO `ingredient_info` VALUES (408, 41, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (408, 42, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (408, 43, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (409, 1, 0.0967, 2); +INSERT INTO `ingredient_info` VALUES (409, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (409, 3, 0.1402, 2); +INSERT INTO `ingredient_info` VALUES (409, 4, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (409, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (409, 6, 0.7113, 2); +INSERT INTO `ingredient_info` VALUES (409, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (409, 8, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (409, 9, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (409, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (409, 11, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (409, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (409, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (409, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (409, 15, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (409, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (409, 17, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (409, 18, 0.592, 2); +INSERT INTO `ingredient_info` VALUES (409, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (409, 20, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (409, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (409, 22, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (409, 23, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (409, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (409, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (409, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (409, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (409, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (409, 29, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (409, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (409, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (409, 32, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (409, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (409, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (409, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (409, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (409, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (409, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (409, 39, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (409, 40, 0.00889, 2); +INSERT INTO `ingredient_info` VALUES (409, 41, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (409, 42, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (409, 43, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (410, 1, 0.0967, 2); +INSERT INTO `ingredient_info` VALUES (410, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (410, 3, 0.1402, 2); +INSERT INTO `ingredient_info` VALUES (410, 4, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (410, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (410, 6, 0.7113, 2); +INSERT INTO `ingredient_info` VALUES (410, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (410, 8, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (410, 9, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (410, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (410, 11, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (410, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (410, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (410, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (410, 15, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (410, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (410, 17, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (410, 18, 0.592, 2); +INSERT INTO `ingredient_info` VALUES (410, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (410, 20, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (410, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (410, 22, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (410, 23, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (410, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (410, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (410, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (410, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (410, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (410, 29, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (410, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (410, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (410, 32, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (410, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (410, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (410, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (410, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (410, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (410, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (410, 39, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (410, 40, 0.00889, 2); +INSERT INTO `ingredient_info` VALUES (410, 41, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (410, 42, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (410, 43, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (411, 1, 0.0967, 2); +INSERT INTO `ingredient_info` VALUES (411, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (411, 3, 0.1402, 2); +INSERT INTO `ingredient_info` VALUES (411, 4, 0.0421, 2); +INSERT INTO `ingredient_info` VALUES (411, 5, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (411, 6, 0.7113, 2); +INSERT INTO `ingredient_info` VALUES (411, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (411, 8, 0.0095, 2); +INSERT INTO `ingredient_info` VALUES (411, 9, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (411, 10, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (411, 11, 0.6, 2); +INSERT INTO `ingredient_info` VALUES (411, 12, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (411, 13, 2.34, 2); +INSERT INTO `ingredient_info` VALUES (411, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (411, 15, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (411, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (411, 17, 0.00716, 2); +INSERT INTO `ingredient_info` VALUES (411, 18, 0.592, 2); +INSERT INTO `ingredient_info` VALUES (411, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (411, 20, 0.0017, 2); +INSERT INTO `ingredient_info` VALUES (411, 21, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (411, 22, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (411, 23, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (411, 24, 0.00122, 2); +INSERT INTO `ingredient_info` VALUES (411, 25, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (411, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (411, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (411, 28, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (411, 29, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (411, 30, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (411, 31, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (411, 32, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (411, 33, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (411, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (411, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (411, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (411, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (411, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (411, 39, 1.1, 2); +INSERT INTO `ingredient_info` VALUES (411, 40, 0.00889, 2); +INSERT INTO `ingredient_info` VALUES (411, 41, 0.01232, 2); +INSERT INTO `ingredient_info` VALUES (411, 42, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (411, 43, 0.95, 2); +INSERT INTO `ingredient_info` VALUES (412, 1, 0.1192, 2); +INSERT INTO `ingredient_info` VALUES (412, 2, 3.64, 2); +INSERT INTO `ingredient_info` VALUES (412, 3, 0.1033, 2); +INSERT INTO `ingredient_info` VALUES (412, 4, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (412, 5, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (412, 6, 0.7631, 2); +INSERT INTO `ingredient_info` VALUES (412, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (412, 8, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (412, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (412, 10, 0.0117, 2); +INSERT INTO `ingredient_info` VALUES (412, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (412, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (412, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (412, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (412, 15, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (412, 16, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (412, 17, 0.00682, 2); +INSERT INTO `ingredient_info` VALUES (412, 18, 0.339, 2); +INSERT INTO `ingredient_info` VALUES (412, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 20, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (412, 21, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (412, 22, 0.0125, 2); +INSERT INTO `ingredient_info` VALUES (412, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (412, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (412, 25, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (412, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 27, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (412, 28, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (412, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (412, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (412, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (412, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (412, 40, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (412, 41, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (412, 42, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (412, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 1, 0.1192, 2); +INSERT INTO `ingredient_info` VALUES (413, 2, 3.64, 2); +INSERT INTO `ingredient_info` VALUES (413, 3, 0.1033, 2); +INSERT INTO `ingredient_info` VALUES (413, 4, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (413, 5, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (413, 6, 0.7631, 2); +INSERT INTO `ingredient_info` VALUES (413, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (413, 8, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (413, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (413, 10, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (413, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (413, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (413, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (413, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (413, 15, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (413, 16, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (413, 17, 0.00682, 2); +INSERT INTO `ingredient_info` VALUES (413, 18, 0.339, 2); +INSERT INTO `ingredient_info` VALUES (413, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 20, 0.00785, 2); +INSERT INTO `ingredient_info` VALUES (413, 21, 0.00494, 2); +INSERT INTO `ingredient_info` VALUES (413, 22, 0.05904, 2); +INSERT INTO `ingredient_info` VALUES (413, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (413, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (413, 25, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (413, 26, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (413, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (413, 28, 2.91, 2); +INSERT INTO `ingredient_info` VALUES (413, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (413, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 33, 0.0023, 2); +INSERT INTO `ingredient_info` VALUES (413, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (413, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (413, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (413, 39, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (413, 40, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (413, 41, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (413, 42, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (413, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 1, 0.7459, 2); +INSERT INTO `ingredient_info` VALUES (414, 2, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (414, 3, 0.0315, 2); +INSERT INTO `ingredient_info` VALUES (414, 4, 0.0192, 2); +INSERT INTO `ingredient_info` VALUES (414, 5, 0.0141, 2); +INSERT INTO `ingredient_info` VALUES (414, 6, 0.1889, 2); +INSERT INTO `ingredient_info` VALUES (414, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (414, 8, 0.1134, 2); +INSERT INTO `ingredient_info` VALUES (414, 9, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (414, 10, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (414, 11, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (414, 12, 2.38, 2); +INSERT INTO `ingredient_info` VALUES (414, 13, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (414, 14, 2.84, 2); +INSERT INTO `ingredient_info` VALUES (414, 15, 0.0043, 2); +INSERT INTO `ingredient_info` VALUES (414, 16, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (414, 17, 0.00062, 2); +INSERT INTO `ingredient_info` VALUES (414, 18, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (414, 19, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (414, 20, 0.00034, 2); +INSERT INTO `ingredient_info` VALUES (414, 21, 0.00147, 2); +INSERT INTO `ingredient_info` VALUES (414, 22, 0.00108, 2); +INSERT INTO `ingredient_info` VALUES (414, 23, 0.00274, 2); +INSERT INTO `ingredient_info` VALUES (414, 24, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (414, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (414, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (414, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (414, 29, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (414, 30, 1.7, 2); +INSERT INTO `ingredient_info` VALUES (414, 31, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (414, 32, 0.46, 2); +INSERT INTO `ingredient_info` VALUES (414, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 36, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (414, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (414, 40, 0.01064, 2); +INSERT INTO `ingredient_info` VALUES (414, 41, 0.00561, 2); +INSERT INTO `ingredient_info` VALUES (414, 42, 0.00132, 2); +INSERT INTO `ingredient_info` VALUES (414, 43, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (415, 1, 0.0127, 2); +INSERT INTO `ingredient_info` VALUES (415, 2, 5.18, 2); +INSERT INTO `ingredient_info` VALUES (415, 3, 0.0442, 2); +INSERT INTO `ingredient_info` VALUES (415, 4, 0.2629, 2); +INSERT INTO `ingredient_info` VALUES (415, 5, 0.0207, 2); +INSERT INTO `ingredient_info` VALUES (415, 6, 0.6596, 2); +INSERT INTO `ingredient_info` VALUES (415, 7, 0.067, 2); +INSERT INTO `ingredient_info` VALUES (415, 8, 0.5319, 2); +INSERT INTO `ingredient_info` VALUES (415, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (415, 10, 0.0295, 2); +INSERT INTO `ingredient_info` VALUES (415, 11, 1.06, 2); +INSERT INTO `ingredient_info` VALUES (415, 12, 1.22, 2); +INSERT INTO `ingredient_info` VALUES (415, 13, 3.36, 2); +INSERT INTO `ingredient_info` VALUES (415, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (415, 15, 0.0149, 2); +INSERT INTO `ingredient_info` VALUES (415, 16, 0.00646, 2); +INSERT INTO `ingredient_info` VALUES (415, 17, 0.00736, 2); +INSERT INTO `ingredient_info` VALUES (415, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 20, 0.00051, 2); +INSERT INTO `ingredient_info` VALUES (415, 21, 0.00084, 2); +INSERT INTO `ingredient_info` VALUES (415, 22, 0.00393, 2); +INSERT INTO `ingredient_info` VALUES (415, 23, 0.00097, 2); +INSERT INTO `ingredient_info` VALUES (415, 24, 0.00046, 2); +INSERT INTO `ingredient_info` VALUES (415, 25, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (415, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 27, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (415, 28, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (415, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 30, 0.73, 2); +INSERT INTO `ingredient_info` VALUES (415, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (415, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (415, 40, 0.15655, 2); +INSERT INTO `ingredient_info` VALUES (415, 41, 0.08789, 2); +INSERT INTO `ingredient_info` VALUES (415, 42, 0.00842, 2); +INSERT INTO `ingredient_info` VALUES (415, 43, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (416, 1, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (416, 2, 2.29, 2); +INSERT INTO `ingredient_info` VALUES (416, 3, 0.196, 2); +INSERT INTO `ingredient_info` VALUES (416, 4, 0.137, 2); +INSERT INTO `ingredient_info` VALUES (416, 5, 0.058, 2); +INSERT INTO `ingredient_info` VALUES (416, 6, 0.543, 2); +INSERT INTO `ingredient_info` VALUES (416, 7, 0.332, 2); +INSERT INTO `ingredient_info` VALUES (416, 8, 0.0175, 2); +INSERT INTO `ingredient_info` VALUES (416, 9, 1.28, 2); +INSERT INTO `ingredient_info` VALUES (416, 10, 0.1386, 2); +INSERT INTO `ingredient_info` VALUES (416, 11, 4.99, 2); +INSERT INTO `ingredient_info` VALUES (416, 12, 7.34, 2); +INSERT INTO `ingredient_info` VALUES (416, 13, 15.24, 2); +INSERT INTO `ingredient_info` VALUES (416, 14, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (416, 15, 0.0681, 2); +INSERT INTO `ingredient_info` VALUES (416, 16, 0.03788, 2); +INSERT INTO `ingredient_info` VALUES (416, 17, 0.03837, 2); +INSERT INTO `ingredient_info` VALUES (416, 18, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (416, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 20, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (416, 21, 0.00241, 2); +INSERT INTO `ingredient_info` VALUES (416, 22, 0.02185, 2); +INSERT INTO `ingredient_info` VALUES (416, 23, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (416, 24, 0.00118, 2); +INSERT INTO `ingredient_info` VALUES (416, 25, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (416, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 27, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (416, 28, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (416, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 33, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (416, 34, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (416, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (416, 39, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (416, 40, 0.0807, 2); +INSERT INTO `ingredient_info` VALUES (416, 41, 0.0457, 2); +INSERT INTO `ingredient_info` VALUES (416, 42, 0.0044, 2); +INSERT INTO `ingredient_info` VALUES (416, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 1, 0.8439, 2); +INSERT INTO `ingredient_info` VALUES (417, 2, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (417, 3, 0.0122, 2); +INSERT INTO `ingredient_info` VALUES (417, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (417, 6, 0.1419, 2); +INSERT INTO `ingredient_info` VALUES (417, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 8, 0.1419, 2); +INSERT INTO `ingredient_info` VALUES (417, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (417, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (417, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (417, 12, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (417, 13, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (417, 14, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (417, 15, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (417, 16, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (417, 17, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (417, 18, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (417, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 21, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (417, 22, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (417, 23, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (417, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (417, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (417, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (417, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (417, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 1, 0.8439, 2); +INSERT INTO `ingredient_info` VALUES (418, 2, 0.62, 2); +INSERT INTO `ingredient_info` VALUES (418, 3, 0.0122, 2); +INSERT INTO `ingredient_info` VALUES (418, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (418, 6, 0.1419, 2); +INSERT INTO `ingredient_info` VALUES (418, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 8, 0.1419, 2); +INSERT INTO `ingredient_info` VALUES (418, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (418, 10, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (418, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (418, 12, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (418, 13, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (418, 14, 0.75, 2); +INSERT INTO `ingredient_info` VALUES (418, 15, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (418, 16, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (418, 17, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (418, 18, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (418, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 21, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (418, 22, 1e-05, 2); +INSERT INTO `ingredient_info` VALUES (418, 23, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (418, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (418, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (418, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (418, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (418, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 1, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (419, 2, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (419, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 4, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (419, 5, 0.039, 2); +INSERT INTO `ingredient_info` VALUES (419, 6, 0.929, 2); +INSERT INTO `ingredient_info` VALUES (419, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 8, 0.929, 2); +INSERT INTO `ingredient_info` VALUES (419, 9, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (419, 10, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (419, 11, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (419, 12, 7.05, 2); +INSERT INTO `ingredient_info` VALUES (419, 13, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (419, 14, 14.41, 2); +INSERT INTO `ingredient_info` VALUES (419, 15, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (419, 16, 0.00093, 2); +INSERT INTO `ingredient_info` VALUES (419, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (419, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 20, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (419, 21, 0.00028, 2); +INSERT INTO `ingredient_info` VALUES (419, 22, 6e-05, 2); +INSERT INTO `ingredient_info` VALUES (419, 23, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (419, 24, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (419, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (419, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (419, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (419, 32, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (419, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (419, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (419, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (419, 40, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (419, 41, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (419, 42, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (419, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 1, 0.348, 2); +INSERT INTO `ingredient_info` VALUES (420, 2, 2.77, 2); +INSERT INTO `ingredient_info` VALUES (420, 3, 0.086, 2); +INSERT INTO `ingredient_info` VALUES (420, 4, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (420, 5, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (420, 6, 0.502, 2); +INSERT INTO `ingredient_info` VALUES (420, 7, 0.032, 2); +INSERT INTO `ingredient_info` VALUES (420, 8, 0.0031, 2); +INSERT INTO `ingredient_info` VALUES (420, 9, 0.91, 2); +INSERT INTO `ingredient_info` VALUES (420, 10, 0.0271, 2); +INSERT INTO `ingredient_info` VALUES (420, 11, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (420, 12, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (420, 13, 1.14, 2); +INSERT INTO `ingredient_info` VALUES (420, 14, 6.09, 2); +INSERT INTO `ingredient_info` VALUES (420, 15, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (420, 16, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (420, 17, 0.00559, 2); +INSERT INTO `ingredient_info` VALUES (420, 18, 0.279, 2); +INSERT INTO `ingredient_info` VALUES (420, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 20, 0.00523, 2); +INSERT INTO `ingredient_info` VALUES (420, 21, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (420, 22, 0.04352, 2); +INSERT INTO `ingredient_info` VALUES (420, 23, 0.00452, 2); +INSERT INTO `ingredient_info` VALUES (420, 24, 0.00039, 2); +INSERT INTO `ingredient_info` VALUES (420, 25, 1.13, 2); +INSERT INTO `ingredient_info` VALUES (420, 26, 0.8, 2); +INSERT INTO `ingredient_info` VALUES (420, 27, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (420, 28, 1.69, 2); +INSERT INTO `ingredient_info` VALUES (420, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 33, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (420, 34, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (420, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (420, 39, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (420, 40, 0.00962, 2); +INSERT INTO `ingredient_info` VALUES (420, 41, 0.01961, 2); +INSERT INTO `ingredient_info` VALUES (420, 42, 0.00834, 2); +INSERT INTO `ingredient_info` VALUES (420, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 1, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (421, 2, 4.68, 2); +INSERT INTO `ingredient_info` VALUES (421, 3, 0.072, 2); +INSERT INTO `ingredient_info` VALUES (421, 4, 0.226, 2); +INSERT INTO `ingredient_info` VALUES (421, 5, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (421, 6, 0.624, 2); +INSERT INTO `ingredient_info` VALUES (421, 7, 0.075, 2); +INSERT INTO `ingredient_info` VALUES (421, 8, 0.0051, 2); +INSERT INTO `ingredient_info` VALUES (421, 9, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (421, 10, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (421, 11, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (421, 12, 2.48, 2); +INSERT INTO `ingredient_info` VALUES (421, 13, 1.79, 2); +INSERT INTO `ingredient_info` VALUES (421, 14, 3.67, 2); +INSERT INTO `ingredient_info` VALUES (421, 15, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (421, 16, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (421, 17, 0.00435, 2); +INSERT INTO `ingredient_info` VALUES (421, 18, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (421, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 20, 0.00228, 2); +INSERT INTO `ingredient_info` VALUES (421, 21, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (421, 22, 0.0135, 2); +INSERT INTO `ingredient_info` VALUES (421, 23, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (421, 24, 0.00296, 2); +INSERT INTO `ingredient_info` VALUES (421, 25, 1.31, 2); +INSERT INTO `ingredient_info` VALUES (421, 26, 1.25, 2); +INSERT INTO `ingredient_info` VALUES (421, 27, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (421, 28, 2.19, 2); +INSERT INTO `ingredient_info` VALUES (421, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (421, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 33, 0.0166, 2); +INSERT INTO `ingredient_info` VALUES (421, 34, 0.049, 2); +INSERT INTO `ingredient_info` VALUES (421, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (421, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (421, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (421, 39, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (421, 40, 0.03245, 2); +INSERT INTO `ingredient_info` VALUES (421, 41, 0.08934, 2); +INSERT INTO `ingredient_info` VALUES (421, 42, 0.08494, 2); +INSERT INTO `ingredient_info` VALUES (421, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 1, 0.4589, 2); +INSERT INTO `ingredient_info` VALUES (422, 2, 2.18, 2); +INSERT INTO `ingredient_info` VALUES (422, 3, 0.057, 2); +INSERT INTO `ingredient_info` VALUES (422, 4, 0.0285, 2); +INSERT INTO `ingredient_info` VALUES (422, 5, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (422, 6, 0.4464, 2); +INSERT INTO `ingredient_info` VALUES (422, 7, 0.063, 2); +INSERT INTO `ingredient_info` VALUES (422, 8, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (422, 9, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (422, 10, 0.0123, 2); +INSERT INTO `ingredient_info` VALUES (422, 11, 0.72, 2); +INSERT INTO `ingredient_info` VALUES (422, 12, 3.14, 2); +INSERT INTO `ingredient_info` VALUES (422, 13, 1.86, 2); +INSERT INTO `ingredient_info` VALUES (422, 14, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (422, 15, 0.0131, 2); +INSERT INTO `ingredient_info` VALUES (422, 16, 0.00154, 2); +INSERT INTO `ingredient_info` VALUES (422, 17, 0.00326, 2); +INSERT INTO `ingredient_info` VALUES (422, 18, 0.061, 2); +INSERT INTO `ingredient_info` VALUES (422, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 20, 0.00094, 2); +INSERT INTO `ingredient_info` VALUES (422, 21, 0.00065, 2); +INSERT INTO `ingredient_info` VALUES (422, 22, 0.01498, 2); +INSERT INTO `ingredient_info` VALUES (422, 23, 0.00109, 2); +INSERT INTO `ingredient_info` VALUES (422, 24, 0.00219, 2); +INSERT INTO `ingredient_info` VALUES (422, 25, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (422, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 27, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (422, 28, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (422, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 30, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (422, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 33, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (422, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 36, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (422, 37, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (422, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (422, 39, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (422, 40, 0.00453, 2); +INSERT INTO `ingredient_info` VALUES (422, 41, 0.00692, 2); +INSERT INTO `ingredient_info` VALUES (422, 42, 0.01419, 2); +INSERT INTO `ingredient_info` VALUES (422, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 1, 0.3022, 2); +INSERT INTO `ingredient_info` VALUES (423, 2, 3.12, 2); +INSERT INTO `ingredient_info` VALUES (423, 3, 0.0829, 2); +INSERT INTO `ingredient_info` VALUES (423, 4, 0.0775, 2); +INSERT INTO `ingredient_info` VALUES (423, 5, 0.0239, 2); +INSERT INTO `ingredient_info` VALUES (423, 6, 0.5135, 2); +INSERT INTO `ingredient_info` VALUES (423, 7, 0.031, 2); +INSERT INTO `ingredient_info` VALUES (423, 8, 0.0192, 2); +INSERT INTO `ingredient_info` VALUES (423, 9, 1.29, 2); +INSERT INTO `ingredient_info` VALUES (423, 10, 0.0334, 2); +INSERT INTO `ingredient_info` VALUES (423, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (423, 12, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (423, 13, 1.55, 2); +INSERT INTO `ingredient_info` VALUES (423, 14, 6.36, 2); +INSERT INTO `ingredient_info` VALUES (423, 15, 0.0054, 2); +INSERT INTO `ingredient_info` VALUES (423, 16, 0.00142, 2); +INSERT INTO `ingredient_info` VALUES (423, 17, 0.00498, 2); +INSERT INTO `ingredient_info` VALUES (423, 18, 0.222, 2); +INSERT INTO `ingredient_info` VALUES (423, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 20, 0.00539, 2); +INSERT INTO `ingredient_info` VALUES (423, 21, 0.00267, 2); +INSERT INTO `ingredient_info` VALUES (423, 22, 0.03572, 2); +INSERT INTO `ingredient_info` VALUES (423, 23, 0.00164, 2); +INSERT INTO `ingredient_info` VALUES (423, 24, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (423, 25, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (423, 26, 0.92, 2); +INSERT INTO `ingredient_info` VALUES (423, 27, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (423, 28, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (423, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 33, 0.0019, 2); +INSERT INTO `ingredient_info` VALUES (423, 34, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (423, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (423, 39, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (423, 40, 0.01886, 2); +INSERT INTO `ingredient_info` VALUES (423, 41, 0.03894, 2); +INSERT INTO `ingredient_info` VALUES (423, 42, 0.01584, 2); +INSERT INTO `ingredient_info` VALUES (423, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 1, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (424, 2, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (424, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 5, 0.673, 2); +INSERT INTO `ingredient_info` VALUES (424, 6, 0.277, 2); +INSERT INTO `ingredient_info` VALUES (424, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (424, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 9, 58.76, 2); +INSERT INTO `ingredient_info` VALUES (424, 10, 0.1102, 2); +INSERT INTO `ingredient_info` VALUES (424, 11, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (424, 12, 21.91, 2); +INSERT INTO `ingredient_info` VALUES (424, 13, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (424, 14, 106, 2); +INSERT INTO `ingredient_info` VALUES (424, 15, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (424, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (424, 17, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (424, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (424, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (424, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 1, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (425, 2, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 5, 0.369, 2); +INSERT INTO `ingredient_info` VALUES (425, 6, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 9, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 10, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 14, 273.6, 2); +INSERT INTO `ingredient_info` VALUES (425, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 18, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (425, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (425, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 1, 0.076, 2); +INSERT INTO `ingredient_info` VALUES (426, 2, 2.95, 2); +INSERT INTO `ingredient_info` VALUES (426, 3, 0.383, 2); +INSERT INTO `ingredient_info` VALUES (426, 4, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (426, 5, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (426, 6, 0.382, 2); +INSERT INTO `ingredient_info` VALUES (426, 7, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (426, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 9, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (426, 10, 0.166, 2); +INSERT INTO `ingredient_info` VALUES (426, 11, 0.98, 2); +INSERT INTO `ingredient_info` VALUES (426, 12, 12.9, 2); +INSERT INTO `ingredient_info` VALUES (426, 13, 20, 2); +INSERT INTO `ingredient_info` VALUES (426, 14, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (426, 15, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (426, 16, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (426, 17, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (426, 18, 0.241, 2); +INSERT INTO `ingredient_info` VALUES (426, 19, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (426, 20, 0.0236, 2); +INSERT INTO `ingredient_info` VALUES (426, 21, 0.0547, 2); +INSERT INTO `ingredient_info` VALUES (426, 22, 0.3975, 2); +INSERT INTO `ingredient_info` VALUES (426, 23, 0.113, 2); +INSERT INTO `ingredient_info` VALUES (426, 24, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (426, 25, 23.4, 2); +INSERT INTO `ingredient_info` VALUES (426, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 27, 23.4, 2); +INSERT INTO `ingredient_info` VALUES (426, 28, 23.4, 2); +INSERT INTO `ingredient_info` VALUES (426, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (426, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (426, 40, 0.00595, 2); +INSERT INTO `ingredient_info` VALUES (426, 41, 0.02562, 2); +INSERT INTO `ingredient_info` VALUES (426, 42, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (426, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 1, 0.076, 2); +INSERT INTO `ingredient_info` VALUES (427, 2, 2.95, 2); +INSERT INTO `ingredient_info` VALUES (427, 3, 0.383, 2); +INSERT INTO `ingredient_info` VALUES (427, 4, 0.046, 2); +INSERT INTO `ingredient_info` VALUES (427, 5, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (427, 6, 0.382, 2); +INSERT INTO `ingredient_info` VALUES (427, 7, 0.21, 2); +INSERT INTO `ingredient_info` VALUES (427, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 9, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (427, 10, 0.166, 2); +INSERT INTO `ingredient_info` VALUES (427, 11, 0.98, 2); +INSERT INTO `ingredient_info` VALUES (427, 12, 12.9, 2); +INSERT INTO `ingredient_info` VALUES (427, 13, 20, 2); +INSERT INTO `ingredient_info` VALUES (427, 14, 0.5, 2); +INSERT INTO `ingredient_info` VALUES (427, 15, 0.064, 2); +INSERT INTO `ingredient_info` VALUES (427, 16, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (427, 17, 0.0055, 2); +INSERT INTO `ingredient_info` VALUES (427, 18, 0.241, 2); +INSERT INTO `ingredient_info` VALUES (427, 19, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (427, 20, 0.0236, 2); +INSERT INTO `ingredient_info` VALUES (427, 21, 0.0547, 2); +INSERT INTO `ingredient_info` VALUES (427, 22, 0.3975, 2); +INSERT INTO `ingredient_info` VALUES (427, 23, 0.113, 2); +INSERT INTO `ingredient_info` VALUES (427, 24, 0.0155, 2); +INSERT INTO `ingredient_info` VALUES (427, 25, 23.4, 2); +INSERT INTO `ingredient_info` VALUES (427, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 27, 23.4, 2); +INSERT INTO `ingredient_info` VALUES (427, 28, 23.4, 2); +INSERT INTO `ingredient_info` VALUES (427, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (427, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (427, 40, 0.00595, 2); +INSERT INTO `ingredient_info` VALUES (427, 41, 0.02562, 2); +INSERT INTO `ingredient_info` VALUES (427, 42, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (427, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (428, 1, 0.073, 2); +INSERT INTO `ingredient_info` VALUES (428, 2, 5.06, 2); +INSERT INTO `ingredient_info` VALUES (428, 3, 0.051, 2); +INSERT INTO `ingredient_info` VALUES (428, 4, 0.311, 2); +INSERT INTO `ingredient_info` VALUES (428, 5, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (428, 6, 0.544, 2); +INSERT INTO `ingredient_info` VALUES (428, 7, 0.015, 2); +INSERT INTO `ingredient_info` VALUES (428, 8, 0.221, 2); +INSERT INTO `ingredient_info` VALUES (428, 9, 0.3, 2); +INSERT INTO `ingredient_info` VALUES (428, 10, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (428, 11, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (428, 12, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (428, 13, 1.68, 2); +INSERT INTO `ingredient_info` VALUES (428, 14, 6.72, 2); +INSERT INTO `ingredient_info` VALUES (428, 15, 0.0082, 2); +INSERT INTO `ingredient_info` VALUES (428, 16, 0.00346, 2); +INSERT INTO `ingredient_info` VALUES (428, 17, 0.00519, 2); +INSERT INTO `ingredient_info` VALUES (428, 18, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (428, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (428, 20, 0.00154, 2); +INSERT INTO `ingredient_info` VALUES (428, 21, 0.00208, 2); +INSERT INTO `ingredient_info` VALUES (428, 22, 0.02138, 2); +INSERT INTO `ingredient_info` VALUES (428, 23, 0.00275, 2); +INSERT INTO `ingredient_info` VALUES (428, 24, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (428, 25, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (428, 26, 0.53, 2); +INSERT INTO `ingredient_info` VALUES (428, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (428, 28, 0.9, 2); +INSERT INTO `ingredient_info` VALUES (428, 29, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (428, 30, 9.21, 2); +INSERT INTO `ingredient_info` VALUES (428, 31, 2.11, 2); +INSERT INTO `ingredient_info` VALUES (428, 32, 1.98, 2); +INSERT INTO `ingredient_info` VALUES (428, 33, 0.0283, 2); +INSERT INTO `ingredient_info` VALUES (428, 34, 0.255, 2); +INSERT INTO `ingredient_info` VALUES (428, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (428, 36, 1.56, 2); +INSERT INTO `ingredient_info` VALUES (428, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (428, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (428, 39, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (428, 40, 0.06732, 2); +INSERT INTO `ingredient_info` VALUES (428, 41, 0.14729, 2); +INSERT INTO `ingredient_info` VALUES (428, 42, 0.07713, 2); +INSERT INTO `ingredient_info` VALUES (428, 43, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (429, 1, 0.171, 2); +INSERT INTO `ingredient_info` VALUES (429, 2, 3.04, 2); +INSERT INTO `ingredient_info` VALUES (429, 3, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (429, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (429, 6, 0.824, 2); +INSERT INTO `ingredient_info` VALUES (429, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (429, 8, 0.8212, 2); +INSERT INTO `ingredient_info` VALUES (429, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (429, 10, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (429, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (429, 12, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (429, 13, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (429, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (429, 15, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (429, 16, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (429, 17, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (429, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (429, 19, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (429, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 21, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (429, 22, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (429, 23, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (429, 24, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (429, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (429, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (429, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (429, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (429, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 1, 0.171, 2); +INSERT INTO `ingredient_info` VALUES (430, 2, 3.04, 2); +INSERT INTO `ingredient_info` VALUES (430, 3, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (430, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (430, 6, 0.824, 2); +INSERT INTO `ingredient_info` VALUES (430, 7, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (430, 8, 0.8212, 2); +INSERT INTO `ingredient_info` VALUES (430, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (430, 10, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (430, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (430, 12, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (430, 13, 0.52, 2); +INSERT INTO `ingredient_info` VALUES (430, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (430, 15, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (430, 16, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (430, 17, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (430, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (430, 19, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (430, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 21, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (430, 22, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (430, 23, 0.00068, 2); +INSERT INTO `ingredient_info` VALUES (430, 24, 0.00024, 2); +INSERT INTO `ingredient_info` VALUES (430, 25, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (430, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (430, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (430, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (430, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 1, 0.2187, 2); +INSERT INTO `ingredient_info` VALUES (431, 2, 2.9, 2); +INSERT INTO `ingredient_info` VALUES (431, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (431, 5, 0.033, 2); +INSERT INTO `ingredient_info` VALUES (431, 6, 0.7473, 2); +INSERT INTO `ingredient_info` VALUES (431, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 8, 0.5549, 2); +INSERT INTO `ingredient_info` VALUES (431, 9, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (431, 10, 0.0472, 2); +INSERT INTO `ingredient_info` VALUES (431, 11, 2.42, 2); +INSERT INTO `ingredient_info` VALUES (431, 12, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (431, 13, 14.64, 2); +INSERT INTO `ingredient_info` VALUES (431, 14, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (431, 15, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (431, 16, 0.00487, 2); +INSERT INTO `ingredient_info` VALUES (431, 17, 0.0153, 2); +INSERT INTO `ingredient_info` VALUES (431, 18, 0.178, 2); +INSERT INTO `ingredient_info` VALUES (431, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 20, 0.00041, 2); +INSERT INTO `ingredient_info` VALUES (431, 21, 2e-05, 2); +INSERT INTO `ingredient_info` VALUES (431, 22, 0.0093, 2); +INSERT INTO `ingredient_info` VALUES (431, 23, 0.00804, 2); +INSERT INTO `ingredient_info` VALUES (431, 24, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (431, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (431, 40, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (431, 41, 0.00032, 2); +INSERT INTO `ingredient_info` VALUES (431, 42, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (431, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 1, 0.287, 2); +INSERT INTO `ingredient_info` VALUES (432, 2, 2.35, 2); +INSERT INTO `ingredient_info` VALUES (432, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 5, 0.082, 2); +INSERT INTO `ingredient_info` VALUES (432, 6, 0.608, 2); +INSERT INTO `ingredient_info` VALUES (432, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 9, 8.6, 2); +INSERT INTO `ingredient_info` VALUES (432, 10, 0.175, 2); +INSERT INTO `ingredient_info` VALUES (432, 11, 2.15, 2); +INSERT INTO `ingredient_info` VALUES (432, 12, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (432, 13, 24.92, 2); +INSERT INTO `ingredient_info` VALUES (432, 14, 0.55, 2); +INSERT INTO `ingredient_info` VALUES (432, 15, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (432, 16, 0.0204, 2); +INSERT INTO `ingredient_info` VALUES (432, 17, 0.0261, 2); +INSERT INTO `ingredient_info` VALUES (432, 18, 0.178, 2); +INSERT INTO `ingredient_info` VALUES (432, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 20, 0.00033, 2); +INSERT INTO `ingredient_info` VALUES (432, 21, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (432, 22, 0.0108, 2); +INSERT INTO `ingredient_info` VALUES (432, 23, 0.0088, 2); +INSERT INTO `ingredient_info` VALUES (432, 24, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (432, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (432, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (432, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (432, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (432, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 1, 0.734, 2); +INSERT INTO `ingredient_info` VALUES (433, 2, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (433, 3, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (433, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (433, 5, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (433, 6, 0.262, 2); +INSERT INTO `ingredient_info` VALUES (433, 7, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (433, 8, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (433, 9, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (433, 10, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (433, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (433, 12, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (433, 13, 0.45, 2); +INSERT INTO `ingredient_info` VALUES (433, 14, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (433, 15, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (433, 16, 0.00055, 2); +INSERT INTO `ingredient_info` VALUES (433, 17, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (433, 18, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (433, 19, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (433, 20, 0.00012, 2); +INSERT INTO `ingredient_info` VALUES (433, 21, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (433, 22, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (433, 23, 0.00042, 2); +INSERT INTO `ingredient_info` VALUES (433, 24, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (433, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 40, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (433, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (433, 42, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (433, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 1, 0.7123, 2); +INSERT INTO `ingredient_info` VALUES (434, 2, 1.15, 2); +INSERT INTO `ingredient_info` VALUES (434, 3, 0.0037, 2); +INSERT INTO `ingredient_info` VALUES (434, 4, 0.0007, 2); +INSERT INTO `ingredient_info` VALUES (434, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (434, 6, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (434, 7, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (434, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 9, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (434, 10, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (434, 11, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (434, 12, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (434, 13, 1.05, 2); +INSERT INTO `ingredient_info` VALUES (434, 14, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (434, 15, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (434, 16, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (434, 17, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (434, 18, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (434, 19, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (434, 20, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (434, 21, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (434, 22, 0.0014, 2); +INSERT INTO `ingredient_info` VALUES (434, 23, 0.00063, 2); +INSERT INTO `ingredient_info` VALUES (434, 24, 0.00037, 2); +INSERT INTO `ingredient_info` VALUES (434, 25, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (434, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 27, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (434, 28, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (434, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 30, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (434, 31, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (434, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (434, 40, 0.00018, 2); +INSERT INTO `ingredient_info` VALUES (434, 41, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (434, 42, 0.00021, 2); +INSERT INTO `ingredient_info` VALUES (434, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 1, 0.0177, 2); +INSERT INTO `ingredient_info` VALUES (435, 2, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (435, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 5, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (435, 6, 0.9733, 2); +INSERT INTO `ingredient_info` VALUES (435, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 8, 0.9621, 2); +INSERT INTO `ingredient_info` VALUES (435, 9, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (435, 10, 0.0191, 2); +INSERT INTO `ingredient_info` VALUES (435, 11, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (435, 12, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (435, 13, 3.46, 2); +INSERT INTO `ingredient_info` VALUES (435, 14, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (435, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (435, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (435, 17, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (435, 18, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (435, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 20, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (435, 21, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (435, 22, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (435, 23, 0.00111, 2); +INSERT INTO `ingredient_info` VALUES (435, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (435, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (435, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (435, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (435, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (435, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 1, 0.0177, 2); +INSERT INTO `ingredient_info` VALUES (436, 2, 3.77, 2); +INSERT INTO `ingredient_info` VALUES (436, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 5, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (436, 6, 0.9733, 2); +INSERT INTO `ingredient_info` VALUES (436, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 8, 0.9621, 2); +INSERT INTO `ingredient_info` VALUES (436, 9, 0.85, 2); +INSERT INTO `ingredient_info` VALUES (436, 10, 0.0191, 2); +INSERT INTO `ingredient_info` VALUES (436, 11, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (436, 12, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (436, 13, 3.46, 2); +INSERT INTO `ingredient_info` VALUES (436, 14, 0.39, 2); +INSERT INTO `ingredient_info` VALUES (436, 15, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (436, 16, 0.00298, 2); +INSERT INTO `ingredient_info` VALUES (436, 17, 0.0032, 2); +INSERT INTO `ingredient_info` VALUES (436, 18, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (436, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 20, 8e-05, 2); +INSERT INTO `ingredient_info` VALUES (436, 21, 7e-05, 2); +INSERT INTO `ingredient_info` VALUES (436, 22, 0.00082, 2); +INSERT INTO `ingredient_info` VALUES (436, 23, 0.00111, 2); +INSERT INTO `ingredient_info` VALUES (436, 24, 0.00026, 2); +INSERT INTO `ingredient_info` VALUES (436, 25, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (436, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 27, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (436, 28, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (436, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (436, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 1, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (437, 2, 3.87, 2); +INSERT INTO `ingredient_info` VALUES (437, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 6, 0.9998, 2); +INSERT INTO `ingredient_info` VALUES (437, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 8, 0.9991, 2); +INSERT INTO `ingredient_info` VALUES (437, 9, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (437, 10, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (437, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 13, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (437, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (437, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (437, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (437, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 1, 0.0003, 2); +INSERT INTO `ingredient_info` VALUES (3, 2, 3.87, 2); +INSERT INTO `ingredient_info` VALUES (3, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 4, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 5, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 6, 0.9998, 2); +INSERT INTO `ingredient_info` VALUES (3, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 8, 0.9991, 2); +INSERT INTO `ingredient_info` VALUES (3, 9, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (3, 10, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (3, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 13, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (3, 14, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (3, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 21, 0.00019, 2); +INSERT INTO `ingredient_info` VALUES (3, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (3, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 1, 0.2007, 2); +INSERT INTO `ingredient_info` VALUES (438, 2, 2.93, 2); +INSERT INTO `ingredient_info` VALUES (438, 3, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 4, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (438, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (438, 6, 0.7963, 2); +INSERT INTO `ingredient_info` VALUES (438, 7, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 8, 0.7963, 2); +INSERT INTO `ingredient_info` VALUES (438, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (438, 10, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (438, 11, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (438, 12, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (438, 13, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (438, 14, 1.21, 2); +INSERT INTO `ingredient_info` VALUES (438, 15, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (438, 16, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (438, 17, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (438, 18, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (438, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 20, 0.00011, 2); +INSERT INTO `ingredient_info` VALUES (438, 21, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (438, 22, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (438, 23, 0.00023, 2); +INSERT INTO `ingredient_info` VALUES (438, 24, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (438, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 40, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 41, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (438, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 1, 0.345, 2); +INSERT INTO `ingredient_info` VALUES (439, 2, 2.42, 2); +INSERT INTO `ingredient_info` VALUES (439, 3, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (439, 4, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (439, 5, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (439, 6, 0.644, 2); +INSERT INTO `ingredient_info` VALUES (439, 7, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (439, 8, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (439, 9, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (439, 10, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (439, 11, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (439, 12, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (439, 13, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (439, 14, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (439, 15, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (439, 16, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (439, 17, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (439, 18, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (439, 19, 0.088, 2); +INSERT INTO `ingredient_info` VALUES (439, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 21, 0.00022, 2); +INSERT INTO `ingredient_info` VALUES (439, 22, 0.00036, 2); +INSERT INTO `ingredient_info` VALUES (439, 23, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (439, 24, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (439, 25, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (439, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 27, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (439, 28, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (439, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 30, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (439, 31, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (439, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 33, 0.0013, 2); +INSERT INTO `ingredient_info` VALUES (439, 34, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (439, 35, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (439, 36, 1.16, 2); +INSERT INTO `ingredient_info` VALUES (439, 37, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (439, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 39, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (439, 40, 1e-04, 2); +INSERT INTO `ingredient_info` VALUES (439, 41, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (439, 42, 0, 2); +INSERT INTO `ingredient_info` VALUES (439, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 1, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (440, 2, 2.73, 2); +INSERT INTO `ingredient_info` VALUES (440, 3, 0.0807, 2); +INSERT INTO `ingredient_info` VALUES (440, 4, 0.0415, 2); +INSERT INTO `ingredient_info` VALUES (440, 5, 0.0192, 2); +INSERT INTO `ingredient_info` VALUES (440, 6, 0.5084, 2); +INSERT INTO `ingredient_info` VALUES (440, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (440, 8, 0.1106, 2); +INSERT INTO `ingredient_info` VALUES (440, 9, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (440, 10, 0.0222, 2); +INSERT INTO `ingredient_info` VALUES (440, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 14, 5.96, 2); +INSERT INTO `ingredient_info` VALUES (440, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (440, 40, 0.01013, 2); +INSERT INTO `ingredient_info` VALUES (440, 41, 0.00848, 2); +INSERT INTO `ingredient_info` VALUES (440, 42, 0.02177, 2); +INSERT INTO `ingredient_info` VALUES (440, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 1, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (441, 2, 2.73, 2); +INSERT INTO `ingredient_info` VALUES (441, 3, 0.0807, 2); +INSERT INTO `ingredient_info` VALUES (441, 4, 0.0415, 2); +INSERT INTO `ingredient_info` VALUES (441, 5, 0.0192, 2); +INSERT INTO `ingredient_info` VALUES (441, 6, 0.5084, 2); +INSERT INTO `ingredient_info` VALUES (441, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (441, 8, 0.1106, 2); +INSERT INTO `ingredient_info` VALUES (441, 9, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (441, 10, 0.0222, 2); +INSERT INTO `ingredient_info` VALUES (441, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 14, 5.96, 2); +INSERT INTO `ingredient_info` VALUES (441, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (441, 40, 0.01013, 2); +INSERT INTO `ingredient_info` VALUES (441, 41, 0.00848, 2); +INSERT INTO `ingredient_info` VALUES (441, 42, 0.02177, 2); +INSERT INTO `ingredient_info` VALUES (441, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 1, 0.342, 2); +INSERT INTO `ingredient_info` VALUES (442, 2, 2.73, 2); +INSERT INTO `ingredient_info` VALUES (442, 3, 0.0807, 2); +INSERT INTO `ingredient_info` VALUES (442, 4, 0.0415, 2); +INSERT INTO `ingredient_info` VALUES (442, 5, 0.0192, 2); +INSERT INTO `ingredient_info` VALUES (442, 6, 0.5084, 2); +INSERT INTO `ingredient_info` VALUES (442, 7, 0.026, 2); +INSERT INTO `ingredient_info` VALUES (442, 8, 0.1106, 2); +INSERT INTO `ingredient_info` VALUES (442, 9, 0.87, 2); +INSERT INTO `ingredient_info` VALUES (442, 10, 0.0222, 2); +INSERT INTO `ingredient_info` VALUES (442, 11, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 12, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 13, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 14, 5.96, 2); +INSERT INTO `ingredient_info` VALUES (442, 15, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 16, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 17, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (442, 40, 0.01013, 2); +INSERT INTO `ingredient_info` VALUES (442, 41, 0.00848, 2); +INSERT INTO `ingredient_info` VALUES (442, 42, 0.02177, 2); +INSERT INTO `ingredient_info` VALUES (442, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 1, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (443, 2, 5.39, 2); +INSERT INTO `ingredient_info` VALUES (443, 3, 0.066, 2); +INSERT INTO `ingredient_info` VALUES (443, 4, 0.334, 2); +INSERT INTO `ingredient_info` VALUES (443, 5, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (443, 6, 0.569, 2); +INSERT INTO `ingredient_info` VALUES (443, 7, 0.049, 2); +INSERT INTO `ingredient_info` VALUES (443, 8, 0.0141, 2); +INSERT INTO `ingredient_info` VALUES (443, 9, 1.27, 2); +INSERT INTO `ingredient_info` VALUES (443, 10, 0.0132, 2); +INSERT INTO `ingredient_info` VALUES (443, 11, 0.76, 2); +INSERT INTO `ingredient_info` VALUES (443, 12, 1.85, 2); +INSERT INTO `ingredient_info` VALUES (443, 13, 1.42, 2); +INSERT INTO `ingredient_info` VALUES (443, 14, 6.3, 2); +INSERT INTO `ingredient_info` VALUES (443, 15, 0.0126, 2); +INSERT INTO `ingredient_info` VALUES (443, 16, 0.00161, 2); +INSERT INTO `ingredient_info` VALUES (443, 17, 0.00381, 2); +INSERT INTO `ingredient_info` VALUES (443, 18, 0.067, 2); +INSERT INTO `ingredient_info` VALUES (443, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 20, 0.00027, 2); +INSERT INTO `ingredient_info` VALUES (443, 21, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (443, 22, 0.01183, 2); +INSERT INTO `ingredient_info` VALUES (443, 23, 0.00394, 2); +INSERT INTO `ingredient_info` VALUES (443, 24, 0.00242, 2); +INSERT INTO `ingredient_info` VALUES (443, 25, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (443, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 27, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (443, 28, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (443, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 30, 0.94, 2); +INSERT INTO `ingredient_info` VALUES (443, 31, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (443, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 33, 0.0136, 2); +INSERT INTO `ingredient_info` VALUES (443, 34, 0.336, 2); +INSERT INTO `ingredient_info` VALUES (443, 35, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (443, 36, 0.42, 2); +INSERT INTO `ingredient_info` VALUES (443, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (443, 39, 2.12, 2); +INSERT INTO `ingredient_info` VALUES (443, 40, 0.0455, 2); +INSERT INTO `ingredient_info` VALUES (443, 41, 0.0966, 2); +INSERT INTO `ingredient_info` VALUES (443, 42, 0.1648, 2); +INSERT INTO `ingredient_info` VALUES (443, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 1, 0.0944, 2); +INSERT INTO `ingredient_info` VALUES (444, 2, 3.54, 2); +INSERT INTO `ingredient_info` VALUES (444, 3, 0.1248, 2); +INSERT INTO `ingredient_info` VALUES (444, 4, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (444, 5, 0.0229, 2); +INSERT INTO `ingredient_info` VALUES (444, 6, 0.7348, 2); +INSERT INTO `ingredient_info` VALUES (444, 7, 0.173, 2); +INSERT INTO `ingredient_info` VALUES (444, 8, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (444, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (444, 10, 0.036, 2); +INSERT INTO `ingredient_info` VALUES (444, 11, 1.33, 2); +INSERT INTO `ingredient_info` VALUES (444, 12, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (444, 13, 4.52, 2); +INSERT INTO `ingredient_info` VALUES (444, 14, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (444, 15, 0.0277, 2); +INSERT INTO `ingredient_info` VALUES (444, 16, 0.00498, 2); +INSERT INTO `ingredient_info` VALUES (444, 17, 0.01943, 2); +INSERT INTO `ingredient_info` VALUES (444, 18, 0.377, 2); +INSERT INTO `ingredient_info` VALUES (444, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 20, 0.00646, 2); +INSERT INTO `ingredient_info` VALUES (444, 21, 0.00285, 2); +INSERT INTO `ingredient_info` VALUES (444, 22, 0.04604, 2); +INSERT INTO `ingredient_info` VALUES (444, 23, 0.00282, 2); +INSERT INTO `ingredient_info` VALUES (444, 24, 0.00318, 2); +INSERT INTO `ingredient_info` VALUES (444, 25, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (444, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 27, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (444, 28, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (444, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 30, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (444, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (444, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 33, 0.0057, 2); +INSERT INTO `ingredient_info` VALUES (444, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (444, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (444, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (444, 39, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (444, 40, 0.00482, 2); +INSERT INTO `ingredient_info` VALUES (444, 41, 0.00295, 2); +INSERT INTO `ingredient_info` VALUES (444, 42, 0.01108, 2); +INSERT INTO `ingredient_info` VALUES (444, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 1, 0.1009, 2); +INSERT INTO `ingredient_info` VALUES (445, 2, 3.52, 2); +INSERT INTO `ingredient_info` VALUES (445, 3, 0.0991, 2); +INSERT INTO `ingredient_info` VALUES (445, 4, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (445, 5, 0.0111, 2); +INSERT INTO `ingredient_info` VALUES (445, 6, 0.7772, 2); +INSERT INTO `ingredient_info` VALUES (445, 7, 0.156, 2); +INSERT INTO `ingredient_info` VALUES (445, 8, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (445, 9, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (445, 10, 0.025, 2); +INSERT INTO `ingredient_info` VALUES (445, 11, 0.79, 2); +INSERT INTO `ingredient_info` VALUES (445, 12, 2.21, 2); +INSERT INTO `ingredient_info` VALUES (445, 13, 2.8, 2); +INSERT INTO `ingredient_info` VALUES (445, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (445, 15, 0.0213, 2); +INSERT INTO `ingredient_info` VALUES (445, 16, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (445, 17, 0.01322, 2); +INSERT INTO `ingredient_info` VALUES (445, 18, 0.377, 2); +INSERT INTO `ingredient_info` VALUES (445, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 20, 0.00191, 2); +INSERT INTO `ingredient_info` VALUES (445, 21, 0.00114, 2); +INSERT INTO `ingredient_info` VALUES (445, 22, 0.04604, 2); +INSERT INTO `ingredient_info` VALUES (445, 23, 0.00282, 2); +INSERT INTO `ingredient_info` VALUES (445, 24, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (445, 25, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (445, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 27, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (445, 28, 0.23, 2); +INSERT INTO `ingredient_info` VALUES (445, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 30, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (445, 31, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (445, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 33, 0.0002, 2); +INSERT INTO `ingredient_info` VALUES (445, 34, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (445, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 36, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (445, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (445, 39, 1.6, 2); +INSERT INTO `ingredient_info` VALUES (445, 40, 0.00244, 2); +INSERT INTO `ingredient_info` VALUES (445, 41, 0.00149, 2); +INSERT INTO `ingredient_info` VALUES (445, 42, 0.0056, 2); +INSERT INTO `ingredient_info` VALUES (445, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 1, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (446, 2, 3.42, 2); +INSERT INTO `ingredient_info` VALUES (446, 3, 0.1229, 2); +INSERT INTO `ingredient_info` VALUES (446, 4, 0.0133, 2); +INSERT INTO `ingredient_info` VALUES (446, 5, 0.0151, 2); +INSERT INTO `ingredient_info` VALUES (446, 6, 0.7587, 2); +INSERT INTO `ingredient_info` VALUES (446, 7, 0.183, 2); +INSERT INTO `ingredient_info` VALUES (446, 8, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (446, 9, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (446, 10, 0.0246, 2); +INSERT INTO `ingredient_info` VALUES (446, 11, 1.64, 2); +INSERT INTO `ingredient_info` VALUES (446, 12, 3, 2); +INSERT INTO `ingredient_info` VALUES (446, 13, 4.1, 2); +INSERT INTO `ingredient_info` VALUES (446, 14, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (446, 15, 0.0193, 2); +INSERT INTO `ingredient_info` VALUES (446, 16, 0.00335, 2); +INSERT INTO `ingredient_info` VALUES (446, 17, 0.03048, 2); +INSERT INTO `ingredient_info` VALUES (446, 18, 0.023, 2); +INSERT INTO `ingredient_info` VALUES (446, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 20, 0.00232, 2); +INSERT INTO `ingredient_info` VALUES (446, 21, 0.00115, 2); +INSERT INTO `ingredient_info` VALUES (446, 22, 0.05114, 2); +INSERT INTO `ingredient_info` VALUES (446, 23, 0.01045, 2); +INSERT INTO `ingredient_info` VALUES (446, 24, 0.00342, 2); +INSERT INTO `ingredient_info` VALUES (446, 25, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (446, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 27, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (446, 28, 0.27, 2); +INSERT INTO `ingredient_info` VALUES (446, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 30, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (446, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (446, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (446, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 36, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (446, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (446, 39, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (446, 40, 0.00232, 2); +INSERT INTO `ingredient_info` VALUES (446, 41, 0.00173, 2); +INSERT INTO `ingredient_info` VALUES (446, 42, 0.00541, 2); +INSERT INTO `ingredient_info` VALUES (446, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 1, 0.1026, 2); +INSERT INTO `ingredient_info` VALUES (447, 2, 3.62, 2); +INSERT INTO `ingredient_info` VALUES (447, 3, 0.0812, 2); +INSERT INTO `ingredient_info` VALUES (447, 4, 0.0359, 2); +INSERT INTO `ingredient_info` VALUES (447, 5, 0.0113, 2); +INSERT INTO `ingredient_info` VALUES (447, 6, 0.7689, 2); +INSERT INTO `ingredient_info` VALUES (447, 7, 0.073, 2); +INSERT INTO `ingredient_info` VALUES (447, 8, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (447, 9, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (447, 10, 0.0345, 2); +INSERT INTO `ingredient_info` VALUES (447, 11, 1.27, 2); +INSERT INTO `ingredient_info` VALUES (447, 12, 2.41, 2); +INSERT INTO `ingredient_info` VALUES (447, 13, 2.87, 2); +INSERT INTO `ingredient_info` VALUES (447, 14, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (447, 15, 0.0182, 2); +INSERT INTO `ingredient_info` VALUES (447, 16, 0.00193, 2); +INSERT INTO `ingredient_info` VALUES (447, 17, 0.00498, 2); +INSERT INTO `ingredient_info` VALUES (447, 18, 0.155, 2); +INSERT INTO `ingredient_info` VALUES (447, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 20, 0.00385, 2); +INSERT INTO `ingredient_info` VALUES (447, 21, 0.00201, 2); +INSERT INTO `ingredient_info` VALUES (447, 22, 0.03632, 2); +INSERT INTO `ingredient_info` VALUES (447, 23, 0.00425, 2); +INSERT INTO `ingredient_info` VALUES (447, 24, 0.00304, 2); +INSERT INTO `ingredient_info` VALUES (447, 25, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (447, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 27, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (447, 28, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (447, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 30, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (447, 31, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (447, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 33, 0.0042, 2); +INSERT INTO `ingredient_info` VALUES (447, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (447, 35, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (447, 36, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (447, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (447, 39, 13.55, 2); +INSERT INTO `ingredient_info` VALUES (447, 40, 0.00505, 2); +INSERT INTO `ingredient_info` VALUES (447, 41, 0.00948, 2); +INSERT INTO `ingredient_info` VALUES (447, 42, 0.01638, 2); +INSERT INTO `ingredient_info` VALUES (447, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (448, 1, 0.1159, 2); +INSERT INTO `ingredient_info` VALUES (448, 2, 3.66, 2); +INSERT INTO `ingredient_info` VALUES (448, 3, 0.0848, 2); +INSERT INTO `ingredient_info` VALUES (448, 4, 0.0165, 2); +INSERT INTO `ingredient_info` VALUES (448, 5, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (448, 6, 0.7768, 2); +INSERT INTO `ingredient_info` VALUES (448, 7, 0.074, 2); +INSERT INTO `ingredient_info` VALUES (448, 8, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (448, 9, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (448, 10, 0.0413, 2); +INSERT INTO `ingredient_info` VALUES (448, 11, 0.4, 2); +INSERT INTO `ingredient_info` VALUES (448, 12, 0.84, 2); +INSERT INTO `ingredient_info` VALUES (448, 13, 1.62, 2); +INSERT INTO `ingredient_info` VALUES (448, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (448, 15, 0.0072, 2); +INSERT INTO `ingredient_info` VALUES (448, 16, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (448, 17, 0.00105, 2); +INSERT INTO `ingredient_info` VALUES (448, 18, 0.078, 2); +INSERT INTO `ingredient_info` VALUES (448, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (448, 20, 0.00715, 2); +INSERT INTO `ingredient_info` VALUES (448, 21, 0.00407, 2); +INSERT INTO `ingredient_info` VALUES (448, 22, 0.05034, 2); +INSERT INTO `ingredient_info` VALUES (448, 23, 0.00312, 2); +INSERT INTO `ingredient_info` VALUES (448, 24, 0.00257, 2); +INSERT INTO `ingredient_info` VALUES (448, 25, 2.33, 2); +INSERT INTO `ingredient_info` VALUES (448, 26, 1.85, 2); +INSERT INTO `ingredient_info` VALUES (448, 27, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (448, 28, 3.63, 2); +INSERT INTO `ingredient_info` VALUES (448, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (448, 30, 2.14, 2); +INSERT INTO `ingredient_info` VALUES (448, 31, 0.11, 2); +INSERT INTO `ingredient_info` VALUES (448, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (448, 33, 0.0015, 2); +INSERT INTO `ingredient_info` VALUES (448, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (448, 35, 0.63, 2); +INSERT INTO `ingredient_info` VALUES (448, 36, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (448, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (448, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (448, 39, 13.55, 2); +INSERT INTO `ingredient_info` VALUES (448, 40, 0.00225, 2); +INSERT INTO `ingredient_info` VALUES (448, 41, 0.00412, 2); +INSERT INTO `ingredient_info` VALUES (448, 42, 0.0071, 2); +INSERT INTO `ingredient_info` VALUES (448, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 1, 0.0832, 2); +INSERT INTO `ingredient_info` VALUES (449, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (449, 3, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (449, 4, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (449, 5, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (449, 6, 0.9127, 2); +INSERT INTO `ingredient_info` VALUES (449, 7, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (449, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (449, 10, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (449, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (449, 12, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (449, 13, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (449, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (449, 15, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (449, 16, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (449, 17, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (449, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (449, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (449, 40, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (449, 41, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (449, 42, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (449, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 1, 0.0832, 2); +INSERT INTO `ingredient_info` VALUES (450, 2, 3.81, 2); +INSERT INTO `ingredient_info` VALUES (450, 3, 0.0026, 2); +INSERT INTO `ingredient_info` VALUES (450, 4, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (450, 5, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (450, 6, 0.9127, 2); +INSERT INTO `ingredient_info` VALUES (450, 7, 0.009, 2); +INSERT INTO `ingredient_info` VALUES (450, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 9, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (450, 10, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (450, 11, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (450, 12, 0.13, 2); +INSERT INTO `ingredient_info` VALUES (450, 13, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (450, 14, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (450, 15, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (450, 16, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (450, 17, 0.00053, 2); +INSERT INTO `ingredient_info` VALUES (450, 18, 0.028, 2); +INSERT INTO `ingredient_info` VALUES (450, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 20, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 21, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 22, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 23, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 24, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 25, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 27, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 28, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 33, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (450, 40, 9e-05, 2); +INSERT INTO `ingredient_info` VALUES (450, 41, 0.00016, 2); +INSERT INTO `ingredient_info` VALUES (450, 42, 0.00025, 2); +INSERT INTO `ingredient_info` VALUES (450, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 1, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (451, 2, 5.01, 2); +INSERT INTO `ingredient_info` VALUES (451, 3, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (451, 4, 0.262, 2); +INSERT INTO `ingredient_info` VALUES (451, 5, 0.022, 2); +INSERT INTO `ingredient_info` VALUES (451, 6, 0.629, 2); +INSERT INTO `ingredient_info` VALUES (451, 7, 0.065, 2); +INSERT INTO `ingredient_info` VALUES (451, 8, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (451, 9, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (451, 10, 0.0152, 2); +INSERT INTO `ingredient_info` VALUES (451, 11, 0.88, 2); +INSERT INTO `ingredient_info` VALUES (451, 12, 2.05, 2); +INSERT INTO `ingredient_info` VALUES (451, 13, 1.97, 2); +INSERT INTO `ingredient_info` VALUES (451, 14, 5.28, 2); +INSERT INTO `ingredient_info` VALUES (451, 15, 0.0153, 2); +INSERT INTO `ingredient_info` VALUES (451, 16, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (451, 17, 0.00382, 2); +INSERT INTO `ingredient_info` VALUES (451, 18, 0.067, 2); +INSERT INTO `ingredient_info` VALUES (451, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 20, 0.00075, 2); +INSERT INTO `ingredient_info` VALUES (451, 21, 0.00184, 2); +INSERT INTO `ingredient_info` VALUES (451, 22, 0.01279, 2); +INSERT INTO `ingredient_info` VALUES (451, 23, 0.00788, 2); +INSERT INTO `ingredient_info` VALUES (451, 24, 0.00286, 2); +INSERT INTO `ingredient_info` VALUES (451, 25, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (451, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 27, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (451, 28, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (451, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 30, 0.81, 2); +INSERT INTO `ingredient_info` VALUES (451, 31, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (451, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 33, 0.0353, 2); +INSERT INTO `ingredient_info` VALUES (451, 34, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (451, 35, 0.24, 2); +INSERT INTO `ingredient_info` VALUES (451, 36, 0.37, 2); +INSERT INTO `ingredient_info` VALUES (451, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (451, 39, 5.07, 2); +INSERT INTO `ingredient_info` VALUES (451, 40, 0.0502, 2); +INSERT INTO `ingredient_info` VALUES (451, 41, 0.1545, 2); +INSERT INTO `ingredient_info` VALUES (451, 42, 0.0363, 2); +INSERT INTO `ingredient_info` VALUES (451, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 1, 0.0822, 2); +INSERT INTO `ingredient_info` VALUES (452, 2, 3.89, 2); +INSERT INTO `ingredient_info` VALUES (452, 3, 0.1689, 2); +INSERT INTO `ingredient_info` VALUES (452, 4, 0.069, 2); +INSERT INTO `ingredient_info` VALUES (452, 5, 0.0172, 2); +INSERT INTO `ingredient_info` VALUES (452, 6, 0.6627, 2); +INSERT INTO `ingredient_info` VALUES (452, 7, 0.106, 2); +INSERT INTO `ingredient_info` VALUES (452, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 9, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (452, 10, 0.0472, 2); +INSERT INTO `ingredient_info` VALUES (452, 11, 1.77, 2); +INSERT INTO `ingredient_info` VALUES (452, 12, 5.23, 2); +INSERT INTO `ingredient_info` VALUES (452, 13, 4.29, 2); +INSERT INTO `ingredient_info` VALUES (452, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (452, 15, 0.0397, 2); +INSERT INTO `ingredient_info` VALUES (452, 16, 0.00626, 2); +INSERT INTO `ingredient_info` VALUES (452, 17, 0.04916, 2); +INSERT INTO `ingredient_info` VALUES (452, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 20, 0.00763, 2); +INSERT INTO `ingredient_info` VALUES (452, 21, 0.00139, 2); +INSERT INTO `ingredient_info` VALUES (452, 22, 0.00961, 2); +INSERT INTO `ingredient_info` VALUES (452, 23, 0.01349, 2); +INSERT INTO `ingredient_info` VALUES (452, 24, 0.00119, 2); +INSERT INTO `ingredient_info` VALUES (452, 25, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (452, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 27, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (452, 28, 0.56, 2); +INSERT INTO `ingredient_info` VALUES (452, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 33, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (452, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (452, 40, 0.01217, 2); +INSERT INTO `ingredient_info` VALUES (452, 41, 0.02178, 2); +INSERT INTO `ingredient_info` VALUES (452, 42, 0.02535, 2); +INSERT INTO `ingredient_info` VALUES (452, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 1, 0.1237, 2); +INSERT INTO `ingredient_info` VALUES (453, 2, 3.62, 2); +INSERT INTO `ingredient_info` VALUES (453, 3, 0.075, 2); +INSERT INTO `ingredient_info` VALUES (453, 4, 0.0268, 2); +INSERT INTO `ingredient_info` VALUES (453, 5, 0.0127, 2); +INSERT INTO `ingredient_info` VALUES (453, 6, 0.7617, 2); +INSERT INTO `ingredient_info` VALUES (453, 7, 0.034, 2); +INSERT INTO `ingredient_info` VALUES (453, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 9, 0.33, 2); +INSERT INTO `ingredient_info` VALUES (453, 10, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (453, 11, 1.43, 2); +INSERT INTO `ingredient_info` VALUES (453, 12, 2.64, 2); +INSERT INTO `ingredient_info` VALUES (453, 13, 2.68, 2); +INSERT INTO `ingredient_info` VALUES (453, 14, 0.04, 2); +INSERT INTO `ingredient_info` VALUES (453, 15, 0.0202, 2); +INSERT INTO `ingredient_info` VALUES (453, 16, 0.00277, 2); +INSERT INTO `ingredient_info` VALUES (453, 17, 0.03743, 2); +INSERT INTO `ingredient_info` VALUES (453, 18, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 20, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (453, 21, 0.00043, 2); +INSERT INTO `ingredient_info` VALUES (453, 22, 0.04308, 2); +INSERT INTO `ingredient_info` VALUES (453, 23, 0.01493, 2); +INSERT INTO `ingredient_info` VALUES (453, 24, 0.00509, 2); +INSERT INTO `ingredient_info` VALUES (453, 25, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (453, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 27, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (453, 28, 0.2, 2); +INSERT INTO `ingredient_info` VALUES (453, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 33, 0.0068, 2); +INSERT INTO `ingredient_info` VALUES (453, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (453, 40, 0.00536, 2); +INSERT INTO `ingredient_info` VALUES (453, 41, 0.00971, 2); +INSERT INTO `ingredient_info` VALUES (453, 42, 0.00959, 2); +INSERT INTO `ingredient_info` VALUES (453, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 1, 0.1162, 2); +INSERT INTO `ingredient_info` VALUES (454, 2, 3.65, 2); +INSERT INTO `ingredient_info` VALUES (454, 3, 0.0713, 2); +INSERT INTO `ingredient_info` VALUES (454, 4, 0.0066, 2); +INSERT INTO `ingredient_info` VALUES (454, 5, 0.0064, 2); +INSERT INTO `ingredient_info` VALUES (454, 6, 0.7995, 2); +INSERT INTO `ingredient_info` VALUES (454, 7, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (454, 8, 0.0012, 2); +INSERT INTO `ingredient_info` VALUES (454, 9, 0.28, 2); +INSERT INTO `ingredient_info` VALUES (454, 10, 0.0431, 2); +INSERT INTO `ingredient_info` VALUES (454, 11, 0.25, 2); +INSERT INTO `ingredient_info` VALUES (454, 12, 1.15, 2); +INSERT INTO `ingredient_info` VALUES (454, 13, 1.15, 2); +INSERT INTO `ingredient_info` VALUES (454, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (454, 15, 0.0109, 2); +INSERT INTO `ingredient_info` VALUES (454, 16, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (454, 17, 0.01088, 2); +INSERT INTO `ingredient_info` VALUES (454, 18, 0.151, 2); +INSERT INTO `ingredient_info` VALUES (454, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 20, 0.00576, 2); +INSERT INTO `ingredient_info` VALUES (454, 21, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (454, 22, 0.04192, 2); +INSERT INTO `ingredient_info` VALUES (454, 23, 0.01014, 2); +INSERT INTO `ingredient_info` VALUES (454, 24, 0.00164, 2); +INSERT INTO `ingredient_info` VALUES (454, 25, 2.31, 2); +INSERT INTO `ingredient_info` VALUES (454, 26, 2.23, 2); +INSERT INTO `ingredient_info` VALUES (454, 27, 0.08, 2); +INSERT INTO `ingredient_info` VALUES (454, 28, 3.87, 2); +INSERT INTO `ingredient_info` VALUES (454, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 33, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (454, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (454, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (454, 40, 0.0018, 2); +INSERT INTO `ingredient_info` VALUES (454, 41, 0.00206, 2); +INSERT INTO `ingredient_info` VALUES (454, 42, 0.00177, 2); +INSERT INTO `ingredient_info` VALUES (454, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 1, 0.6844, 2); +INSERT INTO `ingredient_info` VALUES (455, 2, 1.3, 2); +INSERT INTO `ingredient_info` VALUES (455, 3, 0.0269, 2); +INSERT INTO `ingredient_info` VALUES (455, 4, 0.0028, 2); +INSERT INTO `ingredient_info` VALUES (455, 5, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (455, 6, 0.2817, 2); +INSERT INTO `ingredient_info` VALUES (455, 7, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (455, 8, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (455, 9, 0.1, 2); +INSERT INTO `ingredient_info` VALUES (455, 10, 0.012, 2); +INSERT INTO `ingredient_info` VALUES (455, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (455, 12, 0.43, 2); +INSERT INTO `ingredient_info` VALUES (455, 13, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (455, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (455, 15, 0.0049, 2); +INSERT INTO `ingredient_info` VALUES (455, 16, 0.00069, 2); +INSERT INTO `ingredient_info` VALUES (455, 17, 0.00472, 2); +INSERT INTO `ingredient_info` VALUES (455, 18, 0.075, 2); +INSERT INTO `ingredient_info` VALUES (455, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 20, 0.00163, 2); +INSERT INTO `ingredient_info` VALUES (455, 21, 0.00013, 2); +INSERT INTO `ingredient_info` VALUES (455, 22, 0.01476, 2); +INSERT INTO `ingredient_info` VALUES (455, 23, 0.0039, 2); +INSERT INTO `ingredient_info` VALUES (455, 24, 0.00093, 2); +INSERT INTO `ingredient_info` VALUES (455, 25, 0.58, 2); +INSERT INTO `ingredient_info` VALUES (455, 26, 0.55, 2); +INSERT INTO `ingredient_info` VALUES (455, 27, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (455, 28, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (455, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 33, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (455, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (455, 40, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (455, 41, 0.00088, 2); +INSERT INTO `ingredient_info` VALUES (455, 42, 0.00076, 2); +INSERT INTO `ingredient_info` VALUES (455, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 1, 0.0814, 2); +INSERT INTO `ingredient_info` VALUES (456, 2, 3.79, 2); +INSERT INTO `ingredient_info` VALUES (456, 3, 0.0766, 2); +INSERT INTO `ingredient_info` VALUES (456, 4, 0.0029, 2); +INSERT INTO `ingredient_info` VALUES (456, 5, 0.0033, 2); +INSERT INTO `ingredient_info` VALUES (456, 6, 0.8359, 2); +INSERT INTO `ingredient_info` VALUES (456, 7, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (456, 8, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (456, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (456, 10, 0.0419, 2); +INSERT INTO `ingredient_info` VALUES (456, 11, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (456, 12, 0.68, 2); +INSERT INTO `ingredient_info` VALUES (456, 13, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (456, 14, 0.06, 2); +INSERT INTO `ingredient_info` VALUES (456, 15, 0.0096, 2); +INSERT INTO `ingredient_info` VALUES (456, 16, 0.00165, 2); +INSERT INTO `ingredient_info` VALUES (456, 17, 0.00647, 2); +INSERT INTO `ingredient_info` VALUES (456, 18, 0.469, 2); +INSERT INTO `ingredient_info` VALUES (456, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 20, 0.00618, 2); +INSERT INTO `ingredient_info` VALUES (456, 21, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (456, 22, 0.05471, 2); +INSERT INTO `ingredient_info` VALUES (456, 23, 0.00432, 2); +INSERT INTO `ingredient_info` VALUES (456, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (456, 25, 2.75, 2); +INSERT INTO `ingredient_info` VALUES (456, 26, 2.73, 2); +INSERT INTO `ingredient_info` VALUES (456, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (456, 28, 4.66, 2); +INSERT INTO `ingredient_info` VALUES (456, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 33, 0.0004, 2); +INSERT INTO `ingredient_info` VALUES (456, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (456, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (456, 40, 0.00078, 2); +INSERT INTO `ingredient_info` VALUES (456, 41, 0.00089, 2); +INSERT INTO `ingredient_info` VALUES (456, 42, 0.00077, 2); +INSERT INTO `ingredient_info` VALUES (456, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 1, 0.1289, 2); +INSERT INTO `ingredient_info` VALUES (457, 2, 3.6, 2); +INSERT INTO `ingredient_info` VALUES (457, 3, 0.0661, 2); +INSERT INTO `ingredient_info` VALUES (457, 4, 0.0058, 2); +INSERT INTO `ingredient_info` VALUES (457, 5, 0.0058, 2); +INSERT INTO `ingredient_info` VALUES (457, 6, 0.7934, 2); +INSERT INTO `ingredient_info` VALUES (457, 7, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (457, 8, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 9, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (457, 10, 0.0436, 2); +INSERT INTO `ingredient_info` VALUES (457, 11, 0.35, 2); +INSERT INTO `ingredient_info` VALUES (457, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (457, 13, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (457, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (457, 15, 0.0116, 2); +INSERT INTO `ingredient_info` VALUES (457, 16, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (457, 17, 0.011, 2); +INSERT INTO `ingredient_info` VALUES (457, 18, 0.151, 2); +INSERT INTO `ingredient_info` VALUES (457, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 20, 0.00578, 2); +INSERT INTO `ingredient_info` VALUES (457, 21, 0.00048, 2); +INSERT INTO `ingredient_info` VALUES (457, 22, 0.05093, 2); +INSERT INTO `ingredient_info` VALUES (457, 23, 0.01342, 2); +INSERT INTO `ingredient_info` VALUES (457, 24, 0.00145, 2); +INSERT INTO `ingredient_info` VALUES (457, 25, 2.31, 2); +INSERT INTO `ingredient_info` VALUES (457, 26, 2.22, 2); +INSERT INTO `ingredient_info` VALUES (457, 27, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (457, 28, 3.86, 2); +INSERT INTO `ingredient_info` VALUES (457, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 33, 0.0011, 2); +INSERT INTO `ingredient_info` VALUES (457, 34, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 39, 0, 2); +INSERT INTO `ingredient_info` VALUES (457, 40, 0.00158, 2); +INSERT INTO `ingredient_info` VALUES (457, 41, 0.00181, 2); +INSERT INTO `ingredient_info` VALUES (457, 42, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (457, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 1, 0.1027, 2); +INSERT INTO `ingredient_info` VALUES (458, 2, 3.39, 2); +INSERT INTO `ingredient_info` VALUES (458, 3, 0.137, 2); +INSERT INTO `ingredient_info` VALUES (458, 4, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (458, 5, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (458, 6, 0.7257, 2); +INSERT INTO `ingredient_info` VALUES (458, 7, 0.122, 2); +INSERT INTO `ingredient_info` VALUES (458, 8, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (458, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (458, 10, 0.0388, 2); +INSERT INTO `ingredient_info` VALUES (458, 11, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (458, 12, 3.46, 2); +INSERT INTO `ingredient_info` VALUES (458, 13, 4.05, 2); +INSERT INTO `ingredient_info` VALUES (458, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (458, 15, 0.0293, 2); +INSERT INTO `ingredient_info` VALUES (458, 16, 0.00382, 2); +INSERT INTO `ingredient_info` VALUES (458, 17, 0.03799, 2); +INSERT INTO `ingredient_info` VALUES (458, 18, 0.707, 2); +INSERT INTO `ingredient_info` VALUES (458, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 20, 0.00447, 2); +INSERT INTO `ingredient_info` VALUES (458, 21, 0.00215, 2); +INSERT INTO `ingredient_info` VALUES (458, 22, 0.06365, 2); +INSERT INTO `ingredient_info` VALUES (458, 23, 0.01008, 2); +INSERT INTO `ingredient_info` VALUES (458, 24, 0.00341, 2); +INSERT INTO `ingredient_info` VALUES (458, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (458, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (458, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (458, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 30, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (458, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 33, 0.0082, 2); +INSERT INTO `ingredient_info` VALUES (458, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (458, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 36, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (458, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (458, 39, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (458, 40, 0.00322, 2); +INSERT INTO `ingredient_info` VALUES (458, 41, 0.00232, 2); +INSERT INTO `ingredient_info` VALUES (458, 42, 0.00779, 2); +INSERT INTO `ingredient_info` VALUES (458, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 1, 0.1027, 2); +INSERT INTO `ingredient_info` VALUES (459, 2, 3.39, 2); +INSERT INTO `ingredient_info` VALUES (459, 3, 0.137, 2); +INSERT INTO `ingredient_info` VALUES (459, 4, 0.0187, 2); +INSERT INTO `ingredient_info` VALUES (459, 5, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (459, 6, 0.7257, 2); +INSERT INTO `ingredient_info` VALUES (459, 7, 0.122, 2); +INSERT INTO `ingredient_info` VALUES (459, 8, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (459, 9, 0.34, 2); +INSERT INTO `ingredient_info` VALUES (459, 10, 0.0388, 2); +INSERT INTO `ingredient_info` VALUES (459, 11, 1.38, 2); +INSERT INTO `ingredient_info` VALUES (459, 12, 3.46, 2); +INSERT INTO `ingredient_info` VALUES (459, 13, 4.05, 2); +INSERT INTO `ingredient_info` VALUES (459, 14, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (459, 15, 0.0293, 2); +INSERT INTO `ingredient_info` VALUES (459, 16, 0.00382, 2); +INSERT INTO `ingredient_info` VALUES (459, 17, 0.03799, 2); +INSERT INTO `ingredient_info` VALUES (459, 18, 0.707, 2); +INSERT INTO `ingredient_info` VALUES (459, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 20, 0.00447, 2); +INSERT INTO `ingredient_info` VALUES (459, 21, 0.00215, 2); +INSERT INTO `ingredient_info` VALUES (459, 22, 0.06365, 2); +INSERT INTO `ingredient_info` VALUES (459, 23, 0.01008, 2); +INSERT INTO `ingredient_info` VALUES (459, 24, 0.00341, 2); +INSERT INTO `ingredient_info` VALUES (459, 25, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (459, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 27, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (459, 28, 0.44, 2); +INSERT INTO `ingredient_info` VALUES (459, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 30, 0.09, 2); +INSERT INTO `ingredient_info` VALUES (459, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 33, 0.0082, 2); +INSERT INTO `ingredient_info` VALUES (459, 34, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (459, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 36, 0.05, 2); +INSERT INTO `ingredient_info` VALUES (459, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (459, 39, 2.2, 2); +INSERT INTO `ingredient_info` VALUES (459, 40, 0.00322, 2); +INSERT INTO `ingredient_info` VALUES (459, 41, 0.00232, 2); +INSERT INTO `ingredient_info` VALUES (459, 42, 0.00779, 2); +INSERT INTO `ingredient_info` VALUES (459, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 1, 0.1192, 2); +INSERT INTO `ingredient_info` VALUES (460, 2, 3.64, 2); +INSERT INTO `ingredient_info` VALUES (460, 3, 0.1033, 2); +INSERT INTO `ingredient_info` VALUES (460, 4, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (460, 5, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (460, 6, 0.7631, 2); +INSERT INTO `ingredient_info` VALUES (460, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (460, 8, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (460, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (460, 10, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (460, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (460, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (460, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (460, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (460, 15, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (460, 16, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (460, 17, 0.00682, 2); +INSERT INTO `ingredient_info` VALUES (460, 18, 0.339, 2); +INSERT INTO `ingredient_info` VALUES (460, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 20, 0.00785, 2); +INSERT INTO `ingredient_info` VALUES (460, 21, 0.00494, 2); +INSERT INTO `ingredient_info` VALUES (460, 22, 0.05904, 2); +INSERT INTO `ingredient_info` VALUES (460, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (460, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (460, 25, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (460, 26, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (460, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (460, 28, 2.91, 2); +INSERT INTO `ingredient_info` VALUES (460, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (460, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (460, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (460, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (460, 40, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (460, 41, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (460, 42, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (460, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 1, 0.1192, 2); +INSERT INTO `ingredient_info` VALUES (2, 2, 3.64, 2); +INSERT INTO `ingredient_info` VALUES (2, 3, 0.1033, 2); +INSERT INTO `ingredient_info` VALUES (2, 4, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (2, 5, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (2, 6, 0.7631, 2); +INSERT INTO `ingredient_info` VALUES (2, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (2, 8, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (2, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (2, 10, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (2, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (2, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (2, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (2, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (2, 15, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (2, 16, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (2, 17, 0.00682, 2); +INSERT INTO `ingredient_info` VALUES (2, 18, 0.339, 2); +INSERT INTO `ingredient_info` VALUES (2, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 20, 0.00785, 2); +INSERT INTO `ingredient_info` VALUES (2, 21, 0.00494, 2); +INSERT INTO `ingredient_info` VALUES (2, 22, 0.05904, 2); +INSERT INTO `ingredient_info` VALUES (2, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (2, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (2, 25, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (2, 26, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (2, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (2, 28, 2.91, 2); +INSERT INTO `ingredient_info` VALUES (2, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (2, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (2, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (2, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (2, 40, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (2, 41, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (2, 42, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (2, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 1, 0.1192, 2); +INSERT INTO `ingredient_info` VALUES (461, 2, 3.64, 2); +INSERT INTO `ingredient_info` VALUES (461, 3, 0.1033, 2); +INSERT INTO `ingredient_info` VALUES (461, 4, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (461, 5, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (461, 6, 0.7631, 2); +INSERT INTO `ingredient_info` VALUES (461, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (461, 8, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (461, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (461, 10, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (461, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (461, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (461, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (461, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (461, 15, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (461, 16, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (461, 17, 0.00682, 2); +INSERT INTO `ingredient_info` VALUES (461, 18, 0.339, 2); +INSERT INTO `ingredient_info` VALUES (461, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 20, 0.00785, 2); +INSERT INTO `ingredient_info` VALUES (461, 21, 0.00494, 2); +INSERT INTO `ingredient_info` VALUES (461, 22, 0.05904, 2); +INSERT INTO `ingredient_info` VALUES (461, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (461, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (461, 25, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (461, 26, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (461, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (461, 28, 2.91, 2); +INSERT INTO `ingredient_info` VALUES (461, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (461, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (461, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (461, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (461, 40, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (461, 41, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (461, 42, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (461, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 1, 0.1192, 2); +INSERT INTO `ingredient_info` VALUES (462, 2, 3.64, 2); +INSERT INTO `ingredient_info` VALUES (462, 3, 0.1033, 2); +INSERT INTO `ingredient_info` VALUES (462, 4, 0.0098, 2); +INSERT INTO `ingredient_info` VALUES (462, 5, 0.0047, 2); +INSERT INTO `ingredient_info` VALUES (462, 6, 0.7631, 2); +INSERT INTO `ingredient_info` VALUES (462, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (462, 8, 0.0027, 2); +INSERT INTO `ingredient_info` VALUES (462, 9, 0.15, 2); +INSERT INTO `ingredient_info` VALUES (462, 10, 0.0464, 2); +INSERT INTO `ingredient_info` VALUES (462, 11, 0.22, 2); +INSERT INTO `ingredient_info` VALUES (462, 12, 1.08, 2); +INSERT INTO `ingredient_info` VALUES (462, 13, 1.07, 2); +INSERT INTO `ingredient_info` VALUES (462, 14, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (462, 15, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (462, 16, 0.00144, 2); +INSERT INTO `ingredient_info` VALUES (462, 17, 0.00682, 2); +INSERT INTO `ingredient_info` VALUES (462, 18, 0.339, 2); +INSERT INTO `ingredient_info` VALUES (462, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 20, 0.00785, 2); +INSERT INTO `ingredient_info` VALUES (462, 21, 0.00494, 2); +INSERT INTO `ingredient_info` VALUES (462, 22, 0.05904, 2); +INSERT INTO `ingredient_info` VALUES (462, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (462, 24, 0.00044, 2); +INSERT INTO `ingredient_info` VALUES (462, 25, 1.83, 2); +INSERT INTO `ingredient_info` VALUES (462, 26, 1.54, 2); +INSERT INTO `ingredient_info` VALUES (462, 27, 0.29, 2); +INSERT INTO `ingredient_info` VALUES (462, 28, 2.91, 2); +INSERT INTO `ingredient_info` VALUES (462, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (462, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (462, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (462, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (462, 40, 0.00155, 2); +INSERT INTO `ingredient_info` VALUES (462, 41, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (462, 42, 0.00413, 2); +INSERT INTO `ingredient_info` VALUES (462, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 1, 0.1059, 2); +INSERT INTO `ingredient_info` VALUES (463, 2, 3.54, 2); +INSERT INTO `ingredient_info` VALUES (463, 3, 0.0989, 2); +INSERT INTO `ingredient_info` VALUES (463, 4, 0.0097, 2); +INSERT INTO `ingredient_info` VALUES (463, 5, 0.0433, 2); +INSERT INTO `ingredient_info` VALUES (463, 6, 0.7422, 2); +INSERT INTO `ingredient_info` VALUES (463, 7, 0.027, 2); +INSERT INTO `ingredient_info` VALUES (463, 8, 0.0022, 2); +INSERT INTO `ingredient_info` VALUES (463, 9, 3.38, 2); +INSERT INTO `ingredient_info` VALUES (463, 10, 0.0467, 2); +INSERT INTO `ingredient_info` VALUES (463, 11, 0.19, 2); +INSERT INTO `ingredient_info` VALUES (463, 12, 5.95, 2); +INSERT INTO `ingredient_info` VALUES (463, 13, 1.24, 2); +INSERT INTO `ingredient_info` VALUES (463, 14, 12.7, 2); +INSERT INTO `ingredient_info` VALUES (463, 15, 0.0062, 2); +INSERT INTO `ingredient_info` VALUES (463, 16, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (463, 17, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (463, 18, 0.344, 2); +INSERT INTO `ingredient_info` VALUES (463, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 20, 0.00674, 2); +INSERT INTO `ingredient_info` VALUES (463, 21, 0.00414, 2); +INSERT INTO `ingredient_info` VALUES (463, 22, 0.05832, 2); +INSERT INTO `ingredient_info` VALUES (463, 23, 0.00438, 2); +INSERT INTO `ingredient_info` VALUES (463, 24, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (463, 25, 1.96, 2); +INSERT INTO `ingredient_info` VALUES (463, 26, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (463, 27, 0.38, 2); +INSERT INTO `ingredient_info` VALUES (463, 28, 3.07, 2); +INSERT INTO `ingredient_info` VALUES (463, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 33, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (463, 34, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (463, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (463, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (463, 40, 0.00154, 2); +INSERT INTO `ingredient_info` VALUES (463, 41, 0.00086, 2); +INSERT INTO `ingredient_info` VALUES (463, 42, 0.0041, 2); +INSERT INTO `ingredient_info` VALUES (463, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 1, 0.7393, 2); +INSERT INTO `ingredient_info` VALUES (464, 2, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (464, 3, 0.0399, 2); +INSERT INTO `ingredient_info` VALUES (464, 4, 0.0034, 2); +INSERT INTO `ingredient_info` VALUES (464, 5, 0.004, 2); +INSERT INTO `ingredient_info` VALUES (464, 6, 0.2134, 2); +INSERT INTO `ingredient_info` VALUES (464, 7, 0.018, 2); +INSERT INTO `ingredient_info` VALUES (464, 8, 0.0073, 2); +INSERT INTO `ingredient_info` VALUES (464, 9, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (464, 10, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (464, 11, 0.32, 2); +INSERT INTO `ingredient_info` VALUES (464, 12, 0.82, 2); +INSERT INTO `ingredient_info` VALUES (464, 13, 1.01, 2); +INSERT INTO `ingredient_info` VALUES (464, 14, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (464, 15, 0.0134, 2); +INSERT INTO `ingredient_info` VALUES (464, 16, 0.00121, 2); +INSERT INTO `ingredient_info` VALUES (464, 17, 0.00282, 2); +INSERT INTO `ingredient_info` VALUES (464, 18, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (464, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 20, 0.00052, 2); +INSERT INTO `ingredient_info` VALUES (464, 21, 0.00087, 2); +INSERT INTO `ingredient_info` VALUES (464, 22, 0.01287, 2); +INSERT INTO `ingredient_info` VALUES (464, 23, 0.00154, 2); +INSERT INTO `ingredient_info` VALUES (464, 24, 0.00135, 2); +INSERT INTO `ingredient_info` VALUES (464, 25, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (464, 26, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 27, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (464, 28, 0.26, 2); +INSERT INTO `ingredient_info` VALUES (464, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 30, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (464, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 33, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (464, 34, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (464, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 36, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (464, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (464, 39, 0.64, 2); +INSERT INTO `ingredient_info` VALUES (464, 40, 0.00049, 2); +INSERT INTO `ingredient_info` VALUES (464, 41, 0.0005, 2); +INSERT INTO `ingredient_info` VALUES (464, 42, 0.00213, 2); +INSERT INTO `ingredient_info` VALUES (464, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 1, 0.1025, 2); +INSERT INTO `ingredient_info` VALUES (465, 2, 3.71, 2); +INSERT INTO `ingredient_info` VALUES (465, 3, 0.1278, 2); +INSERT INTO `ingredient_info` VALUES (465, 4, 0.0158, 2); +INSERT INTO `ingredient_info` VALUES (465, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (465, 6, 0.7469, 2); +INSERT INTO `ingredient_info` VALUES (465, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (465, 8, 0.0177, 2); +INSERT INTO `ingredient_info` VALUES (465, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (465, 10, 0.0386, 2); +INSERT INTO `ingredient_info` VALUES (465, 11, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (465, 12, 1.5, 2); +INSERT INTO `ingredient_info` VALUES (465, 13, 1.62, 2); +INSERT INTO `ingredient_info` VALUES (465, 14, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (465, 15, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (465, 16, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (465, 17, 0.00694, 2); +INSERT INTO `ingredient_info` VALUES (465, 18, 0.622, 2); +INSERT INTO `ingredient_info` VALUES (465, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 20, 0.01029, 2); +INSERT INTO `ingredient_info` VALUES (465, 21, 0.00444, 2); +INSERT INTO `ingredient_info` VALUES (465, 22, 0.07508, 2); +INSERT INTO `ingredient_info` VALUES (465, 23, 0.00431, 2); +INSERT INTO `ingredient_info` VALUES (465, 24, 0.00106, 2); +INSERT INTO `ingredient_info` VALUES (465, 25, 2.78, 2); +INSERT INTO `ingredient_info` VALUES (465, 26, 2.6, 2); +INSERT INTO `ingredient_info` VALUES (465, 27, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (465, 28, 4.6, 2); +INSERT INTO `ingredient_info` VALUES (465, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (465, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (465, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (465, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (465, 40, 0.00225, 2); +INSERT INTO `ingredient_info` VALUES (465, 41, 0.00186, 2); +INSERT INTO `ingredient_info` VALUES (465, 42, 0.00647, 2); +INSERT INTO `ingredient_info` VALUES (465, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 1, 0.6599, 2); +INSERT INTO `ingredient_info` VALUES (466, 2, 1.41, 2); +INSERT INTO `ingredient_info` VALUES (466, 3, 0.0477, 2); +INSERT INTO `ingredient_info` VALUES (466, 4, 0.0067, 2); +INSERT INTO `ingredient_info` VALUES (466, 5, 0.0024, 2); +INSERT INTO `ingredient_info` VALUES (466, 6, 0.2834, 2); +INSERT INTO `ingredient_info` VALUES (466, 7, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (466, 8, 0.0065, 2); +INSERT INTO `ingredient_info` VALUES (466, 9, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (466, 10, 0.014, 2); +INSERT INTO `ingredient_info` VALUES (466, 11, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (466, 12, 0.54, 2); +INSERT INTO `ingredient_info` VALUES (466, 13, 0.31, 2); +INSERT INTO `ingredient_info` VALUES (466, 14, 0.01, 2); +INSERT INTO `ingredient_info` VALUES (466, 15, 0.0053, 2); +INSERT INTO `ingredient_info` VALUES (466, 16, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (466, 17, 0.00285, 2); +INSERT INTO `ingredient_info` VALUES (466, 18, 0.213, 2); +INSERT INTO `ingredient_info` VALUES (466, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 20, 0.00204, 2); +INSERT INTO `ingredient_info` VALUES (466, 21, 0.00098, 2); +INSERT INTO `ingredient_info` VALUES (466, 22, 0.01672, 2); +INSERT INTO `ingredient_info` VALUES (466, 23, 0.00112, 2); +INSERT INTO `ingredient_info` VALUES (466, 24, 0.00035, 2); +INSERT INTO `ingredient_info` VALUES (466, 25, 0.77, 2); +INSERT INTO `ingredient_info` VALUES (466, 26, 0.66, 2); +INSERT INTO `ingredient_info` VALUES (466, 27, 0.12, 2); +INSERT INTO `ingredient_info` VALUES (466, 28, 1.23, 2); +INSERT INTO `ingredient_info` VALUES (466, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 33, 0.0006, 2); +INSERT INTO `ingredient_info` VALUES (466, 34, 0.001, 2); +INSERT INTO `ingredient_info` VALUES (466, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (466, 39, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (466, 40, 0.00095, 2); +INSERT INTO `ingredient_info` VALUES (466, 41, 0.00079, 2); +INSERT INTO `ingredient_info` VALUES (466, 42, 0.00273, 2); +INSERT INTO `ingredient_info` VALUES (466, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 1, 0.1025, 2); +INSERT INTO `ingredient_info` VALUES (467, 2, 3.71, 2); +INSERT INTO `ingredient_info` VALUES (467, 3, 0.1278, 2); +INSERT INTO `ingredient_info` VALUES (467, 4, 0.0158, 2); +INSERT INTO `ingredient_info` VALUES (467, 5, 0.007, 2); +INSERT INTO `ingredient_info` VALUES (467, 6, 0.7469, 2); +INSERT INTO `ingredient_info` VALUES (467, 7, 0.024, 2); +INSERT INTO `ingredient_info` VALUES (467, 8, 0.0177, 2); +INSERT INTO `ingredient_info` VALUES (467, 9, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (467, 10, 0.0386, 2); +INSERT INTO `ingredient_info` VALUES (467, 11, 0.48, 2); +INSERT INTO `ingredient_info` VALUES (467, 12, 1.5, 2); +INSERT INTO `ingredient_info` VALUES (467, 13, 1.62, 2); +INSERT INTO `ingredient_info` VALUES (467, 14, 0.07, 2); +INSERT INTO `ingredient_info` VALUES (467, 15, 0.0121, 2); +INSERT INTO `ingredient_info` VALUES (467, 16, 0.00254, 2); +INSERT INTO `ingredient_info` VALUES (467, 17, 0.00694, 2); +INSERT INTO `ingredient_info` VALUES (467, 18, 0.622, 2); +INSERT INTO `ingredient_info` VALUES (467, 19, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 20, 0.01029, 2); +INSERT INTO `ingredient_info` VALUES (467, 21, 0.00444, 2); +INSERT INTO `ingredient_info` VALUES (467, 22, 0.07508, 2); +INSERT INTO `ingredient_info` VALUES (467, 23, 0.00431, 2); +INSERT INTO `ingredient_info` VALUES (467, 24, 0.00106, 2); +INSERT INTO `ingredient_info` VALUES (467, 25, 2.78, 2); +INSERT INTO `ingredient_info` VALUES (467, 26, 2.6, 2); +INSERT INTO `ingredient_info` VALUES (467, 27, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (467, 28, 4.6, 2); +INSERT INTO `ingredient_info` VALUES (467, 29, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 30, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 31, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 32, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 33, 0.0009, 2); +INSERT INTO `ingredient_info` VALUES (467, 34, 0.002, 2); +INSERT INTO `ingredient_info` VALUES (467, 35, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 36, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 37, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 38, 0, 2); +INSERT INTO `ingredient_info` VALUES (467, 39, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (467, 40, 0.00225, 2); +INSERT INTO `ingredient_info` VALUES (467, 41, 0.00186, 2); +INSERT INTO `ingredient_info` VALUES (467, 42, 0.00647, 2); +INSERT INTO `ingredient_info` VALUES (467, 43, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 45, 1.58, 2); +INSERT INTO `ingredient_info` VALUES (468, 46, 0.278, 2); +INSERT INTO `ingredient_info` VALUES (468, 47, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 48, 0.234, 2); +INSERT INTO `ingredient_info` VALUES (468, 49, 0.118, 2); +INSERT INTO `ingredient_info` VALUES (468, 50, 0.03, 2); +INSERT INTO `ingredient_info` VALUES (468, 51, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 52, 0.86, 2); +INSERT INTO `ingredient_info` VALUES (468, 53, 0.037, 2); +INSERT INTO `ingredient_info` VALUES (468, 54, 1.8, 2); +INSERT INTO `ingredient_info` VALUES (468, 55, 1.04, 2); +INSERT INTO `ingredient_info` VALUES (468, 56, 26, 2); +INSERT INTO `ingredient_info` VALUES (468, 57, 36, 2); +INSERT INTO `ingredient_info` VALUES (468, 58, 0.021, 2); +INSERT INTO `ingredient_info` VALUES (468, 59, 0.003, 2); +INSERT INTO `ingredient_info` VALUES (468, 60, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 61, 0.18, 2); +INSERT INTO `ingredient_info` VALUES (468, 62, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 63, 0.097, 2); +INSERT INTO `ingredient_info` VALUES (468, 64, 0.143, 2); +INSERT INTO `ingredient_info` VALUES (468, 65, 0.97, 2); +INSERT INTO `ingredient_info` VALUES (468, 66, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 67, 0.013, 2); +INSERT INTO `ingredient_info` VALUES (468, 68, 10.1, 2); +INSERT INTO `ingredient_info` VALUES (468, 69, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 27, 10.1, 2); +INSERT INTO `ingredient_info` VALUES (468, 28, 10.1, 2); +INSERT INTO `ingredient_info` VALUES (468, 70, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (468, 71, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 72, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 73, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 74, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 75, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 76, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 77, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 78, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 79, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 80, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 81, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 82, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 83, 0, 2); +INSERT INTO `ingredient_info` VALUES (468, 84, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 44, 0.216, 2); +INSERT INTO `ingredient_info` VALUES (473, 45, 5.2, 2); +INSERT INTO `ingredient_info` VALUES (473, 46, 0.291, 2); +INSERT INTO `ingredient_info` VALUES (473, 47, 0.442, 2); +INSERT INTO `ingredient_info` VALUES (473, 48, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (473, 49, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (473, 50, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 51, 0.008, 2); +INSERT INTO `ingredient_info` VALUES (473, 52, 0.14, 2); +INSERT INTO `ingredient_info` VALUES (473, 53, 0.0186, 2); +INSERT INTO `ingredient_info` VALUES (473, 54, 0.17, 2); +INSERT INTO `ingredient_info` VALUES (473, 55, 1.42, 2); +INSERT INTO `ingredient_info` VALUES (473, 56, 3.85, 2); +INSERT INTO `ingredient_info` VALUES (473, 57, 14.2, 2); +INSERT INTO `ingredient_info` VALUES (473, 58, 0.0323, 2); +INSERT INTO `ingredient_info` VALUES (473, 59, 0.0008, 2); +INSERT INTO `ingredient_info` VALUES (473, 60, 0.00038, 2); +INSERT INTO `ingredient_info` VALUES (473, 61, 0.261, 2); +INSERT INTO `ingredient_info` VALUES (473, 62, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 63, 0.006, 2); +INSERT INTO `ingredient_info` VALUES (473, 64, 0.00285, 2); +INSERT INTO `ingredient_info` VALUES (473, 65, 0.04867, 2); +INSERT INTO `ingredient_info` VALUES (473, 66, 0.0106, 2); +INSERT INTO `ingredient_info` VALUES (473, 67, 0.005, 2); +INSERT INTO `ingredient_info` VALUES (473, 68, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (473, 69, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 27, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (473, 28, 0.02, 2); +INSERT INTO `ingredient_info` VALUES (473, 70, 0.019, 2); +INSERT INTO `ingredient_info` VALUES (473, 71, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 72, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 73, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 74, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 75, 0.016, 2); +INSERT INTO `ingredient_info` VALUES (473, 76, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 77, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 78, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 79, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 80, 0, 2); +INSERT INTO `ingredient_info` VALUES (473, 81, 0.16, 2); +INSERT INTO `ingredient_info` VALUES (473, 82, 0.219, 2); +INSERT INTO `ingredient_info` VALUES (473, 83, 0.043, 2); +INSERT INTO `ingredient_info` VALUES (473, 84, 1.02, 2); +INSERT INTO `ingredient_info` VALUES (468, 1, 0.37, 2); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_list` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 18. Mai 2005 um 10:52 +-- + +DROP TABLE IF EXISTS `ingredient_list`; +CREATE TABLE IF NOT EXISTS `ingredient_list` ( + `recipe_id` int(11) default NULL, + `ingredient_id` int(11) default NULL, + `amount` float default NULL, + `unit_id` int(11) default NULL, + `prep_method_id` int(11) default NULL, + `order_index` int(11) default NULL, + `group_id` int(11) default NULL, + KEY `ridil_index` (`recipe_id`), + KEY `iidil_index` (`ingredient_id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `ingredient_list` +-- + +INSERT INTO `ingredient_list` VALUES (1, 11, 0.5, 3, -1, 11, -1); +INSERT INTO `ingredient_list` VALUES (1, 10, 100, 2, -1, 10, -1); +INSERT INTO `ingredient_list` VALUES (1, 9, 100, 2, -1, 9, -1); +INSERT INTO `ingredient_list` VALUES (1, 8, 1, 23, -1, 8, -1); +INSERT INTO `ingredient_list` VALUES (1, 7, 1, 18, -1, 7, -1); +INSERT INTO `ingredient_list` VALUES (1, 6, 300, 2, -1, 6, -1); +INSERT INTO `ingredient_list` VALUES (1, 5, 1, 23, -1, 5, -1); +INSERT INTO `ingredient_list` VALUES (1, 4, 7, 23, -1, 4, -1); +INSERT INTO `ingredient_list` VALUES (1, 3, 250, 2, -1, 3, -1); +INSERT INTO `ingredient_list` VALUES (1, 2, 425, 2, -1, 2, -1); +INSERT INTO `ingredient_list` VALUES (1, 1, 185, 2, -1, 1, -1); +INSERT INTO `ingredient_list` VALUES (2, 24, 1, 17, -1, 13, -1); +INSERT INTO `ingredient_list` VALUES (2, 23, 1, 17, -1, 12, -1); +INSERT INTO `ingredient_list` VALUES (2, 22, 1, 17, -1, 11, -1); +INSERT INTO `ingredient_list` VALUES (2, 21, 1, 10, -1, 10, -1); +INSERT INTO `ingredient_list` VALUES (2, 20, 1, 23, -1, 9, -1); +INSERT INTO `ingredient_list` VALUES (2, 19, 5, 2, -1, 8, -1); +INSERT INTO `ingredient_list` VALUES (2, 18, 1, 8, -1, 7, -1); +INSERT INTO `ingredient_list` VALUES (2, 17, 0.25, 8, -1, 6, -1); +INSERT INTO `ingredient_list` VALUES (2, 16, 0.5, 8, -1, 5, -1); +INSERT INTO `ingredient_list` VALUES (2, 15, 0.5, 5, -1, 4, -1); +INSERT INTO `ingredient_list` VALUES (2, 14, 2, 15, -1, 3, -1); +INSERT INTO `ingredient_list` VALUES (2, 13, 3, 14, -1, 2, -1); +INSERT INTO `ingredient_list` VALUES (2, 12, 800, 2, -1, 1, -1); +INSERT INTO `ingredient_list` VALUES (3, 38, 2, 23, -1, 14, -1); +INSERT INTO `ingredient_list` VALUES (3, 37, 100, 2, -1, 13, -1); +INSERT INTO `ingredient_list` VALUES (3, 36, 1, 23, -1, 12, -1); +INSERT INTO `ingredient_list` VALUES (3, 35, 1, 10, -1, 11, -1); +INSERT INTO `ingredient_list` VALUES (3, 34, 1, 9, -1, 10, -1); +INSERT INTO `ingredient_list` VALUES (3, 33, 1, 9, -1, 9, -1); +INSERT INTO `ingredient_list` VALUES (3, 32, 1, 9, -1, 8, -1); +INSERT INTO `ingredient_list` VALUES (3, 31, 1, 8, -1, 7, -1); +INSERT INTO `ingredient_list` VALUES (3, 30, 1, 8, -1, 6, -1); +INSERT INTO `ingredient_list` VALUES (3, 29, 2, 8, -1, 5, -1); +INSERT INTO `ingredient_list` VALUES (3, 28, 100, 4, -1, 4, -1); +INSERT INTO `ingredient_list` VALUES (3, 27, 150, 2, -1, 3, -1); +INSERT INTO `ingredient_list` VALUES (3, 26, 1, 23, -1, 2, -1); +INSERT INTO `ingredient_list` VALUES (3, 25, 200, 2, -1, 1, -1); +INSERT INTO `ingredient_list` VALUES (4, 43, 2, 5, -1, 6, -1); +INSERT INTO `ingredient_list` VALUES (4, 1, 6, 8, -1, 5, -1); +INSERT INTO `ingredient_list` VALUES (4, 42, 1, 23, -1, 4, -1); +INSERT INTO `ingredient_list` VALUES (4, 41, 3, 12, -1, 3, -1); +INSERT INTO `ingredient_list` VALUES (4, 40, 0.25, 12, -1, 2, -1); +INSERT INTO `ingredient_list` VALUES (4, 39, 6, 13, -1, 1, -1); +INSERT INTO `ingredient_list` VALUES (5, 475, 2, 8, -1, 19, -1); +INSERT INTO `ingredient_list` VALUES (5, 5, 3, 23, -1, 18, -1); +INSERT INTO `ingredient_list` VALUES (5, 474, 200, 2, -1, 17, -1); +INSERT INTO `ingredient_list` VALUES (5, 473, 350, 2, -1, 16, -1); +INSERT INTO `ingredient_list` VALUES (5, 470, 1, 19, -1, 15, -1); +INSERT INTO `ingredient_list` VALUES (5, 185, 1, 19, 6, 14, -1); +INSERT INTO `ingredient_list` VALUES (5, 35, 1, 9, 6, 13, -1); +INSERT INTO `ingredient_list` VALUES (5, 23, 1, 19, -1, 12, -1); +INSERT INTO `ingredient_list` VALUES (5, 22, 3, 8, -1, 11, -1); +INSERT INTO `ingredient_list` VALUES (5, 41, 1, 12, -1, 10, -1); +INSERT INTO `ingredient_list` VALUES (5, 300, 1, 1, -1, 9, -1); +INSERT INTO `ingredient_list` VALUES (5, 1, 50, 2, 5, 8, -1); +INSERT INTO `ingredient_list` VALUES (5, 11, 150, 4, -1, 7, -1); +INSERT INTO `ingredient_list` VALUES (5, 97, 1, 23, -1, 6, -1); +INSERT INTO `ingredient_list` VALUES (5, 472, 1, 19, -1, 5, -1); +INSERT INTO `ingredient_list` VALUES (5, 469, 1, 19, -1, 4, -1); +INSERT INTO `ingredient_list` VALUES (5, 23, 1, 19, -1, 3, -1); +INSERT INTO `ingredient_list` VALUES (5, 468, 1, 25, -1, 2, -1); +INSERT INTO `ingredient_list` VALUES (5, 2, 375, 2, -1, 1, -1); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_properties` +-- +-- Erzeugt am: 28. April 2005 um 17:23 +-- Aktualisiert am: 28. April 2005 um 17:42 +-- + +DROP TABLE IF EXISTS `ingredient_properties`; +CREATE TABLE IF NOT EXISTS `ingredient_properties` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(30) default NULL, + `units` varchar(20) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=85 ; + +-- +-- Daten für Tabelle `ingredient_properties` +-- + +INSERT INTO `ingredient_properties` VALUES (1, 'Wasser', 'g'); +INSERT INTO `ingredient_properties` VALUES (2, 'Energiegehalt', 'kcal'); +INSERT INTO `ingredient_properties` VALUES (3, 'Eiweiss', 'g'); +INSERT INTO `ingredient_properties` VALUES (4, 'Fett', 'g'); +INSERT INTO `ingredient_properties` VALUES (5, 'Mineralstoffe', 'g'); +INSERT INTO `ingredient_properties` VALUES (6, 'Kohlehydrate', 'g'); +INSERT INTO `ingredient_properties` VALUES (7, 'Ballaststoffe', 'g'); +INSERT INTO `ingredient_properties` VALUES (8, 'Zucker', 'g'); +INSERT INTO `ingredient_properties` VALUES (9, 'Kalzuim', 'mg'); +INSERT INTO `ingredient_properties` VALUES (10, 'Eisen', 'mg'); +INSERT INTO `ingredient_properties` VALUES (11, 'Magnesium', 'mg'); +INSERT INTO `ingredient_properties` VALUES (12, 'Phosphor', 'mg'); +INSERT INTO `ingredient_properties` VALUES (13, 'Kalium', 'mg'); +INSERT INTO `ingredient_properties` VALUES (14, 'Natrium', 'mg'); +INSERT INTO `ingredient_properties` VALUES (15, 'Zink', 'mg'); +INSERT INTO `ingredient_properties` VALUES (16, 'Kupfer', 'mg'); +INSERT INTO `ingredient_properties` VALUES (17, 'Mangan', 'mg'); +INSERT INTO `ingredient_properties` VALUES (18, 'Selen', 'g'); +INSERT INTO `ingredient_properties` VALUES (19, 'Vitamin C', 'mg'); +INSERT INTO `ingredient_properties` VALUES (20, 'Vitamin B1', 'mg'); +INSERT INTO `ingredient_properties` VALUES (21, 'Vitamin B2', 'mg'); +INSERT INTO `ingredient_properties` VALUES (22, 'Niacin (B3)', 'mg'); +INSERT INTO `ingredient_properties` VALUES (23, 'Pantothensaeure (B5)', 'mg'); +INSERT INTO `ingredient_properties` VALUES (24, 'Vitamin B', 'mg'); +INSERT INTO `ingredient_properties` VALUES (25, 'Folate', 'g'); +INSERT INTO `ingredient_properties` VALUES (26, 'Folsaeure', 'g'); +INSERT INTO `ingredient_properties` VALUES (27, 'food folate', 'g'); +INSERT INTO `ingredient_properties` VALUES (28, 'folate (DFE)', 'g'); +INSERT INTO `ingredient_properties` VALUES (29, 'Vitamin B12', 'g'); +INSERT INTO `ingredient_properties` VALUES (30, 'Vitamin A', 'IU'); +INSERT INTO `ingredient_properties` VALUES (31, 'Vitamin A (RAE)', 'mg'); +INSERT INTO `ingredient_properties` VALUES (32, 'Retinol (Vitamin A)', 'g'); +INSERT INTO `ingredient_properties` VALUES (33, 'Vitamin E', 'g'); +INSERT INTO `ingredient_properties` VALUES (34, 'Vitamin K', 'g'); +INSERT INTO `ingredient_properties` VALUES (35, 'Alpha-Karotin', 'g'); +INSERT INTO `ingredient_properties` VALUES (36, 'Beta-Karotin', 'g'); +INSERT INTO `ingredient_properties` VALUES (37, 'Beta-Cryptoxanthin', 'g'); +INSERT INTO `ingredient_properties` VALUES (38, 'Lykopin', 'g'); +INSERT INTO `ingredient_properties` VALUES (39, 'Lutein+Zeazanthin', 'g'); +INSERT INTO `ingredient_properties` VALUES (40, 'gesaettigtes Fett', 'g'); +INSERT INTO `ingredient_properties` VALUES (41, 'einfach ungesaettigtes Fett', 'g'); +INSERT INTO `ingredient_properties` VALUES (42, 'mehrfach ungesaettigtes Fett', 'g'); +INSERT INTO `ingredient_properties` VALUES (43, 'Cholesterin', 'mg'); +INSERT INTO `ingredient_properties` VALUES (44, 'water', 'g'); +INSERT INTO `ingredient_properties` VALUES (45, 'energy', 'kcal'); +INSERT INTO `ingredient_properties` VALUES (46, 'protein', 'g'); +INSERT INTO `ingredient_properties` VALUES (47, 'fat', 'g'); +INSERT INTO `ingredient_properties` VALUES (48, 'ash', 'g'); +INSERT INTO `ingredient_properties` VALUES (49, 'carbohydrates', 'g'); +INSERT INTO `ingredient_properties` VALUES (50, 'dietary fiber', 'g'); +INSERT INTO `ingredient_properties` VALUES (51, 'sugar', 'g'); +INSERT INTO `ingredient_properties` VALUES (52, 'calcuim', 'mg'); +INSERT INTO `ingredient_properties` VALUES (53, 'iron', 'mg'); +INSERT INTO `ingredient_properties` VALUES (54, 'magnesium', 'mg'); +INSERT INTO `ingredient_properties` VALUES (55, 'phosphorus', 'mg'); +INSERT INTO `ingredient_properties` VALUES (56, 'potassium', 'mg'); +INSERT INTO `ingredient_properties` VALUES (57, 'sodium', 'mg'); +INSERT INTO `ingredient_properties` VALUES (58, 'zinc', 'mg'); +INSERT INTO `ingredient_properties` VALUES (59, 'copper', 'mg'); +INSERT INTO `ingredient_properties` VALUES (60, 'manganese', 'mg'); +INSERT INTO `ingredient_properties` VALUES (61, 'selenium', 'g'); +INSERT INTO `ingredient_properties` VALUES (62, 'vitamin C', 'mg'); +INSERT INTO `ingredient_properties` VALUES (63, 'thiamin', 'mg'); +INSERT INTO `ingredient_properties` VALUES (64, 'riboflavin', 'mg'); +INSERT INTO `ingredient_properties` VALUES (65, 'niacin', 'mg'); +INSERT INTO `ingredient_properties` VALUES (66, 'pantothenic acid', 'mg'); +INSERT INTO `ingredient_properties` VALUES (67, 'vitamin B', 'mg'); +INSERT INTO `ingredient_properties` VALUES (68, 'folate', 'g'); +INSERT INTO `ingredient_properties` VALUES (69, 'folic acid', 'g'); +INSERT INTO `ingredient_properties` VALUES (70, 'vitamin B12', 'g'); +INSERT INTO `ingredient_properties` VALUES (71, 'vitamin A', 'IU'); +INSERT INTO `ingredient_properties` VALUES (72, 'vitamin A (RAE)', 'mg'); +INSERT INTO `ingredient_properties` VALUES (73, 'retinol', 'g'); +INSERT INTO `ingredient_properties` VALUES (74, 'vitamin E', 'g'); +INSERT INTO `ingredient_properties` VALUES (75, 'vitamin K', 'g'); +INSERT INTO `ingredient_properties` VALUES (76, 'alpha-carotene', 'g'); +INSERT INTO `ingredient_properties` VALUES (77, 'beta-carotene', 'g'); +INSERT INTO `ingredient_properties` VALUES (78, 'beta-cryptoxanthin', 'g'); +INSERT INTO `ingredient_properties` VALUES (79, 'lycopene', 'g'); +INSERT INTO `ingredient_properties` VALUES (80, 'lutein+zeazanthin', 'g'); +INSERT INTO `ingredient_properties` VALUES (81, 'saturated fat', 'g'); +INSERT INTO `ingredient_properties` VALUES (82, 'monounsaturated fat', 'g'); +INSERT INTO `ingredient_properties` VALUES (83, 'polyunsaturated fat', 'g'); +INSERT INTO `ingredient_properties` VALUES (84, 'cholesterol', 'mg'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredients` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 19. August 2005 um 09:49 +-- Letzter Check am: 19. August 2005 um 09:49 +-- + +DROP TABLE IF EXISTS `ingredients`; +CREATE TABLE IF NOT EXISTS `ingredients` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(50) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=476 ; + +-- +-- Daten für Tabelle `ingredients` +-- + +INSERT INTO `ingredients` VALUES (1, 'Butter'); +INSERT INTO `ingredients` VALUES (2, 'Mehl'); +INSERT INTO `ingredients` VALUES (3, 'Zucker'); +INSERT INTO `ingredients` VALUES (4, 'Eigelbs'); +INSERT INTO `ingredients` VALUES (5, 'Eier'); +INSERT INTO `ingredients` VALUES (6, 'Puder-Zucker'); +INSERT INTO `ingredients` VALUES (7, 'Zimt'); +INSERT INTO `ingredients` VALUES (8, 'Vanilleschoten'); +INSERT INTO `ingredients` VALUES (9, 'Mandeln'); +INSERT INTO `ingredients` VALUES (10, 'Johannisbeeren / Korinthen'); +INSERT INTO `ingredients` VALUES (11, 'Milch'); +INSERT INTO `ingredients` VALUES (12, 'gehacktes Lammfleisch'); +INSERT INTO `ingredients` VALUES (13, 'Frühlings-Zwiebeln'); +INSERT INTO `ingredients` VALUES (14, 'gehackte Spinatblätter'); +INSERT INTO `ingredients` VALUES (15, 'grüne Erbsen'); +INSERT INTO `ingredients` VALUES (16, 'gemahlener Koriander'); +INSERT INTO `ingredients` VALUES (17, 'gemahlener Zimt'); +INSERT INTO `ingredients` VALUES (18, 'Zitronensaft'); +INSERT INTO `ingredients` VALUES (19, 'Senfkörner'); +INSERT INTO `ingredients` VALUES (20, 'Roma tomato'); +INSERT INTO `ingredients` VALUES (21, 'Essig'); +INSERT INTO `ingredients` VALUES (22, 'Öl'); +INSERT INTO `ingredients` VALUES (23, 'Salz'); +INSERT INTO `ingredients` VALUES (24, 'gemahlener schwarzer Pfeffer'); +INSERT INTO `ingredients` VALUES (25, 'Fusili-Nudeln'); +INSERT INTO `ingredients` VALUES (26, 'zucchini'); +INSERT INTO `ingredients` VALUES (27, 'Pilze'); +INSERT INTO `ingredients` VALUES (28, 'Sahne'); +INSERT INTO `ingredients` VALUES (29, 'red wine'); +INSERT INTO `ingredients` VALUES (30, 'Dillkraut'); +INSERT INTO `ingredients` VALUES (31, 'Merrrettich'); +INSERT INTO `ingredients` VALUES (32, 'Petersilie'); +INSERT INTO `ingredients` VALUES (33, 'Thymian'); +INSERT INTO `ingredients` VALUES (34, 'Schnittlauch'); +INSERT INTO `ingredients` VALUES (35, 'Pfeffer'); +INSERT INTO `ingredients` VALUES (36, 'Olivenöl'); +INSERT INTO `ingredients` VALUES (37, 'geriebener Käse'); +INSERT INTO `ingredients` VALUES (38, 'Tomaten'); +INSERT INTO `ingredients` VALUES (39, 'Gemüsebrühe'); +INSERT INTO `ingredients` VALUES (40, 'Ingwer'); +INSERT INTO `ingredients` VALUES (41, 'Knoblauch'); +INSERT INTO `ingredients` VALUES (42, 'Zwiebel'); +INSERT INTO `ingredients` VALUES (43, 'Möhre'); +INSERT INTO `ingredients` VALUES (44, 'Hähnchenbrust'); +INSERT INTO `ingredients` VALUES (45, 'filetierte Hähnchenbrust'); +INSERT INTO `ingredients` VALUES (46, 'gekochte Hähnchenbrust'); +INSERT INTO `ingredients` VALUES (47, 'Hähnchenschenkel'); +INSERT INTO `ingredients` VALUES (48, 'heiße Pfeffersoße'); +INSERT INTO `ingredients` VALUES (49, 'Taco-Soße'); +INSERT INTO `ingredients` VALUES (50, 'Hähnchen, ganz'); +INSERT INTO `ingredients` VALUES (51, 'gekochtes Hähnchen'); +INSERT INTO `ingredients` VALUES (52, 'Hühnerkraftbrühe'); +INSERT INTO `ingredients` VALUES (53, 'natriumarme Hühnerbrühe'); +INSERT INTO `ingredients` VALUES (54, 'Hühnerbrühe, natriumarm'); +INSERT INTO `ingredients` VALUES (55, 'Brühe'); +INSERT INTO `ingredients` VALUES (56, 'Pilzcremesuppe'); +INSERT INTO `ingredients` VALUES (57, 'Zwiebelsuppe'); +INSERT INTO `ingredients` VALUES (58, 'gekochte Pute'); +INSERT INTO `ingredients` VALUES (59, 'natriumarme Gemüsebrühe'); +INSERT INTO `ingredients` VALUES (60, 'natriumarme Rinderbrühe'); +INSERT INTO `ingredients` VALUES (61, 'Rinderkraftbrühe'); +INSERT INTO `ingredients` VALUES (62, 'Selleriecremesuppe'); +INSERT INTO `ingredients` VALUES (63, 'Hühnercremesuppe'); +INSERT INTO `ingredients` VALUES (64, 'Cheddarkäse'); +INSERT INTO `ingredients` VALUES (65, 'Käse'); +INSERT INTO `ingredients` VALUES (66, 'Hüttenkäse'); +INSERT INTO `ingredients` VALUES (67, 'fettarmer Frischkäse'); +INSERT INTO `ingredients` VALUES (68, 'Frischkäse'); +INSERT INTO `ingredients` VALUES (69, 'Monterey-Jack-Käse'); +INSERT INTO `ingredients` VALUES (70, 'fettarmer Mozzarella'); +INSERT INTO `ingredients` VALUES (71, 'Mozzarella'); +INSERT INTO `ingredients` VALUES (72, 'Parmesankäse'); +INSERT INTO `ingredients` VALUES (73, 'provolone cheese'); +INSERT INTO `ingredients` VALUES (74, 'Ricotta-Käse'); +INSERT INTO `ingredients` VALUES (75, 'Schweizer Käse'); +INSERT INTO `ingredients` VALUES (76, 'Doppelrahm'); +INSERT INTO `ingredients` VALUES (77, 'Doppelrahmsahne'); +INSERT INTO `ingredients` VALUES (78, 'Cool Whip'); +INSERT INTO `ingredients` VALUES (79, 'whipped topping'); +INSERT INTO `ingredients` VALUES (80, 'saure Sahne'); +INSERT INTO `ingredients` VALUES (81, 'Milch, teilentrahmt (1%)'); +INSERT INTO `ingredients` VALUES (82, 'fettfreie Milch'); +INSERT INTO `ingredients` VALUES (83, 'entrahmte Milch'); +INSERT INTO `ingredients` VALUES (84, 'Buttermilch'); +INSERT INTO `ingredients` VALUES (85, 'entrahmtes Trockenmilchpulver'); +INSERT INTO `ingredients` VALUES (86, 'fettfreie Trockenmilch'); +INSERT INTO `ingredients` VALUES (87, 'süße Kondensmilch'); +INSERT INTO `ingredients` VALUES (88, 'fettarmer Yoghurt'); +INSERT INTO `ingredients` VALUES (89, 'reiner fettarmer Yoghurt'); +INSERT INTO `ingredients` VALUES (90, 'reiner Yoghurt, fettarm'); +INSERT INTO `ingredients` VALUES (91, 'reiner Yoghurt'); +INSERT INTO `ingredients` VALUES (92, 'reduced calorie mayonnaise'); +INSERT INTO `ingredients` VALUES (93, 'fettarme Mayonnaise'); +INSERT INTO `ingredients` VALUES (94, 'Mayonaise'); +INSERT INTO `ingredients` VALUES (95, 'Salatsoße (Miracle Whip)'); +INSERT INTO `ingredients` VALUES (96, 'Erdnußöl'); +INSERT INTO `ingredients` VALUES (97, 'Ei'); +INSERT INTO `ingredients` VALUES (98, 'mittelgroßes Ei'); +INSERT INTO `ingredients` VALUES (99, 'Eiweiß'); +INSERT INTO `ingredients` VALUES (100, 'Eigelb'); +INSERT INTO `ingredients` VALUES (101, 'Eier, hart gekocht'); +INSERT INTO `ingredients` VALUES (102, 'Eier, hartgekocht'); +INSERT INTO `ingredients` VALUES (103, 'Sesamöl'); +INSERT INTO `ingredients` VALUES (104, 'Sesam-Öl'); +INSERT INTO `ingredients` VALUES (105, 'Margarine'); +INSERT INTO `ingredients` VALUES (106, 'Salatdressing, italienisch'); +INSERT INTO `ingredients` VALUES (107, 'Mortadella (?)'); +INSERT INTO `ingredients` VALUES (108, 'Eiersatz'); +INSERT INTO `ingredients` VALUES (109, 'Butter (1/2 Stück)'); +INSERT INTO `ingredients` VALUES (110, 'Butter oder Margarine'); +INSERT INTO `ingredients` VALUES (111, 'kalte Butter'); +INSERT INTO `ingredients` VALUES (112, 'veredelter Amerikanischer Käse'); +INSERT INTO `ingredients` VALUES (113, 'Velveeta'); +INSERT INTO `ingredients` VALUES (114, 'Trockenmilchpulver'); +INSERT INTO `ingredients` VALUES (115, 'fettarmer Cheddarkäse'); +INSERT INTO `ingredients` VALUES (116, 'Maiskeimöl'); +INSERT INTO `ingredients` VALUES (117, 'Gemüseöl'); +INSERT INTO `ingredients` VALUES (118, 'Fleischbrühe'); +INSERT INTO `ingredients` VALUES (119, 'Hühnerbrühe'); +INSERT INTO `ingredients` VALUES (120, 'Hühnercremesuppe, konzentriert'); +INSERT INTO `ingredients` VALUES (121, 'Schinken'); +INSERT INTO `ingredients` VALUES (122, 'gefrorenes ganzes Ei'); +INSERT INTO `ingredients` VALUES (123, 'gefrorenes Eiweiß'); +INSERT INTO `ingredients` VALUES (124, 'Piment'); +INSERT INTO `ingredients` VALUES (125, 'Basilikum'); +INSERT INTO `ingredients` VALUES (126, 'Lorbeerblatt'); +INSERT INTO `ingredients` VALUES (127, 'Selleriesalz'); +INSERT INTO `ingredients` VALUES (128, 'Selleriekeim'); +INSERT INTO `ingredients` VALUES (129, 'Chilipulver'); +INSERT INTO `ingredients` VALUES (130, 'Zimt, gemahlen'); +INSERT INTO `ingredients` VALUES (131, 'Backfett'); +INSERT INTO `ingredients` VALUES (132, 'Pilzcremesuppe, konzentriert'); +INSERT INTO `ingredients` VALUES (133, 'Wurst'); +INSERT INTO `ingredients` VALUES (134, 'Pute'); +INSERT INTO `ingredients` VALUES (135, 'Nelken'); +INSERT INTO `ingredients` VALUES (136, 'Nelken oder Piment'); +INSERT INTO `ingredients` VALUES (137, 'gemahlene Nelke'); +INSERT INTO `ingredients` VALUES (138, 'gemahlene Nelken'); +INSERT INTO `ingredients` VALUES (139, 'Kreuzkümmel'); +INSERT INTO `ingredients` VALUES (140, 'gemahlener Kreuzkümmel'); +INSERT INTO `ingredients` VALUES (141, 'Knoblauch, granuliert'); +INSERT INTO `ingredients` VALUES (142, 'Knoblauchsalz'); +INSERT INTO `ingredients` VALUES (143, 'Ingwer, frisch'); +INSERT INTO `ingredients` VALUES (144, 'gemahlener Ingwer'); +INSERT INTO `ingredients` VALUES (145, 'Majoran'); +INSERT INTO `ingredients` VALUES (146, 'Majoranblätter'); +INSERT INTO `ingredients` VALUES (147, 'trockener Senf'); +INSERT INTO `ingredients` VALUES (148, 'gemahlener Muskat'); +INSERT INTO `ingredients` VALUES (149, 'Muskatnuß'); +INSERT INTO `ingredients` VALUES (150, 'Zwiebelpulver'); +INSERT INTO `ingredients` VALUES (151, 'Zwiebelsalz'); +INSERT INTO `ingredients` VALUES (152, 'getrocknetes Oregano'); +INSERT INTO `ingredients` VALUES (153, 'gemahlener Oregano'); +INSERT INTO `ingredients` VALUES (154, 'Oregano'); +INSERT INTO `ingredients` VALUES (155, 'Paprika'); +INSERT INTO `ingredients` VALUES (156, 'Paprikapulver'); +INSERT INTO `ingredients` VALUES (157, 'getrocknete Petersilie'); +INSERT INTO `ingredients` VALUES (158, 'Petersilie, gehackt'); +INSERT INTO `ingredients` VALUES (159, 'Schwarzer Pfeffer'); +INSERT INTO `ingredients` VALUES (160, 'gemahlener Pfeffer'); +INSERT INTO `ingredients` VALUES (161, 'Paprikaschoten, konserviert'); +INSERT INTO `ingredients` VALUES (162, 'Cayenne-Pfeffer'); +INSERT INTO `ingredients` VALUES (163, 'getrockneter roter Paprika'); +INSERT INTO `ingredients` VALUES (164, 'hot pepper flakes'); +INSERT INTO `ingredients` VALUES (165, 'roter Pfeffer'); +INSERT INTO `ingredients` VALUES (166, 'weißer Pfeffer'); +INSERT INTO `ingredients` VALUES (167, 'Geflügelwürze'); +INSERT INTO `ingredients` VALUES (168, 'Taco-Würzmischung'); +INSERT INTO `ingredients` VALUES (169, 'Taco-Gewürz'); +INSERT INTO `ingredients` VALUES (170, 'getrockneter Salbei'); +INSERT INTO `ingredients` VALUES (171, 'Salbei'); +INSERT INTO `ingredients` VALUES (172, 'gemahlener Thymian'); +INSERT INTO `ingredients` VALUES (173, 'Kurkuma'); +INSERT INTO `ingredients` VALUES (174, 'Rinderbrühe'); +INSERT INTO `ingredients` VALUES (175, 'Hühnerbouillon'); +INSERT INTO `ingredients` VALUES (176, 'getrocknetes Basilikum'); +INSERT INTO `ingredients` VALUES (177, 'Senf'); +INSERT INTO `ingredients` VALUES (178, 'Apfelessig'); +INSERT INTO `ingredients` VALUES (179, 'weißer Essig'); +INSERT INTO `ingredients` VALUES (180, 'Zweig frischer Thymian'); +INSERT INTO `ingredients` VALUES (181, 'Rum- oder Vanillearoma'); +INSERT INTO `ingredients` VALUES (182, 'Vanille'); +INSERT INTO `ingredients` VALUES (183, 'Vanilleextract'); +INSERT INTO `ingredients` VALUES (184, 'gehackte Kapern'); +INSERT INTO `ingredients` VALUES (185, 'Rosmarin'); +INSERT INTO `ingredients` VALUES (186, 'Pfefferminzblätter'); +INSERT INTO `ingredients` VALUES (187, 'Bratensoße'); +INSERT INTO `ingredients` VALUES (188, 'Putenschinken'); +INSERT INTO `ingredients` VALUES (189, 'Hähnchenstücke'); +INSERT INTO `ingredients` VALUES (190, 'Hähnchen'); +INSERT INTO `ingredients` VALUES (191, 'Hähnchen (1 - 2 Pfund)'); +INSERT INTO `ingredients` VALUES (192, 'Hähnchen, gekocht'); +INSERT INTO `ingredients` VALUES (193, 'heiße Soße'); +INSERT INTO `ingredients` VALUES (194, 'Salsa'); +INSERT INTO `ingredients` VALUES (195, 'gewürfeltes Hähnchenfleisch'); +INSERT INTO `ingredients` VALUES (196, 'Tomatensoße'); +INSERT INTO `ingredients` VALUES (197, 'Chinese Rübe'); +INSERT INTO `ingredients` VALUES (198, 'Rübe'); +INSERT INTO `ingredients` VALUES (199, 'weiße Rüben'); +INSERT INTO `ingredients` VALUES (200, 'gemischtes Gemüse, gefroren'); +INSERT INTO `ingredients` VALUES (201, 'Äpfel'); +INSERT INTO `ingredients` VALUES (202, 'Granny-Smith-Apfel'); +INSERT INTO `ingredients` VALUES (203, 'Apfelscheiben'); +INSERT INTO `ingredients` VALUES (204, 'Apfelsaft'); +INSERT INTO `ingredients` VALUES (205, 'Apfelsoße, ungesüßt'); +INSERT INTO `ingredients` VALUES (206, 'Mungo-Bohnen'); +INSERT INTO `ingredients` VALUES (207, 'Peperoni, konserviert'); +INSERT INTO `ingredients` VALUES (208, 'gelbe Zucchini'); +INSERT INTO `ingredients` VALUES (209, 'Süßkartoffel aus der Dose'); +INSERT INTO `ingredients` VALUES (210, 'Süßkartoffel'); +INSERT INTO `ingredients` VALUES (211, 'Rinderbrust'); +INSERT INTO `ingredients` VALUES (212, 'Bananen'); +INSERT INTO `ingredients` VALUES (213, 'grüne Chilies'); +INSERT INTO `ingredients` VALUES (214, 'grüner Chilipfeffer'); +INSERT INTO `ingredients` VALUES (215, 'Schalotten'); +INSERT INTO `ingredients` VALUES (216, 'Tomaten, zerkleinert und konserviert'); +INSERT INTO `ingredients` VALUES (217, 'Tomaten, konserviert'); +INSERT INTO `ingredients` VALUES (218, 'Tomaten, gedünstet'); +INSERT INTO `ingredients` VALUES (219, 'rote Sauerkirschen aus der Dose'); +INSERT INTO `ingredients` VALUES (220, 'grüne Bohnen, frisch'); +INSERT INTO `ingredients` VALUES (221, 'grüne Bohnen, konserviert'); +INSERT INTO `ingredients` VALUES (222, 'gefrorene grüne Bohnen'); +INSERT INTO `ingredients` VALUES (223, 'Brokkoli'); +INSERT INTO `ingredients` VALUES (224, 'Brokkoli (TK, aufgetaut)'); +INSERT INTO `ingredients` VALUES (225, 'Brokkoli, gefroren'); +INSERT INTO `ingredients` VALUES (226, 'gefrorener Brokkoli'); +INSERT INTO `ingredients` VALUES (227, 'Brokkoli-Stücke, gefroren'); +INSERT INTO `ingredients` VALUES (228, 'gefrorene Brokkoli-Stücken'); +INSERT INTO `ingredients` VALUES (229, 'gemischte Früchte in Zuckerwasser'); +INSERT INTO `ingredients` VALUES (230, 'Grapefruit'); +INSERT INTO `ingredients` VALUES (231, 'Kohl'); +INSERT INTO `ingredients` VALUES (232, 'Möhren'); +INSERT INTO `ingredients` VALUES (233, 'Möhren, geschält und zerkleinert'); +INSERT INTO `ingredients` VALUES (234, 'gehackte Möhren'); +INSERT INTO `ingredients` VALUES (235, 'zerkleinerte Möhren'); +INSERT INTO `ingredients` VALUES (236, 'Möhrenscheiben'); +INSERT INTO `ingredients` VALUES (237, 'Möhrenscheiben, konserviert'); +INSERT INTO `ingredients` VALUES (238, 'Möhrenscheiben aus der Dose'); +INSERT INTO `ingredients` VALUES (239, 'Möhren, gefroren'); +INSERT INTO `ingredients` VALUES (240, 'Zitrone'); +INSERT INTO `ingredients` VALUES (241, 'Zitronenscheiben'); +INSERT INTO `ingredients` VALUES (242, 'Saft von einer Zitrone'); +INSERT INTO `ingredients` VALUES (243, 'Zitronensaft aus der Flasche'); +INSERT INTO `ingredients` VALUES (244, 'Zitronensaft, gefroren'); +INSERT INTO `ingredients` VALUES (245, 'Zitronenschale'); +INSERT INTO `ingredients` VALUES (246, 'Limonensaft'); +INSERT INTO `ingredients` VALUES (247, 'Blumenkohl, gefroren'); +INSERT INTO `ingredients` VALUES (248, 'gefrorener Blumenkohl'); +INSERT INTO `ingredients` VALUES (249, 'Sellerie'); +INSERT INTO `ingredients` VALUES (250, 'Sellerieblatt'); +INSERT INTO `ingredients` VALUES (251, 'gehackter Sellerie'); +INSERT INTO `ingredients` VALUES (252, 'gehacktes Schnittlauch'); +INSERT INTO `ingredients` VALUES (253, 'frisch gehackter Koriander'); +INSERT INTO `ingredients` VALUES (254, 'Maiskolben, konserviert'); +INSERT INTO `ingredients` VALUES (255, 'Apfelsinen'); +INSERT INTO `ingredients` VALUES (256, 'Apfelsinensaft'); +INSERT INTO `ingredients` VALUES (257, 'Mais, konserviert'); +INSERT INTO `ingredients` VALUES (258, 'gefrorener Mais'); +INSERT INTO `ingredients` VALUES (259, 'Gurke'); +INSERT INTO `ingredients` VALUES (260, 'ganze Gurke'); +INSERT INTO `ingredients` VALUES (261, 'Gurken'); +INSERT INTO `ingredients` VALUES (262, 'ganze Gurken'); +INSERT INTO `ingredients` VALUES (263, 'Aubergine'); +INSERT INTO `ingredients` VALUES (264, 'Aubergine (Baby)'); +INSERT INTO `ingredients` VALUES (265, 'gefrorene Erbsen'); +INSERT INTO `ingredients` VALUES (266, 'gefrorener Orangensaftkonzentrat'); +INSERT INTO `ingredients` VALUES (267, 'Apfelsinensaft aus gefrorenem Konzentrat'); +INSERT INTO `ingredients` VALUES (268, 'Apfelsinenschale'); +INSERT INTO `ingredients` VALUES (269, 'Orangenschale'); +INSERT INTO `ingredients` VALUES (270, 'Pfirsichstücke in Zuckerwasser'); +INSERT INTO `ingredients` VALUES (271, 'Zehenknoblauch'); +INSERT INTO `ingredients` VALUES (272, 'Knoblauchzehe'); +INSERT INTO `ingredients` VALUES (273, 'Knoblauchzehen'); +INSERT INTO `ingredients` VALUES (274, 'Porree'); +INSERT INTO `ingredients` VALUES (275, 'Sojasprossen'); +INSERT INTO `ingredients` VALUES (276, 'reife Kompottbirnen'); +INSERT INTO `ingredients` VALUES (277, 'Ananasstücke in Saft'); +INSERT INTO `ingredients` VALUES (278, 'Ananasstücke im Saft'); +INSERT INTO `ingredients` VALUES (279, 'Ananassaft'); +INSERT INTO `ingredients` VALUES (280, 'zerkleinerter Salat'); +INSERT INTO `ingredients` VALUES (281, 'Salatblatt'); +INSERT INTO `ingredients` VALUES (282, 'Kopfsalat'); +INSERT INTO `ingredients` VALUES (283, 'Pilz'); +INSERT INTO `ingredients` VALUES (284, 'kleine Pilze'); +INSERT INTO `ingredients` VALUES (285, 'getrocknete Pilze'); +INSERT INTO `ingredients` VALUES (286, 'gehackte Zwiebel'); +INSERT INTO `ingredients` VALUES (287, 'gehackte Zwiebeln'); +INSERT INTO `ingredients` VALUES (288, 'grüne Zwiebel'); +INSERT INTO `ingredients` VALUES (289, 'Zwiebel, mittel'); +INSERT INTO `ingredients` VALUES (290, 'Zwiebel, gehackt'); +INSERT INTO `ingredients` VALUES (291, 'Zwiebel, groß'); +INSERT INTO `ingredients` VALUES (292, 'Zwiebeln, gehackt'); +INSERT INTO `ingredients` VALUES (293, 'rote Zwiebel'); +INSERT INTO `ingredients` VALUES (294, 'Salatzwiebeln'); +INSERT INTO `ingredients` VALUES (295, 'kleine Zwiebeln oder Schalotten'); +INSERT INTO `ingredients` VALUES (296, 'Pflaumen'); +INSERT INTO `ingredients` VALUES (297, 'Rosinen'); +INSERT INTO `ingredients` VALUES (298, 'getrocknete Zwiebelstücken'); +INSERT INTO `ingredients` VALUES (299, 'getrocknete Zwiebel'); +INSERT INTO `ingredients` VALUES (300, 'Zwiebeln'); +INSERT INTO `ingredients` VALUES (301, 'gefrorene gehackte Zwiebeln'); +INSERT INTO `ingredients` VALUES (302, 'Frühlingszwiebeln'); +INSERT INTO `ingredients` VALUES (303, 'gehackte Petersilie'); +INSERT INTO `ingredients` VALUES (304, 'frisch gehackte Petersilie'); +INSERT INTO `ingredients` VALUES (305, 'Petersilienstengel'); +INSERT INTO `ingredients` VALUES (306, 'parsnips'); +INSERT INTO `ingredients` VALUES (307, 'grüne Erbsen, konserviert'); +INSERT INTO `ingredients` VALUES (308, 'Erbsen aus der Dose'); +INSERT INTO `ingredients` VALUES (309, 'Erbsen, gefroren'); +INSERT INTO `ingredients` VALUES (310, 'Tomatenmark'); +INSERT INTO `ingredients` VALUES (311, 'Apfelsoße'); +INSERT INTO `ingredients` VALUES (312, 'gemischtes Gemüse'); +INSERT INTO `ingredients` VALUES (313, 'Paprika (rot, gelb, grün)'); +INSERT INTO `ingredients` VALUES (314, 'grüner Pfeffer'); +INSERT INTO `ingredients` VALUES (315, 'grüne Pfefferkörner'); +INSERT INTO `ingredients` VALUES (316, 'Kartoffel'); +INSERT INTO `ingredients` VALUES (317, 'Kartoffeln'); +INSERT INTO `ingredients` VALUES (318, 'rote Kartoffeln'); +INSERT INTO `ingredients` VALUES (319, 'Backkartoffel'); +INSERT INTO `ingredients` VALUES (320, 'Ketschup'); +INSERT INTO `ingredients` VALUES (321, 'Ketchup'); +INSERT INTO `ingredients` VALUES (322, 'Kartoffeln, konserviert'); +INSERT INTO `ingredients` VALUES (323, 'Kartoffel aus der Dose'); +INSERT INTO `ingredients` VALUES (324, 'Kartoffelflocken'); +INSERT INTO `ingredients` VALUES (325, 'kranulierte Kartoffel'); +INSERT INTO `ingredients` VALUES (326, 'eingelegtes Gmüse'); +INSERT INTO `ingredients` VALUES (327, 'süß eingelegtes Gemüse'); +INSERT INTO `ingredients` VALUES (328, 'gehackter Piment'); +INSERT INTO `ingredients` VALUES (329, 'Pimentkörner'); +INSERT INTO `ingredients` VALUES (330, 'Einlegegewürz'); +INSERT INTO `ingredients` VALUES (331, 'Würze'); +INSERT INTO `ingredients` VALUES (332, 'Gewürz für süß eingelegtes Gemüse'); +INSERT INTO `ingredients` VALUES (333, 'zucchini slices'); +INSERT INTO `ingredients` VALUES (334, 'Kürbis'); +INSERT INTO `ingredients` VALUES (335, 'Jalapeno-Pfeffer'); +INSERT INTO `ingredients` VALUES (336, 'gehackter grüner Chili'); +INSERT INTO `ingredients` VALUES (337, 'grüner Chili'); +INSERT INTO `ingredients` VALUES (338, 'Rettich'); +INSERT INTO `ingredients` VALUES (339, 'frischer Spinat'); +INSERT INTO `ingredients` VALUES (340, 'Spinatblatt'); +INSERT INTO `ingredients` VALUES (341, 'geriebene Mandeln'); +INSERT INTO `ingredients` VALUES (342, 'gemahlene Mandeln'); +INSERT INTO `ingredients` VALUES (343, 'Mandelextrakt'); +INSERT INTO `ingredients` VALUES (344, 'Schweinebraten'); +INSERT INTO `ingredients` VALUES (345, 'Kokosnuß'); +INSERT INTO `ingredients` VALUES (346, 'Kokosmilch aus der Dose'); +INSERT INTO `ingredients` VALUES (347, 'Hazelnüsse'); +INSERT INTO `ingredients` VALUES (348, 'pecans'); +INSERT INTO `ingredients` VALUES (349, 'pecans, chopped'); +INSERT INTO `ingredients` VALUES (350, 'Speck'); +INSERT INTO `ingredients` VALUES (351, 'geräucherter Speck'); +INSERT INTO `ingredients` VALUES (352, 'Süßkartoffeln, konserviert'); +INSERT INTO `ingredients` VALUES (353, 'Tomaten aus der Dose'); +INSERT INTO `ingredients` VALUES (354, 'Tomatensaft'); +INSERT INTO `ingredients` VALUES (355, 'Pinienkerne'); +INSERT INTO `ingredients` VALUES (356, 'gehackte Walnüsse'); +INSERT INTO `ingredients` VALUES (357, 'Walnüsse'); +INSERT INTO `ingredients` VALUES (358, 'Kochschinken'); +INSERT INTO `ingredients` VALUES (359, 'Bourbon'); +INSERT INTO `ingredients` VALUES (360, 'flat anchovies'); +INSERT INTO `ingredients` VALUES (361, 'gefrorener Fisch'); +INSERT INTO `ingredients` VALUES (362, 'Croutons zum Servieren'); +INSERT INTO `ingredients` VALUES (363, 'red snapper fillets'); +INSERT INTO `ingredients` VALUES (364, 'Rindfleisch, konserviert'); +INSERT INTO `ingredients` VALUES (365, 'Thunfisch'); +INSERT INTO `ingredients` VALUES (366, 'Thunfisch in Wasser aus der Dose'); +INSERT INTO `ingredients` VALUES (367, 'Garnelen (roh, mittelgroß)'); +INSERT INTO `ingredients` VALUES (368, 'gekochter Tintenfisch, konserviert'); +INSERT INTO `ingredients` VALUES (369, 'Bier'); +INSERT INTO `ingredients` VALUES (370, 'Kalbshaxe'); +INSERT INTO `ingredients` VALUES (371, 'roter Burgunder'); +INSERT INTO `ingredients` VALUES (372, 'Weißwein'); +INSERT INTO `ingredients` VALUES (373, 'Bohnen, konserviert'); +INSERT INTO `ingredients` VALUES (374, 'Bohnen, schwarz'); +INSERT INTO `ingredients` VALUES (375, 'schwarze Bohnen, konserviert'); +INSERT INTO `ingredients` VALUES (376, 'Kidneybohnen, konserviert'); +INSERT INTO `ingredients` VALUES (377, 'Wachsbohnen, konserviert'); +INSERT INTO `ingredients` VALUES (378, 'bunte Bohnen'); +INSERT INTO `ingredients` VALUES (379, 'bunte Bohnen, konserviert'); +INSERT INTO `ingredients` VALUES (380, 'bunte Bohnen aus der Dose'); +INSERT INTO `ingredients` VALUES (381, 'weiße Bohnen, konserviert'); +INSERT INTO `ingredients` VALUES (382, 'Chili'); +INSERT INTO `ingredients` VALUES (383, 'Linsen'); +INSERT INTO `ingredients` VALUES (384, 'beef bottom round'); +INSERT INTO `ingredients` VALUES (385, 'gehackte Nüsse'); +INSERT INTO `ingredients` VALUES (386, 'Erdnußbutter'); +INSERT INTO `ingredients` VALUES (387, 'granulierter Knoblauch'); +INSERT INTO `ingredients` VALUES (388, 'natriumarme Sojasoße'); +INSERT INTO `ingredients` VALUES (389, 'Sojasoße'); +INSERT INTO `ingredients` VALUES (390, 'Brot'); +INSERT INTO `ingredients` VALUES (391, 'Brotkrumen'); +INSERT INTO `ingredients` VALUES (392, 'Brotwürfel'); +INSERT INTO `ingredients` VALUES (393, 'trockene Semmelbrösel'); +INSERT INTO `ingredients` VALUES (394, 'weiche Semmelbrösel'); +INSERT INTO `ingredients` VALUES (395, 'Kräuterfüllung'); +INSERT INTO `ingredients` VALUES (396, 'Pepperidge-Farm-Füllung'); +INSERT INTO `ingredients` VALUES (397, 'gekochte weiße Bohnen'); +INSERT INTO `ingredients` VALUES (398, 'Gelatine mit Pfirsichgeschmack'); +INSERT INTO `ingredients` VALUES (399, 'Oreo Cookies'); +INSERT INTO `ingredients` VALUES (400, 'graham cracker crust (8 or 9 in)'); +INSERT INTO `ingredients` VALUES (401, 'kochendes Wasser'); +INSERT INTO `ingredients` VALUES (402, 'kaltes Wasser'); +INSERT INTO `ingredients` VALUES (403, 'heißes Wasser'); +INSERT INTO `ingredients` VALUES (404, 'warmes Wasser'); +INSERT INTO `ingredients` VALUES (405, 'Wasset'); +INSERT INTO `ingredients` VALUES (406, 'Eiernudeln (medium)'); +INSERT INTO `ingredients` VALUES (407, 'Lasagne-Teigplatten (8 Stück)'); +INSERT INTO `ingredients` VALUES (408, 'Nudeln'); +INSERT INTO `ingredients` VALUES (409, 'Lasagne-Teigplatten'); +INSERT INTO `ingredients` VALUES (410, 'Lasagne-Teigplatten (6-8 Packen)'); +INSERT INTO `ingredients` VALUES (411, 'Eiernudeln, medium'); +INSERT INTO `ingredients` VALUES (412, 'weißes Mehl'); +INSERT INTO `ingredients` VALUES (413, 'Mehl, weiß'); +INSERT INTO `ingredients` VALUES (414, 'Schokoladenpuddingpulver'); +INSERT INTO `ingredients` VALUES (415, 'Schokoladenstück'); +INSERT INTO `ingredients` VALUES (416, 'Kakao'); +INSERT INTO `ingredients` VALUES (417, 'Gelatine'); +INSERT INTO `ingredients` VALUES (418, 'geschmacklose Gelatine'); +INSERT INTO `ingredients` VALUES (419, 'Vanillepuddingpulver'); +INSERT INTO `ingredients` VALUES (420, 'sandwich rolls'); +INSERT INTO `ingredients` VALUES (421, 'taco shells'); +INSERT INTO `ingredients` VALUES (422, 'tostada shell'); +INSERT INTO `ingredients` VALUES (423, 'Mehltortillas'); +INSERT INTO `ingredients` VALUES (424, 'Backpulver'); +INSERT INTO `ingredients` VALUES (425, 'Natron'); +INSERT INTO `ingredients` VALUES (426, 'Backhefe'); +INSERT INTO `ingredients` VALUES (427, 'Hefe'); +INSERT INTO `ingredients` VALUES (428, 'cookie crust (chocolate - 8-9 in)'); +INSERT INTO `ingredients` VALUES (429, 'klarer Honig'); +INSERT INTO `ingredients` VALUES (430, 'Honig'); +INSERT INTO `ingredients` VALUES (431, 'Zuckersirup'); +INSERT INTO `ingredients` VALUES (432, 'dunkler Zuckersirup'); +INSERT INTO `ingredients` VALUES (433, 'Apfelscheiben, konserviert'); +INSERT INTO `ingredients` VALUES (434, 'Kirschkuchenfüllung'); +INSERT INTO `ingredients` VALUES (435, 'brauner Zucker'); +INSERT INTO `ingredients` VALUES (436, 'Zucker, braun'); +INSERT INTO `ingredients` VALUES (437, 'Puderzucker'); +INSERT INTO `ingredients` VALUES (438, 'Maissirup'); +INSERT INTO `ingredients` VALUES (439, 'Aprikosenmarmelade'); +INSERT INTO `ingredients` VALUES (440, 'hamburger bun'); +INSERT INTO `ingredients` VALUES (441, 'hamburger buns'); +INSERT INTO `ingredients` VALUES (442, 'hamburger rolls'); +INSERT INTO `ingredients` VALUES (443, 'Getreidechips'); +INSERT INTO `ingredients` VALUES (444, 'Gerste'); +INSERT INTO `ingredients` VALUES (445, 'Perlgraupen'); +INSERT INTO `ingredients` VALUES (446, 'Grütze'); +INSERT INTO `ingredients` VALUES (447, 'Mais-Mehl'); +INSERT INTO `ingredients` VALUES (448, 'Maismehl'); +INSERT INTO `ingredients` VALUES (449, 'Mais-Stärke'); +INSERT INTO `ingredients` VALUES (450, 'Maisstärke'); +INSERT INTO `ingredients` VALUES (451, 'tortilla chips'); +INSERT INTO `ingredients` VALUES (452, 'Haferflocken'); +INSERT INTO `ingredients` VALUES (453, 'Naturreis'); +INSERT INTO `ingredients` VALUES (454, 'weißer Langkornreis'); +INSERT INTO `ingredients` VALUES (455, 'Reis'); +INSERT INTO `ingredients` VALUES (456, 'Tütenreis'); +INSERT INTO `ingredients` VALUES (457, 'weißer Reis'); +INSERT INTO `ingredients` VALUES (458, 'Vollkornweizenmehl'); +INSERT INTO `ingredients` VALUES (459, 'Weizenvollkornmehl'); +INSERT INTO `ingredients` VALUES (460, 'Allzweckmehl'); +INSERT INTO `ingredients` VALUES (461, 'Allzweck-Mehl'); +INSERT INTO `ingredients` VALUES (462, 'reines Mehl'); +INSERT INTO `ingredients` VALUES (463, 'self-raising flour'); +INSERT INTO `ingredients` VALUES (464, 'gekochter Wildreis'); +INSERT INTO `ingredients` VALUES (465, 'Gabelspaghetti'); +INSERT INTO `ingredients` VALUES (466, 'Eierteigmuscheln'); +INSERT INTO `ingredients` VALUES (467, 'Spaghetti'); +INSERT INTO `ingredients` VALUES (468, 'Hefe, frisch oder getrocknet'); +INSERT INTO `ingredients` VALUES (469, 'Paprikapulver, edelsüß'); +INSERT INTO `ingredients` VALUES (470, 'Kümmelkörner'); +INSERT INTO `ingredients` VALUES (471, 'Kümmel, Pulver oder Körner'); +INSERT INTO `ingredients` VALUES (472, 'Kümmelpulver'); +INSERT INTO `ingredients` VALUES (473, 'Speck, durchwachsen'); +INSERT INTO `ingredients` VALUES (474, 'Käse, Gouda'); +INSERT INTO `ingredients` VALUES (475, 'Créme fraiche'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `prep_methods` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 19. August 2005 um 09:45 +-- + +DROP TABLE IF EXISTS `prep_methods`; +CREATE TABLE IF NOT EXISTS `prep_methods` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(20) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ; + +-- +-- Daten für Tabelle `prep_methods` +-- + +INSERT INTO `prep_methods` VALUES (1, 'Kochen'); +INSERT INTO `prep_methods` VALUES (2, 'Braten'); +INSERT INTO `prep_methods` VALUES (3, 'Dünsten'); +INSERT INTO `prep_methods` VALUES (4, 'Pochieren'); +INSERT INTO `prep_methods` VALUES (5, 'ausgelassen'); +INSERT INTO `prep_methods` VALUES (6, 'gemahlen'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `recipes` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 18. Mai 2005 um 10:52 +-- + +DROP TABLE IF EXISTS `recipes`; +CREATE TABLE IF NOT EXISTS `recipes` ( + `id` int(11) NOT NULL auto_increment, + `title` varchar(200) default NULL, + `persons` int(11) default NULL, + `instructions` text, + `photo` blob, + `prep_time` time default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; + +-- +-- Daten für Tabelle `recipes` +-- + +INSERT INTO `recipes` VALUES (1, 'Gateau Basque / Pastel Vasco', 4, 'First, we need to make the dough: place in a mixing bowl 375g of the flour and make a hole in the middle, where you can place the butter slightly soft, the icing (or normal) sugar, 3 egg yolks, the egg, and 375g flour. Mix all these properly until you get something quite consistant. And leave it in the fridge for at least 1/2 an hour, covered with cling film.\n\nIn the mean time, in order to make some cream, put the milk boiling in a saucepan, and add the cinnamon and the vanilla pod. Midwhile, mix in a bowl the 150 g of the sugar, the rest of the flour (50g), and the 4 egg yolks that are left. Once the milk is boiling, remove the cinnamon and the vanilla pod and add this mixture to the milk. Keep going on mixing continuously until the cream gets quite thick, and once it starts boiling add the almonds, previously grounded, 100 g of sugar which is left, and the currants. Leave this mixture in the fridge for 1/2 an hour.\n\nOnce these two things are done, get a mould ready for baking spreading a bit of butter and then flour so that the cake won''t stick to the mould.\n\nNow, put a thin (less than 5mm) layer of the dough covering the bottom and side parts of the mould, and fill it in with the cream, and cover on top with the rest of the dough in the same way.\n\nPaint the cake''s top part with a bit of whisked egg, and put it in the oven at 190C for around 30 mins. Et voilá! you have a delicious sweet cake.', NULL, '00:00:00'); +INSERT INTO `recipes` VALUES (2, 'Lamb Stuffing', 1, 'Chop the spring onions (from the green leaves all the way close to the root) into 1cm long pieces. Dice the tomato if you use it. In a sautee-pan, add a little oil, the mustard seeds, and eat it. When the mustard seeds start popping, add the chooped spring onions, thawed green peas, and sautee for about 2 minutes. Then, add the spinach, tomato and cilantro powder, and sautee until almost dry. Add thawed minced lamb, a cup of water and stir to make the mixture almost homogeneous. Add cumin powder, cinnamon and salt, and stir thoroughly. Let it simmer for a while until most of the water is gone. Then sprinkle crushed black pepper to required degree of spiciness. Add lemon juice (and vinegar for extra tang) and stir. The pepper should absorb all the remaining water. Stir vigorously for about 30 seconds and remove from heat.\n\nThis makes great stuffing for pitas. Personally, if I have the time, I add the cooked stuffing above to wet rice flour, and steam to obtain flavoured rice cakes, which is consumed by itself or (usually) with coconut chutney.\n\nNote: Be careful adding the cumin and cinnamon. They tend to clump, and you should avoid that be adding them little by little while strirring the mixture.', NULL, '00:00:00'); +INSERT INTO `recipes` VALUES (3, 'Kaas, Dille, Eten', 2, 'Put on 1.5l of water, salted, on to boil. Slice the zucchini in thin slices (about 3mm thick). Chop the mushrooms. Heat olive oil in a heavy iron skillet, add zucchini and fry on high heat for 3 min or so, then add mushrooms and wine, reduce heat, and allow to fry/simmer/turn brown for another 5 minutes or so. By now the water for the pasta should be boiling. Add the pasta and let it cook for the 10 minutes or so it needs to become "al dente". Add the cream, dill, horseradish, herbs and pepper to the zucchini and mushroom mix, and allow to simmer while the pasta cooks. Drain the pasta, add it to the vegetables, mix well.\nServe topped with cheese and with sliced tomato around the edge of the plate.', NULL, '00:00:00'); +INSERT INTO `recipes` VALUES (4, 'Carrot Soup', 2, 'Chop the Onion, Garlic and Ginger as fine as possible, then satue in the butter. Don’t let the onion get to dark, just saute until soft.\n \nPeel and cut up the carrots into 1inch chunks so they are manageable.\n \nThen add in the vegitable stocj, and carrots. Simmer for about 45minutes. When the carrots are soft let the mixture cool.\n\nPlace the carrot chunks and broth into a blender and puree it. When the entire mixture is smooth its ready to eat. You can also add 2T lemon juice and/or a dash of curry powder for taste, but its great without it too.\n\nThe soup is great hot or cold and is vegan friendly.', NULL, '00:00:00'); +INSERT INTO `recipes` VALUES (5, 'Zwiebelkuchen', 6, ' Aus Mehl, Hefe, den Gewürzen, Ei, Milch und der zerlassenen Butter einen Hefeteig herstellen.\n\nFür den Belag: Die Zwiebeln abziehen, vierteln und in Scheiben schneiden. Die Knoblauchzehe abziehen und zerdrücken. Zwiebeln und Knoblauch im Öl glasig dünsten und mit Salz, Pfeffer, Rosmarin und Kümmel würzen. Ca. 15 Minuten im offenen Topf dünsten, dann abkühlen lassen.\n\nDen durchwachsenen Speck in Würfel schneiden und den Gouda reiben. Speck, Gouda, Creme fraiche und die Eier unter die Zwiebelmasse rühren und mit Salz und Pfeffer abschmecken.\n\nDen Hefeteig ausrollen und damit ein Backblech auslegen (den Teig an den Rändern etwas hochdrücken) und die Zwiebelmasse darauf verteilen.\n\nNochmals gehen lassen und dann in den Backofen schieben.\n\nBei 200 bis 220 Grad (Heißluft 180 bis 200 Grad) etwa 40 Minuten backen lassen.', NULL, '00:00:00'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `unit_list` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 28. April 2005 um 18:28 +-- + +DROP TABLE IF EXISTS `unit_list`; +CREATE TABLE IF NOT EXISTS `unit_list` ( + `ingredient_id` int(11) default NULL, + `unit_id` int(11) default NULL +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `unit_list` +-- + +INSERT INTO `unit_list` VALUES (1, 2); +INSERT INTO `unit_list` VALUES (2, 2); +INSERT INTO `unit_list` VALUES (3, 2); +INSERT INTO `unit_list` VALUES (4, 23); +INSERT INTO `unit_list` VALUES (5, 23); +INSERT INTO `unit_list` VALUES (6, 2); +INSERT INTO `unit_list` VALUES (7, 18); +INSERT INTO `unit_list` VALUES (8, 23); +INSERT INTO `unit_list` VALUES (9, 2); +INSERT INTO `unit_list` VALUES (10, 2); +INSERT INTO `unit_list` VALUES (11, 3); +INSERT INTO `unit_list` VALUES (12, 2); +INSERT INTO `unit_list` VALUES (13, 14); +INSERT INTO `unit_list` VALUES (14, 15); +INSERT INTO `unit_list` VALUES (15, 5); +INSERT INTO `unit_list` VALUES (16, 8); +INSERT INTO `unit_list` VALUES (17, 8); +INSERT INTO `unit_list` VALUES (18, 8); +INSERT INTO `unit_list` VALUES (19, 2); +INSERT INTO `unit_list` VALUES (20, 23); +INSERT INTO `unit_list` VALUES (21, 10); +INSERT INTO `unit_list` VALUES (22, 17); +INSERT INTO `unit_list` VALUES (23, 17); +INSERT INTO `unit_list` VALUES (24, 17); +INSERT INTO `unit_list` VALUES (25, 2); +INSERT INTO `unit_list` VALUES (26, 23); +INSERT INTO `unit_list` VALUES (27, 2); +INSERT INTO `unit_list` VALUES (28, 4); +INSERT INTO `unit_list` VALUES (29, 8); +INSERT INTO `unit_list` VALUES (30, 8); +INSERT INTO `unit_list` VALUES (31, 8); +INSERT INTO `unit_list` VALUES (32, 9); +INSERT INTO `unit_list` VALUES (33, 9); +INSERT INTO `unit_list` VALUES (34, 9); +INSERT INTO `unit_list` VALUES (35, 10); +INSERT INTO `unit_list` VALUES (36, 23); +INSERT INTO `unit_list` VALUES (37, 2); +INSERT INTO `unit_list` VALUES (38, 23); +INSERT INTO `unit_list` VALUES (39, 13); +INSERT INTO `unit_list` VALUES (40, 12); +INSERT INTO `unit_list` VALUES (41, 12); +INSERT INTO `unit_list` VALUES (42, 23); +INSERT INTO `unit_list` VALUES (1, 8); +INSERT INTO `unit_list` VALUES (43, 5); +INSERT INTO `unit_list` VALUES (44, 2); +INSERT INTO `unit_list` VALUES (44, 24); +INSERT INTO `unit_list` VALUES (45, 2); +INSERT INTO `unit_list` VALUES (45, 24); +INSERT INTO `unit_list` VALUES (46, 2); +INSERT INTO `unit_list` VALUES (46, 24); +INSERT INTO `unit_list` VALUES (47, 2); +INSERT INTO `unit_list` VALUES (47, 24); +INSERT INTO `unit_list` VALUES (48, 2); +INSERT INTO `unit_list` VALUES (48, 24); +INSERT INTO `unit_list` VALUES (49, 2); +INSERT INTO `unit_list` VALUES (49, 24); +INSERT INTO `unit_list` VALUES (50, 2); +INSERT INTO `unit_list` VALUES (50, 24); +INSERT INTO `unit_list` VALUES (51, 2); +INSERT INTO `unit_list` VALUES (51, 24); +INSERT INTO `unit_list` VALUES (52, 2); +INSERT INTO `unit_list` VALUES (52, 24); +INSERT INTO `unit_list` VALUES (53, 2); +INSERT INTO `unit_list` VALUES (53, 24); +INSERT INTO `unit_list` VALUES (54, 2); +INSERT INTO `unit_list` VALUES (54, 24); +INSERT INTO `unit_list` VALUES (55, 2); +INSERT INTO `unit_list` VALUES (55, 24); +INSERT INTO `unit_list` VALUES (56, 2); +INSERT INTO `unit_list` VALUES (56, 24); +INSERT INTO `unit_list` VALUES (57, 2); +INSERT INTO `unit_list` VALUES (57, 24); +INSERT INTO `unit_list` VALUES (58, 2); +INSERT INTO `unit_list` VALUES (58, 24); +INSERT INTO `unit_list` VALUES (59, 2); +INSERT INTO `unit_list` VALUES (59, 24); +INSERT INTO `unit_list` VALUES (39, 2); +INSERT INTO `unit_list` VALUES (39, 24); +INSERT INTO `unit_list` VALUES (60, 2); +INSERT INTO `unit_list` VALUES (60, 24); +INSERT INTO `unit_list` VALUES (61, 2); +INSERT INTO `unit_list` VALUES (61, 24); +INSERT INTO `unit_list` VALUES (62, 2); +INSERT INTO `unit_list` VALUES (62, 24); +INSERT INTO `unit_list` VALUES (63, 2); +INSERT INTO `unit_list` VALUES (63, 24); +INSERT INTO `unit_list` VALUES (64, 2); +INSERT INTO `unit_list` VALUES (64, 24); +INSERT INTO `unit_list` VALUES (65, 2); +INSERT INTO `unit_list` VALUES (65, 24); +INSERT INTO `unit_list` VALUES (66, 2); +INSERT INTO `unit_list` VALUES (66, 24); +INSERT INTO `unit_list` VALUES (67, 2); +INSERT INTO `unit_list` VALUES (67, 24); +INSERT INTO `unit_list` VALUES (68, 2); +INSERT INTO `unit_list` VALUES (68, 24); +INSERT INTO `unit_list` VALUES (69, 2); +INSERT INTO `unit_list` VALUES (69, 24); +INSERT INTO `unit_list` VALUES (70, 2); +INSERT INTO `unit_list` VALUES (70, 24); +INSERT INTO `unit_list` VALUES (71, 2); +INSERT INTO `unit_list` VALUES (71, 24); +INSERT INTO `unit_list` VALUES (72, 2); +INSERT INTO `unit_list` VALUES (72, 24); +INSERT INTO `unit_list` VALUES (73, 2); +INSERT INTO `unit_list` VALUES (73, 24); +INSERT INTO `unit_list` VALUES (74, 2); +INSERT INTO `unit_list` VALUES (74, 24); +INSERT INTO `unit_list` VALUES (75, 2); +INSERT INTO `unit_list` VALUES (75, 24); +INSERT INTO `unit_list` VALUES (76, 2); +INSERT INTO `unit_list` VALUES (76, 24); +INSERT INTO `unit_list` VALUES (77, 2); +INSERT INTO `unit_list` VALUES (77, 24); +INSERT INTO `unit_list` VALUES (78, 2); +INSERT INTO `unit_list` VALUES (78, 24); +INSERT INTO `unit_list` VALUES (79, 2); +INSERT INTO `unit_list` VALUES (79, 24); +INSERT INTO `unit_list` VALUES (80, 2); +INSERT INTO `unit_list` VALUES (80, 24); +INSERT INTO `unit_list` VALUES (11, 2); +INSERT INTO `unit_list` VALUES (11, 24); +INSERT INTO `unit_list` VALUES (81, 2); +INSERT INTO `unit_list` VALUES (81, 24); +INSERT INTO `unit_list` VALUES (82, 2); +INSERT INTO `unit_list` VALUES (82, 24); +INSERT INTO `unit_list` VALUES (83, 2); +INSERT INTO `unit_list` VALUES (83, 24); +INSERT INTO `unit_list` VALUES (84, 2); +INSERT INTO `unit_list` VALUES (84, 24); +INSERT INTO `unit_list` VALUES (85, 2); +INSERT INTO `unit_list` VALUES (85, 24); +INSERT INTO `unit_list` VALUES (86, 2); +INSERT INTO `unit_list` VALUES (86, 24); +INSERT INTO `unit_list` VALUES (87, 2); +INSERT INTO `unit_list` VALUES (87, 24); +INSERT INTO `unit_list` VALUES (88, 2); +INSERT INTO `unit_list` VALUES (88, 24); +INSERT INTO `unit_list` VALUES (89, 2); +INSERT INTO `unit_list` VALUES (89, 24); +INSERT INTO `unit_list` VALUES (90, 2); +INSERT INTO `unit_list` VALUES (90, 24); +INSERT INTO `unit_list` VALUES (91, 2); +INSERT INTO `unit_list` VALUES (91, 24); +INSERT INTO `unit_list` VALUES (92, 2); +INSERT INTO `unit_list` VALUES (92, 24); +INSERT INTO `unit_list` VALUES (93, 2); +INSERT INTO `unit_list` VALUES (93, 24); +INSERT INTO `unit_list` VALUES (94, 2); +INSERT INTO `unit_list` VALUES (94, 24); +INSERT INTO `unit_list` VALUES (95, 2); +INSERT INTO `unit_list` VALUES (95, 24); +INSERT INTO `unit_list` VALUES (96, 2); +INSERT INTO `unit_list` VALUES (96, 24); +INSERT INTO `unit_list` VALUES (97, 2); +INSERT INTO `unit_list` VALUES (97, 24); +INSERT INTO `unit_list` VALUES (98, 2); +INSERT INTO `unit_list` VALUES (98, 24); +INSERT INTO `unit_list` VALUES (99, 2); +INSERT INTO `unit_list` VALUES (99, 24); +INSERT INTO `unit_list` VALUES (100, 2); +INSERT INTO `unit_list` VALUES (100, 24); +INSERT INTO `unit_list` VALUES (4, 2); +INSERT INTO `unit_list` VALUES (4, 24); +INSERT INTO `unit_list` VALUES (101, 2); +INSERT INTO `unit_list` VALUES (101, 24); +INSERT INTO `unit_list` VALUES (102, 2); +INSERT INTO `unit_list` VALUES (102, 24); +INSERT INTO `unit_list` VALUES (5, 2); +INSERT INTO `unit_list` VALUES (5, 24); +INSERT INTO `unit_list` VALUES (36, 2); +INSERT INTO `unit_list` VALUES (36, 24); +INSERT INTO `unit_list` VALUES (103, 2); +INSERT INTO `unit_list` VALUES (103, 24); +INSERT INTO `unit_list` VALUES (104, 2); +INSERT INTO `unit_list` VALUES (104, 24); +INSERT INTO `unit_list` VALUES (105, 2); +INSERT INTO `unit_list` VALUES (105, 24); +INSERT INTO `unit_list` VALUES (106, 2); +INSERT INTO `unit_list` VALUES (106, 24); +INSERT INTO `unit_list` VALUES (107, 2); +INSERT INTO `unit_list` VALUES (107, 24); +INSERT INTO `unit_list` VALUES (108, 2); +INSERT INTO `unit_list` VALUES (108, 24); +INSERT INTO `unit_list` VALUES (1, 24); +INSERT INTO `unit_list` VALUES (109, 2); +INSERT INTO `unit_list` VALUES (109, 24); +INSERT INTO `unit_list` VALUES (110, 2); +INSERT INTO `unit_list` VALUES (110, 24); +INSERT INTO `unit_list` VALUES (111, 2); +INSERT INTO `unit_list` VALUES (111, 24); +INSERT INTO `unit_list` VALUES (112, 2); +INSERT INTO `unit_list` VALUES (112, 24); +INSERT INTO `unit_list` VALUES (113, 2); +INSERT INTO `unit_list` VALUES (113, 24); +INSERT INTO `unit_list` VALUES (114, 2); +INSERT INTO `unit_list` VALUES (114, 24); +INSERT INTO `unit_list` VALUES (115, 2); +INSERT INTO `unit_list` VALUES (115, 24); +INSERT INTO `unit_list` VALUES (116, 2); +INSERT INTO `unit_list` VALUES (116, 24); +INSERT INTO `unit_list` VALUES (22, 2); +INSERT INTO `unit_list` VALUES (22, 24); +INSERT INTO `unit_list` VALUES (117, 2); +INSERT INTO `unit_list` VALUES (117, 24); +INSERT INTO `unit_list` VALUES (118, 2); +INSERT INTO `unit_list` VALUES (118, 24); +INSERT INTO `unit_list` VALUES (119, 2); +INSERT INTO `unit_list` VALUES (119, 24); +INSERT INTO `unit_list` VALUES (120, 2); +INSERT INTO `unit_list` VALUES (120, 24); +INSERT INTO `unit_list` VALUES (121, 2); +INSERT INTO `unit_list` VALUES (121, 24); +INSERT INTO `unit_list` VALUES (122, 2); +INSERT INTO `unit_list` VALUES (122, 24); +INSERT INTO `unit_list` VALUES (123, 2); +INSERT INTO `unit_list` VALUES (123, 24); +INSERT INTO `unit_list` VALUES (124, 2); +INSERT INTO `unit_list` VALUES (124, 24); +INSERT INTO `unit_list` VALUES (125, 2); +INSERT INTO `unit_list` VALUES (125, 24); +INSERT INTO `unit_list` VALUES (126, 2); +INSERT INTO `unit_list` VALUES (126, 24); +INSERT INTO `unit_list` VALUES (127, 2); +INSERT INTO `unit_list` VALUES (127, 24); +INSERT INTO `unit_list` VALUES (128, 2); +INSERT INTO `unit_list` VALUES (128, 24); +INSERT INTO `unit_list` VALUES (129, 2); +INSERT INTO `unit_list` VALUES (129, 24); +INSERT INTO `unit_list` VALUES (7, 2); +INSERT INTO `unit_list` VALUES (7, 24); +INSERT INTO `unit_list` VALUES (130, 2); +INSERT INTO `unit_list` VALUES (130, 24); +INSERT INTO `unit_list` VALUES (131, 2); +INSERT INTO `unit_list` VALUES (131, 24); +INSERT INTO `unit_list` VALUES (132, 2); +INSERT INTO `unit_list` VALUES (132, 24); +INSERT INTO `unit_list` VALUES (133, 2); +INSERT INTO `unit_list` VALUES (133, 24); +INSERT INTO `unit_list` VALUES (134, 2); +INSERT INTO `unit_list` VALUES (134, 24); +INSERT INTO `unit_list` VALUES (135, 2); +INSERT INTO `unit_list` VALUES (135, 24); +INSERT INTO `unit_list` VALUES (136, 2); +INSERT INTO `unit_list` VALUES (136, 24); +INSERT INTO `unit_list` VALUES (137, 2); +INSERT INTO `unit_list` VALUES (137, 24); +INSERT INTO `unit_list` VALUES (138, 2); +INSERT INTO `unit_list` VALUES (138, 24); +INSERT INTO `unit_list` VALUES (139, 2); +INSERT INTO `unit_list` VALUES (139, 24); +INSERT INTO `unit_list` VALUES (140, 2); +INSERT INTO `unit_list` VALUES (140, 24); +INSERT INTO `unit_list` VALUES (141, 2); +INSERT INTO `unit_list` VALUES (141, 24); +INSERT INTO `unit_list` VALUES (142, 2); +INSERT INTO `unit_list` VALUES (142, 24); +INSERT INTO `unit_list` VALUES (40, 2); +INSERT INTO `unit_list` VALUES (40, 24); +INSERT INTO `unit_list` VALUES (143, 2); +INSERT INTO `unit_list` VALUES (143, 24); +INSERT INTO `unit_list` VALUES (144, 2); +INSERT INTO `unit_list` VALUES (144, 24); +INSERT INTO `unit_list` VALUES (145, 2); +INSERT INTO `unit_list` VALUES (145, 24); +INSERT INTO `unit_list` VALUES (146, 2); +INSERT INTO `unit_list` VALUES (146, 24); +INSERT INTO `unit_list` VALUES (147, 2); +INSERT INTO `unit_list` VALUES (147, 24); +INSERT INTO `unit_list` VALUES (19, 24); +INSERT INTO `unit_list` VALUES (148, 2); +INSERT INTO `unit_list` VALUES (148, 24); +INSERT INTO `unit_list` VALUES (149, 2); +INSERT INTO `unit_list` VALUES (149, 24); +INSERT INTO `unit_list` VALUES (150, 2); +INSERT INTO `unit_list` VALUES (150, 24); +INSERT INTO `unit_list` VALUES (151, 2); +INSERT INTO `unit_list` VALUES (151, 24); +INSERT INTO `unit_list` VALUES (152, 2); +INSERT INTO `unit_list` VALUES (152, 24); +INSERT INTO `unit_list` VALUES (153, 2); +INSERT INTO `unit_list` VALUES (153, 24); +INSERT INTO `unit_list` VALUES (154, 2); +INSERT INTO `unit_list` VALUES (154, 24); +INSERT INTO `unit_list` VALUES (155, 2); +INSERT INTO `unit_list` VALUES (155, 24); +INSERT INTO `unit_list` VALUES (156, 2); +INSERT INTO `unit_list` VALUES (156, 24); +INSERT INTO `unit_list` VALUES (157, 2); +INSERT INTO `unit_list` VALUES (157, 24); +INSERT INTO `unit_list` VALUES (32, 2); +INSERT INTO `unit_list` VALUES (32, 24); +INSERT INTO `unit_list` VALUES (158, 2); +INSERT INTO `unit_list` VALUES (158, 24); +INSERT INTO `unit_list` VALUES (159, 2); +INSERT INTO `unit_list` VALUES (159, 24); +INSERT INTO `unit_list` VALUES (160, 2); +INSERT INTO `unit_list` VALUES (160, 24); +INSERT INTO `unit_list` VALUES (35, 2); +INSERT INTO `unit_list` VALUES (35, 24); +INSERT INTO `unit_list` VALUES (161, 2); +INSERT INTO `unit_list` VALUES (161, 24); +INSERT INTO `unit_list` VALUES (162, 2); +INSERT INTO `unit_list` VALUES (162, 24); +INSERT INTO `unit_list` VALUES (163, 2); +INSERT INTO `unit_list` VALUES (163, 24); +INSERT INTO `unit_list` VALUES (164, 2); +INSERT INTO `unit_list` VALUES (164, 24); +INSERT INTO `unit_list` VALUES (165, 2); +INSERT INTO `unit_list` VALUES (165, 24); +INSERT INTO `unit_list` VALUES (166, 2); +INSERT INTO `unit_list` VALUES (166, 24); +INSERT INTO `unit_list` VALUES (167, 2); +INSERT INTO `unit_list` VALUES (167, 24); +INSERT INTO `unit_list` VALUES (168, 2); +INSERT INTO `unit_list` VALUES (168, 24); +INSERT INTO `unit_list` VALUES (169, 2); +INSERT INTO `unit_list` VALUES (169, 24); +INSERT INTO `unit_list` VALUES (170, 2); +INSERT INTO `unit_list` VALUES (170, 24); +INSERT INTO `unit_list` VALUES (171, 2); +INSERT INTO `unit_list` VALUES (171, 24); +INSERT INTO `unit_list` VALUES (172, 2); +INSERT INTO `unit_list` VALUES (172, 24); +INSERT INTO `unit_list` VALUES (33, 2); +INSERT INTO `unit_list` VALUES (33, 24); +INSERT INTO `unit_list` VALUES (173, 2); +INSERT INTO `unit_list` VALUES (173, 24); +INSERT INTO `unit_list` VALUES (174, 2); +INSERT INTO `unit_list` VALUES (174, 24); +INSERT INTO `unit_list` VALUES (175, 2); +INSERT INTO `unit_list` VALUES (175, 24); +INSERT INTO `unit_list` VALUES (176, 2); +INSERT INTO `unit_list` VALUES (176, 24); +INSERT INTO `unit_list` VALUES (177, 2); +INSERT INTO `unit_list` VALUES (177, 24); +INSERT INTO `unit_list` VALUES (23, 2); +INSERT INTO `unit_list` VALUES (23, 24); +INSERT INTO `unit_list` VALUES (178, 2); +INSERT INTO `unit_list` VALUES (178, 24); +INSERT INTO `unit_list` VALUES (21, 2); +INSERT INTO `unit_list` VALUES (21, 24); +INSERT INTO `unit_list` VALUES (179, 2); +INSERT INTO `unit_list` VALUES (179, 24); +INSERT INTO `unit_list` VALUES (180, 2); +INSERT INTO `unit_list` VALUES (180, 24); +INSERT INTO `unit_list` VALUES (181, 2); +INSERT INTO `unit_list` VALUES (181, 24); +INSERT INTO `unit_list` VALUES (182, 2); +INSERT INTO `unit_list` VALUES (182, 24); +INSERT INTO `unit_list` VALUES (183, 2); +INSERT INTO `unit_list` VALUES (183, 24); +INSERT INTO `unit_list` VALUES (184, 2); +INSERT INTO `unit_list` VALUES (184, 24); +INSERT INTO `unit_list` VALUES (31, 2); +INSERT INTO `unit_list` VALUES (31, 24); +INSERT INTO `unit_list` VALUES (185, 2); +INSERT INTO `unit_list` VALUES (185, 24); +INSERT INTO `unit_list` VALUES (186, 2); +INSERT INTO `unit_list` VALUES (186, 24); +INSERT INTO `unit_list` VALUES (187, 2); +INSERT INTO `unit_list` VALUES (187, 24); +INSERT INTO `unit_list` VALUES (188, 2); +INSERT INTO `unit_list` VALUES (188, 24); +INSERT INTO `unit_list` VALUES (189, 2); +INSERT INTO `unit_list` VALUES (189, 24); +INSERT INTO `unit_list` VALUES (190, 2); +INSERT INTO `unit_list` VALUES (190, 24); +INSERT INTO `unit_list` VALUES (191, 2); +INSERT INTO `unit_list` VALUES (191, 24); +INSERT INTO `unit_list` VALUES (192, 2); +INSERT INTO `unit_list` VALUES (192, 24); +INSERT INTO `unit_list` VALUES (193, 2); +INSERT INTO `unit_list` VALUES (193, 24); +INSERT INTO `unit_list` VALUES (194, 2); +INSERT INTO `unit_list` VALUES (194, 24); +INSERT INTO `unit_list` VALUES (195, 2); +INSERT INTO `unit_list` VALUES (195, 24); +INSERT INTO `unit_list` VALUES (196, 2); +INSERT INTO `unit_list` VALUES (196, 24); +INSERT INTO `unit_list` VALUES (197, 2); +INSERT INTO `unit_list` VALUES (197, 24); +INSERT INTO `unit_list` VALUES (198, 2); +INSERT INTO `unit_list` VALUES (198, 24); +INSERT INTO `unit_list` VALUES (199, 2); +INSERT INTO `unit_list` VALUES (199, 24); +INSERT INTO `unit_list` VALUES (200, 2); +INSERT INTO `unit_list` VALUES (200, 24); +INSERT INTO `unit_list` VALUES (201, 2); +INSERT INTO `unit_list` VALUES (201, 24); +INSERT INTO `unit_list` VALUES (202, 2); +INSERT INTO `unit_list` VALUES (202, 24); +INSERT INTO `unit_list` VALUES (203, 2); +INSERT INTO `unit_list` VALUES (203, 24); +INSERT INTO `unit_list` VALUES (204, 2); +INSERT INTO `unit_list` VALUES (204, 24); +INSERT INTO `unit_list` VALUES (205, 2); +INSERT INTO `unit_list` VALUES (205, 24); +INSERT INTO `unit_list` VALUES (34, 2); +INSERT INTO `unit_list` VALUES (34, 24); +INSERT INTO `unit_list` VALUES (206, 2); +INSERT INTO `unit_list` VALUES (206, 24); +INSERT INTO `unit_list` VALUES (207, 2); +INSERT INTO `unit_list` VALUES (207, 24); +INSERT INTO `unit_list` VALUES (208, 2); +INSERT INTO `unit_list` VALUES (208, 24); +INSERT INTO `unit_list` VALUES (209, 2); +INSERT INTO `unit_list` VALUES (209, 24); +INSERT INTO `unit_list` VALUES (210, 2); +INSERT INTO `unit_list` VALUES (210, 24); +INSERT INTO `unit_list` VALUES (211, 2); +INSERT INTO `unit_list` VALUES (211, 24); +INSERT INTO `unit_list` VALUES (212, 2); +INSERT INTO `unit_list` VALUES (212, 24); +INSERT INTO `unit_list` VALUES (213, 2); +INSERT INTO `unit_list` VALUES (213, 24); +INSERT INTO `unit_list` VALUES (214, 2); +INSERT INTO `unit_list` VALUES (214, 24); +INSERT INTO `unit_list` VALUES (215, 2); +INSERT INTO `unit_list` VALUES (215, 24); +INSERT INTO `unit_list` VALUES (216, 2); +INSERT INTO `unit_list` VALUES (216, 24); +INSERT INTO `unit_list` VALUES (217, 2); +INSERT INTO `unit_list` VALUES (217, 24); +INSERT INTO `unit_list` VALUES (218, 2); +INSERT INTO `unit_list` VALUES (218, 24); +INSERT INTO `unit_list` VALUES (219, 2); +INSERT INTO `unit_list` VALUES (219, 24); +INSERT INTO `unit_list` VALUES (10, 24); +INSERT INTO `unit_list` VALUES (220, 2); +INSERT INTO `unit_list` VALUES (220, 24); +INSERT INTO `unit_list` VALUES (221, 2); +INSERT INTO `unit_list` VALUES (221, 24); +INSERT INTO `unit_list` VALUES (222, 2); +INSERT INTO `unit_list` VALUES (222, 24); +INSERT INTO `unit_list` VALUES (223, 2); +INSERT INTO `unit_list` VALUES (223, 24); +INSERT INTO `unit_list` VALUES (224, 2); +INSERT INTO `unit_list` VALUES (224, 24); +INSERT INTO `unit_list` VALUES (225, 2); +INSERT INTO `unit_list` VALUES (225, 24); +INSERT INTO `unit_list` VALUES (226, 2); +INSERT INTO `unit_list` VALUES (226, 24); +INSERT INTO `unit_list` VALUES (227, 2); +INSERT INTO `unit_list` VALUES (227, 24); +INSERT INTO `unit_list` VALUES (228, 2); +INSERT INTO `unit_list` VALUES (228, 24); +INSERT INTO `unit_list` VALUES (229, 2); +INSERT INTO `unit_list` VALUES (229, 24); +INSERT INTO `unit_list` VALUES (230, 2); +INSERT INTO `unit_list` VALUES (230, 24); +INSERT INTO `unit_list` VALUES (231, 2); +INSERT INTO `unit_list` VALUES (231, 24); +INSERT INTO `unit_list` VALUES (43, 2); +INSERT INTO `unit_list` VALUES (43, 24); +INSERT INTO `unit_list` VALUES (232, 2); +INSERT INTO `unit_list` VALUES (232, 24); +INSERT INTO `unit_list` VALUES (233, 2); +INSERT INTO `unit_list` VALUES (233, 24); +INSERT INTO `unit_list` VALUES (234, 2); +INSERT INTO `unit_list` VALUES (234, 24); +INSERT INTO `unit_list` VALUES (235, 2); +INSERT INTO `unit_list` VALUES (235, 24); +INSERT INTO `unit_list` VALUES (236, 2); +INSERT INTO `unit_list` VALUES (236, 24); +INSERT INTO `unit_list` VALUES (237, 2); +INSERT INTO `unit_list` VALUES (237, 24); +INSERT INTO `unit_list` VALUES (238, 2); +INSERT INTO `unit_list` VALUES (238, 24); +INSERT INTO `unit_list` VALUES (239, 2); +INSERT INTO `unit_list` VALUES (239, 24); +INSERT INTO `unit_list` VALUES (240, 2); +INSERT INTO `unit_list` VALUES (240, 24); +INSERT INTO `unit_list` VALUES (241, 2); +INSERT INTO `unit_list` VALUES (241, 24); +INSERT INTO `unit_list` VALUES (242, 2); +INSERT INTO `unit_list` VALUES (242, 24); +INSERT INTO `unit_list` VALUES (18, 2); +INSERT INTO `unit_list` VALUES (18, 24); +INSERT INTO `unit_list` VALUES (243, 2); +INSERT INTO `unit_list` VALUES (243, 24); +INSERT INTO `unit_list` VALUES (244, 2); +INSERT INTO `unit_list` VALUES (244, 24); +INSERT INTO `unit_list` VALUES (245, 2); +INSERT INTO `unit_list` VALUES (245, 24); +INSERT INTO `unit_list` VALUES (246, 2); +INSERT INTO `unit_list` VALUES (246, 24); +INSERT INTO `unit_list` VALUES (247, 2); +INSERT INTO `unit_list` VALUES (247, 24); +INSERT INTO `unit_list` VALUES (248, 2); +INSERT INTO `unit_list` VALUES (248, 24); +INSERT INTO `unit_list` VALUES (249, 2); +INSERT INTO `unit_list` VALUES (249, 24); +INSERT INTO `unit_list` VALUES (250, 2); +INSERT INTO `unit_list` VALUES (250, 24); +INSERT INTO `unit_list` VALUES (251, 2); +INSERT INTO `unit_list` VALUES (251, 24); +INSERT INTO `unit_list` VALUES (252, 2); +INSERT INTO `unit_list` VALUES (252, 24); +INSERT INTO `unit_list` VALUES (253, 2); +INSERT INTO `unit_list` VALUES (253, 24); +INSERT INTO `unit_list` VALUES (254, 2); +INSERT INTO `unit_list` VALUES (254, 24); +INSERT INTO `unit_list` VALUES (255, 2); +INSERT INTO `unit_list` VALUES (255, 24); +INSERT INTO `unit_list` VALUES (256, 2); +INSERT INTO `unit_list` VALUES (256, 24); +INSERT INTO `unit_list` VALUES (257, 2); +INSERT INTO `unit_list` VALUES (257, 24); +INSERT INTO `unit_list` VALUES (258, 2); +INSERT INTO `unit_list` VALUES (258, 24); +INSERT INTO `unit_list` VALUES (259, 2); +INSERT INTO `unit_list` VALUES (259, 24); +INSERT INTO `unit_list` VALUES (260, 2); +INSERT INTO `unit_list` VALUES (260, 24); +INSERT INTO `unit_list` VALUES (261, 2); +INSERT INTO `unit_list` VALUES (261, 24); +INSERT INTO `unit_list` VALUES (262, 2); +INSERT INTO `unit_list` VALUES (262, 24); +INSERT INTO `unit_list` VALUES (263, 2); +INSERT INTO `unit_list` VALUES (263, 24); +INSERT INTO `unit_list` VALUES (264, 2); +INSERT INTO `unit_list` VALUES (264, 24); +INSERT INTO `unit_list` VALUES (265, 2); +INSERT INTO `unit_list` VALUES (265, 24); +INSERT INTO `unit_list` VALUES (266, 2); +INSERT INTO `unit_list` VALUES (266, 24); +INSERT INTO `unit_list` VALUES (267, 2); +INSERT INTO `unit_list` VALUES (267, 24); +INSERT INTO `unit_list` VALUES (268, 2); +INSERT INTO `unit_list` VALUES (268, 24); +INSERT INTO `unit_list` VALUES (269, 2); +INSERT INTO `unit_list` VALUES (269, 24); +INSERT INTO `unit_list` VALUES (270, 2); +INSERT INTO `unit_list` VALUES (270, 24); +INSERT INTO `unit_list` VALUES (271, 2); +INSERT INTO `unit_list` VALUES (271, 24); +INSERT INTO `unit_list` VALUES (41, 2); +INSERT INTO `unit_list` VALUES (41, 24); +INSERT INTO `unit_list` VALUES (272, 2); +INSERT INTO `unit_list` VALUES (272, 24); +INSERT INTO `unit_list` VALUES (273, 2); +INSERT INTO `unit_list` VALUES (273, 24); +INSERT INTO `unit_list` VALUES (274, 2); +INSERT INTO `unit_list` VALUES (274, 24); +INSERT INTO `unit_list` VALUES (275, 2); +INSERT INTO `unit_list` VALUES (275, 24); +INSERT INTO `unit_list` VALUES (276, 2); +INSERT INTO `unit_list` VALUES (276, 24); +INSERT INTO `unit_list` VALUES (277, 2); +INSERT INTO `unit_list` VALUES (277, 24); +INSERT INTO `unit_list` VALUES (278, 2); +INSERT INTO `unit_list` VALUES (278, 24); +INSERT INTO `unit_list` VALUES (279, 2); +INSERT INTO `unit_list` VALUES (279, 24); +INSERT INTO `unit_list` VALUES (280, 2); +INSERT INTO `unit_list` VALUES (280, 24); +INSERT INTO `unit_list` VALUES (281, 2); +INSERT INTO `unit_list` VALUES (281, 24); +INSERT INTO `unit_list` VALUES (282, 2); +INSERT INTO `unit_list` VALUES (282, 24); +INSERT INTO `unit_list` VALUES (283, 2); +INSERT INTO `unit_list` VALUES (283, 24); +INSERT INTO `unit_list` VALUES (27, 24); +INSERT INTO `unit_list` VALUES (284, 2); +INSERT INTO `unit_list` VALUES (284, 24); +INSERT INTO `unit_list` VALUES (285, 2); +INSERT INTO `unit_list` VALUES (285, 24); +INSERT INTO `unit_list` VALUES (286, 2); +INSERT INTO `unit_list` VALUES (286, 24); +INSERT INTO `unit_list` VALUES (287, 2); +INSERT INTO `unit_list` VALUES (287, 24); +INSERT INTO `unit_list` VALUES (288, 2); +INSERT INTO `unit_list` VALUES (288, 24); +INSERT INTO `unit_list` VALUES (42, 2); +INSERT INTO `unit_list` VALUES (42, 24); +INSERT INTO `unit_list` VALUES (289, 2); +INSERT INTO `unit_list` VALUES (289, 24); +INSERT INTO `unit_list` VALUES (290, 2); +INSERT INTO `unit_list` VALUES (290, 24); +INSERT INTO `unit_list` VALUES (291, 2); +INSERT INTO `unit_list` VALUES (291, 24); +INSERT INTO `unit_list` VALUES (292, 2); +INSERT INTO `unit_list` VALUES (292, 24); +INSERT INTO `unit_list` VALUES (293, 2); +INSERT INTO `unit_list` VALUES (293, 24); +INSERT INTO `unit_list` VALUES (294, 2); +INSERT INTO `unit_list` VALUES (294, 24); +INSERT INTO `unit_list` VALUES (295, 2); +INSERT INTO `unit_list` VALUES (295, 24); +INSERT INTO `unit_list` VALUES (296, 2); +INSERT INTO `unit_list` VALUES (296, 24); +INSERT INTO `unit_list` VALUES (297, 2); +INSERT INTO `unit_list` VALUES (297, 24); +INSERT INTO `unit_list` VALUES (298, 2); +INSERT INTO `unit_list` VALUES (298, 24); +INSERT INTO `unit_list` VALUES (299, 2); +INSERT INTO `unit_list` VALUES (299, 24); +INSERT INTO `unit_list` VALUES (300, 2); +INSERT INTO `unit_list` VALUES (300, 24); +INSERT INTO `unit_list` VALUES (301, 2); +INSERT INTO `unit_list` VALUES (301, 24); +INSERT INTO `unit_list` VALUES (302, 2); +INSERT INTO `unit_list` VALUES (302, 24); +INSERT INTO `unit_list` VALUES (303, 2); +INSERT INTO `unit_list` VALUES (303, 24); +INSERT INTO `unit_list` VALUES (304, 2); +INSERT INTO `unit_list` VALUES (304, 24); +INSERT INTO `unit_list` VALUES (305, 2); +INSERT INTO `unit_list` VALUES (305, 24); +INSERT INTO `unit_list` VALUES (306, 2); +INSERT INTO `unit_list` VALUES (306, 24); +INSERT INTO `unit_list` VALUES (307, 2); +INSERT INTO `unit_list` VALUES (307, 24); +INSERT INTO `unit_list` VALUES (308, 2); +INSERT INTO `unit_list` VALUES (308, 24); +INSERT INTO `unit_list` VALUES (309, 2); +INSERT INTO `unit_list` VALUES (309, 24); +INSERT INTO `unit_list` VALUES (310, 2); +INSERT INTO `unit_list` VALUES (310, 24); +INSERT INTO `unit_list` VALUES (311, 2); +INSERT INTO `unit_list` VALUES (311, 24); +INSERT INTO `unit_list` VALUES (312, 2); +INSERT INTO `unit_list` VALUES (312, 24); +INSERT INTO `unit_list` VALUES (313, 2); +INSERT INTO `unit_list` VALUES (313, 24); +INSERT INTO `unit_list` VALUES (314, 2); +INSERT INTO `unit_list` VALUES (314, 24); +INSERT INTO `unit_list` VALUES (315, 2); +INSERT INTO `unit_list` VALUES (315, 24); +INSERT INTO `unit_list` VALUES (316, 2); +INSERT INTO `unit_list` VALUES (316, 24); +INSERT INTO `unit_list` VALUES (317, 2); +INSERT INTO `unit_list` VALUES (317, 24); +INSERT INTO `unit_list` VALUES (318, 2); +INSERT INTO `unit_list` VALUES (318, 24); +INSERT INTO `unit_list` VALUES (319, 2); +INSERT INTO `unit_list` VALUES (319, 24); +INSERT INTO `unit_list` VALUES (320, 2); +INSERT INTO `unit_list` VALUES (320, 24); +INSERT INTO `unit_list` VALUES (321, 2); +INSERT INTO `unit_list` VALUES (321, 24); +INSERT INTO `unit_list` VALUES (322, 2); +INSERT INTO `unit_list` VALUES (322, 24); +INSERT INTO `unit_list` VALUES (323, 2); +INSERT INTO `unit_list` VALUES (323, 24); +INSERT INTO `unit_list` VALUES (324, 2); +INSERT INTO `unit_list` VALUES (324, 24); +INSERT INTO `unit_list` VALUES (325, 2); +INSERT INTO `unit_list` VALUES (325, 24); +INSERT INTO `unit_list` VALUES (326, 2); +INSERT INTO `unit_list` VALUES (326, 24); +INSERT INTO `unit_list` VALUES (327, 2); +INSERT INTO `unit_list` VALUES (327, 24); +INSERT INTO `unit_list` VALUES (328, 2); +INSERT INTO `unit_list` VALUES (328, 24); +INSERT INTO `unit_list` VALUES (329, 2); +INSERT INTO `unit_list` VALUES (329, 24); +INSERT INTO `unit_list` VALUES (330, 2); +INSERT INTO `unit_list` VALUES (330, 24); +INSERT INTO `unit_list` VALUES (331, 2); +INSERT INTO `unit_list` VALUES (331, 24); +INSERT INTO `unit_list` VALUES (332, 2); +INSERT INTO `unit_list` VALUES (332, 24); +INSERT INTO `unit_list` VALUES (333, 2); +INSERT INTO `unit_list` VALUES (333, 24); +INSERT INTO `unit_list` VALUES (334, 2); +INSERT INTO `unit_list` VALUES (334, 24); +INSERT INTO `unit_list` VALUES (335, 2); +INSERT INTO `unit_list` VALUES (335, 24); +INSERT INTO `unit_list` VALUES (336, 2); +INSERT INTO `unit_list` VALUES (336, 24); +INSERT INTO `unit_list` VALUES (337, 2); +INSERT INTO `unit_list` VALUES (337, 24); +INSERT INTO `unit_list` VALUES (338, 2); +INSERT INTO `unit_list` VALUES (338, 24); +INSERT INTO `unit_list` VALUES (339, 2); +INSERT INTO `unit_list` VALUES (339, 24); +INSERT INTO `unit_list` VALUES (340, 2); +INSERT INTO `unit_list` VALUES (340, 24); +INSERT INTO `unit_list` VALUES (9, 24); +INSERT INTO `unit_list` VALUES (341, 2); +INSERT INTO `unit_list` VALUES (341, 24); +INSERT INTO `unit_list` VALUES (342, 2); +INSERT INTO `unit_list` VALUES (342, 24); +INSERT INTO `unit_list` VALUES (343, 2); +INSERT INTO `unit_list` VALUES (343, 24); +INSERT INTO `unit_list` VALUES (344, 2); +INSERT INTO `unit_list` VALUES (344, 24); +INSERT INTO `unit_list` VALUES (26, 2); +INSERT INTO `unit_list` VALUES (26, 24); +INSERT INTO `unit_list` VALUES (345, 2); +INSERT INTO `unit_list` VALUES (345, 24); +INSERT INTO `unit_list` VALUES (346, 2); +INSERT INTO `unit_list` VALUES (346, 24); +INSERT INTO `unit_list` VALUES (347, 2); +INSERT INTO `unit_list` VALUES (347, 24); +INSERT INTO `unit_list` VALUES (348, 2); +INSERT INTO `unit_list` VALUES (348, 24); +INSERT INTO `unit_list` VALUES (349, 2); +INSERT INTO `unit_list` VALUES (349, 24); +INSERT INTO `unit_list` VALUES (350, 2); +INSERT INTO `unit_list` VALUES (350, 24); +INSERT INTO `unit_list` VALUES (351, 2); +INSERT INTO `unit_list` VALUES (351, 24); +INSERT INTO `unit_list` VALUES (352, 2); +INSERT INTO `unit_list` VALUES (352, 24); +INSERT INTO `unit_list` VALUES (38, 2); +INSERT INTO `unit_list` VALUES (38, 24); +INSERT INTO `unit_list` VALUES (353, 2); +INSERT INTO `unit_list` VALUES (353, 24); +INSERT INTO `unit_list` VALUES (354, 2); +INSERT INTO `unit_list` VALUES (354, 24); +INSERT INTO `unit_list` VALUES (355, 2); +INSERT INTO `unit_list` VALUES (355, 24); +INSERT INTO `unit_list` VALUES (356, 2); +INSERT INTO `unit_list` VALUES (356, 24); +INSERT INTO `unit_list` VALUES (357, 2); +INSERT INTO `unit_list` VALUES (357, 24); +INSERT INTO `unit_list` VALUES (358, 2); +INSERT INTO `unit_list` VALUES (358, 24); +INSERT INTO `unit_list` VALUES (359, 2); +INSERT INTO `unit_list` VALUES (359, 24); +INSERT INTO `unit_list` VALUES (360, 2); +INSERT INTO `unit_list` VALUES (360, 24); +INSERT INTO `unit_list` VALUES (361, 2); +INSERT INTO `unit_list` VALUES (361, 24); +INSERT INTO `unit_list` VALUES (362, 2); +INSERT INTO `unit_list` VALUES (362, 24); +INSERT INTO `unit_list` VALUES (363, 2); +INSERT INTO `unit_list` VALUES (363, 24); +INSERT INTO `unit_list` VALUES (364, 2); +INSERT INTO `unit_list` VALUES (364, 24); +INSERT INTO `unit_list` VALUES (365, 2); +INSERT INTO `unit_list` VALUES (365, 24); +INSERT INTO `unit_list` VALUES (366, 2); +INSERT INTO `unit_list` VALUES (366, 24); +INSERT INTO `unit_list` VALUES (367, 2); +INSERT INTO `unit_list` VALUES (367, 24); +INSERT INTO `unit_list` VALUES (368, 2); +INSERT INTO `unit_list` VALUES (368, 24); +INSERT INTO `unit_list` VALUES (369, 2); +INSERT INTO `unit_list` VALUES (369, 24); +INSERT INTO `unit_list` VALUES (370, 2); +INSERT INTO `unit_list` VALUES (370, 24); +INSERT INTO `unit_list` VALUES (371, 2); +INSERT INTO `unit_list` VALUES (371, 24); +INSERT INTO `unit_list` VALUES (29, 2); +INSERT INTO `unit_list` VALUES (29, 24); +INSERT INTO `unit_list` VALUES (372, 2); +INSERT INTO `unit_list` VALUES (372, 24); +INSERT INTO `unit_list` VALUES (373, 2); +INSERT INTO `unit_list` VALUES (373, 24); +INSERT INTO `unit_list` VALUES (374, 2); +INSERT INTO `unit_list` VALUES (374, 24); +INSERT INTO `unit_list` VALUES (375, 2); +INSERT INTO `unit_list` VALUES (375, 24); +INSERT INTO `unit_list` VALUES (376, 2); +INSERT INTO `unit_list` VALUES (376, 24); +INSERT INTO `unit_list` VALUES (377, 2); +INSERT INTO `unit_list` VALUES (377, 24); +INSERT INTO `unit_list` VALUES (378, 2); +INSERT INTO `unit_list` VALUES (378, 24); +INSERT INTO `unit_list` VALUES (379, 2); +INSERT INTO `unit_list` VALUES (379, 24); +INSERT INTO `unit_list` VALUES (380, 2); +INSERT INTO `unit_list` VALUES (380, 24); +INSERT INTO `unit_list` VALUES (381, 2); +INSERT INTO `unit_list` VALUES (381, 24); +INSERT INTO `unit_list` VALUES (382, 2); +INSERT INTO `unit_list` VALUES (382, 24); +INSERT INTO `unit_list` VALUES (383, 2); +INSERT INTO `unit_list` VALUES (383, 24); +INSERT INTO `unit_list` VALUES (384, 2); +INSERT INTO `unit_list` VALUES (384, 24); +INSERT INTO `unit_list` VALUES (385, 2); +INSERT INTO `unit_list` VALUES (385, 24); +INSERT INTO `unit_list` VALUES (386, 2); +INSERT INTO `unit_list` VALUES (386, 24); +INSERT INTO `unit_list` VALUES (387, 2); +INSERT INTO `unit_list` VALUES (387, 24); +INSERT INTO `unit_list` VALUES (388, 2); +INSERT INTO `unit_list` VALUES (388, 24); +INSERT INTO `unit_list` VALUES (389, 2); +INSERT INTO `unit_list` VALUES (389, 24); +INSERT INTO `unit_list` VALUES (390, 2); +INSERT INTO `unit_list` VALUES (390, 24); +INSERT INTO `unit_list` VALUES (391, 2); +INSERT INTO `unit_list` VALUES (391, 24); +INSERT INTO `unit_list` VALUES (392, 2); +INSERT INTO `unit_list` VALUES (392, 24); +INSERT INTO `unit_list` VALUES (393, 2); +INSERT INTO `unit_list` VALUES (393, 24); +INSERT INTO `unit_list` VALUES (394, 2); +INSERT INTO `unit_list` VALUES (394, 24); +INSERT INTO `unit_list` VALUES (395, 2); +INSERT INTO `unit_list` VALUES (395, 24); +INSERT INTO `unit_list` VALUES (396, 2); +INSERT INTO `unit_list` VALUES (396, 24); +INSERT INTO `unit_list` VALUES (397, 2); +INSERT INTO `unit_list` VALUES (397, 24); +INSERT INTO `unit_list` VALUES (398, 2); +INSERT INTO `unit_list` VALUES (398, 24); +INSERT INTO `unit_list` VALUES (399, 2); +INSERT INTO `unit_list` VALUES (399, 24); +INSERT INTO `unit_list` VALUES (400, 2); +INSERT INTO `unit_list` VALUES (400, 24); +INSERT INTO `unit_list` VALUES (401, 2); +INSERT INTO `unit_list` VALUES (401, 24); +INSERT INTO `unit_list` VALUES (402, 2); +INSERT INTO `unit_list` VALUES (402, 24); +INSERT INTO `unit_list` VALUES (403, 2); +INSERT INTO `unit_list` VALUES (403, 24); +INSERT INTO `unit_list` VALUES (404, 2); +INSERT INTO `unit_list` VALUES (404, 24); +INSERT INTO `unit_list` VALUES (405, 2); +INSERT INTO `unit_list` VALUES (405, 24); +INSERT INTO `unit_list` VALUES (406, 2); +INSERT INTO `unit_list` VALUES (406, 24); +INSERT INTO `unit_list` VALUES (407, 2); +INSERT INTO `unit_list` VALUES (407, 24); +INSERT INTO `unit_list` VALUES (408, 2); +INSERT INTO `unit_list` VALUES (408, 24); +INSERT INTO `unit_list` VALUES (409, 2); +INSERT INTO `unit_list` VALUES (409, 24); +INSERT INTO `unit_list` VALUES (410, 2); +INSERT INTO `unit_list` VALUES (410, 24); +INSERT INTO `unit_list` VALUES (411, 2); +INSERT INTO `unit_list` VALUES (411, 24); +INSERT INTO `unit_list` VALUES (412, 2); +INSERT INTO `unit_list` VALUES (412, 24); +INSERT INTO `unit_list` VALUES (413, 2); +INSERT INTO `unit_list` VALUES (413, 24); +INSERT INTO `unit_list` VALUES (414, 2); +INSERT INTO `unit_list` VALUES (414, 24); +INSERT INTO `unit_list` VALUES (415, 2); +INSERT INTO `unit_list` VALUES (415, 24); +INSERT INTO `unit_list` VALUES (416, 2); +INSERT INTO `unit_list` VALUES (416, 24); +INSERT INTO `unit_list` VALUES (417, 2); +INSERT INTO `unit_list` VALUES (417, 24); +INSERT INTO `unit_list` VALUES (418, 2); +INSERT INTO `unit_list` VALUES (418, 24); +INSERT INTO `unit_list` VALUES (419, 2); +INSERT INTO `unit_list` VALUES (419, 24); +INSERT INTO `unit_list` VALUES (420, 2); +INSERT INTO `unit_list` VALUES (420, 24); +INSERT INTO `unit_list` VALUES (421, 2); +INSERT INTO `unit_list` VALUES (421, 24); +INSERT INTO `unit_list` VALUES (422, 2); +INSERT INTO `unit_list` VALUES (422, 24); +INSERT INTO `unit_list` VALUES (423, 2); +INSERT INTO `unit_list` VALUES (423, 24); +INSERT INTO `unit_list` VALUES (424, 2); +INSERT INTO `unit_list` VALUES (424, 24); +INSERT INTO `unit_list` VALUES (425, 2); +INSERT INTO `unit_list` VALUES (425, 24); +INSERT INTO `unit_list` VALUES (426, 2); +INSERT INTO `unit_list` VALUES (426, 24); +INSERT INTO `unit_list` VALUES (427, 2); +INSERT INTO `unit_list` VALUES (427, 24); +INSERT INTO `unit_list` VALUES (428, 2); +INSERT INTO `unit_list` VALUES (428, 24); +INSERT INTO `unit_list` VALUES (429, 2); +INSERT INTO `unit_list` VALUES (429, 24); +INSERT INTO `unit_list` VALUES (430, 2); +INSERT INTO `unit_list` VALUES (430, 24); +INSERT INTO `unit_list` VALUES (431, 2); +INSERT INTO `unit_list` VALUES (431, 24); +INSERT INTO `unit_list` VALUES (432, 2); +INSERT INTO `unit_list` VALUES (432, 24); +INSERT INTO `unit_list` VALUES (433, 2); +INSERT INTO `unit_list` VALUES (433, 24); +INSERT INTO `unit_list` VALUES (434, 2); +INSERT INTO `unit_list` VALUES (434, 24); +INSERT INTO `unit_list` VALUES (435, 2); +INSERT INTO `unit_list` VALUES (435, 24); +INSERT INTO `unit_list` VALUES (436, 2); +INSERT INTO `unit_list` VALUES (436, 24); +INSERT INTO `unit_list` VALUES (437, 2); +INSERT INTO `unit_list` VALUES (437, 24); +INSERT INTO `unit_list` VALUES (3, 24); +INSERT INTO `unit_list` VALUES (438, 2); +INSERT INTO `unit_list` VALUES (438, 24); +INSERT INTO `unit_list` VALUES (439, 2); +INSERT INTO `unit_list` VALUES (439, 24); +INSERT INTO `unit_list` VALUES (440, 2); +INSERT INTO `unit_list` VALUES (440, 24); +INSERT INTO `unit_list` VALUES (441, 2); +INSERT INTO `unit_list` VALUES (441, 24); +INSERT INTO `unit_list` VALUES (442, 2); +INSERT INTO `unit_list` VALUES (442, 24); +INSERT INTO `unit_list` VALUES (443, 2); +INSERT INTO `unit_list` VALUES (443, 24); +INSERT INTO `unit_list` VALUES (444, 2); +INSERT INTO `unit_list` VALUES (444, 24); +INSERT INTO `unit_list` VALUES (445, 2); +INSERT INTO `unit_list` VALUES (445, 24); +INSERT INTO `unit_list` VALUES (446, 2); +INSERT INTO `unit_list` VALUES (446, 24); +INSERT INTO `unit_list` VALUES (447, 2); +INSERT INTO `unit_list` VALUES (447, 24); +INSERT INTO `unit_list` VALUES (448, 2); +INSERT INTO `unit_list` VALUES (448, 24); +INSERT INTO `unit_list` VALUES (449, 2); +INSERT INTO `unit_list` VALUES (449, 24); +INSERT INTO `unit_list` VALUES (450, 2); +INSERT INTO `unit_list` VALUES (450, 24); +INSERT INTO `unit_list` VALUES (451, 2); +INSERT INTO `unit_list` VALUES (451, 24); +INSERT INTO `unit_list` VALUES (452, 2); +INSERT INTO `unit_list` VALUES (452, 24); +INSERT INTO `unit_list` VALUES (453, 2); +INSERT INTO `unit_list` VALUES (453, 24); +INSERT INTO `unit_list` VALUES (454, 2); +INSERT INTO `unit_list` VALUES (454, 24); +INSERT INTO `unit_list` VALUES (455, 2); +INSERT INTO `unit_list` VALUES (455, 24); +INSERT INTO `unit_list` VALUES (456, 2); +INSERT INTO `unit_list` VALUES (456, 24); +INSERT INTO `unit_list` VALUES (457, 2); +INSERT INTO `unit_list` VALUES (457, 24); +INSERT INTO `unit_list` VALUES (458, 2); +INSERT INTO `unit_list` VALUES (458, 24); +INSERT INTO `unit_list` VALUES (459, 2); +INSERT INTO `unit_list` VALUES (459, 24); +INSERT INTO `unit_list` VALUES (460, 2); +INSERT INTO `unit_list` VALUES (460, 24); +INSERT INTO `unit_list` VALUES (2, 24); +INSERT INTO `unit_list` VALUES (461, 2); +INSERT INTO `unit_list` VALUES (461, 24); +INSERT INTO `unit_list` VALUES (462, 2); +INSERT INTO `unit_list` VALUES (462, 24); +INSERT INTO `unit_list` VALUES (463, 2); +INSERT INTO `unit_list` VALUES (463, 24); +INSERT INTO `unit_list` VALUES (464, 2); +INSERT INTO `unit_list` VALUES (464, 24); +INSERT INTO `unit_list` VALUES (465, 2); +INSERT INTO `unit_list` VALUES (465, 24); +INSERT INTO `unit_list` VALUES (466, 2); +INSERT INTO `unit_list` VALUES (466, 24); +INSERT INTO `unit_list` VALUES (467, 2); +INSERT INTO `unit_list` VALUES (467, 24); +INSERT INTO `unit_list` VALUES (460, 23); +INSERT INTO `unit_list` VALUES (468, 25); +INSERT INTO `unit_list` VALUES (468, 2); +INSERT INTO `unit_list` VALUES (23, 19); +INSERT INTO `unit_list` VALUES (23, 8); +INSERT INTO `unit_list` VALUES (469, 2); +INSERT INTO `unit_list` VALUES (469, 24); +INSERT INTO `unit_list` VALUES (469, 19); +INSERT INTO `unit_list` VALUES (469, 8); +INSERT INTO `unit_list` VALUES (470, 9); +INSERT INTO `unit_list` VALUES (470, 17); +INSERT INTO `unit_list` VALUES (470, 2); +INSERT INTO `unit_list` VALUES (470, 24); +INSERT INTO `unit_list` VALUES (470, 19); +INSERT INTO `unit_list` VALUES (471, 10); +INSERT INTO `unit_list` VALUES (471, 17); +INSERT INTO `unit_list` VALUES (471, 19); +INSERT INTO `unit_list` VALUES (471, 2); +INSERT INTO `unit_list` VALUES (471, 24); +INSERT INTO `unit_list` VALUES (472, 10); +INSERT INTO `unit_list` VALUES (472, 16); +INSERT INTO `unit_list` VALUES (472, 17); +INSERT INTO `unit_list` VALUES (472, 2); +INSERT INTO `unit_list` VALUES (472, 24); +INSERT INTO `unit_list` VALUES (472, 19); +INSERT INTO `unit_list` VALUES (472, 9); +INSERT INTO `unit_list` VALUES (471, 16); +INSERT INTO `unit_list` VALUES (471, 9); +INSERT INTO `unit_list` VALUES (470, 10); +INSERT INTO `unit_list` VALUES (470, 16); +INSERT INTO `unit_list` VALUES (97, 19); +INSERT INTO `unit_list` VALUES (97, 23); +INSERT INTO `unit_list` VALUES (97, 7); +INSERT INTO `unit_list` VALUES (11, 4); +INSERT INTO `unit_list` VALUES (81, 3); +INSERT INTO `unit_list` VALUES (81, 4); +INSERT INTO `unit_list` VALUES (300, 1); +INSERT INTO `unit_list` VALUES (22, 19); +INSERT INTO `unit_list` VALUES (22, 8); +INSERT INTO `unit_list` VALUES (35, 9); +INSERT INTO `unit_list` VALUES (35, 19); +INSERT INTO `unit_list` VALUES (185, 19); +INSERT INTO `unit_list` VALUES (185, 9); +INSERT INTO `unit_list` VALUES (473, 2); +INSERT INTO `unit_list` VALUES (473, 1); +INSERT INTO `unit_list` VALUES (474, 1); +INSERT INTO `unit_list` VALUES (474, 2); +INSERT INTO `unit_list` VALUES (475, 2); +INSERT INTO `unit_list` VALUES (475, 4); +INSERT INTO `unit_list` VALUES (475, 19); +INSERT INTO `unit_list` VALUES (475, 8); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `units` +-- +-- Erzeugt am: 28. April 2005 um 17:26 +-- Aktualisiert am: 08. Juni 2005 um 17:37 +-- + +DROP TABLE IF EXISTS `units`; +CREATE TABLE IF NOT EXISTS `units` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(30) default NULL, + `plural` varchar(30) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ; + +-- +-- Daten für Tabelle `units` +-- + +INSERT INTO `units` VALUES (23, '', ''); +INSERT INTO `units` VALUES (1, 'Kg', 'Kg'); +INSERT INTO `units` VALUES (2, 'g', 'g'); +INSERT INTO `units` VALUES (3, 'l', 'l'); +INSERT INTO `units` VALUES (4, 'ml', 'ml'); +INSERT INTO `units` VALUES (5, 'Pfund', 'Pfund'); +INSERT INTO `units` VALUES (6, 'pint', 'pints'); +INSERT INTO `units` VALUES (15, 'Tasse', 'Tassen'); +INSERT INTO `units` VALUES (8, 'EL', 'EL'); +INSERT INTO `units` VALUES (19, 'TL', 'TL'); +INSERT INTO `units` VALUES (20, 'quart', 'quarts'); +INSERT INTO `units` VALUES (21, 'gallon', 'gallons'); +INSERT INTO `units` VALUES (22, 'Unze', 'Unzen'); +INSERT INTO `units` VALUES (11, 'fl oz', 'fl oz'); +INSERT INTO `units` VALUES (7, 'Stück', 'Stück'); +INSERT INTO `units` VALUES (9, 'Prise', 'Prisen'); +INSERT INTO `units` VALUES (10, 'nach Geschmack', 'nach Geschmack'); +INSERT INTO `units` VALUES (12, 'Zehe', 'Zehen'); +INSERT INTO `units` VALUES (13, 'ccm', 'ccm'); +INSERT INTO `units` VALUES (14, 'Bund', 'Bund'); +INSERT INTO `units` VALUES (16, 'ein wenig nach Geschmack', 'ein wenig nach Geschmack'); +INSERT INTO `units` VALUES (17, 'wenig', 'wenig'); +INSERT INTO `units` VALUES (18, 'Stange', 'Stangen'); +INSERT INTO `units` VALUES (24, 'mg', 'mg'); +INSERT INTO `units` VALUES (25, 'Päckchen', 'Päckchen'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `units_conversion` +-- +-- Erzeugt am: 21. April 2005 um 11:37 +-- Aktualisiert am: 29. April 2005 um 13:56 +-- + +DROP TABLE IF EXISTS `units_conversion`; +CREATE TABLE IF NOT EXISTS `units_conversion` ( + `unit1_id` int(11) default NULL, + `unit2_id` int(11) default NULL, + `ratio` float default NULL +) ENGINE=MyISAM DEFAULT CHARSET=latin1; + +-- +-- Daten für Tabelle `units_conversion` +-- + +INSERT INTO `units_conversion` VALUES (1, 2, 1000); +INSERT INTO `units_conversion` VALUES (2, 1, 0.001); +INSERT INTO `units_conversion` VALUES (3, 4, 1000); +INSERT INTO `units_conversion` VALUES (4, 3, 0.001); +INSERT INTO `units_conversion` VALUES (5, 1, 0.454); +INSERT INTO `units_conversion` VALUES (1, 5, 2.20264); +INSERT INTO `units_conversion` VALUES (6, 3, 0.473); +INSERT INTO `units_conversion` VALUES (3, 6, 2.11416); +INSERT INTO `units_conversion` VALUES (8, 4, 14.786); +INSERT INTO `units_conversion` VALUES (4, 8, 0.0676315); +INSERT INTO `units_conversion` VALUES (3, 8, 67.628); +INSERT INTO `units_conversion` VALUES (8, 3, 0.0147868); +INSERT INTO `units_conversion` VALUES (13, 4, 1); +INSERT INTO `units_conversion` VALUES (4, 13, 1); +INSERT INTO `units_conversion` VALUES (13, 3, 0.001); +INSERT INTO `units_conversion` VALUES (3, 13, 1000); +INSERT INTO `units_conversion` VALUES (8, 13, 14.786); +INSERT INTO `units_conversion` VALUES (13, 8, 0.0676315); +INSERT INTO `units_conversion` VALUES (8, 6, 0.03125); +INSERT INTO `units_conversion` VALUES (6, 8, 32); +INSERT INTO `units_conversion` VALUES (6, 4, 473.176); +INSERT INTO `units_conversion` VALUES (4, 6, 0.00211338); +INSERT INTO `units_conversion` VALUES (6, 13, 473.176); +INSERT INTO `units_conversion` VALUES (13, 6, 0.00211338); +INSERT INTO `units_conversion` VALUES (6, 15, 2); +INSERT INTO `units_conversion` VALUES (15, 6, 0.5); +INSERT INTO `units_conversion` VALUES (2, 5, 0.00220264); +INSERT INTO `units_conversion` VALUES (5, 2, 454); +INSERT INTO `units_conversion` VALUES (3, 15, 4.22833); +INSERT INTO `units_conversion` VALUES (15, 3, 0.2365); +INSERT INTO `units_conversion` VALUES (8, 15, 0.0625); +INSERT INTO `units_conversion` VALUES (15, 8, 16); +INSERT INTO `units_conversion` VALUES (4, 15, 0.00422676); +INSERT INTO `units_conversion` VALUES (15, 4, 236.588); +INSERT INTO `units_conversion` VALUES (13, 15, 0.00422676); +INSERT INTO `units_conversion` VALUES (15, 13, 236.588); +INSERT INTO `units_conversion` VALUES (20, 6, 2); +INSERT INTO `units_conversion` VALUES (6, 20, 0.5); +INSERT INTO `units_conversion` VALUES (3, 20, 1.05708); +INSERT INTO `units_conversion` VALUES (20, 3, 0.946); +INSERT INTO `units_conversion` VALUES (8, 20, 0.015625); +INSERT INTO `units_conversion` VALUES (20, 8, 64); +INSERT INTO `units_conversion` VALUES (4, 20, 0.00105669); +INSERT INTO `units_conversion` VALUES (20, 4, 946.352); +INSERT INTO `units_conversion` VALUES (13, 20, 0.00105669); +INSERT INTO `units_conversion` VALUES (20, 13, 946.352); +INSERT INTO `units_conversion` VALUES (15, 20, 0.25); +INSERT INTO `units_conversion` VALUES (20, 15, 4); +INSERT INTO `units_conversion` VALUES (21, 20, 4); +INSERT INTO `units_conversion` VALUES (20, 21, 0.25); +INSERT INTO `units_conversion` VALUES (6, 21, 0.125); +INSERT INTO `units_conversion` VALUES (21, 6, 8); +INSERT INTO `units_conversion` VALUES (3, 21, 0.264271); +INSERT INTO `units_conversion` VALUES (21, 3, 3.784); +INSERT INTO `units_conversion` VALUES (8, 21, 0.00390625); +INSERT INTO `units_conversion` VALUES (21, 8, 256); +INSERT INTO `units_conversion` VALUES (4, 21, 0.000264172); +INSERT INTO `units_conversion` VALUES (21, 4, 3785.41); +INSERT INTO `units_conversion` VALUES (13, 21, 0.000264172); +INSERT INTO `units_conversion` VALUES (21, 13, 3785.41); +INSERT INTO `units_conversion` VALUES (15, 21, 0.0625); +INSERT INTO `units_conversion` VALUES (21, 15, 16); +INSERT INTO `units_conversion` VALUES (5, 22, 16); +INSERT INTO `units_conversion` VALUES (22, 5, 0.0625); +INSERT INTO `units_conversion` VALUES (1, 22, 35.2423); +INSERT INTO `units_conversion` VALUES (22, 1, 0.028375); +INSERT INTO `units_conversion` VALUES (2, 22, 0.0352734); +INSERT INTO `units_conversion` VALUES (22, 2, 28.35); +INSERT INTO `units_conversion` VALUES (8, 19, 3); +INSERT INTO `units_conversion` VALUES (19, 8, 0.333333); +INSERT INTO `units_conversion` VALUES (4, 19, 0.202895); +INSERT INTO `units_conversion` VALUES (19, 4, 4.92866); +INSERT INTO `units_conversion` VALUES (3, 19, 202.884); +INSERT INTO `units_conversion` VALUES (19, 3, 0.00492893); +INSERT INTO `units_conversion` VALUES (13, 19, 0.202895); +INSERT INTO `units_conversion` VALUES (19, 13, 4.92866); +INSERT INTO `units_conversion` VALUES (6, 19, 96.0001); +INSERT INTO `units_conversion` VALUES (19, 6, 0.0104167); +INSERT INTO `units_conversion` VALUES (15, 19, 48); +INSERT INTO `units_conversion` VALUES (19, 15, 0.0208333); +INSERT INTO `units_conversion` VALUES (20, 19, 192); +INSERT INTO `units_conversion` VALUES (19, 20, 0.00520833); +INSERT INTO `units_conversion` VALUES (21, 19, 768.001); +INSERT INTO `units_conversion` VALUES (19, 21, 0.00130208); +INSERT INTO `units_conversion` VALUES (24, 4, 29.574); +INSERT INTO `units_conversion` VALUES (4, 24, 0.0338135); +INSERT INTO `units_conversion` VALUES (3, 24, 33.8135); +INSERT INTO `units_conversion` VALUES (24, 3, 0.029574); +INSERT INTO `units_conversion` VALUES (8, 24, 0.499967); +INSERT INTO `units_conversion` VALUES (24, 8, 2.00013); +INSERT INTO `units_conversion` VALUES (13, 24, 0.0338135); +INSERT INTO `units_conversion` VALUES (24, 13, 29.574); +INSERT INTO `units_conversion` VALUES (6, 24, 15.9997); +INSERT INTO `units_conversion` VALUES (24, 6, 0.0625011); +INSERT INTO `units_conversion` VALUES (15, 24, 7.99986); +INSERT INTO `units_conversion` VALUES (24, 15, 0.125002); +INSERT INTO `units_conversion` VALUES (20, 24, 31.9994); +INSERT INTO `units_conversion` VALUES (24, 20, 0.0312506); +INSERT INTO `units_conversion` VALUES (21, 24, 127.998); +INSERT INTO `units_conversion` VALUES (24, 21, 0.00781262); +INSERT INTO `units_conversion` VALUES (19, 24, 0.166655); +INSERT INTO `units_conversion` VALUES (24, 19, 6.00042); +INSERT INTO `units_conversion` VALUES (25, 2, 15); +INSERT INTO `units_conversion` VALUES (2, 25, 0.0666667); diff --git a/Rezepte/Lamb_Stuffing.kreml b/Rezepte/Lamb_Stuffing.kreml new file mode 100644 index 0000000..077412b --- /dev/null +++ b/Rezepte/Lamb_Stuffing.kreml @@ -0,0 +1,95 @@ + + + + + + + + + + +Lamb Stuffing +Ravikiran Rajagopal + + + +Lamm + +1 +00:00 + + + +gehacktes Lammfleisch +800 +Gramm + + +Frühlingszwiebeln +3 +Bund + + +gehackte Spinatblätter +2 +Tassen + + +grüne Erbsen +0.5 +Pfund + + +gemahlener Koriander +0.5 +Eßlöffel + + +gemahlener Zimt +0.25 +Eßlöffel + + +Zitronensaft +1 +Eßlöffel + + +Senfkörner +5 +Gramm + + +Roma tomato +1 + + + +Essig, 5% +1 +nach Geschmack + + +Öl +1 +wenig + + +Salz +1 +wenig + + +gemahlener schwarzer Pfeffer +1 +wenig + + + +Chop the spring onions (from the green leaves all the way close to the root) into 1cm long pieces. Dice the tomato if you use it. In a sautee-pan, add a little oil, the mustard seeds, and eat it. When the mustard seeds start popping, add the chooped spring onions, thawed green peas, and sautee for about 2 minutes. Then, add the spinach, tomato and cilantro powder, and sautee until almost dry. Add thawed minced lamb, a cup of water and stir to make the mixture almost homogeneous. Add cumin powder, cinnamon and salt, and stir thoroughly. Let it simmer for a while until most of the water is gone. Then sprinkle crushed black pepper to required degree of spiciness. Add lemon juice (and vinegar for extra tang) and stir. The pepper should absorb all the remaining water. Stir vigorously for about 30 seconds and remove from heat. + +This makes great stuffing for pitas. Personally, if I have the time, I add the cooked stuffing above to wet rice flour, and steam to obtain flavoured rice cakes, which is consumed by itself or (usually) with coconut chutney. + +Note: Be careful adding the cumin and cinnamon. They tend to clump, and you should avoid that be adding them little by little while strirring the mixture. + + diff --git a/Rezepte/Pastel_Vasco.kreml b/Rezepte/Pastel_Vasco.kreml new file mode 100644 index 0000000..b25abdc --- /dev/null +++ b/Rezepte/Pastel_Vasco.kreml @@ -0,0 +1,90 @@ + + + + + + + + + + +Gateau Basque / Pastel Vasco +Unai Garro + + + +Desserts +Süßspeisen + +4 +00:00 + + + +Butter +185 +Gramm + + +Mehl +425 +Gramm + + +Zucker +250 +Gramm + + +Eigelbs +7 + + + +Eier +1 + + + +Puder-Zucker +300 +Gramm + + +Zimt +1 +Stange + + +Vanilleschoten +1 + + + +Mandeln +100 +Gramm + + +Johannisbeeren / Korinthen +100 +Gramm + + +Milch +0.5 +Liter + + + +First, we need to make the dough: place in a mixing bowl 375g of the flour and make a hole in the middle, where you can place the butter slightly soft, the icing (or normal) sugar, 3 egg yolks, the egg, and 375g flour. Mix all these properly until you get something quite consistant. And leave it in the fridge for at least 1/2 an hour, covered with cling film. + +In the mean time, in order to make some cream, put the milk boiling in a saucepan, and add the cinnamon and the vanilla pod. Midwhile, mix in a bowl the 150 g of the sugar, the rest of the flour (50g), and the 4 egg yolks that are left. Once the milk is boiling, remove the cinnamon and the vanilla pod and add this mixture to the milk. Keep going on mixing continuously until the cream gets quite thick, and once it starts boiling add the almonds, previously grounded, 100 g of sugar which is left, and the currants. Leave this mixture in the fridge for 1/2 an hour. + +Once these two things are done, get a mould ready for baking spreading a bit of butter and then flour so that the cake won't stick to the mould. + +Now, put a thin (less than 5mm) layer of the dough covering the bottom and side parts of the mould, and fill it in with the cream, and cover on top with the rest of the dough in the same way. + +Paint the cake's top part with a bit of whisked egg, and put it in the oven at 190C for around 30 mins. Et voilá! you have a delicious sweet cake. + + diff --git a/Rezepte/cit.sql b/Rezepte/cit.sql new file mode 100644 index 0000000..b684a76 --- /dev/null +++ b/Rezepte/cit.sql @@ -0,0 +1,1676 @@ +-- phpMyAdmin SQL Dump +-- version 2.10.0.2 +-- http://www.phpmyadmin.net +-- +-- Host: mydb0.technik.berlin.strato.de +-- Erstellungszeit: 09. August 2007 um 10:41 +-- Server Version: 5.0.42 +-- PHP-Version: 5.0.5 + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; + +-- +-- Datenbank: `cit` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `absences` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 07. August 2007 um 14:05 +-- Letzter Check am: 10. Juli 2007 um 17:48 +-- + +DROP TABLE IF EXISTS `absences`; +CREATE TABLE IF NOT EXISTS `absences` ( + `absence_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zur Tabelle ''users''', + `absence_reason_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zur Tabelle ''absence_reasons''', + `for_year` mediumint(8) unsigned NOT NULL COMMENT 'Das Jahr, zu dem die Abwesenheit zählt.', + `absence_start` date NOT NULL COMMENT 'Erster Tag der Abwesenheit', + `absence_end` date NOT NULL COMMENT 'Letzter Tag der Abwesenheit', + `workdays` mediumint(8) unsigned NOT NULL COMMENT 'Anzahl der betroffenen Werktage', + `status` enum('beantragt','genehmigt','nicht_genehmigt','geloescht','eingetragen','verfallen') NOT NULL, + `date_created` datetime NOT NULL COMMENT 'Zeitpunkt der Erstellung', + `substitute_id` int(10) unsigned default NULL COMMENT 'User-Id des Vertreters', + `date_delivery` date default NULL COMMENT 'Datum der Übergabe', + `granted_by` int(10) unsigned default NULL COMMENT 'Genehmigt von User-Id', + `date_granted` datetime default NULL COMMENT 'Zeitpunkt der Genehmigung', + `date_changed` datetime NOT NULL COMMENT 'Zeitpunkt der letzten Änderung', + `notes` text NOT NULL COMMENT 'Anmerkungen und Erläuterungen', + PRIMARY KEY (`absence_id`), + KEY `user_id` (`user_id`), + KEY `absence_reason_id` (`absence_reason_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Abwesenheitseinträge (wie Urlaub, Schulung usw.)' AUTO_INCREMENT=84 ; + +-- +-- RELATIONEN DER TABELLE `absences`: +-- `absence_reason_id` +-- `absence_reasons` -> `absence_reason_id` +-- `granted_by` +-- `v_user` -> `user_id` +-- `substitute_id` +-- `v_user` -> `user_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `absences` +-- + +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (2, 2, 1, 2007, '2007-01-02', '2007-01-03', 2, 'genehmigt', '2007-05-21 11:54:40', 3, '2006-12-29', 9, '2006-12-29 00:00:00', '2007-05-21 11:54:40', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (3, 1, 1, 2006, '2007-01-02', '2007-01-03', 2, 'genehmigt', '2007-05-21 11:54:40', 6, '2006-12-29', 9, NULL, '2007-05-21 11:54:40', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (4, 4, 2, 2007, '2007-02-13', '2007-02-13', 1, 'eingetragen', '2007-05-21 11:57:27', NULL, NULL, NULL, NULL, '2007-05-21 11:57:27', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (5, 5, 2, 2007, '2007-02-13', '2007-02-13', 1, 'eingetragen', '2007-05-21 11:57:27', NULL, NULL, NULL, NULL, '2007-05-21 11:57:27', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (6, 4, 1, 2006, '2007-02-15', '2007-02-16', 2, 'genehmigt', '2007-05-21 12:00:21', 12, '2007-02-14', 9, '2007-02-14 00:00:00', '2007-05-21 12:00:21', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (7, 1, 1, 2007, '2007-02-19', '2007-02-25', 5, 'genehmigt', '2007-05-21 12:00:21', 6, '2007-02-16', 6, '2007-02-16 00:00:00', '2007-05-21 12:00:21', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (8, 4, 1, 2007, '2007-03-09', '2007-03-18', 6, 'genehmigt', '2007-05-21 12:05:10', NULL, NULL, 8, NULL, '2007-05-21 12:05:10', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (9, 12, 1, 2007, '2007-03-14', '2007-03-14', 1, 'genehmigt', '2007-05-21 12:05:10', NULL, NULL, 8, NULL, '2007-05-21 12:05:10', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (10, 6, 6, 2007, '2007-03-16', '2007-03-16', 1, 'eingetragen', '2007-05-21 12:08:03', 1, NULL, NULL, NULL, '2007-05-21 12:08:03', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (11, 2, 1, 2007, '2007-03-17', '2007-03-19', 1, 'genehmigt', '2007-05-21 12:08:03', NULL, NULL, 8, NULL, '2007-05-21 12:08:03', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (12, 4, 6, 2007, '2007-03-19', '2007-03-19', 1, 'eingetragen', '2007-05-21 12:10:22', NULL, NULL, NULL, NULL, '2007-05-21 12:10:22', 'CeBIT'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (13, 1, 6, 2007, '2007-03-19', '2007-03-19', 1, 'eingetragen', '2007-05-21 12:10:22', 6, NULL, NULL, NULL, '2007-05-21 12:10:22', 'CeBIT'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (14, 8, 6, 2007, '2007-03-19', '2007-03-19', 1, 'eingetragen', '2007-05-21 12:12:45', NULL, NULL, NULL, NULL, '2007-05-21 12:12:45', 'CeBIT'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (15, 2, 1, 2007, '2007-03-23', '2007-03-27', 3, 'genehmigt', '2007-05-21 12:12:45', NULL, NULL, 8, NULL, '2007-05-21 12:12:45', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (16, 5, 2, 2007, '2007-03-26', '2007-03-30', 5, 'eingetragen', '2007-05-21 12:15:07', NULL, NULL, NULL, NULL, '2007-05-21 12:15:07', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (17, 5, 1, 2007, '2007-03-31', '2007-04-15', 8, 'genehmigt', '2007-05-21 12:15:07', NULL, NULL, 8, NULL, '2007-05-21 12:15:07', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (18, 4, 1, 2007, '2007-04-05', '2007-04-09', 1, 'genehmigt', '2007-05-21 12:18:03', NULL, NULL, 8, NULL, '2007-05-21 12:18:03', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (19, 1, 1, 2007, '2007-04-10', '2007-04-15', 4, 'genehmigt', '2007-05-21 12:18:03', 6, NULL, 6, NULL, '2007-05-21 12:18:03', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (20, 12, 1, 2007, '2007-04-14', '2007-04-22', 5, 'genehmigt', '2007-05-21 12:32:48', NULL, NULL, 8, NULL, '2007-05-21 12:32:48', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (21, 1, 2, 2007, '2007-04-16', '2007-04-16', 1, 'eingetragen', '2007-05-21 12:32:48', 6, NULL, NULL, NULL, '2007-05-21 12:32:48', 'Oracle-Schulung'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (22, 1, 2, 2007, '2007-04-18', '2007-04-20', 3, 'eingetragen', '2007-05-21 12:34:40', 6, NULL, NULL, NULL, '2007-05-21 12:34:40', 'Oracle-Schulung'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (23, 4, 1, 2007, '2007-04-28', '2007-05-01', 1, 'genehmigt', '2007-05-21 12:34:40', NULL, NULL, 8, NULL, '2007-05-21 12:34:40', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (24, 7, 1, 2007, '2007-04-14', '2007-04-22', 5, 'genehmigt', '2007-05-21 12:36:40', NULL, NULL, 8, NULL, '2007-05-21 12:36:40', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (25, 1, 2, 2007, '2007-05-03', '2007-05-03', 1, 'eingetragen', '2007-05-21 12:36:40', 6, NULL, NULL, NULL, '2007-05-21 12:36:40', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (26, 7, 1, 2007, '2007-05-03', '2007-05-03', 1, 'genehmigt', '2007-05-21 12:38:29', NULL, NULL, 8, NULL, '2007-05-21 12:38:29', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (27, 4, 2, 2007, '2007-05-07', '2007-05-09', 3, 'eingetragen', '2007-05-21 12:38:29', NULL, NULL, NULL, NULL, '2007-05-21 12:38:29', 'Oracle'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (28, 10, 2, 2007, '2007-05-14', '2007-05-16', 3, 'eingetragen', '2007-05-21 12:40:32', NULL, NULL, NULL, NULL, '2007-05-21 12:40:32', 'Oracle inhouse'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (29, 7, 2, 2007, '2007-05-14', '2007-05-16', 3, 'eingetragen', '2007-05-21 12:40:32', NULL, NULL, NULL, NULL, '2007-05-21 12:40:32', 'Oracle inhouse'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (30, 12, 2, 2007, '2007-05-14', '2007-05-16', 3, 'eingetragen', '2007-05-21 12:42:48', NULL, NULL, NULL, NULL, '2007-05-21 12:42:48', 'Oracle inhouse'); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (31, 4, 1, 2007, '2007-05-17', '2007-05-20', 1, 'genehmigt', '2007-05-21 12:42:48', NULL, NULL, 8, NULL, '2007-05-21 12:42:48', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (32, 7, 1, 2007, '2007-05-17', '2007-05-20', 1, 'genehmigt', '2007-05-21 12:44:12', NULL, NULL, 8, NULL, '2007-05-21 12:44:12', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (33, 12, 1, 2007, '2007-05-17', '2007-05-20', 1, 'genehmigt', '2007-05-21 12:44:12', NULL, NULL, 8, NULL, '2007-05-21 12:44:12', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (34, 2, 2, 2007, '2007-05-21', '2007-05-24', 4, 'eingetragen', '2007-05-21 12:46:03', NULL, NULL, NULL, NULL, '2007-05-21 12:46:03', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (35, 12, 2, 2007, '2007-06-07', '2007-06-12', 4, 'eingetragen', '2007-05-21 12:46:03', NULL, NULL, NULL, NULL, '2007-06-12 13:35:00', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (36, 5, 1, 2007, '2007-06-22', '2007-06-25', 2, 'genehmigt', '2007-05-21 12:48:09', NULL, NULL, 8, '2007-06-21 14:30:59', '2007-05-21 12:48:09', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (48, 3, 2, 2007, '2007-06-18', '2007-06-19', 2, 'eingetragen', '2007-06-12 13:54:36', NULL, NULL, NULL, NULL, '2007-06-12 13:54:36', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (38, 12, 1, 2007, '2007-07-11', '2007-07-24', 10, 'genehmigt', '2007-05-21 12:50:02', NULL, NULL, 8, NULL, '2007-07-19 09:09:27', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (39, 8, 1, 2007, '2007-08-09', '2007-08-29', 15, 'beantragt', '2007-05-21 12:50:02', NULL, NULL, NULL, NULL, '2007-05-21 12:50:02', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (40, 5, 1, 2007, '2007-09-07', '2007-09-17', 7, 'beantragt', '2007-05-21 12:51:14', NULL, NULL, NULL, NULL, '2007-05-21 12:51:14', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (43, 12, 3, 2007, '2007-05-24', '2007-05-25', 2, 'eingetragen', '2007-06-12 13:37:21', NULL, NULL, NULL, NULL, '2007-06-12 13:37:21', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (44, 12, 2, 2007, '2007-07-05', '2007-07-09', 3, 'eingetragen', '2007-06-12 13:39:26', NULL, NULL, NULL, NULL, '2007-06-12 13:39:26', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (45, 2, 1, 2007, '2007-06-22', '2007-07-09', 12, 'genehmigt', '2007-06-12 13:43:24', 3, '2007-06-21', 8, '2007-06-21 14:29:17', '2007-06-27 14:29:30', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (46, 1, 1, 2007, '2007-07-26', '2007-07-29', 2, 'genehmigt', '2007-06-12 13:48:27', NULL, NULL, 8, '2007-07-25 09:56:12', '2007-07-25 09:56:12', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (47, 1, 1, 2007, '2007-09-27', '2007-10-03', 4, 'beantragt', '2007-06-12 13:48:27', 6, NULL, NULL, NULL, '2007-06-12 13:48:27', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (49, 7, 3, 2007, '2007-05-30', '2007-05-30', 1, 'eingetragen', '2007-06-12 13:58:31', NULL, NULL, NULL, NULL, '2007-06-12 13:58:31', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (50, 8, 2, 2007, '2007-09-24', '2007-09-25', 2, 'eingetragen', '2007-06-12 13:58:31', NULL, NULL, NULL, NULL, '2007-06-12 13:58:31', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (51, 4, 1, 2007, '2007-07-28', '2007-08-05', 5, 'beantragt', '2007-06-18 13:46:36', NULL, NULL, NULL, NULL, '2007-06-18 13:46:36', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (52, 17, 1, 2007, '2007-06-19', '2007-06-21', 3, 'genehmigt', '2007-06-18 13:46:36', NULL, NULL, 13, '2007-06-18 14:26:55', '2007-06-27 14:27:21', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (53, 16, 1, 2007, '2007-07-13', '2007-07-25', 9, 'genehmigt', '2007-06-18 13:49:07', NULL, NULL, 13, '2007-07-12 09:12:30', '2007-06-18 13:49:07', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (54, 16, 1, 2007, '2007-08-18', '2007-08-26', 5, 'beantragt', '2007-06-18 13:49:07', NULL, NULL, NULL, NULL, '2007-06-18 13:49:07', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (55, 13, 1, 2007, '2007-06-22', '2007-06-24', 1, 'beantragt', '2007-06-18 13:51:22', NULL, NULL, NULL, NULL, '2007-06-18 13:51:22', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (56, 13, 1, 2007, '2007-07-28', '2007-08-12', 10, 'beantragt', '2007-06-18 13:51:22', NULL, NULL, NULL, NULL, '2007-06-18 13:51:22', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (57, 4, 1, 2007, '2007-07-12', '2007-07-15', 2, 'genehmigt', '2007-06-22 14:03:59', NULL, NULL, 8, '2007-07-11 09:10:52', '2007-07-19 09:11:09', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (59, 6, 1, 2007, '2007-06-26', '2007-07-01', 4, 'genehmigt', '2007-06-27 14:24:40', 1, '2007-06-25', NULL, NULL, '2007-06-27 14:24:40', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (64, 14, 1, 2007, '2007-06-29', '2007-07-02', 2, 'genehmigt', '2007-06-28 13:16:46', 17, '2007-06-28', NULL, NULL, '2007-06-28 13:16:46', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (65, 9, 1, 2007, '2007-07-14', '2007-08-05', 15, 'eingetragen', '2007-07-10 10:11:07', NULL, NULL, NULL, NULL, '2007-07-10 10:11:07', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (67, 6, 1, 2007, '2007-07-11', '2007-07-17', 5, 'genehmigt', '2007-07-10 17:30:32', 1, '2007-07-10', NULL, NULL, '2007-07-10 17:30:32', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (68, 5, 3, 2007, '2007-07-11', '2007-07-11', 1, 'eingetragen', '2007-07-11 10:18:20', 3, NULL, NULL, NULL, '2007-07-11 10:18:20', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (69, 2, 3, 2007, '2007-07-12', '2007-07-12', 1, 'eingetragen', '2007-07-12 10:19:14', 3, NULL, NULL, NULL, '2007-07-12 10:19:14', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (70, 5, 1, 2007, '2007-06-21', '2007-06-21', 1, 'genehmigt', '2007-07-12 12:51:37', 3, '2007-06-20', NULL, NULL, '2007-07-12 12:51:37', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (71, 2, 3, 2007, '2007-07-13', '2007-07-13', 1, 'eingetragen', '2007-07-13 11:48:32', 3, NULL, NULL, NULL, '2007-07-13 11:48:32', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (72, 6, 1, 2007, '2007-07-23', '2007-07-27', 5, 'genehmigt', '2007-07-19 11:29:37', 1, '2007-07-20', NULL, NULL, '2007-07-19 11:29:37', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (73, 14, 1, 2007, '2007-07-04', '2007-07-04', 1, 'genehmigt', '2007-07-23 13:23:26', 17, '2007-07-03', NULL, NULL, '2007-07-23 13:23:26', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (74, 14, 1, 2007, '2007-07-26', '2007-07-26', 1, 'genehmigt', '2007-07-23 13:24:14', 17, '2007-07-25', NULL, NULL, '2007-07-23 13:24:14', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (75, 14, 1, 2007, '2007-08-01', '2007-08-01', 1, 'genehmigt', '2007-07-23 13:24:57', 17, '2007-07-31', NULL, NULL, '2007-07-23 13:24:57', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (76, 17, 3, 2007, '2007-07-24', '2007-07-24', 1, 'eingetragen', '2007-07-25 17:49:52', NULL, NULL, NULL, NULL, '2007-07-25 17:49:52', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (77, 6, 1, 2007, '2007-07-27', '2007-07-28', 1, 'genehmigt', '2007-07-27 09:20:08', NULL, '2007-07-26', NULL, NULL, '2007-07-27 09:20:08', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (78, 6, 1, 2007, '2007-07-29', '2007-07-29', 1, 'beantragt', '2007-07-27 09:20:58', NULL, '2007-07-28', NULL, NULL, '2007-07-27 09:20:58', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (79, 5, 1, 2007, '2007-09-06', '2007-09-06', 1, 'beantragt', '2007-07-27 12:54:25', 2, '2007-09-05', NULL, NULL, '2007-07-27 12:54:25', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (80, 1, 3, 2007, '2007-07-30', '2007-07-31', 2, 'eingetragen', '2007-07-30 16:41:29', 6, NULL, NULL, NULL, '2007-07-30 16:41:29', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (81, 1, 3, 2007, '2007-08-01', '2007-08-05', 3, 'eingetragen', '2007-08-01 10:23:39', 6, NULL, NULL, NULL, '2007-08-01 10:23:39', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (82, 1, 3, 2007, '2007-08-06', '2007-08-15', 8, 'eingetragen', '2007-08-06 11:55:13', 6, NULL, NULL, NULL, '2007-08-06 11:55:13', ''); +INSERT INTO `absences` (`absence_id`, `user_id`, `absence_reason_id`, `for_year`, `absence_start`, `absence_end`, `workdays`, `status`, `date_created`, `substitute_id`, `date_delivery`, `granted_by`, `date_granted`, `date_changed`, `notes`) VALUES (83, 3, 1, 2007, '2007-08-15', '2007-08-17', 3, 'genehmigt', '2007-08-07 14:05:48', 2, '2007-08-14', NULL, NULL, '2007-08-07 14:05:48', ''); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `absence_reasons` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `absence_reasons`; +CREATE TABLE IF NOT EXISTS `absence_reasons` ( + `absence_reason_id` int(10) unsigned NOT NULL auto_increment, + `absence_reason` varchar(50) NOT NULL COMMENT 'Der eigentliche Abwesenheitsgrund', + `absence_reason_abbr` char(3) NOT NULL COMMENT 'Abkürzung', + `text_color` varchar(30) NOT NULL default 'black' COMMENT 'Textfarbe für die Darstellung der Abteilungsübersicht (als CSS-Textfarbe)', + `absence_must_granted` enum('y','n') NOT NULL default 'y' COMMENT 'Muß die Abwesenheit genehmigt werden?', + `public_visible` enum('y','n') NOT NULL default 'y' COMMENT 'Sind Eintragungen von diesem Typ öffentlich sichtbar, oder nur für Vorgesetzte?', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`absence_reason_id`), + UNIQUE KEY `absence_reason` (`absence_reason`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle verschiedenen Abwesenheitsgründe' AUTO_INCREMENT=7 ; + +-- +-- Daten für Tabelle `absence_reasons` +-- + +INSERT INTO `absence_reasons` (`absence_reason_id`, `absence_reason`, `absence_reason_abbr`, `text_color`, `absence_must_granted`, `public_visible`, `date_created`, `date_changed`) VALUES (1, 'Urlaub', 'U', 'green', 'y', 'y', '2007-04-02 18:26:05', '2007-05-16 14:37:54'); +INSERT INTO `absence_reasons` (`absence_reason_id`, `absence_reason`, `absence_reason_abbr`, `text_color`, `absence_must_granted`, `public_visible`, `date_created`, `date_changed`) VALUES (2, 'Schulung', 'S', 'navy', 'y', 'y', '2007-04-02 18:26:05', '2007-05-16 14:38:29'); +INSERT INTO `absence_reasons` (`absence_reason_id`, `absence_reason`, `absence_reason_abbr`, `text_color`, `absence_must_granted`, `public_visible`, `date_created`, `date_changed`) VALUES (3, 'Krankheit', 'K', 'red', 'n', 'n', '2007-04-02 18:27:22', '2007-05-16 14:38:48'); +INSERT INTO `absence_reasons` (`absence_reason_id`, `absence_reason`, `absence_reason_abbr`, `text_color`, `absence_must_granted`, `public_visible`, `date_created`, `date_changed`) VALUES (4, 'Abbummeln von Überstunden', 'A', 'teal', 'y', 'y', '2007-04-02 18:27:22', '2007-05-16 14:39:23'); +INSERT INTO `absence_reasons` (`absence_reason_id`, `absence_reason`, `absence_reason_abbr`, `text_color`, `absence_must_granted`, `public_visible`, `date_created`, `date_changed`) VALUES (5, 'Sonstiges', 'O', 'gray', 'y', 'y', '2007-04-02 18:27:40', '2007-05-16 14:40:02'); +INSERT INTO `absence_reasons` (`absence_reason_id`, `absence_reason`, `absence_reason_abbr`, `text_color`, `absence_must_granted`, `public_visible`, `date_created`, `date_changed`) VALUES (6, 'Messe', 'M', 'blue', 'n', 'y', '2007-05-21 12:01:40', '2007-05-21 12:01:40'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `anreden` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `anreden`; +CREATE TABLE IF NOT EXISTS `anreden` ( + `anrede_id` int(10) unsigned NOT NULL auto_increment, + `anrede` varchar(100) NOT NULL, + `notes` varchar(250) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`anrede_id`), + UNIQUE KEY `anrede` (`anrede`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle verfügbaren Anreden von Mitarbeitern' AUTO_INCREMENT=6 ; + +-- +-- Daten für Tabelle `anreden` +-- + +INSERT INTO `anreden` (`anrede_id`, `anrede`, `notes`, `date_created`, `date_changed`) VALUES (1, 'Herr', '', '2007-04-02 12:17:32', '2007-04-02 16:03:19'); +INSERT INTO `anreden` (`anrede_id`, `anrede`, `notes`, `date_created`, `date_changed`) VALUES (2, 'Frau', '', '2007-04-02 12:17:32', '2007-04-03 14:20:51'); +INSERT INTO `anreden` (`anrede_id`, `anrede`, `notes`, `date_created`, `date_changed`) VALUES (3, 'Fräulein', '', '2007-04-02 12:17:32', '2007-04-02 12:17:32'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `contact_number_types` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `contact_number_types`; +CREATE TABLE IF NOT EXISTS `contact_number_types` ( + `contact_number_type_id` int(10) unsigned NOT NULL auto_increment, + `number_category` enum('telefon','email','web','instant','sip') NOT NULL default 'telefon', + `contact_number_type_name` varchar(50) NOT NULL, + `contact_number_type_descr` varchar(250) NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`contact_number_type_id`), + UNIQUE KEY `contact_number_type_name` (`contact_number_type_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Arten von Kontaktummern (Telefon, Fax, Handy usw.)' AUTO_INCREMENT=13 ; + +-- +-- Daten für Tabelle `contact_number_types` +-- + +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (1, 'telefon', 'Telefon Arbeit', '', '2007-02-05 13:20:21'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (2, 'telefon', 'Telefon zuhause', '', '2007-02-05 13:20:21'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (3, 'telefon', 'Fax Arbeit', '', '2007-02-05 13:20:51'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (4, 'telefon', 'Handy Arbeit', '', '2007-02-05 13:20:51'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (5, 'telefon', 'Handy privat', '', '2007-02-05 13:21:22'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (6, 'email', 'E-Mail-Adresse Arbeit', '', '2007-02-05 13:21:22'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (7, 'email', 'E-Mail-Adresse privat', '', '2007-02-05 13:21:39'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (8, 'web', 'Homepage Arbeit', '', '2007-02-05 13:32:41'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (9, 'web', 'Homepage privat', '', '2007-02-05 13:32:41'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (10, 'instant', 'ICQ-Nummer', '', '2007-04-02 19:21:11'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (11, 'instant', 'Jabber-Id', '', '2007-04-02 19:21:11'); +INSERT INTO `contact_number_types` (`contact_number_type_id`, `number_category`, `contact_number_type_name`, `contact_number_type_descr`, `date_created`) VALUES (12, 'sip', 'SIP-Id', '', '2007-04-02 19:29:52'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `countries` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `countries`; +CREATE TABLE IF NOT EXISTS `countries` ( + `country_id` int(10) unsigned NOT NULL auto_increment, + `country_name` varchar(100) NOT NULL, + `country_name_long` varchar(250) NOT NULL, + `iso_2letter` char(2) default NULL, + `iso_3letter` char(3) default NULL, + `iso_number` char(3) default NULL, + `tld` varchar(10) NOT NULL, + `kfz_kennzeichen` varchar(10) NOT NULL, + `telefon_vorwahl` varchar(10) NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`country_id`), + UNIQUE KEY `country_name` (`country_name`), + UNIQUE KEY `iso_2letter` (`iso_2letter`), + UNIQUE KEY `iso_3letter` (`iso_3letter`), + UNIQUE KEY `iso_number` (`iso_number`), + FULLTEXT KEY `country_name_long` (`country_name_long`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Länder mit den ISO-Codes' AUTO_INCREMENT=236 ; + +-- +-- Daten für Tabelle `countries` +-- + +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (1, 'Afghanistan', 'Islamische Republik Afghanistan', 'AF', 'AFG', '004', '.af', 'AFG', '+93', '2007-02-05 13:48:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (60, 'Ägypten', 'Arabische Republik Ägypten', 'EG', 'EGY', '818', '.eg', 'ET', '+20', '2007-02-05 15:07:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (2, 'Albanien', 'Republik Albanien', 'AL', 'ALB', '008', '.al', 'AL', '+355', '2007-02-05 13:48:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (3, 'Algerien', 'Demokratische Volksrepublik Algerien', 'DZ', 'DZA', '012', '.dz', 'DZ', '+213', '2007-02-05 13:51:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (4, 'Amerikanisch-Samoa', 'Amerikanisch-Samoa', 'AS', 'ASM', '016', '.as', '', '+1 684', '2007-02-05 13:51:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (228, 'Amerikanische Jungferninseln', 'Amerikanische Jungferninseln', 'VI', 'VIR', '850', '.vi', '', '+1 340', '2007-02-05 18:47:38'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (5, 'Andorra', 'Fürstentum Andorra', 'AD', 'AND', '020', '.ad', 'AND', '+376', '2007-02-05 13:54:41'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (6, 'Angola', 'Republik Angola', 'AO', 'AGO', '024', '.ao', 'ANG', '+244', '2007-02-05 13:54:41'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (7, 'Anguilla', 'Anguilla', 'AI', 'AIA', '660', '.ai', 'AXA', '+1 264', '2007-02-05 13:59:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (8, 'Antarktis', 'Antarktis', 'AQ', 'ATA', '010', '.aq', '', '+672', '2007-02-05 13:59:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (9, 'Antigua and Barbuda', 'Antigua and Barbuda', 'AG', 'ATG', '028', '.ag', 'AG', '+1268', '2007-02-05 14:02:26'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (62, 'Äquatorialguinea', 'Republik Äquatorialguinea', 'GQ', 'GNQ', '226', '.gq', 'GQ', '+240', '2007-02-05 15:09:40'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (10, 'Argentinien', 'Argentinische Republik', 'AR', 'ARG', '032', '.ar', 'RA', '+54', '2007-02-05 14:02:26'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (11, 'Armenien', 'Republik Armenien', 'AM', 'ARM', '051', '.am', 'ARM', '+374', '2007-02-05 14:05:03'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (12, 'Aruba', 'Aruba', 'AW', 'ABW', '533', '.aw', '', '+297', '2007-02-05 14:05:03'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (15, 'Aserbaidschan', 'Republik Aserbaidschan', 'AZ', 'AZE', '031', '.az', 'AZ', '+994', '2007-02-05 14:10:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (65, 'Äthiopien', 'Demokratische Bundesrepublik Äthiopien', 'ET', 'ETH', '231', '.et', 'ETH', '+251', '2007-02-05 15:14:00'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (13, 'Australien', 'Commonwealth von Australien', 'AU', 'AUS', '036', '.au', 'AUS', '+61', '2007-02-05 14:07:29'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (16, 'Bahamas', 'Commonwealth der Bahamas', 'BS', 'BHS', '044', '.bs', 'BS', '+1242', '2007-02-05 14:10:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (17, 'Bahrain', 'Königreich Bahrain', 'BH', 'BHR', '048', '.bh', 'BRN', '+973', '2007-02-05 14:12:32'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (18, 'Bangladesch', 'Volksrepublik Bangladesch', 'BD', 'BGD', '050', '.bd', 'BD', '+880', '2007-02-05 14:12:32'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (19, 'Barbados', 'Barbados', 'BB', 'BRB', '052', '.bb', 'BDS', '+ 1 246', '2007-02-05 14:15:58'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (21, 'Belgien', 'Königreich Belgien', 'BE', 'BEL', '056', '.be', 'B', '+32', '2007-02-05 14:18:50'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (22, 'Belize', 'Belize', 'BZ', 'BLZ', '084', '.bz', 'BH', '+501', '2007-02-05 14:18:50'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (23, 'Benin', 'Republik Benin', 'BJ', 'BEN', '204', '.bj', 'RB', '+229', '2007-02-05 14:21:26'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (24, 'Bermuda', 'Bermuda', 'BM', 'BMU', '060', '.bm', '', '+1 441', '2007-02-05 14:21:26'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (25, 'Bhutan', 'Königreich Bhutan', 'BT', 'BTN', '064', '.bt', 'BHT', '+ 975', '2007-02-05 14:23:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (26, 'Bolivien', 'Republik Bolivien', 'BO', 'BOL', '068', '.bo', 'BOL', '+591', '2007-02-05 14:23:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (27, 'Bosnien und Herzegowina', 'Bosnien und Herzegowina', 'BA', 'BIA', '070', '.ba', 'BiH', '+387', '2007-02-05 14:26:29'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (28, 'Botsuana', 'Republik Botsuana', 'BW', 'BWA', '072', '.bw', 'RB', '+267', '2007-02-05 14:26:29'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (29, 'Brasilien', 'Föderative Republik Brasilien', 'BR', 'BRA', '076', '.br', 'BR', '+55', '2007-02-05 14:30:21'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (227, 'Britische Jungferninseln', 'Britische Jungferninseln', 'VG', 'VGB', '092', '.vg', 'VG', '+1 284', '2007-02-05 18:47:38'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (30, 'Britisches Territorium im Indischen Ozean', 'Britisches Territorium im Indischen Ozean', 'IO', 'IOT', '086', '.io', '', '+500', '2007-02-05 14:30:21'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (31, 'Brunei', 'Negara Brunei Darussalam', 'BN', 'BRN', '096', '.bn', 'BRU', '+673', '2007-02-05 14:33:18'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (32, 'Bulgarien', 'Republik Bulgarien', 'BG', 'BGR', '100', '.bg', 'BG', '+359', '2007-02-05 14:33:18'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (33, 'Burkina Faso', 'Burkina Faso', 'BF', 'BFA', '854', '.bf', 'BF', '+226', '2007-02-05 14:35:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (34, 'Burundi', 'Republik Burundi', 'BI', 'BDI', '108', '.bi', 'RU', '+257', '2007-02-05 14:35:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (42, 'Chile', 'Republik Chile', 'CL', 'CHL', '152', '.cl', 'RCH', '+56', '2007-02-05 14:45:39'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (48, 'Cookinseln', 'Cookinseln', 'CK', 'COK', '184', 'ck', 'NZ', '+682', '2007-02-05 14:53:34'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (49, 'Costa Rica', 'Republik Costa Rica', 'CR', 'CRI', '188', '.cr', 'CR', '+506', '2007-02-05 14:55:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (55, 'Dänemark', 'Königreich Dänemark', 'DK', 'DNK', '208', '.dk', 'DK', '+45', '2007-02-05 15:02:23'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (77, 'Deutschland', 'Bundesrepublik Deutschland', 'DE', 'DEU', '276', '.de', 'D', '+49', '2007-02-05 15:31:43'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (57, 'Dominica', 'Commonwealth von Dominica', 'DM', 'DMA', '212', '.dm', 'WD', '+1767', '2007-02-05 15:04:52'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (58, 'Dominikanische Republik', 'Dominikanische Republik', 'DO', 'DOM', '214', '.do', 'DOM', '+1(809) +1', '2007-02-05 15:04:52'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (56, 'Dschibuti', 'Republik Dschibuti', 'DJ', 'DJI', '262', '.dj', 'DJI', '+253', '2007-02-05 15:02:23'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (59, 'Ecuador', 'Republik Ecuador', 'EC', 'ECU', '218', '.ec', 'EC', '+593', '2007-02-05 15:07:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (61, 'El Salvador', 'Republik El Salvador', 'SV', 'SLV', '222', '.sv', 'ES', '+503', '2007-02-05 15:09:40'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (50, 'Elfenbeinküste', 'Republik Côte d''Ivoire', 'CI', 'CIV', '384', '.ci', 'CI', '+225', '2007-02-05 14:55:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (63, 'Eritrea', 'Staat Eritrea', 'ER', 'ERI', '232', '.er', 'ER', '+291', '2007-02-05 15:11:55'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (64, 'Estland', 'Republik Estland', 'EE', 'EST', '233', '.ee', 'EST', '+372', '2007-02-05 15:11:55'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (66, 'Falklandinseln', 'Falklandinseln (auch Malwinen)', 'FK', 'FLK', '238', '.fk', '', '+500', '2007-02-05 15:14:00'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (67, 'Färöer', 'Färöer', 'FO', 'FRO', '234', '.fo', 'FO', '+298', '2007-02-05 15:16:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (68, 'Fidschi', 'Republik Fidschi-Inseln', 'FJ', 'FJI', '242', '.fj', 'FJI', '+679', '2007-02-05 15:16:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (69, 'Finnland', 'Republik Finnland', 'FI', 'FIN', '246', '.fi', 'FIN', '+358', '2007-02-05 15:21:30'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (70, 'Frankreich', 'Französische Republik', 'FR', 'FRA', '250', '.fr', 'F', '+33', '2007-02-05 15:21:30'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (71, 'Französisch-Guayana', 'Französisch-Guayana', 'GF', 'GUF', '254', '.gf', '', '+594', '2007-02-05 15:24:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (72, 'Französisch-Polynesien', 'Französisch-Polynesien', 'PF', 'PYF', '258', '.pf', '', '+689', '2007-02-05 15:24:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (73, 'Französische Süd- und Antarktisgebiete', 'Französische Süd- und Antarktisgebiete', 'TF', 'ATF', '260', '.tf', '', '', '2007-02-05 15:27:47'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (74, 'Gabun', 'Gabunische Republik', 'GA', 'GAB', '266', '.ga', 'G', '+241', '2007-02-05 15:27:47'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (75, 'Gambia', 'Republik Gambia', 'GM', 'GMB', '270', '.gm', 'WAG', '+220', '2007-02-05 15:29:48'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (76, 'Georgien', 'Georgien', 'GE', 'GEO', '268', '.ge', 'GE', '+995', '2007-02-05 15:29:48'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (78, 'Ghana', 'Republik Ghana', 'GH', 'GHA', '288', '.gh', 'GH', '+233', '2007-02-05 15:31:43'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (79, 'Gibraltar', 'Gibraltar', 'GI', 'GIB', '292', '.gi', 'GBZ', '+350', '2007-02-05 15:34:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (82, 'Grenada', 'Staat Grenada', 'GD', 'GRD', '308', '.gd', 'WG', '+1 473', '2007-02-05 15:36:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (80, 'Griechenland', 'Griechische Republik', 'GR', 'GRC', '300', '.gr', 'GR', '+30', '2007-02-05 15:34:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (81, 'Grönland', 'Grönland', 'GL', 'GRL', '304', '.gl', 'GRO', '+299', '2007-02-05 15:36:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (220, 'Großbritannien', 'Vereinigtes Königreich Großbritannien und Nordirland', 'GB', 'GBR', '826', '.uk, .gb', 'GB', '+44', '2007-02-05 18:37:54'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (83, 'Guadeloupe', 'Guadeloupe', 'GP', 'GLP', '312', '.gp', '', '+590', '2007-02-05 15:39:08'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (84, 'Guam', 'Guam', 'GU', 'GUM', '316', '.gu', '', '+1 671', '2007-02-05 15:39:08'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (85, 'Guatemala', 'Republik Guatemala', 'GT', 'GTM', '320', '.gt', 'GCA', '+502', '2007-02-05 15:41:51'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (86, 'Guinea', 'Republik Guinea', 'GN', 'GIN', '324', '.gn', 'RG', '+224', '2007-02-05 15:41:51'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (87, 'Guinea-Bissau', 'Republik Guinea-Bissau', 'GW', 'GNB', '624', '.gw', 'GUB', '+245', '2007-02-05 15:44:19'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (88, 'Guyana', 'Kooperative Republik Guyana', 'GY', 'GUY', '328', '.gy', 'GUY', '+592', '2007-02-05 15:44:19'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (89, 'Haiti', 'Republik Haiti', 'HT', 'HTI', '332', '.ht', 'RH', '+509', '2007-02-05 15:46:22'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (90, 'Heard und McDonaldinseln', 'Heard und McDonaldinseln', 'HM', 'HMD', '334', '.hm', '', '', '2007-02-05 15:46:22'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (92, 'Honduras', 'Republik Honduras', 'HN', 'HND', '340', '.hn', 'HN', '+504', '2007-02-05 15:49:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (93, 'Hongkong', 'Sonderverwaltungszone Hongkong der Volksrepublik China', 'HK', 'HKG', '344', '.hk', '', '+852', '2007-02-05 15:51:43'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (96, 'Indien', 'Republik Indien', 'IN', 'IND', '356', '.in', 'IND', '+91', '2007-02-05 15:53:49'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (97, 'Indonesien', 'Republik Indonesien', 'ID', 'IDN', '360', '.id', 'RI', '+62', '2007-02-05 15:55:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (99, 'Irak', 'Republik Irak', 'IQ', 'IRQ', '368', '.iq', 'IRQ', '+964', '2007-02-05 15:57:55'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (98, 'Iran', 'Islamische Republik Iran', 'IR', 'IRN', '364', '.ir', 'IR', '+98', '2007-02-05 15:55:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (100, 'Irland', 'Irland', 'IE', 'IRL', '372', '.ie', 'IRL', '+353', '2007-02-05 15:57:55'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (95, 'Island', 'Republik Island', 'IS', 'ISL', '352', '.is', 'IS', '+354', '2007-02-05 15:53:49'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (101, 'Israel', 'Staat Israel', 'IL', 'ISR', '376', '.il', 'IL', '+972', '2007-02-05 15:59:58'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (102, 'Italien', 'Italienische Republik', 'IT', 'ITA', '380', '.it', 'I', '+39', '2007-02-05 15:59:58'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (103, 'Jamaika', 'Jamaika', 'JM', 'JAM', '388', '.jm', 'JA', '+1-876', '2007-02-05 16:01:44'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (104, 'Japan', 'Japan', 'JP', 'JPN', '392', '.jp', 'J', '+81', '2007-02-05 16:01:44'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (231, 'Jemen', 'Republik Jemen', 'YE', 'YEM', '887', '.ye', 'YAR', '+967', '2007-02-05 18:53:03'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (105, 'Jordanien', 'Königreich Jordanien', 'JO', 'JOR', '400', '.jo', 'JOR', '+962', '2007-02-05 16:04:02'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (39, 'Kaimaninseln', 'Kaimaninseln', 'KY', 'CYM', '136', '.ky', '', '+1 345', '2007-02-05 14:43:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (35, 'Kambodscha', 'Königreich Kambodscha', 'KH', 'KHM', '116', '.kh', 'K', '+ 855', '2007-02-05 14:37:46'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (36, 'Kamerun', 'Republik Kamerun', 'CM', 'CMR', '120', '.cm', 'CAM', '+237', '2007-02-05 14:37:46'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (37, 'Kanada', 'Kanada', 'CA', 'CAN', '124', '.ca', 'CDN', '+1', '2007-02-05 14:40:17'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (38, 'Kap Verde', 'Republik Kap Verde', 'CV', 'CPV', '132', '.cv', 'CV', '', '2007-02-05 14:40:17'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (106, 'Kasachstan', 'Republik Kasachstan', 'KZ', 'KAZ', '398', '.kz', 'KZ', '+7', '2007-02-05 16:04:02'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (170, 'Katar', 'Staat Katar', 'QA', 'QAT', '634', '.qa', 'Q', '+974', '2007-02-05 17:26:03'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (107, 'Kenia', 'Republik Kenia', 'KE', 'KEN', '404', '.ke', 'EAK', '+254', '2007-02-05 16:06:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (112, 'Kirgisistan', 'Kirgisische Republik', 'KG', 'KGZ', '417', '.kg', 'KS', '+996', '2007-02-05 16:11:33'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (108, 'Kiribati', 'Republik von Kiribati', 'KI', 'KIR', '296', '.ki', 'KI', '+686', '2007-02-05 16:06:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (44, 'Kolumbien', 'Republik Kolumbien', 'CO', 'COL', '170', '.co', 'CO', '+57', '2007-02-05 14:49:06'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (45, 'Komoren', 'Union der Komoren', 'KM', 'COM', '174', '.km', 'COM', '+269', '2007-02-05 14:51:27'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (47, 'Kongo, Demokratische Republik', 'Demokratische Republik Kongo', 'CD', 'COD', '180', '.cd', 'CD', '+243', '2007-02-05 14:53:34'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (46, 'Kongo, Republik', 'Republik Kongo', 'CG', 'COG', '178', '.cg', 'RCB', '+242', '2007-02-05 14:51:27'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (51, 'Kroatien', 'Republik Kroatien', 'HR', 'HRV', '191', '.hr', 'HR', '+385', '2007-02-05 14:57:45'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (52, 'Kuba', 'Republik Kuba', 'CU', 'CUB', '192', '.cu', 'C', '+53', '2007-02-05 14:57:45'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (111, 'Kuwait', 'Staat Kuwait', 'KW', 'KWT', '414', '.kw', 'KWT', '+965', '2007-02-05 16:11:33'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (113, 'Laos', 'Demokratische Volksrepublik Laos', 'LA', 'LAO', '418', '.la', 'LAO', '+856', '2007-02-05 16:13:54'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (116, 'Lesotho', 'Königreich Lesotho', 'LS', 'LSO', '426', '.ls', 'LS', '+266', '2007-02-05 16:16:05'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (114, 'Lettland', 'Republik Lettland', 'LV', 'LVA', '428', '.lv', 'LV', '+371', '2007-02-05 16:13:54'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (115, 'Libanon', 'Libanesische Republik', 'LB', 'LBN', '422', '.lb', 'RL', '+961', '2007-02-05 16:16:05'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (117, 'Liberia', 'Republik Liberia', 'LR', 'LBR', '430', '.lr', 'LB', '+231', '2007-02-05 16:18:15'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (118, 'Libyen', 'Sozialistische Libysch-Arabische Dschamahirija', 'LY', 'LBY', '434', '.ly', 'LAR', '+218', '2007-02-05 16:18:15'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (119, 'Liechtenstein', 'Fürstentum Liechtenstein', 'LI', 'LIE', '438', '.li', 'FL', '+423', '2007-02-05 16:20:19'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (120, 'Litauen', 'Republik Litauen', 'LT', 'LTU', '440', '.lt', 'LT', '+370', '2007-02-05 16:20:19'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (121, 'Luxemburg', 'Großherzogtum Luxemburg', 'LU', 'LUX', '442', '.lu', 'L', '+352', '2007-02-05 16:24:40'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (122, 'Macao', 'Sonderverwaltungszone Macao der Volksrepublik China', 'MO', 'MAC', '446', '.mo', '', '+853', '2007-02-05 16:24:40'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (124, 'Madagaskar', 'Republik Madagaskar', 'MG', 'MDG', '450', '.mg', 'RM', '+261', '2007-02-05 16:27:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (125, 'Malawi', 'Republik Malawi', 'MW', 'MWI', '454', '.mw', 'MW', '+265', '2007-02-05 16:29:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (126, 'Malaysia', 'Malaysia', 'MY', 'MYS', '458', '.my', 'MAL', '+60', '2007-02-05 16:29:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (127, 'Malediven', 'Republik Malediven', 'MV', 'MDV', '462', '.mv', 'MV', '+960', '2007-02-05 16:31:22'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (128, 'Mali', 'Republik Mali', 'ML', 'MLI', '466', '.ml', 'RMM', '+223', '2007-02-05 16:31:22'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (129, 'Malta', 'Republik Malta', 'MT', 'MLT', '470', '.mt', 'M', '+356', '2007-02-05 16:34:12'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (140, 'Marokko', 'Königreich Marokko', 'MA', 'MAR', '504', '.ma', 'MA', '+212', '2007-02-05 16:46:20'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (130, 'Martinique', 'Martinique', 'MQ', 'MTQ', '474', '.mq', '', '+596', '2007-02-05 16:34:12'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (131, 'Mauretanien', 'Islamische Republik Mauretanien', 'MR', 'MRT', '478', '.mr', 'RIM', '+222', '2007-02-05 16:36:17'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (132, 'Mauritius', 'Republik Mauritius', 'MU', 'MUS', '480', '.mu', 'MS', '+230', '2007-02-05 16:36:17'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (133, 'Mayotte', 'Mayotte', 'YT', 'MYT', '175', '.yt', '', '+269', '2007-02-05 16:38:20'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (123, 'Mazedonien', 'Republik Mazedonien', 'MK', 'MKD', '807', '.mk', 'MK', '+389', '2007-02-05 16:27:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (134, 'Mexiko', 'Vereinigte Mexikanische Staaten', 'MX', 'MEX', '484', '.mx', 'MX', '+52', '2007-02-05 16:38:20'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (135, 'Mikronesien', 'Föderierte Staaten von Mikronesien', 'FM', 'FSM', '583', '.fm', 'FSM', '+ 691', '2007-02-05 16:40:31'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (136, 'Moldawien', 'Republik Moldau', 'MD', 'MDA', '498', '.md', 'MD', '+ 373', '2007-02-05 16:40:31'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (137, 'Monaco', 'Fürstentum Monaco', 'MC', 'MCO', '492', '.mc', 'MC', '+377', '2007-02-05 16:44:15'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (138, 'Mongolei', 'Mongolei', 'MN', 'MNG', '496', '.mn', 'MGL', '+976', '2007-02-05 16:44:15'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (233, 'Montenegro', 'Republik Montenegro', NULL, NULL, NULL, '.me', 'MNE', '+382', '2007-02-05 18:55:01'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (139, 'Montserrat', 'Montserrat', 'MS', 'MSR', '500', '.ms', '', '+1 664', '2007-02-05 16:46:20'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (141, 'Mosambik', 'Republik Mosambik', 'MZ', 'MOZ', '508', '.mz', 'MOC', '+258', '2007-02-05 16:48:39'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (142, 'Myanmar', 'Union Myanmar', 'MM', 'MMR', '104', '.mm', 'MYA', '+95', '2007-02-05 16:48:39'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (143, 'Namibia', 'Republik Namibia', 'NA', 'NAM', '516', '.na', 'NAM', '+264', '2007-02-05 16:51:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (144, 'Nauru', 'Republik Nauru', 'NR', 'NRU', '520', '.nr', 'NAU', '+674', '2007-02-05 16:51:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (145, 'Nepal', 'Nepal', 'NP', 'NPL', '524', '.np', 'NEP', '+977', '2007-02-05 16:54:24'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (148, 'Neukaledonien', 'Neukaledonien', 'NC', 'NCL', '540', '.nc', '', '+687', '2007-02-05 16:57:16'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (149, 'Neuseeland', 'Neuseeland', 'NZ', 'NZL', '554', '.nz', 'NZ', '+64', '2007-02-05 16:59:30'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (150, 'Nicaragua', 'Republik Nicaragua', 'NI', 'NIC', '558', '.ni', 'NIC', '+505', '2007-02-05 16:59:30'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (146, 'Niederlande', 'Die Niederlande', 'NL', 'NLD', '528', '.nl', 'NL', '+31', '2007-02-05 16:54:24'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (147, 'Niederländische Antillen', 'Niederländische Antillen', 'AN', 'ANT', '530', '.an', 'NA', '+599', '2007-02-05 16:57:16'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (151, 'Niger', 'Republik Niger', 'NE', 'NER', '562', '.ne', 'RN', '+227', '2007-02-05 17:01:43'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (152, 'Nigeria', 'Bundesrepublik Nigeria', 'NG', 'NGA', '566', '.ng', 'WAN', '+234', '2007-02-05 17:01:43'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (153, 'Niue', 'Niue', 'NU', 'NIU', '570', '.nu', 'NZ', '+683', '2007-02-05 17:04:09'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (109, 'Nordkorea', 'Demokratische Volksrepublik Korea', 'KP', 'PRK', '408', '.kp', 'KP', '+850', '2007-02-05 16:08:53'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (155, 'Nördliche Marianen', 'Commonwealth der Nördlichen Marianen', 'MP', 'MNP', '580', '.mp', 'USA', '+1 670', '2007-02-05 17:07:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (154, 'Norfolkinsel', 'Territorium Norfolkinsel', 'NF', 'NFK', '574', '.nf', '', '+672 3', '2007-02-05 17:04:09'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (156, 'Norwegen', 'Königreich Norwegen', 'NO', 'NOR', '578', '.no', 'N', '+47', '2007-02-05 17:07:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (157, 'Oman', 'Sultanat Oman', 'OM', 'OMN', '512', '.om', 'OM', '+968', '2007-02-05 17:09:40'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (14, 'Österreich', 'Republik Österreich', 'AT', 'AUT', '040', '.at', 'A', '+43', '2007-02-05 14:07:29'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (207, 'Osttimor', 'Demokratische Republik Timor-Leste', 'TL', 'TLS', '626', '.tl', 'TL', '+670', '2007-02-05 18:23:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (158, 'Pakistan', 'Islamische Republik Pakistan', 'PK', 'PAK', '586', '.pk', 'PK', '+92', '2007-02-05 17:09:40'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (159, 'Palästina', 'Palästinensische Autonomiegebiete', 'PS', 'PSE', '275', '.ps', '', '+970', '2007-02-05 17:12:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (160, 'Palau', 'Republik Palau', 'PW', 'PLW', '585', '.pw', 'PAL', '+680', '2007-02-05 17:12:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (161, 'Panama', 'Republik Panama', 'PA', 'PAN', '591', '.pa', 'PA', '+507', '2007-02-05 17:15:00'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (162, 'Papua-Neuguinea', 'Unabhängiger Staat Papua-Neuguinea', 'PG', 'PNG', '598', '.pg', 'PNG', '+675', '2007-02-05 17:15:00'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (163, 'Paraguay', 'Republik Paraguay', 'PY', 'PRY', '600', '.py', 'PY', '+595', '2007-02-05 17:17:14'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (164, 'Peru', 'Republik Peru', 'PE', 'PER', '604', '.pe', 'PE', '+51', '2007-02-05 17:17:14'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (165, 'Philippinen', 'Republik der Philippinen', 'PH', 'PHL', '608', '.ph', 'RP', '+63', '2007-02-05 17:20:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (166, 'Pitcairninseln', 'Pitcairninseln', 'PN', 'PCN', '612', '.pn', 'PN', '+649', '2007-02-05 17:20:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (167, 'Polen', 'Republik Polen', 'PL', 'POL', '616', '.pl', 'PL', '+48', '2007-02-05 17:22:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (168, 'Portugal', 'Portugiesische Republik', 'PT', 'PRT', '620', '.pt', 'P', '+351', '2007-02-05 17:22:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (169, 'Puerto Rico', 'Freistaat Puerto Rico', 'PR', 'PRI', '630', '.pr', '', '+1-787, +1', '2007-02-05 17:26:03'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (171, 'Réunion', 'Réunion', 'RE', 'REU', '638', '.re', '', '+262', '2007-02-05 17:28:42'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (174, 'Ruanda', 'Republik Ruanda', 'RW', 'RWA', '646', '.rw', 'RWA', '+250', '2007-02-05 17:30:56'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (172, 'Rumänien', 'Rumänien', 'RO', 'ROU', '642', '.ro', 'RO', '+40', '2007-02-05 17:28:42'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (173, 'Russland', 'Russische Föderation', 'RU', 'RUS', '643', '.ru', 'RUS', '+7', '2007-02-05 17:30:56'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (190, 'Salomonen', 'Salomonen', 'SB', 'SLB', '090', '.sb', 'SOL', '+677', '2007-02-05 17:53:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (234, 'Sambia', 'Republik Sambia', 'ZM', 'ZMB', '894', '.zm', 'Z', '+260', '2007-02-05 18:55:01'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (180, 'Samoa', 'Unabhängiger Staat Samoa', 'WS', 'WSM', '882', '.ws', 'WS', '+685', '2007-02-05 17:40:21'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (181, 'San Marino', 'Republik San Marino', 'SM', 'SMR', '674', '.sm', 'RSM', '+378', '2007-02-05 17:45:05'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (182, 'São Tomé und Príncipe', 'Demokratische Republik São Tomé und Príncipe', 'ST', 'STP', '678', '.st', 'STP', '+239', '2007-02-05 17:45:05'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (183, 'Saudi-Arabien', 'Königreich Saudi-Arabien', 'SA', 'SAU', '682', '.sa', 'KSA', '+966', '2007-02-05 17:47:24'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (200, 'Schweden', 'Königreich Schweden', 'SE', 'SWE', '752', '.se', 'S', '+46', '2007-02-05 18:11:52'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (201, 'Schweiz', 'Schweizerische Eidgenossenschaft', 'CH', 'CHE', '756', '.ch', 'CH', '+41', '2007-02-05 18:14:14'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (184, 'Senegal', 'Republik Senegal', 'SN', 'SEN', '686', '.sn', 'SN', '+221', '2007-02-05 17:47:24'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (232, 'Serbien', 'Republik Serbien', NULL, NULL, NULL, '.rs', 'SRB', '+381', '2007-02-05 18:53:03'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (185, 'Seychellen', 'Republik der Seychellen', 'SC', 'SYC', '690', '.sc', 'SY', '+248', '2007-02-05 17:49:29'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (186, 'Sierra Leone', 'Republik Sierra Leone', 'SL', 'SLE', '694', '.sl', 'WAL', '+232', '2007-02-05 17:49:29'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (235, 'Simbabwe', 'Republik Simbabwe', 'ZW', 'ZWE', '716', '.zw', 'ZW', '+263', '2007-02-05 18:56:52'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (187, 'Singapur', 'Republik Singapur', 'SG', 'SGP', '702', '.sg', 'SGP', '+65', '2007-02-05 17:51:31'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (188, 'Slowakei', 'Slowakische Republik', 'SK', 'SVK', '703', '.sk', 'SK', '+421', '2007-02-05 17:51:31'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (189, 'Slowenien', 'Republik Slowenien', 'SI', 'SVN', '705', '.si', 'SLO', '+386', '2007-02-05 17:53:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (191, 'Somalia', 'Republik Somalia', 'SO', 'SOM', '706', '.so', 'SO', '+252', '2007-02-05 18:00:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (194, 'Spanien', 'Königreich Spanien', 'ES', 'ESP', '724', '.es', 'E', '+34', '2007-02-05 18:02:53'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (195, 'Sri Lanka', 'Demokratische Sozialistische Republik Sri Lanka', 'LK', 'LKA', '144', '.lk', 'CL', '+ 94', '2007-02-05 18:05:15'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (175, 'St. Helena', 'St. Helena', 'SH', 'SHN', '654', '.sh, .ac', '', '+290, +247', '2007-02-05 17:35:12'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (176, 'St. Kitts und Nevis', 'Föderation St. Kitts und Nevis', 'KN', 'KNA', '659', '.kn', 'KAN', '+1 869', '2007-02-05 17:35:12'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (177, 'St. Lucia', 'Saint Lucia', 'LC', 'LCA', '662', '.lc', 'WL', '+1-758', '2007-02-05 17:38:05'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (179, 'St. Vincent und die Grenadinen', 'St. Vincent und die Grenadinen', 'VC', 'VCT', '670', '.vc', 'WV', '+1 784', '2007-02-05 17:40:21'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (178, 'St.-Pierre und Miquelon', 'St.-Pierre und Miquelon', 'PM', 'SPM', '666', '.pm', '', '+508', '2007-02-05 17:38:05'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (192, 'Südafrika', 'Republik Südafrika', 'ZA', 'ZAF', '710', '.za', 'ZA', '+27', '2007-02-05 18:00:25'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (196, 'Sudan', 'Republik Sudan', 'SD', 'SDN', '736', '.sd', 'SUD', '+249', '2007-02-05 18:05:15'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (193, 'Südgeorgien und die Südlichen Sandwichinseln', 'Südgeorgien und die Südlichen Sandwichinseln', 'GS', 'SGS', '239', '', '', '.gs', '2007-02-05 18:02:53'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (110, 'Südkorea', 'Republik Korea', 'KR', 'KOR', '410', '.kr', 'ROK', '+82', '2007-02-05 16:08:53'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (197, 'Suriname', 'Republik Suriname', 'SR', 'SUR', '740', '.sr', 'SME', '+597', '2007-02-05 18:09:23'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (198, 'Svalbard', 'Svalbard und Jan Mayen', 'SJ', 'SJM', '744', '.sj', 'N', '+47', '2007-02-05 18:09:23'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (199, 'Swasiland', 'Königreich Swasiland', 'SZ', 'SWZ', '748', '.sz', 'SD', '+268', '2007-02-05 18:11:52'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (202, 'Syrien', 'Arabische Republik Syrien', 'SY', 'SYR', '760', '.sy', 'SYR', '+963', '2007-02-05 18:14:14'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (204, 'Tadschikistan', 'Republik Tadschikistan', 'TJ', 'TJK', '762', '.tj', 'TJ', '+992', '2007-02-05 18:17:45'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (203, 'Taiwan', 'Republik China', 'TW', 'TWN', '158', '.tw', 'RC', '+886', '2007-02-05 18:17:45'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (205, 'Tansania', 'Vereinigte Republik Tansania', 'TZ', 'TZA', '834', '.tz', 'EAT', '+255', '2007-02-05 18:19:50'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (206, 'Thailand', 'Königreich Thailand', 'th', 'tha', '764', '.th', 'THA', '+66', '2007-02-05 18:19:50'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (208, 'Togo', 'Republik Togo', 'TG', 'TGO', '768', '.tg', 'RT', '+228', '2007-02-05 18:23:35'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (209, 'Tokelau', 'Tokelau', 'TK', 'TKL', '772', '.tk', 'NZ', '+690', '2007-02-05 18:26:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (210, 'Tonga', 'Königreich Tonga', 'TO', 'TON', '776', '.to', 'TON', '+676', '2007-02-05 18:26:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (211, 'Trinidad und Tobago', 'Republik Trinidad und Tobago', 'TT', 'TTO', '780', '.tt', 'TT', '+1-868', '2007-02-05 18:28:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (41, 'Tschad', 'Republik Tschad', 'TD', 'TCD', '148', '.td', 'TD', '+ 235', '2007-02-05 14:45:39'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (54, 'Tschechien', 'Tschechische Republik', 'CZ', 'CZE', '203', '.cz', 'CZ', '+420', '2007-02-05 15:00:04'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (212, 'Tunesien', 'Tunesische Republik', 'TN', 'TUN', '788', '.tn', 'TN', '+216', '2007-02-05 18:28:37'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (213, 'Türkei', 'Republik Türkei', 'TR', 'TUR', '792', '.tr', 'TR', '+90', '2007-02-05 18:30:45'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (214, 'Turkmenistan', 'Republik Turkmenistan', 'TM', 'TKM', '795', '.tm', 'TM', '+993', '2007-02-05 18:30:45'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (215, 'Turks- und Caicosinseln', 'Turks- und Caicosinseln', 'TC', 'TCA', '796', '.tc', '', '+1 649', '2007-02-05 18:32:54'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (216, 'Tuvalu', 'Tuvalu', 'TV', 'TUV', '798', '.tv', 'TUV', '+688', '2007-02-05 18:32:54'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (217, 'Uganda', 'Republik Uganda', 'UG', 'UGA', '800', '.ug', 'EAU', '+256', '2007-02-05 18:34:47'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (218, 'Ukraine', 'Ukraine', 'UA', 'UKR', '804', '.ua', 'UA', '+380', '2007-02-05 18:34:47'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (94, 'Ungarn', 'Republik Ungarn', 'HU', 'HUN', '348', '.hu', 'H', '+36', '2007-02-05 15:51:43'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (222, 'Uruguay', 'Republik Östlich des Uruguay', 'UY', 'URY', '858', '.uy', 'ROU', '+598', '2007-02-05 18:40:53'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (221, 'USA', 'Vereinigte Staaten von Amerika', 'US', 'USA', '840', '.us', 'USA', '+1', '2007-02-05 18:40:53'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (223, 'Usbekistan', 'Republik Usbekistan', 'UZ', 'UZB', '860', '.uz', 'UZ', '+998', '2007-02-05 18:42:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (224, 'Vanuatu', 'Republik Vanuatu', 'VU', 'VUT', '548', '.vu', 'VU', '', '2007-02-05 18:42:57'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (91, 'Vatikanstadt', 'Staat der Vatikanstadt', 'VA', 'VAT', '336', '.va', 'V', '+39 06 (+3', '2007-02-05 15:49:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (225, 'Venezuela', 'Bolivarische Republik Venezuela', 'VE', 'VEN', '862', '.ve', 'YV', '+58', '2007-02-05 18:45:00'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (219, 'Vereinigte Arabische Emirate', 'Vereinigte Arabische Emirate', 'AE', 'ARE', '784', '.ae', 'UAE', '+971', '2007-02-05 18:37:54'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (226, 'Vietnam', 'Sozialistische Republik Vietnam', 'VN', 'VNM', '704', '.vn', 'VN', '+84', '2007-02-05 18:45:00'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (43, 'Volksrepublik China', 'Volksrepublik China', 'CN', 'CHN', '156', '.cn', '', '+86', '2007-02-05 14:49:06'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (229, 'Wallis und Futuna', 'Wallis und Futuna', 'WF', 'WLF', '876', '.wf', '', '+681', '2007-02-05 18:50:17'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (20, 'Weißrussland', 'Republik Weißrussland', 'BY', 'BLR', '112', '.by', 'BY', '+375', '2007-02-05 14:15:58'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (230, 'Westsahara', 'Demokratische Arabische Republik Sahara', 'EH', 'ESH', '732', '.eh', 'SH', '', '2007-02-05 18:50:17'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (40, 'Zentralafrikanische Republik', 'Zentralafrikanische Republik', 'CF', 'CAF', '140', '.cf', 'RCA', '+236', '2007-02-05 14:43:10'); +INSERT INTO `countries` (`country_id`, `country_name`, `country_name_long`, `iso_2letter`, `iso_3letter`, `iso_number`, `tld`, `kfz_kennzeichen`, `telefon_vorwahl`, `date_created`) VALUES (53, 'Zypern', 'Republik Zypern', 'CY', 'CYP', '196', '.cy', 'CY', '+357', '2007-02-05 15:00:04'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `departments` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `departments`; +CREATE TABLE IF NOT EXISTS `departments` ( + `department_id` int(10) unsigned NOT NULL auto_increment, + `managing_board` enum('n','y') NOT NULL default 'n' COMMENT 'Ist diese Abteilung der Vorstand', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + `department_name` varchar(50) NOT NULL, + `department_descr` varchar(250) NOT NULL, + PRIMARY KEY (`department_id`), + UNIQUE KEY `department_name` (`department_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Abteilungen' AUTO_INCREMENT=6 ; + +-- +-- Daten für Tabelle `departments` +-- + +INSERT INTO `departments` (`department_id`, `managing_board`, `date_created`, `date_changed`, `department_name`, `department_descr`) VALUES (1, 'n', '2007-04-03 18:30:59', '2007-04-03 18:30:59', 'ComIT', 'Commercial IT'); +INSERT INTO `departments` (`department_id`, `managing_board`, `date_created`, `date_changed`, `department_name`, `department_descr`) VALUES (2, 'y', '2007-04-03 18:30:59', '2007-04-03 18:30:59', 'Vorstand', 'Vorstand der Strato AG'); +INSERT INTO `departments` (`department_id`, `managing_board`, `date_created`, `date_changed`, `department_name`, `department_descr`) VALUES (4, 'n', '2007-05-21 11:35:51', '2007-05-21 11:35:51', 'CallCenter', 'CallCenter'); +INSERT INTO `departments` (`department_id`, `managing_board`, `date_created`, `date_changed`, `department_name`, `department_descr`) VALUES (5, 'n', '2007-05-21 11:35:51', '2007-05-21 11:35:51', 'WhiteLabel', 'WhiteLabel - ehemals Freenet'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `groups` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `groups`; +CREATE TABLE IF NOT EXISTS `groups` ( + `group_id` int(10) unsigned NOT NULL auto_increment, + `is_system_group` enum('n','y') NOT NULL default 'n', + `group_name` varchar(50) NOT NULL, + `group_descr` varchar(250) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`group_id`), + UNIQUE KEY `group_name` (`group_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Benutzergruppen des Monitoring-Systems' AUTO_INCREMENT=5 ; + +-- +-- Daten für Tabelle `groups` +-- + +INSERT INTO `groups` (`group_id`, `is_system_group`, `group_name`, `group_descr`, `date_created`, `date_changed`) VALUES (1, 'y', 'Admins', 'Administratoren des Monitoring-Systems', '2007-04-05 16:38:11', '2007-04-05 16:38:44'); +INSERT INTO `groups` (`group_id`, `is_system_group`, `group_name`, `group_descr`, `date_created`, `date_changed`) VALUES (2, 'y', 'Users', 'Anmeldeberechtigte am Monitoring-System', '2007-04-05 16:38:11', '2007-04-05 16:38:44'); +INSERT INTO `groups` (`group_id`, `is_system_group`, `group_name`, `group_descr`, `date_created`, `date_changed`) VALUES (3, 'n', 'Admins Bereitschaft Com IT', 'Administrationsberechtigte Bereitschaft Com IT', '2007-04-05 16:38:11', '2007-04-05 16:38:11'); +INSERT INTO `groups` (`group_id`, `is_system_group`, `group_name`, `group_descr`, `date_created`, `date_changed`) VALUES (4, 'n', 'Bereitschaft Com IT', 'Alle, die für die Bereitschaft von Com IT vorgesehen sind', '2007-04-05 16:38:11', '2007-04-05 16:38:11'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `group_permissions` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `group_permissions`; +CREATE TABLE IF NOT EXISTS `group_permissions` ( + `group_permission_id` int(10) unsigned NOT NULL auto_increment, + `group_id` int(10) unsigned NOT NULL, + `permission_type_id` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`group_permission_id`), + KEY `group_id` (`group_id`,`permission_type_id`,`deleted`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Berechtigungen zu Benutzergruppen' AUTO_INCREMENT=3 ; + +-- +-- RELATIONEN DER TABELLE `group_permissions`: +-- `group_id` +-- `groups` -> `group_id` +-- `permission_type_id` +-- `permission_types` -> `permission_type_id` +-- + +-- +-- Daten für Tabelle `group_permissions` +-- + +INSERT INTO `group_permissions` (`group_permission_id`, `group_id`, `permission_type_id`, `deleted`, `date_created`, `date_changed`) VALUES (1, 1, 1, 'n', '2007-02-05 13:08:15', '2007-02-05 13:08:15'); +INSERT INTO `group_permissions` (`group_permission_id`, `group_id`, `permission_type_id`, `deleted`, `date_created`, `date_changed`) VALUES (2, 2, 2, 'n', '2007-02-05 13:08:15', '2007-02-05 13:08:15'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `holidays` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `holidays`; +CREATE TABLE IF NOT EXISTS `holidays` ( + `holiday_id` int(10) unsigned NOT NULL auto_increment, + `holiday_day` date NOT NULL, + `yearly` enum('n','y') NOT NULL default 'n', + `diff_to_easter_sunday` mediumint(9) default NULL, + `free_type` enum('not_free','half_free','free') NOT NULL default 'not_free', + `holiday_name` varchar(100) NOT NULL, + PRIMARY KEY (`holiday_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Feiertage' AUTO_INCREMENT=26 ; + +-- +-- Daten für Tabelle `holidays` +-- + +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (1, '2007-01-01', 'y', NULL, 'free', 'Neujahr'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (15, '2007-01-06', 'y', NULL, 'not_free', 'Heilige Drei Könige'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (2, '2007-02-19', 'n', -48, 'not_free', 'Rosenmontag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (3, '2007-02-20', 'n', -47, 'not_free', 'Faschingsdienstag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (4, '2007-02-21', 'n', -46, 'not_free', 'Aschermittwoch'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (11, '2007-04-01', 'n', -7, 'not_free', 'Palmsonntag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (5, '2007-04-06', 'n', -2, 'free', 'Karfreitag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (12, '2007-04-07', 'n', -1, 'half_free', 'Ostersamstag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (6, '2007-04-08', 'n', 0, 'free', 'Ostersonntag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (7, '2007-04-09', 'n', 1, 'free', 'Ostermontag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (8, '2007-05-01', 'y', NULL, 'free', 'Tag der Arbeit'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (9, '2007-05-17', 'n', 39, 'free', 'Christi Himmelfahrt'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (10, '2007-05-27', 'n', 49, 'free', 'Pfingstsonntag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (13, '2007-05-28', 'n', 50, 'free', 'Pfingstmontag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (14, '2007-06-07', 'n', 60, 'not_free', 'Fronleichnam'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (16, '2007-08-15', 'y', NULL, 'not_free', 'Mariä Himmelfahrt'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (17, '2007-10-03', 'y', NULL, 'free', 'Tag der Deutschen Einheit'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (18, '2007-10-31', 'y', NULL, 'not_free', 'Reformationstag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (19, '2007-11-01', 'y', NULL, 'not_free', 'Allerheiligen'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (20, '2007-11-21', 'n', NULL, 'not_free', 'Buß- und Bettag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (21, '2007-12-06', 'y', NULL, 'not_free', 'Nikolaustag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (22, '2007-12-24', 'y', NULL, 'half_free', 'Heilig Abend'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (23, '2007-12-25', 'y', NULL, 'free', '1. Weihnachtsfeiertag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (24, '2007-12-26', 'y', NULL, 'free', '2. Weihnachtsfeiertag'); +INSERT INTO `holidays` (`holiday_id`, `holiday_day`, `yearly`, `diff_to_easter_sunday`, `free_type`, `holiday_name`) VALUES (25, '2007-12-31', 'y', NULL, 'half_free', 'Silvester'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `permission_types` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `permission_types`; +CREATE TABLE IF NOT EXISTS `permission_types` ( + `permission_type_id` int(10) unsigned NOT NULL auto_increment, + `permission_name` varchar(50) NOT NULL, + `system_flag` enum('n','y') NOT NULL default 'n', + `super_flag` enum('n','y') default NULL, + `date_created` datetime NOT NULL, + `permission_descr` varchar(250) NOT NULL, + PRIMARY KEY (`permission_type_id`), + UNIQUE KEY `permission_name` (`permission_name`), + UNIQUE KEY `super_flag` (`super_flag`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Arten von berechtigungen' AUTO_INCREMENT=5 ; + +-- +-- Daten für Tabelle `permission_types` +-- + +INSERT INTO `permission_types` (`permission_type_id`, `permission_name`, `system_flag`, `super_flag`, `date_created`, `permission_descr`) VALUES (1, 'super', 'y', 'y', '2007-02-05 12:59:20', 'Das allumfassende Superrecht auf alles'); +INSERT INTO `permission_types` (`permission_type_id`, `permission_name`, `system_flag`, `super_flag`, `date_created`, `permission_descr`) VALUES (2, 'login', 'y', 'n', '2007-02-05 12:59:20', 'Das Recht, sich am System anmelden zu dürfen'); +INSERT INTO `permission_types` (`permission_type_id`, `permission_name`, `system_flag`, `super_flag`, `date_created`, `permission_descr`) VALUES (3, 'edit_own_user_data', 'y', NULL, '2007-02-05 13:02:35', 'Darf man die eigenen Nutzerdaten ändern?'); +INSERT INTO `permission_types` (`permission_type_id`, `permission_name`, `system_flag`, `super_flag`, `date_created`, `permission_descr`) VALUES (4, 'admin_ss_items', 'y', NULL, '2007-03-09 14:27:15', 'Berechtigt zum Administrieren usw. von Bereitschaftsdienst-Gegenständden'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `roles` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `roles`; +CREATE TABLE IF NOT EXISTS `roles` ( + `role_id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primärschlüssel', + `role_name` varchar(100) NOT NULL COMMENT 'Name der Rolle', + `desc` text NOT NULL COMMENT 'Beschreibung', + PRIMARY KEY (`role_id`), + UNIQUE KEY `role_name` (`role_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; + +-- +-- Daten für Tabelle `roles` +-- + +INSERT INTO `roles` (`role_id`, `role_name`, `desc`) VALUES (1, 'user', 'Normale Nutzer'); +INSERT INTO `roles` (`role_id`, `role_name`, `desc`) VALUES (2, 'admin', 'Administratoren'); +INSERT INTO `roles` (`role_id`, `role_name`, `desc`) VALUES (3, 'set_service_schedules', 'Die Rolle darf Bereitschaftsplanung durchführen.'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `service_schedules` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 06. August 2007 um 11:55 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `service_schedules`; +CREATE TABLE IF NOT EXISTS `service_schedules` ( + `ss_id` bigint(20) unsigned NOT NULL auto_increment, + `ss_item_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zu service_schedule_items', + `ss_day` date NOT NULL, + `user_id` int(10) unsigned NOT NULL, + `created_at` datetime NOT NULL, + `changed_at` datetime NOT NULL, + `notes` varchar(250) NOT NULL, + PRIMARY KEY (`ss_id`), + KEY `ss_item_id` (`ss_item_id`,`ss_day`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Die eigentlichen Bereitschaftspläne' AUTO_INCREMENT=309 ; + +-- +-- RELATIONEN DER TABELLE `service_schedules`: +-- `ss_item_id` +-- `service_schedule_items` -> `ss_item_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `service_schedules` +-- + +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (1, 1, '2007-01-01', 4, '2007-03-05 16:20:33', '2007-03-05 16:20:33', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (2, 1, '2007-01-02', 4, '2007-03-05 16:20:41', '2007-03-05 16:20:41', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (3, 1, '2007-01-03', 4, '2007-03-05 16:20:44', '2007-03-05 16:20:44', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (4, 1, '2007-01-04', 1, '2007-03-05 16:21:27', '2007-03-05 16:21:27', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (5, 1, '2007-01-05', 1, '2007-03-05 16:21:30', '2007-03-05 16:21:30', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (6, 1, '2007-01-06', 1, '2007-03-05 16:21:34', '2007-03-05 16:21:34', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (7, 1, '2007-01-07', 1, '2007-03-05 16:21:40', '2007-03-05 16:21:40', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (8, 1, '2007-01-08', 3, '2007-03-05 16:22:01', '2007-03-05 16:22:01', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (9, 1, '2007-01-09', 3, '2007-03-05 16:22:09', '2007-03-05 16:22:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (10, 1, '2007-01-10', 3, '2007-03-05 16:22:13', '2007-03-05 16:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (11, 1, '2007-01-11', 3, '2007-03-05 16:22:16', '2007-03-05 16:22:16', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (12, 1, '2007-01-12', 3, '2007-03-05 16:22:20', '2007-03-05 16:22:20', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (13, 1, '2007-01-13', 3, '2007-03-05 16:22:23', '2007-03-05 16:22:23', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (14, 1, '2007-01-14', 3, '2007-03-05 16:22:28', '2007-03-05 16:22:28', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (15, 1, '2007-01-15', 5, '2007-03-05 16:22:43', '2007-03-05 16:22:43', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (16, 1, '2007-01-16', 5, '2007-03-05 16:22:49', '2007-03-05 16:22:49', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (17, 1, '2007-01-17', 5, '2007-03-05 16:22:53', '2007-03-05 16:22:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (18, 1, '2007-01-18', 5, '2007-03-05 16:22:56', '2007-03-05 16:22:56', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (19, 1, '2007-01-19', 5, '2007-03-05 16:23:00', '2007-03-05 16:23:00', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (20, 1, '2007-01-20', 5, '2007-03-05 16:23:05', '2007-03-05 16:23:05', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (21, 1, '2007-01-21', 5, '2007-03-05 16:23:11', '2007-03-05 16:23:11', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (22, 1, '2007-01-22', 2, '2007-03-05 16:23:39', '2007-03-05 16:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (23, 1, '2007-01-23', 2, '2007-03-05 16:24:12', '2007-03-05 16:24:12', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (24, 1, '2007-01-24', 2, '2007-03-05 16:24:15', '2007-03-05 16:24:15', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (25, 1, '2007-01-25', 2, '2007-03-05 16:24:18', '2007-03-05 16:24:18', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (26, 1, '2007-01-26', 2, '2007-03-05 16:24:22', '2007-03-05 16:24:22', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (27, 1, '2007-01-27', 2, '2007-03-05 16:24:25', '2007-03-05 16:24:25', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (28, 1, '2007-01-28', 2, '2007-03-05 16:24:29', '2007-03-05 16:24:29', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (29, 1, '2007-01-29', 4, '2007-03-05 16:24:48', '2007-03-05 16:24:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (30, 1, '2007-01-30', 4, '2007-03-05 16:25:01', '2007-03-05 16:25:01', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (31, 1, '2007-01-31', 4, '2007-03-05 16:25:05', '2007-03-05 16:25:05', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (32, 1, '2007-02-01', 4, '2007-03-05 16:25:12', '2007-03-05 16:25:12', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (33, 1, '2007-02-02', 4, '2007-03-05 16:25:18', '2007-03-05 16:25:18', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (34, 1, '2007-02-03', 4, '2007-03-05 16:25:21', '2007-03-05 16:25:21', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (35, 1, '2007-02-04', 4, '2007-03-05 16:25:25', '2007-03-05 16:25:25', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (36, 1, '2007-02-05', 1, '2007-03-05 16:25:47', '2007-03-05 16:25:47', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (37, 1, '2007-02-06', 1, '2007-03-05 16:25:50', '2007-03-05 16:25:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (38, 1, '2007-02-07', 1, '2007-03-05 16:25:54', '2007-03-05 16:25:54', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (39, 1, '2007-02-08', 1, '2007-03-05 16:26:00', '2007-03-05 16:26:00', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (40, 1, '2007-02-09', 1, '2007-03-05 16:26:06', '2007-03-05 16:26:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (41, 1, '2007-02-10', 1, '2007-03-05 16:26:11', '2007-03-05 16:26:11', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (42, 1, '2007-02-11', 1, '2007-03-05 16:26:16', '2007-03-05 16:26:16', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (43, 1, '2007-02-12', 5, '2007-03-05 16:26:53', '2007-03-05 16:26:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (44, 1, '2007-02-13', 5, '2007-03-05 16:27:00', '2007-03-05 16:27:00', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (45, 1, '2007-02-14', 5, '2007-03-05 16:27:05', '2007-03-05 16:27:05', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (46, 1, '2007-02-15', 5, '2007-03-05 16:27:08', '2007-03-05 16:27:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (47, 1, '2007-02-16', 5, '2007-03-05 16:27:11', '2007-03-05 16:27:11', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (48, 1, '2007-02-17', 5, '2007-03-05 16:27:17', '2007-03-05 16:27:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (49, 1, '2007-02-18', 5, '2007-03-05 16:27:22', '2007-03-05 16:27:22', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (50, 1, '2007-02-19', 3, '2007-03-05 16:27:40', '2007-03-05 16:27:40', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (51, 1, '2007-02-20', 3, '2007-03-05 16:27:49', '2007-03-05 16:27:49', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (52, 1, '2007-02-21', 3, '2007-03-05 16:27:52', '2007-03-05 16:27:52', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (53, 1, '2007-02-22', 3, '2007-03-05 16:27:56', '2007-03-05 16:27:56', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (54, 1, '2007-02-23', 3, '2007-03-05 16:27:59', '2007-03-05 16:27:59', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (55, 1, '2007-02-24', 3, '2007-03-05 16:28:06', '2007-03-05 16:28:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (56, 1, '2007-02-25', 3, '2007-03-05 16:28:10', '2007-03-05 16:28:10', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (57, 1, '2007-02-26', 4, '2007-03-05 16:28:59', '2007-03-05 16:28:59', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (58, 1, '2007-02-27', 4, '2007-03-05 16:29:07', '2007-03-05 16:29:07', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (59, 1, '2007-02-28', 4, '2007-03-05 16:29:12', '2007-03-05 16:29:12', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (60, 1, '2007-03-01', 4, '2007-03-05 16:29:20', '2007-03-05 16:29:20', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (61, 1, '2007-03-02', 4, '2007-03-05 16:29:26', '2007-03-05 16:29:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (62, 1, '2007-03-03', 4, '2007-03-05 16:29:29', '2007-03-05 16:29:29', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (63, 1, '2007-03-04', 4, '2007-03-05 16:29:33', '2007-03-05 16:29:33', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (162, 1, '2007-03-09', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (163, 1, '2007-03-07', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (164, 1, '2007-03-06', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (165, 1, '2007-03-10', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (166, 1, '2007-03-11', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (71, 1, '2007-03-12', 5, '2007-03-05 16:31:18', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (72, 1, '2007-03-13', 5, '2007-03-05 16:31:21', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (73, 1, '2007-03-14', 5, '2007-03-05 16:31:25', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (74, 1, '2007-03-15', 5, '2007-03-05 16:31:28', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (75, 1, '2007-03-16', 5, '2007-03-05 16:31:35', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (76, 1, '2007-03-17', 5, '2007-03-05 16:31:39', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (77, 1, '2007-03-18', 5, '2007-03-05 16:31:44', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (78, 1, '2007-03-19', 3, '2007-03-05 16:32:01', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (79, 1, '2007-03-20', 3, '2007-03-05 16:32:07', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (80, 1, '2007-03-21', 3, '2007-03-05 16:32:10', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (81, 1, '2007-03-22', 3, '2007-03-05 16:32:16', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (82, 1, '2007-03-23', 3, '2007-03-05 16:32:19', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (83, 1, '2007-03-24', 3, '2007-03-05 16:32:23', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (84, 1, '2007-03-25', 3, '2007-03-05 16:32:26', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (85, 1, '2007-03-26', 1, '2007-03-05 16:32:48', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (86, 1, '2007-03-27', 1, '2007-03-05 16:32:51', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (87, 1, '2007-03-28', 1, '2007-03-05 16:32:54', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (88, 1, '2007-03-29', 1, '2007-03-05 16:32:57', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (89, 1, '2007-03-30', 1, '2007-03-05 16:33:02', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (90, 1, '2007-03-31', 1, '2007-03-05 16:33:06', '2007-03-29 18:20:51', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (91, 1, '2007-04-01', 1, '2007-03-05 16:33:13', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (92, 1, '2007-04-02', 2, '2007-03-05 16:33:35', '2007-03-05 16:33:35', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (93, 1, '2007-04-03', 2, '2007-03-05 16:33:45', '2007-03-05 16:33:45', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (94, 1, '2007-04-04', 2, '2007-03-05 16:33:49', '2007-03-05 16:33:49', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (95, 1, '2007-04-05', 2, '2007-03-05 16:33:53', '2007-03-05 16:33:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (96, 1, '2007-04-06', 2, '2007-03-05 16:33:57', '2007-03-05 16:33:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (97, 1, '2007-04-07', 2, '2007-03-05 16:34:01', '2007-03-05 16:34:01', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (98, 1, '2007-04-08', 2, '2007-03-05 16:34:07', '2007-03-05 16:34:07', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (99, 1, '2007-04-09', 2, '2007-03-05 16:34:29', '2007-05-21 14:52:20', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (100, 1, '2007-04-10', 4, '2007-03-05 16:34:39', '2007-03-05 16:34:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (101, 1, '2007-04-11', 4, '2007-03-05 16:34:42', '2007-03-05 16:34:42', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (102, 1, '2007-04-12', 4, '2007-03-05 16:34:46', '2007-03-05 16:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (103, 1, '2007-04-13', 4, '2007-03-05 16:34:50', '2007-03-05 16:34:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (104, 1, '2007-04-14', 4, '2007-03-05 16:34:54', '2007-03-05 16:34:54', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (105, 1, '2007-04-15', 4, '2007-03-05 16:35:02', '2007-03-05 16:35:02', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (106, 1, '2007-04-16', 5, '2007-03-05 16:35:15', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (107, 1, '2007-04-17', 5, '2007-03-05 16:35:19', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (108, 1, '2007-04-18', 5, '2007-03-05 16:35:25', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (109, 1, '2007-04-19', 5, '2007-03-05 16:35:28', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (110, 1, '2007-04-20', 5, '2007-03-05 16:35:33', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (111, 1, '2007-04-21', 5, '2007-03-05 16:35:37', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (112, 1, '2007-04-22', 5, '2007-03-05 16:35:43', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (113, 1, '2007-04-23', 1, '2007-03-05 16:35:58', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (114, 1, '2007-04-24', 1, '2007-03-05 16:36:03', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (115, 1, '2007-04-25', 1, '2007-03-05 16:36:06', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (116, 1, '2007-04-26', 1, '2007-03-05 16:36:20', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (117, 1, '2007-04-27', 1, '2007-03-05 16:36:25', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (118, 1, '2007-04-28', 1, '2007-03-05 16:36:29', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (119, 1, '2007-04-29', 1, '2007-03-05 16:36:38', '2007-03-29 18:22:13', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (120, 1, '2007-04-30', 3, '2007-03-05 16:36:52', '2007-03-05 16:36:52', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (121, 1, '2007-05-01', 3, '2007-03-05 16:37:00', '2007-03-05 16:37:00', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (122, 1, '2007-05-02', 3, '2007-03-05 16:37:22', '2007-03-05 16:37:22', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (123, 1, '2007-05-03', 3, '2007-03-05 16:37:25', '2007-03-05 16:37:25', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (124, 1, '2007-05-04', 3, '2007-03-05 16:37:29', '2007-03-05 16:37:29', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (125, 1, '2007-05-05', 3, '2007-03-05 16:37:33', '2007-03-05 16:37:33', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (126, 1, '2007-05-06', 3, '2007-03-05 16:37:37', '2007-03-05 16:37:37', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (127, 1, '2007-05-07', 2, '2007-03-05 16:38:07', '2007-03-05 16:38:07', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (128, 1, '2007-05-08', 2, '2007-03-05 16:38:12', '2007-03-05 16:38:12', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (129, 1, '2007-05-09', 2, '2007-03-05 16:38:15', '2007-03-05 16:38:15', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (130, 1, '2007-05-10', 2, '2007-03-05 16:38:21', '2007-03-05 16:38:21', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (131, 1, '2007-05-11', 2, '2007-03-05 16:38:28', '2007-03-05 16:38:28', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (132, 1, '2007-05-12', 2, '2007-03-05 16:38:32', '2007-03-05 16:38:32', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (133, 1, '2007-05-13', 2, '2007-03-05 16:38:36', '2007-03-05 16:38:36', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (134, 1, '2007-05-14', 4, '2007-03-05 16:38:57', '2007-03-05 16:38:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (135, 1, '2007-05-15', 4, '2007-03-05 16:39:01', '2007-03-05 16:39:01', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (136, 1, '2007-05-16', 4, '2007-03-05 16:39:04', '2007-03-05 16:39:04', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (137, 1, '2007-05-17', 4, '2007-03-05 16:39:08', '2007-03-05 16:39:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (138, 1, '2007-05-18', 4, '2007-03-05 16:39:20', '2007-03-05 16:39:20', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (139, 1, '2007-05-19', 4, '2007-03-05 16:39:25', '2007-03-05 16:39:25', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (140, 1, '2007-05-20', 4, '2007-03-05 16:39:30', '2007-03-05 16:39:30', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (141, 1, '2007-05-21', 3, '2007-03-05 16:40:07', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (142, 1, '2007-05-22', 3, '2007-03-05 16:40:12', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (143, 1, '2007-05-23', 3, '2007-03-05 16:40:15', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (144, 1, '2007-05-24', 3, '2007-03-05 16:40:18', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (145, 1, '2007-05-25', 3, '2007-03-05 16:40:23', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (146, 1, '2007-05-26', 3, '2007-03-05 16:40:26', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (147, 1, '2007-05-27', 3, '2007-03-05 16:40:30', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (148, 1, '2007-05-28', 3, '2007-03-05 16:40:33', '2007-05-16 17:23:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (149, 1, '2007-05-29', 5, '2007-03-05 16:40:48', '2007-03-05 16:40:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (150, 1, '2007-05-30', 5, '2007-03-05 16:40:53', '2007-03-05 16:40:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (151, 1, '2007-05-31', 5, '2007-03-05 16:40:57', '2007-03-05 16:40:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (152, 1, '2007-06-01', 5, '2007-03-29 18:23:34', '2007-03-29 18:23:34', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (153, 1, '2007-06-03', 5, '2007-03-29 18:23:34', '2007-03-29 18:23:34', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (154, 1, '2007-06-02', 5, '2007-03-29 18:23:34', '2007-03-29 18:23:34', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (167, 1, '2007-03-08', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (168, 1, '2007-03-05', 2, '2007-03-30 12:27:50', '2007-03-30 12:27:50', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (183, 1, '2007-06-29', 1, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (184, 1, '2007-06-11', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (185, 1, '2007-06-24', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (186, 1, '2007-06-10', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (187, 1, '2007-06-22', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (188, 1, '2007-06-19', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (189, 1, '2007-06-18', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (190, 1, '2007-06-05', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (191, 1, '2007-06-13', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (192, 1, '2007-06-21', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (193, 1, '2007-06-16', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (194, 1, '2007-06-23', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (195, 1, '2007-06-14', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (196, 1, '2007-06-04', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (197, 1, '2007-06-15', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (198, 1, '2007-06-20', 4, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (199, 1, '2007-06-28', 1, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (200, 1, '2007-06-12', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (201, 1, '2007-06-25', 1, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (202, 1, '2007-06-06', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (203, 1, '2007-06-17', 2, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (204, 1, '2007-06-27', 1, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (205, 1, '2007-06-26', 1, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (206, 1, '2007-06-07', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (207, 1, '2007-06-09', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (208, 1, '2007-06-30', 1, '2007-05-15 18:36:09', '2007-05-15 18:36:09', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (209, 1, '2007-06-08', 1, '2007-05-15 18:36:09', '2007-06-06 18:04:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (210, 1, '2007-07-12', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (211, 1, '2007-07-09', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (212, 1, '2007-07-14', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (213, 1, '2007-07-05', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (214, 1, '2007-07-08', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (215, 1, '2007-07-02', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (216, 1, '2007-07-01', 1, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (217, 1, '2007-07-13', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (218, 1, '2007-07-06', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (219, 1, '2007-07-03', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (220, 1, '2007-07-07', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (221, 1, '2007-07-10', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (222, 1, '2007-07-11', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (223, 1, '2007-07-15', 3, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (224, 1, '2007-07-04', 5, '2007-05-15 18:36:53', '2007-05-15 18:36:53', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (238, 1, '2007-07-25', 2, '2007-06-20 10:31:48', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (237, 1, '2007-07-17', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (236, 1, '2007-07-22', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (235, 1, '2007-07-29', 2, '2007-06-20 10:31:48', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (234, 1, '2007-07-21', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (233, 1, '2007-07-26', 2, '2007-06-20 10:31:48', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (232, 1, '2007-07-28', 2, '2007-06-20 10:31:47', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (239, 1, '2007-07-18', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (240, 1, '2007-07-19', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (241, 1, '2007-07-24', 2, '2007-06-20 10:31:48', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (242, 1, '2007-07-16', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (243, 1, '2007-07-27', 2, '2007-06-20 10:31:48', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (244, 1, '2007-07-23', 2, '2007-06-20 10:31:48', '2007-06-22 14:15:08', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (245, 1, '2007-07-20', 4, '2007-06-20 10:31:48', '2007-06-20 10:31:48', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (246, 1, '2007-08-23', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (247, 1, '2007-08-10', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (248, 1, '2007-08-26', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (249, 1, '2007-08-29', 5, '2007-06-20 10:33:39', '2007-07-02 17:14:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (250, 1, '2007-08-21', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (251, 1, '2007-08-17', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (252, 1, '2007-08-12', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (253, 1, '2007-08-31', 5, '2007-06-20 10:33:39', '2007-07-02 17:14:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (254, 1, '2007-08-08', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (255, 1, '2007-08-18', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (256, 1, '2007-08-28', 5, '2007-06-20 10:33:39', '2007-07-02 17:14:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (257, 1, '2007-08-09', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (258, 1, '2007-08-11', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (259, 1, '2007-08-20', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (260, 1, '2007-08-13', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (261, 1, '2007-08-16', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (262, 1, '2007-08-19', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (263, 1, '2007-08-07', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (264, 1, '2007-08-22', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (265, 1, '2007-08-25', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (266, 1, '2007-08-27', 5, '2007-06-20 10:33:39', '2007-07-02 17:14:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (267, 1, '2007-08-30', 5, '2007-06-20 10:33:39', '2007-07-02 17:14:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (268, 1, '2007-08-06', 3, '2007-06-20 10:33:39', '2007-08-01 10:24:17', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (269, 1, '2007-08-15', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (270, 1, '2007-08-24', 1, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (271, 1, '2007-08-14', 4, '2007-06-20 10:33:39', '2007-08-06 11:55:57', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (272, 1, '2007-09-14', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (273, 1, '2007-09-27', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (274, 1, '2007-09-05', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (275, 1, '2007-09-21', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (276, 1, '2007-09-11', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (277, 1, '2007-09-19', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (278, 1, '2007-09-22', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (279, 1, '2007-09-13', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (280, 1, '2007-09-03', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (281, 1, '2007-09-26', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (282, 1, '2007-09-23', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (283, 1, '2007-09-30', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (284, 1, '2007-09-25', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (285, 1, '2007-09-20', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (286, 1, '2007-09-04', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (287, 1, '2007-09-02', 5, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (288, 1, '2007-09-29', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (289, 1, '2007-09-28', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (290, 1, '2007-09-18', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (291, 1, '2007-09-01', 5, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (292, 1, '2007-09-06', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (293, 1, '2007-09-12', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (294, 1, '2007-09-16', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (295, 1, '2007-09-08', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (296, 1, '2007-09-17', 3, '2007-06-20 10:34:46', '2007-06-20 10:34:46', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (297, 1, '2007-09-10', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (298, 1, '2007-09-24', 4, '2007-06-20 10:34:46', '2007-06-20 11:02:03', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (299, 1, '2007-09-09', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (300, 1, '2007-09-07', 2, '2007-06-20 10:34:46', '2007-07-02 17:14:26', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (301, 1, '2007-09-15', 1, '2007-06-20 10:34:46', '2007-07-02 17:09:39', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (302, 1, '2007-07-31', 5, '2007-06-20 11:00:23', '2007-07-02 17:08:16', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (303, 1, '2007-07-30', 5, '2007-06-20 11:00:23', '2007-07-02 17:08:16', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (304, 1, '2007-08-02', 5, '2007-06-20 11:01:13', '2007-07-02 17:08:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (305, 1, '2007-08-03', 5, '2007-06-20 11:01:13', '2007-07-02 17:08:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (306, 1, '2007-08-04', 5, '2007-06-20 11:01:13', '2007-07-02 17:08:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (307, 1, '2007-08-01', 5, '2007-06-20 11:01:13', '2007-07-02 17:08:06', ''); +INSERT INTO `service_schedules` (`ss_id`, `ss_item_id`, `ss_day`, `user_id`, `created_at`, `changed_at`, `notes`) VALUES (308, 1, '2007-08-05', 5, '2007-06-20 11:01:13', '2007-07-02 17:08:06', ''); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `service_schedule_items` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `service_schedule_items`; +CREATE TABLE IF NOT EXISTS `service_schedule_items` ( + `ss_item_id` int(10) unsigned NOT NULL auto_increment, + `ss_item_name` varchar(50) NOT NULL, + `enabled` enum('y','n') NOT NULL default 'y', + `abbreviation` char(3) NOT NULL COMMENT 'Abkürzung für die Abteilungsübersicht', + `text_color` varchar(30) NOT NULL default 'black' COMMENT 'Textfarbe für die Darstellung der Abteilungsübersicht (als CSS-Textfarbe)', + `admin_group_id` int(10) unsigned NOT NULL, + `member_group_id` int(10) unsigned NOT NULL, + `public_avail` enum('y','n') NOT NULL default 'y', + `view_group_id` int(10) unsigned default NULL, + `rotation_day` enum('Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag','Sonntag') default NULL, + `rotation_time` time NOT NULL default '09:00:00', + `created_at` datetime NOT NULL, + `changed_at` datetime NOT NULL, + `description` text NOT NULL, + PRIMARY KEY (`ss_item_id`), + UNIQUE KEY `ss_item_name` (`ss_item_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Die verschiedenen Bereitschaftsplan-Gegenstände' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `service_schedule_items`: +-- `admin_group_id` +-- `groups` -> `group_id` +-- `member_group_id` +-- `groups` -> `group_id` +-- `view_group_id` +-- `groups` -> `group_id` +-- + +-- +-- Daten für Tabelle `service_schedule_items` +-- + +INSERT INTO `service_schedule_items` (`ss_item_id`, `ss_item_name`, `enabled`, `abbreviation`, `text_color`, `admin_group_id`, `member_group_id`, `public_avail`, `view_group_id`, `rotation_day`, `rotation_time`, `created_at`, `changed_at`, `description`) VALUES (1, 'Bereitschaft Com IT', 'y', 'B', 'maroon', 3, 4, 'y', NULL, 'Montag', '10:00:00', '2007-03-05 15:11:52', '2007-05-16 14:45:34', 'Die 24h-Bereitschaft von Commercial IT'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `service_schedule_members` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `service_schedule_members`; +CREATE TABLE IF NOT EXISTS `service_schedule_members` ( + `ss_member_id` int(10) unsigned NOT NULL auto_increment, + `ss_item_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zu service_schedule_items', + `user_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zu users', + `enabled` enum('y','n') NOT NULL default 'y', + `deleted` enum('n','y') NOT NULL default 'n', + `created_at` datetime NOT NULL, + `changed_at` datetime NOT NULL, + PRIMARY KEY (`ss_member_id`), + KEY `ss_item_id` (`ss_item_id`,`user_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Beteiligten eines Bereitschftsdienstes' AUTO_INCREMENT=6 ; + +-- +-- RELATIONEN DER TABELLE `service_schedule_members`: +-- `ss_item_id` +-- `service_schedule_items` -> `ss_item_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `service_schedule_members` +-- + +INSERT INTO `service_schedule_members` (`ss_member_id`, `ss_item_id`, `user_id`, `enabled`, `deleted`, `created_at`, `changed_at`) VALUES (1, 1, 2, 'y', 'n', '2007-06-05 17:31:27', '2007-06-05 17:31:27'); +INSERT INTO `service_schedule_members` (`ss_member_id`, `ss_item_id`, `user_id`, `enabled`, `deleted`, `created_at`, `changed_at`) VALUES (2, 1, 4, 'y', 'n', '2007-06-05 17:31:27', '2007-06-05 17:31:27'); +INSERT INTO `service_schedule_members` (`ss_member_id`, `ss_item_id`, `user_id`, `enabled`, `deleted`, `created_at`, `changed_at`) VALUES (3, 1, 1, 'y', 'n', '2007-06-05 17:31:47', '2007-06-05 17:31:47'); +INSERT INTO `service_schedule_members` (`ss_member_id`, `ss_item_id`, `user_id`, `enabled`, `deleted`, `created_at`, `changed_at`) VALUES (4, 1, 5, 'y', 'n', '2007-06-05 17:31:47', '2007-06-05 17:31:47'); +INSERT INTO `service_schedule_members` (`ss_member_id`, `ss_item_id`, `user_id`, `enabled`, `deleted`, `created_at`, `changed_at`) VALUES (5, 1, 3, 'y', 'n', '2007-06-05 17:32:02', '2007-06-05 17:32:02'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `session` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 09. August 2007 um 12:38 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `session`; +CREATE TABLE IF NOT EXISTS `session` ( + `id` char(72) NOT NULL COMMENT 'Session-Id', + `session_data` text NOT NULL COMMENT 'Sitzungsdaten', + `expires` int(10) unsigned NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Sitzungsdaten für Catalyst'; + +-- +-- Daten für Tabelle `session` +-- + +INSERT INTO `session` (`id`, `session_data`, `expires`) VALUES ('session:5d8bedee3af7a5011b580ea9e33d2b60b33e3f03', 'BQcDAAAABgiAAAAAD2NhbGVuZGFyX2RlcF9pZAQDAAAABApPTW96aWxsYS81LjAgKFgxMTsgVTsg\nTGludXggaTY4NjsgZGU7IHJ2OjEuOC4xLjYpIEdlY2tvLzIwMDcwODA2IEZpcmVmb3gvMi4wLjAu\nNgAAAAZ1YWdlbnQKDTE3Mi4zMS4xMDAuMzUAAAAGY2xpZW50CgdrcmlzdGVsAAAABGhvc3QUEwAJ\nVVJJOjpodHRwLGh0dHA6Ly9pbnRyYS5iZXJsaW4uc3RyYXRvLmRlL2NpdC9waHBteWFkbWluAAAA\nA3VyaQAAAAdyZXF1ZXN0ChhUaHUgQXVnICA5IDEwOjM4OjI4IDIwMDcAAAAIbGFzdF9ydW4JRrru\ngQAAAAlfX2NyZWF0ZWQKBzIwMDctMDgAAAAOY2FsZW5kYXJfbW9udGgJRrrupAAAAAlfX3VwZGF0\nZWQ=\n', 1186659508); +INSERT INTO `session` (`id`, `session_data`, `expires`) VALUES ('session:54db7c14f8527b61a66defbda446731d873ecb26', 'BQcDAAAABgQDAAAABApXTW96aWxsYS81LjAgKFdpbmRvd3M7IFU7IFdpbmRvd3MgTlQgNS4xOyBk\nZTsgcnY6MS44LjEuNikgR2Vja28vMjAwNzA3MjUgRmlyZWZveC8yLjAuMC42AAAABnVhZ2VudAoM\nMTcyLjMwLjEuMTMyAAAABmNsaWVudAoHa3Jpc3RlbAAAAARob3N0FBMACVVSSTo6aHR0cCpodHRw\nOi8vaW50cmEuYmVybGluLnN0cmF0by5kZS9jaXQvY2FsZW5kYXIAAAADdXJpAAAAB3JlcXVlc3QI\ngAAAAA9jYWxlbmRhcl9kZXBfaWQKGFRodSBBdWcgIDkgMTA6MzE6NTUgMjAwNwAAAAhsYXN0X3J1\nbglGurg5AAAACV9fY3JlYXRlZAlGuu0cAAAACV9fdXBkYXRlZAoHMjAwNy0wOAAAAA5jYWxlbmRh\ncl9tb250aA==\n', 1186659116); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `session_log` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 07. August 2007 um 14:06 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `session_log`; +CREATE TABLE IF NOT EXISTS `session_log` ( + `session_log_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `login_time` datetime NOT NULL, + `logout_time` datetime default NULL, + `logout_reason` enum('normal','automatic','forced') default NULL, + `session_id` varchar(72) default NULL, + `login` varchar(50) NOT NULL, + `user_name` varchar(110) NOT NULL, + `client_ip` varchar(20) default NULL, + `client_host` varchar(200) default NULL, + `user_agent` varchar(250) default NULL, + `server` varchar(100) default NULL COMMENT 'Die Basisadresse des angefragten Servers', + PRIMARY KEY (`session_log_id`), + KEY `user_id` (`user_id`), + KEY `session_id` (`session_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Session-Log und Statistik' AUTO_INCREMENT=77 ; + +-- +-- RELATIONEN DER TABELLE `session_log`: +-- `session_id` +-- `sessions` -> `id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `session_log` +-- + +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (1, 1, '2007-04-03 17:44:15', '2007-04-03 17:44:55', 'normal', NULL, 'fbrehm', 'Frank Brehm', '127.0.0.1', 'localhost', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.2) Gecko/20070305 Firefox/2.0.0.2', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (2, 1, '2007-04-03 17:53:36', '2007-04-03 17:54:13', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.2) Gecko/20070305 Firefox/2.0.0.2', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (3, 1, '2007-04-03 18:40:47', '2007-04-03 19:18:21', 'normal', NULL, 'fbrehm', 'Frank Brehm', '127.0.0.1', 'localhost', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.2) Gecko/20070305 Firefox/2.0.0.2', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (4, 1, '2007-04-04 09:10:18', '2007-04-04 19:36:00', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '127.0.0.1', 'localhost', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.2) Gecko/20070305 Firefox/2.0.0.2', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (5, 1, '2007-04-05 16:19:30', '2007-04-05 17:54:46', 'normal', NULL, 'fbrehm', 'Frank Brehm', '127.0.0.1', 'localhost', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.2) Gecko/20070305 Firefox/2.0.0.2', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (6, 1, '2007-05-15 15:25:16', '2007-05-15 18:45:01', 'normal', NULL, 'fbrehm', 'Frank Brehm', '127.0.0.1', 'localhost', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (12, 8, '2007-05-21 15:15:08', '2007-05-22 15:49:36', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (11, 1, '2007-05-21 14:52:03', '2007-05-22 15:49:36', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '127.0.0.1', 'localhost', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (10, 1, '2007-05-16 18:44:06', '2007-05-16 18:44:44', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (13, 1, '2007-05-21 19:57:30', '2007-05-21 19:57:32', 'normal', NULL, 'fbrehm', 'Frank Brehm', NULL, NULL, NULL, NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (14, 1, '2007-05-22 16:26:04', '2007-05-22 18:12:40', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (15, 1, '2007-05-22 17:49:09', '2007-05-22 18:12:40', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (16, 8, '2007-05-22 18:14:03', '2007-05-22 18:14:15', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.138', 'lapbrehm.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (17, 8, '2007-05-22 18:28:58', '2007-05-22 18:29:13', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.138', 'lapbrehm.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (18, 1, '2007-05-22 18:34:42', '2007-05-22 18:56:31', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (19, 1, '2007-05-23 09:39:32', '2007-05-23 09:40:08', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (20, 1, '2007-05-23 09:44:05', '2007-05-23 09:44:27', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070412 Firefox/2.0.0.3', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (21, 1, '2007-06-05 15:20:34', '2007-06-05 15:25:08', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (22, 1, '2007-06-05 15:25:34', '2007-06-05 18:08:57', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (23, 1, '2007-06-05 17:15:47', '2007-06-05 18:08:57', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (24, 1, '2007-06-06 15:18:40', '2007-06-06 15:34:05', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (25, 1, '2007-06-07 12:50:35', '2007-06-07 12:50:38', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (26, 1, '2007-06-07 12:50:41', '2007-06-07 12:52:40', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (27, 1, '2007-06-07 12:52:59', '2007-06-07 13:01:59', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (28, 8, '2007-06-07 13:10:55', '2007-06-07 13:54:44', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.4.107', 'lapbrehm.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (29, 1, '2007-06-08 16:40:52', '2007-06-11 17:00:14', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (30, 1, '2007-06-11 17:00:18', '2007-06-11 17:25:06', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (31, 1, '2007-06-12 13:37:37', '2007-06-12 13:48:35', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (32, 8, '2007-06-12 13:56:52', '2007-06-12 13:57:22', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', NULL); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (33, 1, '2007-06-13 13:47:06', '2007-06-13 13:48:41', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.30.3.187', 'ws342.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (34, 1, '2007-06-13 17:57:55', '2007-06-13 18:19:15', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (35, 8, '2007-06-13 18:33:09', '2007-06-13 18:33:33', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.4.107', 'lapbrehm.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (36, 9, '2007-06-13 18:33:42', '2007-06-13 18:34:05', 'normal', NULL, 'stle', 'Stefan Legner', '172.30.4.107', 'lapbrehm.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (37, 1, '2007-06-20 10:29:29', '2007-06-20 10:31:18', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (38, 1, '2007-06-20 11:00:08', '2007-06-20 11:00:26', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (39, 1, '2007-06-22 13:45:44', '2007-06-22 13:45:47', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (40, 8, '2007-06-22 14:19:01', '2007-06-22 14:19:14', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (41, 1, '2007-06-26 13:51:27', '2007-06-26 14:10:06', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (42, 1, '2007-06-26 19:16:23', '2007-06-27 09:44:54', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (43, 8, '2007-06-27 10:32:06', '2007-06-27 11:03:51', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (44, 8, '2007-06-27 14:06:17', '2007-06-27 14:20:24', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (45, 1, '2007-06-27 15:04:00', '2007-06-27 15:15:28', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.1.104', 'lapbrehm.berlin.strato.de', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (46, 8, '2007-06-27 15:34:30', '2007-06-27 15:35:19', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://berta:3000/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (47, 14, '2007-06-28 13:14:35', '2007-06-28 13:15:49', 'automatic', NULL, 'mipo', 'Michael Pohl', '172.30.3.202', 'ws407.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (48, 5, '2007-06-28 17:38:32', '2007-06-28 17:42:05', 'normal', NULL, 'guro', 'Gunnar Röhrs', '172.30.1.103', 'ws170.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (49, 8, '2007-07-02 17:03:42', '2007-07-02 17:16:00', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (50, 8, '2007-07-06 12:59:03', '2007-07-06 13:00:52', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (51, 1, '2007-07-06 12:59:05', '2007-07-06 13:00:52', 'automatic', NULL, 'fbrehm', 'Frank Brehm', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (52, 9, '2007-07-10 10:10:06', '2007-07-10 10:12:02', 'normal', NULL, 'stle', 'Stefan Legner', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (53, 6, '2007-07-10 17:23:51', '2007-07-10 17:30:29', 'automatic', NULL, 'marlin', 'Marcus Lindner', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (54, 8, '2007-07-10 17:29:16', '2007-07-10 17:30:29', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (55, 8, '2007-07-11 10:17:49', '2007-07-11 10:33:30', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (56, 8, '2007-07-11 10:20:41', '2007-07-11 10:21:01', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (57, 5, '2007-07-11 10:22:06', '2007-07-11 10:22:18', 'normal', NULL, 'guro', 'Gunnar Röhrs', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (58, 8, '2007-07-11 10:22:26', '2007-07-11 10:33:30', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (59, 8, '2007-07-12 10:18:50', '2007-07-12 10:34:23', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (60, 5, '2007-07-12 12:47:42', '2007-07-12 13:13:57', 'automatic', NULL, 'guro', 'Gunnar Röhrs', '172.30.1.103', 'ws170.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (61, 8, '2007-07-12 12:52:22', '2007-07-12 13:13:57', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (62, 8, '2007-07-13 11:48:10', '2007-07-13 12:03:40', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (63, 8, '2007-07-19 11:28:42', '2007-07-19 11:30:46', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (64, 14, '2007-07-23 12:34:09', '2007-07-23 12:34:12', 'normal', NULL, 'mipo', 'Michael Pohl', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (65, 14, '2007-07-23 12:46:26', '2007-07-23 12:46:29', 'normal', NULL, 'mipo', 'Michael Pohl', '172.30.2.22', 'berta.berlin.strato.de', 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070604 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (66, 14, '2007-07-23 13:19:44', '2007-07-23 13:30:35', 'automatic', NULL, 'mipo', 'Michael Pohl', '172.30.3.202', 'ws407.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (67, 8, '2007-07-25 14:09:55', '2007-07-25 14:13:35', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.104', 'lapbrehm.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (68, 8, '2007-07-25 14:35:47', '2007-07-25 14:36:49', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (69, 8, '2007-07-25 17:43:53', '2007-07-25 17:49:06', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (70, 8, '2007-07-25 17:49:18', '2007-07-26 08:52:42', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (71, 8, '2007-07-27 09:19:36', '2007-07-27 09:32:43', 'automatic', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (72, 5, '2007-07-27 12:51:51', '2007-07-27 13:01:01', 'automatic', NULL, 'guro', 'Gunnar Röhrs', '172.30.3.196', NULL, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (73, 1, '2007-07-30 16:40:46', '2007-07-30 16:41:51', 'normal', NULL, 'fbrehm', 'Frank Brehm', '172.31.100.34', NULL, 'Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.4) Gecko/20070702 Firefox/2.0.0.4', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (74, 8, '2007-08-01 10:23:09', '2007-08-01 10:27:17', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (75, 8, '2007-08-06 11:54:21', '2007-08-06 11:56:54', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', 'http://intra.berlin.strato.de/cit/'); +INSERT INTO `session_log` (`session_log_id`, `user_id`, `login_time`, `logout_time`, `logout_reason`, `session_id`, `login`, `user_name`, `client_ip`, `client_host`, `user_agent`, `server`) VALUES (76, 8, '2007-08-07 14:04:58', '2007-08-07 14:06:41', 'normal', NULL, 'olwi', 'Oliver Wittke', '172.30.1.60', 'ws072.berlin.strato.de', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', 'http://intra.berlin.strato.de/cit/'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `subordination` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `subordination`; +CREATE TABLE IF NOT EXISTS `subordination` ( + `subordination_id` int(10) unsigned NOT NULL auto_increment, + `superior_user_id` int(10) unsigned NOT NULL COMMENT 'ID des Vorgesetzten', + `subordinated_user_id` int(10) unsigned NOT NULL COMMENT 'ID des Unterstellten', + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`subordination_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Vorgesetzten/Unterstellen-verhältnisse' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `subordination`: +-- `subordinated_user_id` +-- `v_user` -> `user_id` +-- `superior_user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `subordination` +-- + +INSERT INTO `subordination` (`subordination_id`, `superior_user_id`, `subordinated_user_id`, `deleted`, `date_created`, `date_changed`) VALUES (1, 9, 8, 'n', '2007-04-02 18:14:36', '2007-04-02 18:14:36'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `users` +-- +-- Erzeugt am: 28. Juni 2007 um 11:08 +-- Aktualisiert am: 23. Juli 2007 um 12:46 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `users`; +CREATE TABLE IF NOT EXISTS `users` ( + `user_id` int(10) unsigned NOT NULL auto_increment, + `login` varchar(50) NOT NULL, + `anrede_id` int(10) unsigned NOT NULL, + `vorname` varchar(100) NOT NULL, + `nachname` varchar(100) NOT NULL, + `department_id` int(10) unsigned NOT NULL, + `head_of_department` enum('n','y') NOT NULL default 'n', + `password` varchar(250) NOT NULL COMMENT 'Neues Paßwortfeld', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + `start_employment` date default NULL COMMENT 'Beginn der Tätigkeit', + `end_employment` date default NULL COMMENT 'Ende der Tätigkeit', + `created_by` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `changed_by` int(10) unsigned NOT NULL, + `enabled` enum('y','n') NOT NULL default 'y', + `function` varchar(100) NOT NULL, + PRIMARY KEY (`user_id`), + UNIQUE KEY `login` (`login`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Benutzer' AUTO_INCREMENT=18 ; + +-- +-- RELATIONEN DER TABELLE `users`: +-- `anrede_id` +-- `anreden` -> `anrede_id` +-- `changed_by` +-- `v_user` -> `user_id` +-- `created_by` +-- `v_user` -> `user_id` +-- `department_id` +-- `departments` -> `department_id` +-- + +-- +-- Daten für Tabelle `users` +-- + +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (1, 'fbrehm', 1, 'Frank', 'Brehm', 1, 'n', 'f0f65a0504879fab5e81d499694323331a744952', '2007-02-05 12:31:13', '2007-05-18 16:26:12', '2005-03-01', NULL, 1, 'n', 1, 'y', 'Systemadministrator'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (2, 'abhay', 1, 'Abhay', 'Singh', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:10:22', '2007-04-03 15:15:15', '2003-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (3, 'vivek', 1, 'Vivek Kumar', 'Srivastava', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:12:04', '2007-04-03 15:15:15', '2003-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (4, 'bjoern', 1, 'Björn', 'Junghans', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:12:04', '2007-04-03 15:15:15', '1999-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (5, 'guro', 1, 'Gunnar', 'Röhrs', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:13:33', '2007-04-03 15:15:15', '2006-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (6, 'marlin', 1, 'Marcus', 'Lindner', 1, 'n', 'f0f65a0504879fab5e81d499694323331a744952', '2007-03-05 16:13:33', '2007-04-03 15:15:15', '1999-01-01', NULL, 1, 'n', 1, 'y', 'Systemadministrator'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (7, 'xinhua', 1, 'Xinhua', 'Gu', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:14:57', '2007-04-03 15:15:15', '2007-02-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (8, 'olwi', 1, 'Oliver', 'Wittke', 1, 'y', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:17:10', '2007-05-21 16:43:59', '2007-02-01', NULL, 1, 'n', 1, 'y', 'Gruppenleiter'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (9, 'stle', 1, 'Stefan', 'Legner', 2, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-03-05 16:17:10', '2007-04-03 15:15:15', '2000-01-01', NULL, 1, 'n', 1, 'y', 'Vorstand'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (10, 'julia', 2, 'Julia', 'Fritzler', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-18 14:49:08', '2007-05-18 16:30:35', '2007-05-14', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (11, 'matthias', 1, 'Matthias', 'Papesch', 1, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-18 14:49:08', '2007-05-18 16:31:02', '2007-06-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (12, 'mahmoud', 1, 'Mahmoud', 'Abou El Atta', 4, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-21 11:39:50', '2007-05-21 11:39:50', '2000-01-01', NULL, 1, 'n', 1, 'y', ''); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (13, 'thgo', 1, 'Thomas', 'Göttsche', 5, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-21 11:39:50', '2007-05-21 11:39:50', '2004-01-01', NULL, 1, 'n', 1, 'y', 'Gruppenleiter'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (14, 'mipo', 1, 'Michael', 'Pohl', 5, 'n', '431cca69171cd03e1e2d578c5b6f8c10aaf82f60', '2007-05-21 11:42:50', '2007-07-23 12:46:11', '2004-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (15, 'rosa', 1, 'Roberto', 'Santana', 5, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-21 11:42:50', '2007-05-21 11:42:50', '2004-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (16, 'sila', 2, 'Simone', 'Lange', 5, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-21 11:45:52', '2007-05-21 11:45:52', '2004-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); +INSERT INTO `users` (`user_id`, `login`, `anrede_id`, `vorname`, `nachname`, `department_id`, `head_of_department`, `password`, `date_created`, `date_changed`, `start_employment`, `end_employment`, `created_by`, `deleted`, `changed_by`, `enabled`, `function`) VALUES (17, 'huzh', 1, 'Hua', 'Zhang', 5, 'n', 'e1fce1ef6060609672ae5a60b6592729534ab1cc', '2007-05-21 11:45:52', '2007-05-21 11:45:52', '2004-01-01', NULL, 1, 'n', 1, 'y', 'Entwickler'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_contact_numbers` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_contact_numbers`; +CREATE TABLE IF NOT EXISTS `user_contact_numbers` ( + `user_contact_number_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `contact_number_type_id` int(10) unsigned NOT NULL, + `user_contact_number` varchar(100) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + `user_contact_number_descr` varchar(250) NOT NULL, + PRIMARY KEY (`user_contact_number_id`), + KEY `user_id` (`user_id`,`contact_number_type_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Liste der Ruf- und sonstigen Nummern der Mitarbeiter' AUTO_INCREMENT=9 ; + +-- +-- RELATIONEN DER TABELLE `user_contact_numbers`: +-- `contact_number_type_id` +-- `contact_number_types` -> `contact_number_type_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `user_contact_numbers` +-- + +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (1, 1, 6, 'brehm@strato.de', '2007-02-05 13:29:32', '2007-02-05 13:29:32', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (2, 1, 7, 'frank@brehm-online.com', '2007-02-05 13:29:32', '2007-02-05 13:29:32', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (3, 1, 4, '+49-172-3897996', '2007-04-02 19:23:22', '2007-04-02 19:23:22', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (4, 1, 5, '+49-171-6439844', '2007-04-02 19:23:22', '2007-04-02 19:23:22', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (5, 1, 11, 'fbrehm@jabber.berlin.strato.de', '2007-04-02 19:27:57', '2007-04-02 19:27:57', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (6, 1, 10, '291989014', '2007-04-02 19:27:57', '2007-04-02 19:27:57', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (7, 1, 2, '030-9950776', '2007-04-02 19:28:58', '2007-04-02 19:28:58', ''); +INSERT INTO `user_contact_numbers` (`user_contact_number_id`, `user_id`, `contact_number_type_id`, `user_contact_number`, `date_created`, `date_changed`, `user_contact_number_descr`) VALUES (8, 1, 1, '030-88516-212', '2007-04-02 19:28:58', '2007-04-02 19:28:58', ''); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_department` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 25. Juli 2007 um 17:47 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_department`; +CREATE TABLE IF NOT EXISTS `user_department` ( + `user_department_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `department_id` int(10) unsigned NOT NULL, + `head` enum('n','y') NOT NULL default 'n' COMMENT 'Abteilungsleiter?', + `created_at` datetime NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `changed_at` datetime NOT NULL, + PRIMARY KEY (`user_department_id`), + KEY `user_id` (`user_id`), + KEY `department_id` (`department_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung der Nutzer zu den Abteilungen' AUTO_INCREMENT=20 ; + +-- +-- RELATIONEN DER TABELLE `user_department`: +-- `department_id` +-- `departments` -> `department_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `user_department` +-- + +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (1, 2, 1, 'n', '2007-05-18 10:57:36', 'n', '2007-05-18 10:57:36'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (2, 4, 1, 'n', '2007-05-18 10:57:36', 'n', '2007-05-18 10:57:36'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (3, 1, 1, 'n', '2007-05-18 10:59:19', 'n', '2007-05-18 10:59:19'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (4, 5, 1, 'n', '2007-05-18 10:59:19', 'n', '2007-05-18 10:59:19'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (5, 6, 1, 'n', '2007-05-18 10:59:43', 'n', '2007-05-18 10:59:43'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (6, 8, 1, 'y', '2007-05-18 10:59:43', 'n', '2007-05-18 10:59:43'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (7, 9, 2, 'n', '2007-05-18 11:00:10', 'n', '2007-05-18 11:00:10'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (8, 3, 1, 'n', '2007-05-18 11:00:10', 'n', '2007-05-18 11:00:10'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (9, 7, 1, 'n', '2007-05-18 11:00:20', 'n', '2007-05-18 11:00:20'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (10, 10, 1, 'n', '2007-05-18 14:50:23', 'n', '2007-05-18 14:50:23'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (11, 11, 1, 'n', '2007-05-18 14:50:23', 'n', '2007-05-18 14:50:23'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (12, 17, 5, 'n', '2007-05-21 11:49:02', 'n', '2007-05-21 11:49:02'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (13, 12, 4, 'n', '2007-05-21 11:49:02', 'n', '2007-05-21 11:49:02'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (14, 12, 1, 'n', '2007-05-21 11:49:38', 'n', '2007-05-21 11:49:38'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (15, 14, 5, 'n', '2007-05-21 11:49:38', 'n', '2007-05-21 11:49:38'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (16, 15, 5, 'n', '2007-05-21 11:50:33', 'n', '2007-05-21 11:50:33'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (17, 16, 5, 'n', '2007-05-21 11:50:33', 'n', '2007-05-21 11:50:33'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (18, 13, 5, 'y', '2007-05-21 11:50:45', 'n', '2007-05-21 11:50:45'); +INSERT INTO `user_department` (`user_department_id`, `user_id`, `department_id`, `head`, `created_at`, `deleted`, `changed_at`) VALUES (19, 8, 5, 'y', '2007-07-25 17:47:53', 'n', '2007-07-25 17:47:53'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_groups` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_groups`; +CREATE TABLE IF NOT EXISTS `user_groups` ( + `user_group_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `group_id` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`user_group_id`), + KEY `user_id` (`user_id`,`group_id`,`deleted`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Benutzern zu den Benutzergruppen' AUTO_INCREMENT=24 ; + +-- +-- RELATIONEN DER TABELLE `user_groups`: +-- `group_id` +-- `groups` -> `group_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `user_groups` +-- + +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (1, 1, 1, 'n', '2007-02-05 12:47:43', '2007-02-05 12:47:43'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (2, 1, 2, 'n', '2007-02-05 12:48:47', '2007-02-05 12:48:47'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (3, 1, 4, 'n', '2007-03-29 14:45:06', '2007-03-29 14:45:06'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (4, 2, 4, 'n', '2007-03-29 14:45:06', '2007-03-29 14:45:06'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (5, 4, 4, 'n', '2007-03-29 14:45:31', '2007-03-29 14:45:31'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (6, 5, 4, 'n', '2007-03-29 14:45:31', '2007-03-29 14:45:31'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (7, 3, 4, 'n', '2007-03-29 14:45:48', '2007-03-29 14:45:48'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (8, 8, 4, 'n', '2007-04-03 14:40:57', '2007-04-03 14:40:57'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (9, 8, 3, 'n', '2007-04-03 14:40:57', '2007-04-03 14:40:57'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (13, 3, 2, 'n', '2007-04-03 15:07:12', '2007-04-03 15:07:12'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (11, 2, 2, 'n', '2007-04-03 14:41:37', '2007-04-03 14:41:37'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (12, 8, 2, 'n', '2007-04-03 14:41:49', '2007-04-03 14:41:49'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (18, 4, 3, 'n', '2007-04-03 15:11:46', '2007-04-03 15:11:46'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (17, 4, 2, 'n', '2007-04-03 15:11:20', '2007-04-03 15:11:20'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (19, 5, 2, 'n', '2007-04-03 15:12:13', '2007-04-03 15:12:13'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (20, 6, 2, 'n', '2007-04-03 15:13:00', '2007-04-03 15:13:00'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (21, 7, 2, 'n', '2007-04-03 15:13:10', '2007-04-03 15:13:10'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (22, 9, 2, 'n', '2007-04-03 15:13:16', '2007-04-03 15:13:16'); +INSERT INTO `user_groups` (`user_group_id`, `user_id`, `group_id`, `deleted`, `date_created`, `date_changed`) VALUES (23, 9, 3, 'n', '2007-04-03 15:13:21', '2007-04-03 15:13:21'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_permissions` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_permissions`; +CREATE TABLE IF NOT EXISTS `user_permissions` ( + `user_permission_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `permission_type_id` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`user_permission_id`), + KEY `user_id` (`user_id`,`permission_type_id`,`deleted`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Berechtigungen zu einzelnen Benutzern' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `user_permissions`: +-- `permission_type_id` +-- `permission_types` -> `permission_type_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `user_permissions` +-- + +INSERT INTO `user_permissions` (`user_permission_id`, `user_id`, `permission_type_id`, `deleted`, `date_created`, `date_changed`) VALUES (1, 1, 1, 'n', '2007-02-05 13:15:52', '2007-02-05 13:15:52'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_roles` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_roles`; +CREATE TABLE IF NOT EXISTS `user_roles` ( + `user_role_id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primärschlüssel', + `user_id` int(10) unsigned NOT NULL, + `role_id` int(10) unsigned NOT NULL, + `created_at` datetime NOT NULL, + PRIMARY KEY (`user_role_id`), + KEY `user_id` (`user_id`,`role_id`), + KEY `role_id` (`role_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Benutzern zu den Rollen' AUTO_INCREMENT=27 ; + +-- +-- RELATIONEN DER TABELLE `user_roles`: +-- `role_id` +-- `roles` -> `role_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `user_roles` +-- + +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (1, 1, 1, '2007-05-14 16:12:23'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (2, 1, 2, '2007-05-14 16:12:23'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (3, 7, 1, '2007-05-14 16:12:44'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (4, 4, 1, '2007-05-14 16:12:44'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (5, 9, 1, '2007-05-14 16:13:06'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (6, 9, 2, '2007-05-14 16:13:06'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (7, 6, 2, '2007-05-14 16:13:26'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (8, 6, 1, '2007-05-14 16:13:26'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (9, 2, 1, '2007-05-14 16:13:40'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (10, 3, 1, '2007-05-14 16:13:40'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (11, 8, 1, '2007-05-14 16:13:55'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (12, 8, 2, '2007-05-14 16:13:55'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (13, 10, 1, '2007-05-18 14:49:43'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (14, 11, 1, '2007-05-18 14:49:43'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (15, 17, 1, '2007-05-21 11:46:57'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (16, 12, 1, '2007-05-21 11:46:57'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (17, 14, 1, '2007-05-21 11:47:36'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (18, 15, 1, '2007-05-21 11:47:36'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (19, 16, 1, '2007-05-21 11:47:57'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (20, 13, 1, '2007-05-21 11:47:57'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (21, 1, 3, '2007-06-05 15:10:30'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (22, 4, 3, '2007-06-05 15:10:30'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (23, 6, 3, '2007-06-05 15:10:53'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (24, 8, 3, '2007-06-05 15:10:53'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (25, 9, 3, '2007-06-05 15:11:15'); +INSERT INTO `user_roles` (`user_role_id`, `user_id`, `role_id`, `created_at`) VALUES (26, 13, 3, '2007-06-05 15:11:15'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `vacation_statistics` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `vacation_statistics`; +CREATE TABLE IF NOT EXISTS `vacation_statistics` ( + `vacation_statistic_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `year` mediumint(8) unsigned NOT NULL, + `days_in_year` mediumint(8) unsigned NOT NULL, + `days_from_last_year` mediumint(8) unsigned NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`vacation_statistic_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Urlaubstage eines Mitarbeiters in einem Jahr' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `vacation_statistics`: +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `vacation_statistics` +-- + +INSERT INTO `vacation_statistics` (`vacation_statistic_id`, `user_id`, `year`, `days_in_year`, `days_from_last_year`, `date_created`) VALUES (1, 1, 2007, 25, 4, '2007-04-02 19:07:26'); + +-- -------------------------------------------------------- + +-- +-- Stand-in structure for view `v_user` +-- +CREATE TABLE `v_user` ( +`user_id` int(10) unsigned +,`login` varchar(50) +,`anrede_id` int(10) unsigned +,`anrede` varchar(100) +,`vorname` varchar(100) +,`nachname` varchar(100) +,`name_komplett` varchar(201) +,`department_id` int(10) unsigned +,`department_name` varchar(50) +,`managing_board` enum('n','y') +,`head_of_department` enum('n','y') +,`password` varchar(250) +,`function` varchar(100) +,`deleted` enum('n','y') +,`enabled` enum('y','n') +,`date_created` datetime +,`created_by` int(10) unsigned +,`created_by_name` varchar(201) +,`date_changed` datetime +,`changed_by` int(10) unsigned +,`changed_by_name` varchar(201) +); +-- -------------------------------------------------------- + +-- +-- Structure for view `v_user` +-- +DROP TABLE IF EXISTS `v_user`; + +DROP VIEW IF EXISTS `v_user`; +CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`%` SQL SECURITY DEFINER VIEW `cit`.`v_user` AS select `cit`.`users`.`user_id` AS `user_id`,`cit`.`users`.`login` AS `login`,`cit`.`users`.`anrede_id` AS `anrede_id`,`cit`.`anreden`.`anrede` AS `anrede`,`cit`.`users`.`vorname` AS `vorname`,`cit`.`users`.`nachname` AS `nachname`,if((`cit`.`users`.`vorname` regexp _utf8'^[[:blank:]]*$'),`cit`.`users`.`nachname`,concat(`cit`.`users`.`vorname`,_utf8' ',`cit`.`users`.`nachname`)) AS `name_komplett`,`cit`.`users`.`department_id` AS `department_id`,`cit`.`departments`.`department_name` AS `department_name`,`cit`.`departments`.`managing_board` AS `managing_board`,`cit`.`users`.`head_of_department` AS `head_of_department`,`cit`.`users`.`password` AS `password`,`cit`.`users`.`function` AS `function`,`cit`.`users`.`deleted` AS `deleted`,`cit`.`users`.`enabled` AS `enabled`,`cit`.`users`.`date_created` AS `date_created`,`cit`.`users`.`created_by` AS `created_by`,if((`u_cr`.`vorname` regexp _utf8'^[[:blank:]]*$'),`u_cr`.`nachname`,concat(`u_cr`.`vorname`,_utf8' ',`u_cr`.`nachname`)) AS `created_by_name`,`cit`.`users`.`date_changed` AS `date_changed`,`cit`.`users`.`changed_by` AS `changed_by`,if((`u_ch`.`vorname` regexp _utf8'^[[:blank:]]*$'),`u_ch`.`nachname`,concat(`u_ch`.`vorname`,_utf8' ',`u_ch`.`nachname`)) AS `changed_by_name` from ((((`cit`.`users` left join `cit`.`anreden` on((`cit`.`users`.`anrede_id` = `cit`.`anreden`.`anrede_id`))) left join `cit`.`departments` on((`cit`.`users`.`department_id` = `cit`.`departments`.`department_id`))) left join `cit`.`users` `u_cr` on((`cit`.`users`.`created_by` = `u_cr`.`user_id`))) left join `cit`.`users` `u_ch` on((`cit`.`users`.`changed_by` = `u_ch`.`user_id`))) order by `cit`.`users`.`nachname`,`cit`.`users`.`vorname`; diff --git a/Rezepte/cit_ddl.sql b/Rezepte/cit_ddl.sql new file mode 100644 index 0000000..35d6031 --- /dev/null +++ b/Rezepte/cit_ddl.sql @@ -0,0 +1,743 @@ +-- phpMyAdmin SQL Dump +-- version 2.10.0.2 +-- http://www.phpmyadmin.net +-- +-- Host: mydb0.technik.berlin.strato.de +-- Erstellungszeit: 09. August 2007 um 10:41 +-- Server Version: 5.0.42 +-- PHP-Version: 5.0.5 + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; + +-- +-- Datenbank: `cit` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `absences` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 07. August 2007 um 14:05 +-- Letzter Check am: 10. Juli 2007 um 17:48 +-- + +DROP TABLE IF EXISTS `absences`; +CREATE TABLE IF NOT EXISTS `absences` ( + `absence_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zur Tabelle ''users''', + `absence_reason_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zur Tabelle ''absence_reasons''', + `for_year` mediumint(8) unsigned NOT NULL COMMENT 'Das Jahr, zu dem die Abwesenheit zählt.', + `absence_start` date NOT NULL COMMENT 'Erster Tag der Abwesenheit', + `absence_end` date NOT NULL COMMENT 'Letzter Tag der Abwesenheit', + `workdays` mediumint(8) unsigned NOT NULL COMMENT 'Anzahl der betroffenen Werktage', + `status` enum('beantragt','genehmigt','nicht_genehmigt','geloescht','eingetragen','verfallen') NOT NULL, + `date_created` datetime NOT NULL COMMENT 'Zeitpunkt der Erstellung', + `substitute_id` int(10) unsigned default NULL COMMENT 'User-Id des Vertreters', + `date_delivery` date default NULL COMMENT 'Datum der Übergabe', + `granted_by` int(10) unsigned default NULL COMMENT 'Genehmigt von User-Id', + `date_granted` datetime default NULL COMMENT 'Zeitpunkt der Genehmigung', + `date_changed` datetime NOT NULL COMMENT 'Zeitpunkt der letzten Änderung', + `notes` text NOT NULL COMMENT 'Anmerkungen und Erläuterungen', + PRIMARY KEY (`absence_id`), + KEY `user_id` (`user_id`), + KEY `absence_reason_id` (`absence_reason_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Abwesenheitseinträge (wie Urlaub, Schulung usw.)' AUTO_INCREMENT=84 ; + +-- +-- RELATIONEN DER TABELLE `absences`: +-- `absence_reason_id` +-- `absence_reasons` -> `absence_reason_id` +-- `granted_by` +-- `v_user` -> `user_id` +-- `substitute_id` +-- `v_user` -> `user_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `absence_reasons` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `absence_reasons`; +CREATE TABLE IF NOT EXISTS `absence_reasons` ( + `absence_reason_id` int(10) unsigned NOT NULL auto_increment, + `absence_reason` varchar(50) NOT NULL COMMENT 'Der eigentliche Abwesenheitsgrund', + `absence_reason_abbr` char(3) NOT NULL COMMENT 'Abkürzung', + `text_color` varchar(30) NOT NULL default 'black' COMMENT 'Textfarbe für die Darstellung der Abteilungsübersicht (als CSS-Textfarbe)', + `absence_must_granted` enum('y','n') NOT NULL default 'y' COMMENT 'Muß die Abwesenheit genehmigt werden?', + `public_visible` enum('y','n') NOT NULL default 'y' COMMENT 'Sind Eintragungen von diesem Typ öffentlich sichtbar, oder nur für Vorgesetzte?', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`absence_reason_id`), + UNIQUE KEY `absence_reason` (`absence_reason`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle verschiedenen Abwesenheitsgründe' AUTO_INCREMENT=7 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `anreden` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `anreden`; +CREATE TABLE IF NOT EXISTS `anreden` ( + `anrede_id` int(10) unsigned NOT NULL auto_increment, + `anrede` varchar(100) NOT NULL, + `notes` varchar(250) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`anrede_id`), + UNIQUE KEY `anrede` (`anrede`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle verfügbaren Anreden von Mitarbeitern' AUTO_INCREMENT=6 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `contact_number_types` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `contact_number_types`; +CREATE TABLE IF NOT EXISTS `contact_number_types` ( + `contact_number_type_id` int(10) unsigned NOT NULL auto_increment, + `number_category` enum('telefon','email','web','instant','sip') NOT NULL default 'telefon', + `contact_number_type_name` varchar(50) NOT NULL, + `contact_number_type_descr` varchar(250) NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`contact_number_type_id`), + UNIQUE KEY `contact_number_type_name` (`contact_number_type_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Arten von Kontaktummern (Telefon, Fax, Handy usw.)' AUTO_INCREMENT=13 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `countries` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `countries`; +CREATE TABLE IF NOT EXISTS `countries` ( + `country_id` int(10) unsigned NOT NULL auto_increment, + `country_name` varchar(100) NOT NULL, + `country_name_long` varchar(250) NOT NULL, + `iso_2letter` char(2) default NULL, + `iso_3letter` char(3) default NULL, + `iso_number` char(3) default NULL, + `tld` varchar(10) NOT NULL, + `kfz_kennzeichen` varchar(10) NOT NULL, + `telefon_vorwahl` varchar(10) NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`country_id`), + UNIQUE KEY `country_name` (`country_name`), + UNIQUE KEY `iso_2letter` (`iso_2letter`), + UNIQUE KEY `iso_3letter` (`iso_3letter`), + UNIQUE KEY `iso_number` (`iso_number`), + FULLTEXT KEY `country_name_long` (`country_name_long`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Länder mit den ISO-Codes' AUTO_INCREMENT=236 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `departments` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `departments`; +CREATE TABLE IF NOT EXISTS `departments` ( + `department_id` int(10) unsigned NOT NULL auto_increment, + `managing_board` enum('n','y') NOT NULL default 'n' COMMENT 'Ist diese Abteilung der Vorstand', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + `department_name` varchar(50) NOT NULL, + `department_descr` varchar(250) NOT NULL, + PRIMARY KEY (`department_id`), + UNIQUE KEY `department_name` (`department_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Abteilungen' AUTO_INCREMENT=6 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `groups` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `groups`; +CREATE TABLE IF NOT EXISTS `groups` ( + `group_id` int(10) unsigned NOT NULL auto_increment, + `is_system_group` enum('n','y') NOT NULL default 'n', + `group_name` varchar(50) NOT NULL, + `group_descr` varchar(250) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`group_id`), + UNIQUE KEY `group_name` (`group_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Benutzergruppen des Monitoring-Systems' AUTO_INCREMENT=5 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `group_permissions` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `group_permissions`; +CREATE TABLE IF NOT EXISTS `group_permissions` ( + `group_permission_id` int(10) unsigned NOT NULL auto_increment, + `group_id` int(10) unsigned NOT NULL, + `permission_type_id` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`group_permission_id`), + KEY `group_id` (`group_id`,`permission_type_id`,`deleted`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Berechtigungen zu Benutzergruppen' AUTO_INCREMENT=3 ; + +-- +-- RELATIONEN DER TABELLE `group_permissions`: +-- `group_id` +-- `groups` -> `group_id` +-- `permission_type_id` +-- `permission_types` -> `permission_type_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `holidays` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `holidays`; +CREATE TABLE IF NOT EXISTS `holidays` ( + `holiday_id` int(10) unsigned NOT NULL auto_increment, + `holiday_day` date NOT NULL, + `yearly` enum('n','y') NOT NULL default 'n', + `diff_to_easter_sunday` mediumint(9) default NULL, + `free_type` enum('not_free','half_free','free') NOT NULL default 'not_free', + `holiday_name` varchar(100) NOT NULL, + PRIMARY KEY (`holiday_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Feiertage' AUTO_INCREMENT=26 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `permission_types` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `permission_types`; +CREATE TABLE IF NOT EXISTS `permission_types` ( + `permission_type_id` int(10) unsigned NOT NULL auto_increment, + `permission_name` varchar(50) NOT NULL, + `system_flag` enum('n','y') NOT NULL default 'n', + `super_flag` enum('n','y') default NULL, + `date_created` datetime NOT NULL, + `permission_descr` varchar(250) NOT NULL, + PRIMARY KEY (`permission_type_id`), + UNIQUE KEY `permission_name` (`permission_name`), + UNIQUE KEY `super_flag` (`super_flag`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Arten von berechtigungen' AUTO_INCREMENT=5 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `roles` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `roles`; +CREATE TABLE IF NOT EXISTS `roles` ( + `role_id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primärschlüssel', + `role_name` varchar(100) NOT NULL COMMENT 'Name der Rolle', + `desc` text NOT NULL COMMENT 'Beschreibung', + PRIMARY KEY (`role_id`), + UNIQUE KEY `role_name` (`role_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `service_schedules` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 06. August 2007 um 11:55 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `service_schedules`; +CREATE TABLE IF NOT EXISTS `service_schedules` ( + `ss_id` bigint(20) unsigned NOT NULL auto_increment, + `ss_item_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zu service_schedule_items', + `ss_day` date NOT NULL, + `user_id` int(10) unsigned NOT NULL, + `created_at` datetime NOT NULL, + `changed_at` datetime NOT NULL, + `notes` varchar(250) NOT NULL, + PRIMARY KEY (`ss_id`), + KEY `ss_item_id` (`ss_item_id`,`ss_day`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Die eigentlichen Bereitschaftspläne' AUTO_INCREMENT=309 ; + +-- +-- RELATIONEN DER TABELLE `service_schedules`: +-- `ss_item_id` +-- `service_schedule_items` -> `ss_item_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `service_schedule_items` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `service_schedule_items`; +CREATE TABLE IF NOT EXISTS `service_schedule_items` ( + `ss_item_id` int(10) unsigned NOT NULL auto_increment, + `ss_item_name` varchar(50) NOT NULL, + `enabled` enum('y','n') NOT NULL default 'y', + `abbreviation` char(3) NOT NULL COMMENT 'Abkürzung für die Abteilungsübersicht', + `text_color` varchar(30) NOT NULL default 'black' COMMENT 'Textfarbe für die Darstellung der Abteilungsübersicht (als CSS-Textfarbe)', + `admin_group_id` int(10) unsigned NOT NULL, + `member_group_id` int(10) unsigned NOT NULL, + `public_avail` enum('y','n') NOT NULL default 'y', + `view_group_id` int(10) unsigned default NULL, + `rotation_day` enum('Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag','Sonntag') default NULL, + `rotation_time` time NOT NULL default '09:00:00', + `created_at` datetime NOT NULL, + `changed_at` datetime NOT NULL, + `description` text NOT NULL, + PRIMARY KEY (`ss_item_id`), + UNIQUE KEY `ss_item_name` (`ss_item_name`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Die verschiedenen Bereitschaftsplan-Gegenstände' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `service_schedule_items`: +-- `admin_group_id` +-- `groups` -> `group_id` +-- `member_group_id` +-- `groups` -> `group_id` +-- `view_group_id` +-- `groups` -> `group_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `service_schedule_members` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `service_schedule_members`; +CREATE TABLE IF NOT EXISTS `service_schedule_members` ( + `ss_member_id` int(10) unsigned NOT NULL auto_increment, + `ss_item_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zu service_schedule_items', + `user_id` int(10) unsigned NOT NULL COMMENT 'Verknüpfung zu users', + `enabled` enum('y','n') NOT NULL default 'y', + `deleted` enum('n','y') NOT NULL default 'n', + `created_at` datetime NOT NULL, + `changed_at` datetime NOT NULL, + PRIMARY KEY (`ss_member_id`), + KEY `ss_item_id` (`ss_item_id`,`user_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Beteiligten eines Bereitschftsdienstes' AUTO_INCREMENT=6 ; + +-- +-- RELATIONEN DER TABELLE `service_schedule_members`: +-- `ss_item_id` +-- `service_schedule_items` -> `ss_item_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `session` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 09. August 2007 um 12:38 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `session`; +CREATE TABLE IF NOT EXISTS `session` ( + `id` char(72) NOT NULL COMMENT 'Session-Id', + `session_data` text NOT NULL COMMENT 'Sitzungsdaten', + `expires` int(10) unsigned NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Sitzungsdaten für Catalyst'; + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `session_log` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 07. August 2007 um 14:06 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `session_log`; +CREATE TABLE IF NOT EXISTS `session_log` ( + `session_log_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `login_time` datetime NOT NULL, + `logout_time` datetime default NULL, + `logout_reason` enum('normal','automatic','forced') default NULL, + `session_id` varchar(72) default NULL, + `login` varchar(50) NOT NULL, + `user_name` varchar(110) NOT NULL, + `client_ip` varchar(20) default NULL, + `client_host` varchar(200) default NULL, + `user_agent` varchar(250) default NULL, + `server` varchar(100) default NULL COMMENT 'Die Basisadresse des angefragten Servers', + PRIMARY KEY (`session_log_id`), + KEY `user_id` (`user_id`), + KEY `session_id` (`session_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Session-Log und Statistik' AUTO_INCREMENT=77 ; + +-- +-- RELATIONEN DER TABELLE `session_log`: +-- `session_id` +-- `sessions` -> `id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `subordination` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `subordination`; +CREATE TABLE IF NOT EXISTS `subordination` ( + `subordination_id` int(10) unsigned NOT NULL auto_increment, + `superior_user_id` int(10) unsigned NOT NULL COMMENT 'ID des Vorgesetzten', + `subordinated_user_id` int(10) unsigned NOT NULL COMMENT 'ID des Unterstellten', + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`subordination_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Vorgesetzten/Unterstellen-verhältnisse' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `subordination`: +-- `subordinated_user_id` +-- `v_user` -> `user_id` +-- `superior_user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `users` +-- +-- Erzeugt am: 28. Juni 2007 um 11:08 +-- Aktualisiert am: 23. Juli 2007 um 12:46 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `users`; +CREATE TABLE IF NOT EXISTS `users` ( + `user_id` int(10) unsigned NOT NULL auto_increment, + `login` varchar(50) NOT NULL, + `anrede_id` int(10) unsigned NOT NULL, + `vorname` varchar(100) NOT NULL, + `nachname` varchar(100) NOT NULL, + `department_id` int(10) unsigned NOT NULL, + `head_of_department` enum('n','y') NOT NULL default 'n', + `password` varchar(250) NOT NULL COMMENT 'Neues Paßwortfeld', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + `start_employment` date default NULL COMMENT 'Beginn der Tätigkeit', + `end_employment` date default NULL COMMENT 'Ende der Tätigkeit', + `created_by` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `changed_by` int(10) unsigned NOT NULL, + `enabled` enum('y','n') NOT NULL default 'y', + `function` varchar(100) NOT NULL, + PRIMARY KEY (`user_id`), + UNIQUE KEY `login` (`login`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Alle Benutzer' AUTO_INCREMENT=18 ; + +-- +-- RELATIONEN DER TABELLE `users`: +-- `anrede_id` +-- `anreden` -> `anrede_id` +-- `changed_by` +-- `v_user` -> `user_id` +-- `created_by` +-- `v_user` -> `user_id` +-- `department_id` +-- `departments` -> `department_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_contact_numbers` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_contact_numbers`; +CREATE TABLE IF NOT EXISTS `user_contact_numbers` ( + `user_contact_number_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `contact_number_type_id` int(10) unsigned NOT NULL, + `user_contact_number` varchar(100) NOT NULL, + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + `user_contact_number_descr` varchar(250) NOT NULL, + PRIMARY KEY (`user_contact_number_id`), + KEY `user_id` (`user_id`,`contact_number_type_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Liste der Ruf- und sonstigen Nummern der Mitarbeiter' AUTO_INCREMENT=9 ; + +-- +-- RELATIONEN DER TABELLE `user_contact_numbers`: +-- `contact_number_type_id` +-- `contact_number_types` -> `contact_number_type_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_department` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 25. Juli 2007 um 17:47 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_department`; +CREATE TABLE IF NOT EXISTS `user_department` ( + `user_department_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `department_id` int(10) unsigned NOT NULL, + `head` enum('n','y') NOT NULL default 'n' COMMENT 'Abteilungsleiter?', + `created_at` datetime NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `changed_at` datetime NOT NULL, + PRIMARY KEY (`user_department_id`), + KEY `user_id` (`user_id`), + KEY `department_id` (`department_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung der Nutzer zu den Abteilungen' AUTO_INCREMENT=20 ; + +-- +-- RELATIONEN DER TABELLE `user_department`: +-- `department_id` +-- `departments` -> `department_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_groups` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_groups`; +CREATE TABLE IF NOT EXISTS `user_groups` ( + `user_group_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `group_id` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`user_group_id`), + KEY `user_id` (`user_id`,`group_id`,`deleted`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Benutzern zu den Benutzergruppen' AUTO_INCREMENT=24 ; + +-- +-- RELATIONEN DER TABELLE `user_groups`: +-- `group_id` +-- `groups` -> `group_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_permissions` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_permissions`; +CREATE TABLE IF NOT EXISTS `user_permissions` ( + `user_permission_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `permission_type_id` int(10) unsigned NOT NULL, + `deleted` enum('n','y') NOT NULL default 'n', + `date_created` datetime NOT NULL, + `date_changed` datetime NOT NULL, + PRIMARY KEY (`user_permission_id`), + KEY `user_id` (`user_id`,`permission_type_id`,`deleted`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Berechtigungen zu einzelnen Benutzern' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `user_permissions`: +-- `permission_type_id` +-- `permission_types` -> `permission_type_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `user_roles` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `user_roles`; +CREATE TABLE IF NOT EXISTS `user_roles` ( + `user_role_id` int(10) unsigned NOT NULL auto_increment COMMENT 'Primärschlüssel', + `user_id` int(10) unsigned NOT NULL, + `role_id` int(10) unsigned NOT NULL, + `created_at` datetime NOT NULL, + PRIMARY KEY (`user_role_id`), + KEY `user_id` (`user_id`,`role_id`), + KEY `role_id` (`role_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Zuordnung von Benutzern zu den Rollen' AUTO_INCREMENT=27 ; + +-- +-- RELATIONEN DER TABELLE `user_roles`: +-- `role_id` +-- `roles` -> `role_id` +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- +-- Daten für Tabelle `user_roles` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `vacation_statistics` +-- +-- Erzeugt am: 28. Juni 2007 um 10:42 +-- Aktualisiert am: 28. Juni 2007 um 10:42 +-- Letzter Check am: 28. Juni 2007 um 11:33 +-- + +DROP TABLE IF EXISTS `vacation_statistics`; +CREATE TABLE IF NOT EXISTS `vacation_statistics` ( + `vacation_statistic_id` int(10) unsigned NOT NULL auto_increment, + `user_id` int(10) unsigned NOT NULL, + `year` mediumint(8) unsigned NOT NULL, + `days_in_year` mediumint(8) unsigned NOT NULL, + `days_from_last_year` mediumint(8) unsigned NOT NULL, + `date_created` datetime NOT NULL, + PRIMARY KEY (`vacation_statistic_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Urlaubstage eines Mitarbeiters in einem Jahr' AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `vacation_statistics`: +-- `user_id` +-- `v_user` -> `user_id` +-- + +-- -------------------------------------------------------- + +-- +-- Stand-in structure for view `v_user` +-- +CREATE TABLE `v_user` ( +`user_id` int(10) unsigned +,`login` varchar(50) +,`anrede_id` int(10) unsigned +,`anrede` varchar(100) +,`vorname` varchar(100) +,`nachname` varchar(100) +,`name_komplett` varchar(201) +,`department_id` int(10) unsigned +,`department_name` varchar(50) +,`managing_board` enum('n','y') +,`head_of_department` enum('n','y') +,`password` varchar(250) +,`function` varchar(100) +,`deleted` enum('n','y') +,`enabled` enum('y','n') +,`date_created` datetime +,`created_by` int(10) unsigned +,`created_by_name` varchar(201) +,`date_changed` datetime +,`changed_by` int(10) unsigned +,`changed_by_name` varchar(201) +); +-- -------------------------------------------------------- + +-- +-- Structure for view `v_user` +-- +DROP TABLE IF EXISTS `v_user`; + +DROP VIEW IF EXISTS `v_user`; +CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`%` SQL SECURITY DEFINER VIEW `cit`.`v_user` AS select `cit`.`users`.`user_id` AS `user_id`,`cit`.`users`.`login` AS `login`,`cit`.`users`.`anrede_id` AS `anrede_id`,`cit`.`anreden`.`anrede` AS `anrede`,`cit`.`users`.`vorname` AS `vorname`,`cit`.`users`.`nachname` AS `nachname`,if((`cit`.`users`.`vorname` regexp _utf8'^[[:blank:]]*$'),`cit`.`users`.`nachname`,concat(`cit`.`users`.`vorname`,_utf8' ',`cit`.`users`.`nachname`)) AS `name_komplett`,`cit`.`users`.`department_id` AS `department_id`,`cit`.`departments`.`department_name` AS `department_name`,`cit`.`departments`.`managing_board` AS `managing_board`,`cit`.`users`.`head_of_department` AS `head_of_department`,`cit`.`users`.`password` AS `password`,`cit`.`users`.`function` AS `function`,`cit`.`users`.`deleted` AS `deleted`,`cit`.`users`.`enabled` AS `enabled`,`cit`.`users`.`date_created` AS `date_created`,`cit`.`users`.`created_by` AS `created_by`,if((`u_cr`.`vorname` regexp _utf8'^[[:blank:]]*$'),`u_cr`.`nachname`,concat(`u_cr`.`vorname`,_utf8' ',`u_cr`.`nachname`)) AS `created_by_name`,`cit`.`users`.`date_changed` AS `date_changed`,`cit`.`users`.`changed_by` AS `changed_by`,if((`u_ch`.`vorname` regexp _utf8'^[[:blank:]]*$'),`u_ch`.`nachname`,concat(`u_ch`.`vorname`,_utf8' ',`u_ch`.`nachname`)) AS `changed_by_name` from ((((`cit`.`users` left join `cit`.`anreden` on((`cit`.`users`.`anrede_id` = `cit`.`anreden`.`anrede_id`))) left join `cit`.`departments` on((`cit`.`users`.`department_id` = `cit`.`departments`.`department_id`))) left join `cit`.`users` `u_cr` on((`cit`.`users`.`created_by` = `u_cr`.`user_id`))) left join `cit`.`users` `u_ch` on((`cit`.`users`.`changed_by` = `u_ch`.`user_id`))) order by `cit`.`users`.`nachname`,`cit`.`users`.`vorname`; diff --git a/Rezepte/martinsgans.jpg b/Rezepte/martinsgans.jpg new file mode 100644 index 0000000..7f1d950 Binary files /dev/null and b/Rezepte/martinsgans.jpg differ diff --git a/Rezepte/martinsgans1.jpg b/Rezepte/martinsgans1.jpg new file mode 100644 index 0000000..727b9bd Binary files /dev/null and b/Rezepte/martinsgans1.jpg differ diff --git a/Rezepte/naehrwerttabelle.pdf b/Rezepte/naehrwerttabelle.pdf new file mode 100644 index 0000000..002fe19 --- /dev/null +++ b/Rezepte/naehrwerttabelle.pdf @@ -0,0 +1,5339 @@ +%PDF-1.5 %âãÏÓ +189 0 obj<> endobj +xref +189 1315 +0000000016 00000 n +0000028801 00000 n +0000028938 00000 n +0000027135 00000 n +0000029059 00000 n +0000029188 00000 n +0000029395 00000 n +0000048317 00000 n +0000048353 00000 n +0000048430 00000 n +0000050044 00000 n +0000051533 00000 n +0000053168 00000 n +0000054593 00000 n +0000056306 00000 n +0000057765 00000 n +0000057925 00000 n +0000058672 00000 n +0000058915 00000 n +0000059193 00000 n +0000060776 00000 n +0000062507 00000 n +0000065177 00000 n +0000082922 00000 n +0000084995 00000 n +0000086454 00000 n +0000087329 00000 n +0000088218 00000 n +0000089111 00000 n +0000089988 00000 n +0000090886 00000 n +0000091779 00000 n +0000092672 00000 n +0000093556 00000 n +0000094436 00000 n +0000095316 00000 n +0000097486 00000 n +0000098378 00000 n +0000099265 00000 n +0000102113 00000 n +0000103004 00000 n +0000103668 00000 n +0000104007 00000 n +0000104364 00000 n +0000104649 00000 n +0000104925 00000 n +0000105274 00000 n +0000105625 00000 n +0000105907 00000 n +0000106177 00000 n +0000106507 00000 n +0000106873 00000 n +0000107152 00000 n +0000107422 00000 n +0000107749 00000 n +0000108100 00000 n +0000108373 00000 n +0000108640 00000 n +0000108967 00000 n +0000109318 00000 n +0000109591 00000 n +0000109855 00000 n +0000110193 00000 n +0000110544 00000 n +0000110823 00000 n +0000111087 00000 n +0000111414 00000 n +0000111765 00000 n +0000112041 00000 n +0000112305 00000 n +0000112632 00000 n +0000112980 00000 n +0000113253 00000 n +0000113517 00000 n +0000113859 00000 n +0000114204 00000 n +0000114477 00000 n +0000114741 00000 n +0000115065 00000 n +0000115413 00000 n +0000115686 00000 n +0000115947 00000 n +0000116286 00000 n +0000116634 00000 n +0000116907 00000 n +0000117171 00000 n +0000117506 00000 n +0000117854 00000 n +0000118127 00000 n +0000118388 00000 n +0000118712 00000 n +0000119078 00000 n +0000119351 00000 n +0000119612 00000 n +0000119947 00000 n +0000120292 00000 n +0000120565 00000 n +0000120826 00000 n +0000121147 00000 n +0000121492 00000 n +0000121765 00000 n +0000122026 00000 n +0000122361 00000 n +0000122706 00000 n +0000122979 00000 n +0000123240 00000 n +0000123572 00000 n +0000123920 00000 n +0000124193 00000 n +0000124454 00000 n +0000124778 00000 n +0000125123 00000 n +0000125396 00000 n +0000125657 00000 n +0000125998 00000 n +0000126343 00000 n +0000126619 00000 n +0000126880 00000 n +0000127204 00000 n +0000127549 00000 n +0000127825 00000 n +0000128083 00000 n +0000128404 00000 n +0000128749 00000 n +0000129025 00000 n +0000129283 00000 n +0000129619 00000 n +0000129967 00000 n +0000130243 00000 n +0000130501 00000 n +0000130839 00000 n +0000131187 00000 n +0000131463 00000 n +0000131721 00000 n +0000132042 00000 n +0000132390 00000 n +0000132666 00000 n +0000132927 00000 n +0000133248 00000 n +0000133599 00000 n +0000133875 00000 n +0000134136 00000 n +0000134475 00000 n +0000134823 00000 n +0000135099 00000 n +0000135360 00000 n +0000135696 00000 n +0000136044 00000 n +0000136320 00000 n +0000136581 00000 n +0000136902 00000 n +0000137247 00000 n +0000137523 00000 n +0000137784 00000 n +0000138121 00000 n +0000138466 00000 n +0000138742 00000 n +0000139003 00000 n +0000139337 00000 n +0000139682 00000 n +0000139958 00000 n +0000140219 00000 n +0000140540 00000 n +0000140885 00000 n +0000141161 00000 n +0000141422 00000 n +0000141743 00000 n +0000142085 00000 n +0000142367 00000 n +0000142625 00000 n +0000142946 00000 n +0000143288 00000 n +0000143570 00000 n +0000143828 00000 n +0000144149 00000 n +0000144491 00000 n +0000144773 00000 n +0000145031 00000 n +0000145349 00000 n +0000145694 00000 n +0000145976 00000 n +0000146237 00000 n +0000146555 00000 n +0000146900 00000 n +0000147182 00000 n +0000147443 00000 n +0000147761 00000 n +0000148106 00000 n +0000148388 00000 n +0000148649 00000 n +0000148967 00000 n +0000149312 00000 n +0000149597 00000 n +0000149855 00000 n +0000150173 00000 n +0000150518 00000 n +0000150800 00000 n +0000151058 00000 n +0000151376 00000 n +0000151721 00000 n +0000152003 00000 n +0000152261 00000 n +0000152579 00000 n +0000152927 00000 n +0000153209 00000 n +0000153467 00000 n +0000153785 00000 n +0000154284 00000 n +0000154542 00000 n +0000154860 00000 n +0000155359 00000 n +0000155620 00000 n +0000155938 00000 n +0000156437 00000 n +0000156698 00000 n +0000157013 00000 n +0000157512 00000 n +0000157773 00000 n +0000158091 00000 n +0000158590 00000 n +0000158851 00000 n +0000159169 00000 n +0000159668 00000 n +0000159929 00000 n +0000160247 00000 n +0000160749 00000 n +0000161010 00000 n +0000161328 00000 n +0000161827 00000 n +0000162088 00000 n +0000162406 00000 n +0000162905 00000 n +0000163166 00000 n +0000163484 00000 n +0000163986 00000 n +0000164250 00000 n +0000164565 00000 n +0000165064 00000 n +0000165328 00000 n +0000165646 00000 n +0000166145 00000 n +0000166409 00000 n +0000166727 00000 n +0000167229 00000 n +0000167490 00000 n +0000167805 00000 n +0000168307 00000 n +0000168568 00000 n +0000168883 00000 n +0000169385 00000 n +0000169649 00000 n +0000169967 00000 n +0000170469 00000 n +0000170733 00000 n +0000171051 00000 n +0000171553 00000 n +0000171817 00000 n +0000172135 00000 n +0000172637 00000 n +0000172901 00000 n +0000173216 00000 n +0000173715 00000 n +0000173976 00000 n +0000174291 00000 n +0000174793 00000 n +0000175054 00000 n +0000175369 00000 n +0000175871 00000 n +0000176135 00000 n +0000176450 00000 n +0000176952 00000 n +0000177216 00000 n +0000177531 00000 n +0000178033 00000 n +0000178297 00000 n +0000178609 00000 n +0000179111 00000 n +0000179375 00000 n +0000179687 00000 n +0000180186 00000 n +0000180450 00000 n +0000180762 00000 n +0000181261 00000 n +0000181525 00000 n +0000181837 00000 n +0000182336 00000 n +0000182603 00000 n +0000182915 00000 n +0000183414 00000 n +0000183678 00000 n +0000183987 00000 n +0000184486 00000 n +0000184750 00000 n +0000185062 00000 n +0000185561 00000 n +0000185825 00000 n +0000186137 00000 n +0000186636 00000 n +0000186900 00000 n +0000187212 00000 n +0000187711 00000 n +0000187975 00000 n +0000188284 00000 n +0000188783 00000 n +0000189047 00000 n +0000189356 00000 n +0000189855 00000 n +0000190122 00000 n +0000190431 00000 n +0000190930 00000 n +0000191197 00000 n +0000191506 00000 n +0000192005 00000 n +0000192272 00000 n +0000192581 00000 n +0000193080 00000 n +0000193347 00000 n +0000193653 00000 n +0000194149 00000 n +0000194413 00000 n +0000194719 00000 n +0000195215 00000 n +0000195479 00000 n +0000195788 00000 n +0000196284 00000 n +0000196551 00000 n +0000196857 00000 n +0000197356 00000 n +0000197623 00000 n +0000197929 00000 n +0000198428 00000 n +0000198692 00000 n +0000198998 00000 n +0000199497 00000 n +0000199764 00000 n +0000200070 00000 n +0000200572 00000 n +0000200836 00000 n +0000201142 00000 n +0000201644 00000 n +0000201908 00000 n +0000202211 00000 n +0000202713 00000 n +0000202980 00000 n +0000203283 00000 n +0000203782 00000 n +0000204049 00000 n +0000204352 00000 n +0000204851 00000 n +0000205118 00000 n +0000205421 00000 n +0000205920 00000 n +0000206184 00000 n +0000206484 00000 n +0000206983 00000 n +0000207247 00000 n +0000207550 00000 n +0000208049 00000 n +0000208313 00000 n +0000208616 00000 n +0000209112 00000 n +0000209379 00000 n +0000209682 00000 n +0000210181 00000 n +0000210448 00000 n +0000210748 00000 n +0000210905 00000 n +0000211377 00000 n +0000211641 00000 n +0000211941 00000 n +0000212108 00000 n +0000212571 00000 n +0000212835 00000 n +0000213135 00000 n +0000213634 00000 n +0000213898 00000 n +0000214195 00000 n +0000214694 00000 n +0000214958 00000 n +0000215255 00000 n +0000215754 00000 n +0000216021 00000 n +0000216318 00000 n +0000216831 00000 n +0000217095 00000 n +0000217392 00000 n +0000217888 00000 n +0000218152 00000 n +0000218446 00000 n +0000218945 00000 n +0000219112 00000 n +0000219250 00000 n +0000219471 00000 n +0000219765 00000 n +0000220264 00000 n +0000220528 00000 n +0000220822 00000 n +0000221321 00000 n +0000221585 00000 n +0000221882 00000 n +0000222378 00000 n +0000222645 00000 n +0000222942 00000 n +0000223332 00000 n +0000223569 00000 n +0000223833 00000 n +0000224130 00000 n +0000224321 00000 n +0000224651 00000 n +0000224888 00000 n +0000225152 00000 n +0000225449 00000 n +0000225634 00000 n +0000225961 00000 n +0000226201 00000 n +0000226468 00000 n +0000226762 00000 n +0000226944 00000 n +0000227268 00000 n +0000227505 00000 n +0000227769 00000 n +0000228063 00000 n +0000228201 00000 n +0000228365 00000 n +0000228686 00000 n +0000228923 00000 n +0000229187 00000 n +0000229481 00000 n +0000229635 00000 n +0000229956 00000 n +0000230193 00000 n +0000230454 00000 n +0000230751 00000 n +0000231069 00000 n +0000231306 00000 n +0000231564 00000 n +0000231861 00000 n +0000232176 00000 n +0000232413 00000 n +0000232671 00000 n +0000232968 00000 n +0000233277 00000 n +0000233514 00000 n +0000233769 00000 n +0000234066 00000 n +0000234345 00000 n +0000234582 00000 n +0000234822 00000 n +0000235116 00000 n +0000235395 00000 n +0000235632 00000 n +0000235872 00000 n +0000236166 00000 n +0000236442 00000 n +0000236682 00000 n +0000236922 00000 n +0000237216 00000 n +0000237492 00000 n +0000237726 00000 n +0000237969 00000 n +0000238263 00000 n +0000238539 00000 n +0000238773 00000 n +0000239016 00000 n +0000239310 00000 n +0000239586 00000 n +0000239823 00000 n +0000240063 00000 n +0000240357 00000 n +0000240630 00000 n +0000240867 00000 n +0000241107 00000 n +0000241401 00000 n +0000241674 00000 n +0000241911 00000 n +0000242151 00000 n +0000242445 00000 n +0000242721 00000 n +0000242955 00000 n +0000243198 00000 n +0000243492 00000 n +0000243768 00000 n +0000244002 00000 n +0000244245 00000 n +0000244539 00000 n +0000244812 00000 n +0000245046 00000 n +0000245286 00000 n +0000245577 00000 n +0000245850 00000 n +0000246087 00000 n +0000246327 00000 n +0000246618 00000 n +0000246891 00000 n +0000247128 00000 n +0000247368 00000 n +0000247662 00000 n +0000247932 00000 n +0000248169 00000 n +0000248412 00000 n +0000248703 00000 n +0000248973 00000 n +0000249207 00000 n +0000249450 00000 n +0000249741 00000 n +0000250011 00000 n +0000250245 00000 n +0000250485 00000 n +0000250776 00000 n +0000251046 00000 n +0000251280 00000 n +0000251520 00000 n +0000251811 00000 n +0000252081 00000 n +0000252315 00000 n +0000252558 00000 n +0000252849 00000 n +0000253119 00000 n +0000253356 00000 n +0000253599 00000 n +0000253890 00000 n +0000254160 00000 n +0000254397 00000 n +0000254640 00000 n +0000254931 00000 n +0000255201 00000 n +0000255438 00000 n +0000255678 00000 n +0000255969 00000 n +0000256236 00000 n +0000256470 00000 n +0000256710 00000 n +0000256998 00000 n +0000257265 00000 n +0000257499 00000 n +0000257742 00000 n +0000258033 00000 n +0000258300 00000 n +0000258534 00000 n +0000258777 00000 n +0000259068 00000 n +0000259335 00000 n +0000259572 00000 n +0000259815 00000 n +0000260106 00000 n +0000260373 00000 n +0000260610 00000 n +0000260850 00000 n +0000261138 00000 n +0000261405 00000 n +0000261642 00000 n +0000261882 00000 n +0000262170 00000 n +0000262437 00000 n +0000262674 00000 n +0000262917 00000 n +0000263205 00000 n +0000263469 00000 n +0000263703 00000 n +0000263946 00000 n +0000264237 00000 n +0000264501 00000 n +0000264735 00000 n +0000264978 00000 n +0000265269 00000 n +0000265536 00000 n +0000265773 00000 n +0000266016 00000 n +0000266307 00000 n +0000266574 00000 n +0000266811 00000 n +0000267051 00000 n +0000267339 00000 n +0000267603 00000 n +0000267840 00000 n +0000268080 00000 n +0000268368 00000 n +0000268632 00000 n +0000268869 00000 n +0000269112 00000 n +0000269400 00000 n +0000269664 00000 n +0000269898 00000 n +0000270141 00000 n +0000270429 00000 n +0000270693 00000 n +0000270927 00000 n +0000271170 00000 n +0000271461 00000 n +0000271728 00000 n +0000271965 00000 n +0000272205 00000 n +0000272493 00000 n +0000272757 00000 n +0000272994 00000 n +0000273237 00000 n +0000273525 00000 n +0000273789 00000 n +0000274026 00000 n +0000274269 00000 n +0000274557 00000 n +0000274821 00000 n +0000275058 00000 n +0000275301 00000 n +0000275589 00000 n +0000275853 00000 n +0000276087 00000 n +0000276330 00000 n +0000276618 00000 n +0000276879 00000 n +0000277113 00000 n +0000277356 00000 n +0000277647 00000 n +0000277908 00000 n +0000278145 00000 n +0000278388 00000 n +0000278673 00000 n +0000278934 00000 n +0000279168 00000 n +0000279411 00000 n +0000279696 00000 n +0000279954 00000 n +0000280188 00000 n +0000280431 00000 n +0000280716 00000 n +0000280977 00000 n +0000281211 00000 n +0000281454 00000 n +0000281745 00000 n +0000282006 00000 n +0000282243 00000 n +0000282486 00000 n +0000282777 00000 n +0000283038 00000 n +0000283272 00000 n +0000283515 00000 n +0000283803 00000 n +0000284061 00000 n +0000284298 00000 n +0000284541 00000 n +0000284829 00000 n +0000285087 00000 n +0000285321 00000 n +0000285564 00000 n +0000285855 00000 n +0000286113 00000 n +0000286347 00000 n +0000286482 00000 n +0000286725 00000 n +0000287013 00000 n +0000287271 00000 n +0000287505 00000 n +0000287751 00000 n +0000288039 00000 n +0000288297 00000 n +0000288534 00000 n +0000288777 00000 n +0000289062 00000 n +0000289320 00000 n +0000289554 00000 n +0000289797 00000 n +0000290082 00000 n +0000290340 00000 n +0000290574 00000 n +0000290817 00000 n +0000291102 00000 n +0000291360 00000 n +0000291594 00000 n +0000291837 00000 n +0000292125 00000 n +0000292380 00000 n +0000292614 00000 n +0000292860 00000 n +0000293145 00000 n +0000293403 00000 n +0000293637 00000 n +0000293883 00000 n +0000294168 00000 n +0000294426 00000 n +0000294660 00000 n +0000294903 00000 n +0000295188 00000 n +0000295443 00000 n +0000295677 00000 n +0000295920 00000 n +0000296205 00000 n +0000296463 00000 n +0000296700 00000 n +0000296946 00000 n +0000297231 00000 n +0000297489 00000 n +0000297624 00000 n +0000297858 00000 n +0000297993 00000 n +0000298128 00000 n +0000298374 00000 n +0000298656 00000 n +0000298914 00000 n +0000299049 00000 n +0000299283 00000 n +0000299421 00000 n +0000299667 00000 n +0000299946 00000 n +0000300119 00000 n +0000300292 00000 n +0000300484 00000 n +0000300668 00000 n +0000300857 00000 n +0000301047 00000 n +0000301231 00000 n +0000301418 00000 n +0000301594 00000 n +0000301770 00000 n +0000301946 00000 n +0000302122 00000 n +0000302279 00000 n +0000302436 00000 n +0000302593 00000 n +0000302750 00000 n +0000302910 00000 n +0000303067 00000 n +0000303224 00000 n +0000303381 00000 n +0000303538 00000 n +0000303695 00000 n +0000303852 00000 n +0000304009 00000 n +0000304166 00000 n +0000304323 00000 n +0000304483 00000 n +0000304643 00000 n +0000304800 00000 n +0000304960 00000 n +0000305117 00000 n +0000305274 00000 n +0000305431 00000 n +0000305588 00000 n +0000305745 00000 n +0000305902 00000 n +0000306059 00000 n +0000306216 00000 n +0000306376 00000 n +0000306536 00000 n +0000306696 00000 n +0000306856 00000 n +0000307013 00000 n +0000307170 00000 n +0000307327 00000 n +0000307484 00000 n +0000307641 00000 n +0000307798 00000 n +0000307958 00000 n +0000308118 00000 n +0000308278 00000 n +0000308475 00000 n +0000308632 00000 n +0000308827 00000 n +0000309024 00000 n +0000309219 00000 n +0000309376 00000 n +0000309543 00000 n +0000309738 00000 n +0000309895 00000 n +0000310090 00000 n +0000310285 00000 n +0000310475 00000 n +0000310687 00000 n +0000310876 00000 n +0000311036 00000 n +0000311224 00000 n +0000311411 00000 n +0000311599 00000 n +0000311805 00000 n +0000311989 00000 n +0000312146 00000 n +0000312329 00000 n +0000312515 00000 n +0000312702 00000 n +0000312897 00000 n +0000313095 00000 n +0000313252 00000 n +0000313451 00000 n +0000313651 00000 n +0000313854 00000 n +0000314065 00000 n +0000314250 00000 n +0000314410 00000 n +0000314595 00000 n +0000314780 00000 n +0000314997 00000 n +0000315214 00000 n +0000315371 00000 n +0000315528 00000 n +0000315685 00000 n +0000315842 00000 n +0000316042 00000 n +0000316242 00000 n +0000316399 00000 n +0000316556 00000 n +0000316713 00000 n +0000316870 00000 n +0000317027 00000 n +0000317184 00000 n +0000317341 00000 n +0000317498 00000 n +0000317658 00000 n +0000317818 00000 n +0000317978 00000 n +0000318138 00000 n +0000318298 00000 n +0000318458 00000 n +0000318618 00000 n +0000318779 00000 n +0000318937 00000 n +0000319095 00000 n +0000319253 00000 n +0000319411 00000 n +0000319569 00000 n +0000319727 00000 n +0000319885 00000 n +0000320043 00000 n +0000320201 00000 n +0000320359 00000 n +0000320517 00000 n +0000320675 00000 n +0000320833 00000 n +0000320991 00000 n +0000321149 00000 n +0000321307 00000 n +0000321468 00000 n +0000321629 00000 n +0000321790 00000 n +0000321951 00000 n +0000322112 00000 n +0000322273 00000 n +0000322434 00000 n +0000322595 00000 n +0000322753 00000 n +0000322911 00000 n +0000323069 00000 n +0000323227 00000 n +0000323385 00000 n +0000323543 00000 n +0000323701 00000 n +0000323859 00000 n +0000324017 00000 n +0000324175 00000 n +0000324333 00000 n +0000324491 00000 n +0000324649 00000 n +0000324807 00000 n +0000324965 00000 n +0000325126 00000 n +0000325287 00000 n +0000325448 00000 n +0000325609 00000 n +0000325770 00000 n +0000325931 00000 n +0000326092 00000 n +0000326250 00000 n +0000326408 00000 n +0000326566 00000 n +0000326724 00000 n +0000326882 00000 n +0000327040 00000 n +0000327198 00000 n +0000327356 00000 n +0000327514 00000 n +0000327672 00000 n +0000327830 00000 n +0000327988 00000 n +0000328146 00000 n +0000328304 00000 n +0000328465 00000 n +0000328626 00000 n +0000328787 00000 n +0000328948 00000 n +0000329109 00000 n +0000329270 00000 n +0000329431 00000 n +0000329589 00000 n +0000329747 00000 n +0000329905 00000 n +0000330063 00000 n +0000330221 00000 n +0000330379 00000 n +0000330537 00000 n +0000330695 00000 n +0000330853 00000 n +0000331011 00000 n +0000331169 00000 n +0000331327 00000 n +0000331485 00000 n +0000331643 00000 n +0000331801 00000 n +0000331959 00000 n +0000332117 00000 n +0000332275 00000 n +0000332433 00000 n +0000332591 00000 n +0000332749 00000 n +0000332907 00000 n +0000333065 00000 n +0000333223 00000 n +0000333381 00000 n +0000333536 00000 n +0000333694 00000 n +0000333852 00000 n +0000334013 00000 n +0000334171 00000 n +0000334332 00000 n +0000334493 00000 n +0000334651 00000 n +0000334809 00000 n +0000334967 00000 n +0000335125 00000 n +0000335283 00000 n +0000335441 00000 n +0000335599 00000 n +0000335757 00000 n +0000335915 00000 n +0000336073 00000 n +0000336231 00000 n +0000336389 00000 n +0000336547 00000 n +0000336705 00000 n +0000336863 00000 n +0000337021 00000 n +0000337179 00000 n +0000337337 00000 n +0000337495 00000 n +0000337653 00000 n +0000337811 00000 n +0000337969 00000 n +0000338127 00000 n +0000338285 00000 n +0000338443 00000 n +0000338601 00000 n +0000338759 00000 n +0000338917 00000 n +0000339075 00000 n +0000339233 00000 n +0000339391 00000 n +0000339552 00000 n +0000339713 00000 n +0000339871 00000 n +0000340029 00000 n +0000340187 00000 n +0000340345 00000 n +0000340503 00000 n +0000340661 00000 n +0000340819 00000 n +0000340977 00000 n +0000341135 00000 n +0000341293 00000 n +0000341451 00000 n +0000341609 00000 n +0000341767 00000 n +0000341925 00000 n +0000342083 00000 n +0000342241 00000 n +0000342399 00000 n +0000342557 00000 n +0000342715 00000 n +0000342873 00000 n +0000343031 00000 n +0000343189 00000 n +0000343347 00000 n +0000343505 00000 n +0000343663 00000 n +0000343821 00000 n +0000343979 00000 n +0000344137 00000 n +0000344295 00000 n +0000344453 00000 n +0000344627 00000 n +0000344785 00000 n +0000344992 00000 n +0000345150 00000 n +0000345308 00000 n +0000345466 00000 n +0000345624 00000 n +0000345782 00000 n +0000345940 00000 n +0000346098 00000 n +0000346256 00000 n +0000346445 00000 n +0000346603 00000 n +0000346801 00000 n +0000346959 00000 n +0000347117 00000 n +0000347275 00000 n +0000347433 00000 n +0000347591 00000 n +0000347749 00000 n +0000347907 00000 n +0000348065 00000 n +0000348250 00000 n +0000348408 00000 n +0000348598 00000 n +0000348756 00000 n +0000348914 00000 n +0000349072 00000 n +0000349230 00000 n +0000349388 00000 n +0000349546 00000 n +0000349704 00000 n +0000349862 00000 n +0000350046 00000 n +0000350204 00000 n +0000350391 00000 n +0000350549 00000 n +0000350707 00000 n +0000350865 00000 n +0000351026 00000 n +0000351187 00000 n +0000351348 00000 n +0000351506 00000 n +0000351664 00000 n +0000351835 00000 n +0000351993 00000 n +0000352189 00000 n +0000352347 00000 n +0000352508 00000 n +0000352669 00000 n +0000352827 00000 n +0000352985 00000 n +0000353143 00000 n +0000353298 00000 n +0000353456 00000 n +0000353627 00000 n +0000353785 00000 n +0000353983 00000 n +0000354141 00000 n +0000354299 00000 n +0000354457 00000 n +0000354615 00000 n +0000354773 00000 n +0000354931 00000 n +0000355114 00000 n +0000355272 00000 n +0000355430 00000 n +0000355591 00000 n +0000355752 00000 n +0000355913 00000 n +0000356074 00000 n +0000356235 00000 n +0000356393 00000 n +0000356558 00000 n +0000356716 00000 n +0000356874 00000 n +0000357032 00000 n +0000357229 00000 n +0000357425 00000 n +0000357583 00000 n +0000357766 00000 n +0000357924 00000 n +0000358095 00000 n +0000358253 00000 n +0000358411 00000 n +0000358602 00000 n +0000358792 00000 n +0000358953 00000 n +0000359147 00000 n +0000359345 00000 n +0000359506 00000 n +0000359667 00000 n +0000359853 00000 n +0000360037 00000 n +0000360195 00000 n +0000360383 00000 n +0000360577 00000 n +0000360786 00000 n +0000360974 00000 n +0000361162 00000 n +0000361320 00000 n +0000361505 00000 n +0000361686 00000 n +0000361878 00000 n +0000362083 00000 n +0000362288 00000 n +0000362449 00000 n +0000362635 00000 n +0000362851 00000 n +0000363042 00000 n +0000363257 00000 n +0000363465 00000 n +0000363623 00000 n +0000363806 00000 n +0000364007 00000 n +0000364195 00000 n +0000364353 00000 n +0000364511 00000 n +0000364669 00000 n +0000364827 00000 n +0000364985 00000 n +0000365143 00000 n +0000365341 00000 n +0000365528 00000 n +0000365686 00000 n +0000365844 00000 n +0000366002 00000 n +0000366160 00000 n +0000366321 00000 n +0000366482 00000 n +0000366643 00000 n +0000366804 00000 n +0000367015 00000 n +0000367176 00000 n +0000367337 00000 n +0000367498 00000 n +0000367656 00000 n +0000367814 00000 n +0000367972 00000 n +0000368130 00000 n +0000368291 00000 n +0000368505 00000 n +0000368663 00000 n +0000368821 00000 n +0000368976 00000 n +0000369134 00000 n +0000369292 00000 n +0000369450 00000 n +0000369608 00000 n +0000369763 00000 n +0000369921 00000 n +0000370079 00000 n +0000370237 00000 n +0000370395 00000 n +0000370556 00000 n +0000370717 00000 n +0000370878 00000 n +0000371039 00000 n +0000371200 00000 n +0000371361 00000 n +0000371522 00000 n +0000371680 00000 n +0000371841 00000 n +0000371999 00000 n +0000372157 00000 n +0000372315 00000 n +0000372473 00000 n +0000372631 00000 n +0000372789 00000 n +0000372947 00000 n +0000373105 00000 n +0000373263 00000 n +0000373424 00000 n +0000373582 00000 n +0000373740 00000 n +0000373898 00000 n +0000374053 00000 n +0000374211 00000 n +0000374369 00000 n +0000374584 00000 n +0000374790 00000 n +0000374951 00000 n +0000375112 00000 n +0000375273 00000 n +0000375434 00000 n +0000375595 00000 n +0000375756 00000 n +0000375965 00000 n +0000376156 00000 n +0000376314 00000 n +0000376472 00000 n +0000376630 00000 n +0000376788 00000 n +0000376946 00000 n +0000377104 00000 n +0000377295 00000 n +0000377483 00000 n +0000377641 00000 n +0000377799 00000 n +0000377957 00000 n +0000378112 00000 n +0000378270 00000 n +0000378428 00000 n +0000378631 00000 n +0000378836 00000 n +0000378997 00000 n +0000379158 00000 n +0000379319 00000 n +0000379480 00000 n +0000379641 00000 n +0000379802 00000 n +0000380004 00000 n +0000380217 00000 n +0000380375 00000 n +0000380533 00000 n +0000380691 00000 n +0000380849 00000 n +0000381007 00000 n +0000381165 00000 n +0000381323 00000 n +0000381481 00000 n +0000381639 00000 n +0000381797 00000 n +0000381955 00000 n +0000382113 00000 n +0000382271 00000 n +0000382429 00000 n +0000382587 00000 n +0000382745 00000 n +0000382903 00000 n +0000383061 00000 n +0000383219 00000 n +0000383380 00000 n +0000383538 00000 n +0000383696 00000 n +0000383854 00000 n +0000384012 00000 n +0000384173 00000 n +0000384331 00000 n +0000384489 00000 n +0000384647 00000 n +0000384805 00000 n +0000384963 00000 n +0000385118 00000 n +0000385276 00000 n +0000385434 00000 n +0000385592 00000 n +0000385750 00000 n +0000385908 00000 n +0000386066 00000 n +0000386224 00000 n +0000386382 00000 n +0000386540 00000 n +0000386698 00000 n +0000386856 00000 n +0000387014 00000 n +0000387172 00000 n +0000387330 00000 n +0000387488 00000 n +0000387646 00000 n +0000387804 00000 n +0000387962 00000 n +0000388120 00000 n +0000388278 00000 n +0000388436 00000 n +0000388594 00000 n +0000388752 00000 n +0000388910 00000 n +0000389068 00000 n +0000389226 00000 n +0000389384 00000 n +0000389542 00000 n +0000389697 00000 n +0000389855 00000 n +0000390013 00000 n +0000390171 00000 n +0000390329 00000 n +0000390487 00000 n +0000390645 00000 n +0000390803 00000 n +0000390961 00000 n +0000391119 00000 n +0000391277 00000 n +0000391435 00000 n +0000391593 00000 n +0000391751 00000 n +0000391906 00000 n +0000392067 00000 n +0000392225 00000 n +0000392383 00000 n +0000392544 00000 n +0000392702 00000 n +0000392860 00000 n +0000393018 00000 n +0000393176 00000 n +0000393382 00000 n +0000393590 00000 n +0000393748 00000 n +0000393922 00000 n +0000394080 00000 n +0000394235 00000 n +0000394393 00000 n +0000394551 00000 n +0000394739 00000 n +0000394927 00000 n +0000395085 00000 n +0000395270 00000 n +0000395428 00000 n +0000395586 00000 n +0000395744 00000 n +0000395902 00000 n +0000396086 00000 n +0000396268 00000 n +0000396426 00000 n +0000396610 00000 n +0000396768 00000 n +0000396926 00000 n +0000397084 00000 n +0000397242 00000 n +0000397435 00000 n +0000397650 00000 n +0000397808 00000 n +0000397992 00000 n +0000398150 00000 n +0000398305 00000 n +0000398463 00000 n +0000398621 00000 n +0000398816 00000 n +0000399014 00000 n +0000399172 00000 n +0000399343 00000 n +0000399501 00000 n +0000399659 00000 n +0000399817 00000 n +0000399975 00000 n +0000400166 00000 n +0000400361 00000 n +0000400516 00000 n +0000400684 00000 n +0000400839 00000 n +trailer +<<44ae5ee7f72e094eba2fa64178eb86fa>]>> +startxref +0 +%%EOF + +192 0 obj<>stream +B­ŒF%\Û ßà »Et¥èì¨f*¢—áЦ‹É€Ó,äÛîÂü3µ“Q {éƒVÝÉKH¯±—ô±Üj"¨b°®ü¿%Kñ@ûÏ9]…ƒ ø)2ʆ¿.ñ-Û¡«Ë&rÉ¡CsMÅ;)Uv¸'ºu¥oXv.ㄠTeЈKú›M¢ÅbcC"ýñ]גÕ„$}ǹJ¬|aD)í¤(%vêS®ë1ºéTjžX¹¶€‹¥x ÎÝ¿”¾TÀ MñÅ0®LÉnfå˒©1º 3Õ©Ðeþôƒ 5pÀÒ3—Iýù¸ÁV[Jß6×*Ú¢lÒz`LIÀShj ö`·ïžSbeÕ_ˆÃWDÝ^RYíŠK¬éLR_àM˜ Bs¼ƒœ-hîcâ’T“èp‡H{´Ð,¾Is`nŽËUŒRÂQ_1¿»Ûàъ´2ó’û³Å\®€Í?ח¤€„\þñî›ÁIwi?ež^ +fJ>”ù‚ê?ØÜô ° á¹Î÷Ïã$¦¶ýÉg0`ý$å€VòeÞ0ª@¢ÃÞNJë`³µènvB÷É*¦ö€·vAó :%ïð††%o=¶ÄûÀ8åzæVC7`^>½Å±gWäº2P#` ÚùÄ7Ÿd’ ÌÕ®V¯˜o÷¦ŒÓ µ63iJá4B]íw ©]uÌÐ@ÐúÁ¯éE œMÒкT|×ó­ +j˜ô™.¤µüˆ.n ”;£W—Ã"f¦cpADǯ=ÌJpuæ°L©Š+(­¶ˆ ä×g÷•˜žú’U9 +˜|]GOtYyô6—^]#²LpÒ ²U¡Æíy‡‡-¡0Ý5Cåñ}Rð™!sƒ§t5…4º±žÙbÂ`îd2”PwV=WpÛÌr=·NO5hSÕƐNÜ5*™Qƒ,®?q- V=SËik$f5šbñ»T¨òƒý=á è)ÈSé1ôâ!%ù ÌÕVC¿ÒÀU#oë¹Ñ¿‰‡ Ê®rX¦º¶TrÈÆP•Mêç-8NÞ@Ûpýµ¯*Iç9L¼š¶)E™À L¦`-¨Ò¯—<—X>Þn=Ì r -xy?øöDzؐãxWüµˆVðÅ鉜H’[eð·‹=Rcqq‰twog½¹ADígßÍòŽÝBâ(€$¹p•…|oÜޞÍ%úþ`Pj=•«i /®3åmÒûAÀo§7ä¶nXÈt†GºŽÌH§¡U Fœ®º·-GEMòα{R×_yÃý(ŽìJÙà™¯— +ª÷H:ŽEžçb桳4ø TÎmgcÂd +GXSQâû]|Ñ'¹n`v䮣’4jiðô‰G³ömòŒ+ôdDŒõÆщlê·ZÙiëõlŸ°bÈoÛ²:”ßàʹXlŽ‹ððU¦¿N´„‘¨½•eΚÌoÇàvaIúiŠ2Z1”ãÞV䴍\øŸ¶tÍnHš*¬$Î!lŽˆ,*›$-6Få¼Û·]‹4¤ò&eêížÚ-!ý‰™ÕªëóX^À&ānÆJ)€LÝ©Gþ–àž]¤vFQ-½ÐÍî_%ÉLg*ºÄ±Dåز×37ûößûâK;²)SúÍ6*•– +endstream endobj 190 0 obj<> endobj 191 0 obj<> endobj 193 0 obj<>/Font<>>>/DA(”ÛÃèœu°D TίÚ*\r)>> endobj 194 0 obj<> endobj 195 0 obj<>/Font<>/XObject<>/ProcSet[/PDF/Text/ImageC]/ExtGState<>>> endobj 196 0 obj[/ICCBased 210 0 R] endobj 197 0 obj<> endobj 198 0 obj<>stream +0Œ¹yâ[9)"•Nà ÷ýS¢¬8[]“Wh¶ÉÞ¢µg]®`8ܔóyÀ|¦çD[cc›ú´ì` ÓFLUi H!myº5D!ÚÁ]çf¨½!Cd¾)„ª\ã>ðÀÔg7Ì% CÞ/@#7´)ËK…n§ µëFâHëèê(¾*5•uñÿâ&K2µ›žýj pál¹F©V”ËÀ±\½¢{6©ÉSð²; uâÖ V˵)Ú,œjÑ«vJY‡ò¯âý†.Ä[¤(%Þȵ ¶4ƒÅIê,½ý©yî¿ÊR„!æ‹!XÄ6¡co稛PPn²Ùž“çÌ`ÞOqqWŸmZ§ñ)˜‡¢Qµ¨–íÈ@µèþ5„!8IÒeÈúé ªr9;RÐm¹Ê{–(Ã@7‘Ws§^ª¸Œ`Ž‰,YÖc¼k„7ü GŸ ¶«äÀÿÆ´-ÉìÅ9ù;Ùm‹AÓãú$µùGˆûÉþ<2Ú®yvó£!\¿Ôé…Çíoý②ö#+UlïNõ=4þN”Àò¿gGì7Á¦dÈEæ×Îüˆc+î0 >ƒçw4Þúžƒ/>¹®oŸD”C*ÜQò¶ä•Ç¤; bE›{«Í.[™JPnd|¥s˜ øâ_Ó4Áª?Ø×ûڗ‚‰«e⁺‚¦¾æ£æ÷²*‡D ے+pÊÍ"j‹ØÙ {dW¾t¹í!Ùo WªGz˜uh4õ¡¾J5[ˆPh<ŽV ª+ÿî\,wE0É6 Äk!·;Gc=ùF>£‡Ëõú?P­1ŒDôĉDWÊ. q>ń¯bÖzú֋Ï2¼yS—H26Ç´^^¤O%[Ø6ñ¨˜˜Qº°çò_ˆ~ÒQ.é鵗¦½º¸áÁ¯&^‘Úç%£‰/X¢¥‰^[á+ݤH[P$é¨Ë,5½ÌÅ1Ĥ(8TÊԖhó™üÛæ_»ŽéÅ z@ˆP¢ ô¼™¼©wfHuÐs痋ƒvüŠ®CÒüÚõ‹yu†Q*4ôe¬ú‹Î¤W2»Úy–„ ÿð>·aÈG"ëͪ[õ1G¹äϚü¹ã2BùŽ“O8 +Dâ”=ÇIàV.rk^éÈî|´äsÄÚLÚÇwºFŠ“º{í<«’<2çômñ¼=D–ŽØ+™&†8õˆô¶Yú1òþ2%¤6¢Ÿ OE†nIöž>E¥ÓCfªë{`¯Vt—‘y%ƒ­§þmKbÑêU–„-:Êã[2­ÂªvÈ>„Rb¢t#ˆ†¼þ¬²½|h’Øv–¾ÿ1¡£*¹K’Ž3—Z½áxþ4åPòþ“m¢‚¡°²Š~¾g4"WÒòÄÜx—“…éÔA_SÌ +“Ìý bºª°®²ÏE!‡[ù¬‚0hnÚÚ¯ Äéß̽D ^)dn¥=C7Ít…5-ß"ˆýCwÑÐþˆ]/Lý̼UÜp*4¤_Ñ÷#‚‚¢(Ƚ7Ð쿈OòáLßfçžáÔ…ðãäRìEîÁÕµ O¾éªÍ]Åà!ú?ë¾Òo”‰Y„Ž3É6¢-»Ô(ç÷5÷Q﫳Žÿ¤‚ Âqº2LΫ%ÇAâBXwÉENëçA d¨kÃßC¼fÊñ°è&>Èê‰ôïTÍK ¼IyXÛF*“aq9Վ=ƒœÄŒ™ ‡ó‹¢é=3™Kb°F~}:2]Ú¢NÐ=ñ I-œƒÈ–̝È?\ +÷´“ÞÞãË(XåS¹i/«å>)º1®¬‡…Û…ñ0ã–ò4¢*¸kròÒùš„-}n®SÎLÕ UÎ3×| ¶lZ×‘,—¥Õ¢!=—©‘v૔Å%.଻»_–¹½½ÔÃ<¶…”/¸EòÌhr† ‡ˆ§y4ÈcÃnŒ +ÃqVKúð7ðìxh5êf0ÚʽhŸ´°Ý³l¨AãÀx.jzš h…‘“¾Á‘ÿþvŸàÖh[Õ7Ÿ-Ãw·5¥­ÊÀËK +endstream endobj 199 0 obj<>stream +Žè8E´ÑÂð6u÷!¹ˆqþý¹wGc‹ý£÷‘߃—»–ŸtK”0úúº¾N©¾uØά6ês‚xj$𽖬®=öU+V>'Æ×ç܃L†«,•n­¸UXWõ™ÊŠ3ç%,‹„íؘjÇ*zW•SÚÇWë¼:´Æì+ÛΑªmôªÊ8õšW“Ð×!©í°©¼4ԅ4g/v»º ~2hªS]ƒª®L™5Q»ÒRi%ŒK¾lLñxªe±èm&€â#7ì¸y>GݑBìV P™ðXXœIvŸÆQgWL#7<ó …zQÛãæCØØ mî&ûÿ\Ȕ‹Ç=Z…fÊ3Åâ¯vRˆ;èE[i¨ܲ7¸Û>ô§ªO=›XÜ:R–û÷‰Ïúî9„‘X$Âþz$â~(è‹,h‚œ"ÍC-v“ß“t4 ]¦Ô1 ¦'QáÖLÖ½dGK¿8ÊâÀqMLy·]á»ãyÅ@)DH6ߙYÓjP¡dIH;[Ö^1XÓ·Ú ñšÄ¨× óÒöÇè0°è¿]·€µd%-*7îãxÛ¨)vÃï"£i–ÃM”2ޟ²W¢É¹æ´à`µ„„¦õԉòN‚…t¡J^׻ԛ°÷bö¶Ãª^±¹‡•J½Mòn~~0͌€óîqs.ÈZt+ôíIº¡óëԌ“Ëü5ㅠ%ZÈÑ6NëûýeçtsÕûgª+/Bå>½)²ž'Ðî:ŠSp |õ¶#1¶™™5:»q5ðJqG4•9±S€Ûs´Üãξ¦_u„%ŒÆö~ŽgÚS' ‰ÝiG¬>~Þ ¦äÚ ã]ʆ%!¹ä'C1¾÷”MËFrµK{2" +endstream endobj 200 0 obj<>stream +Îچw²…¥ð€CIâU¼â§T°,EädK„!’¡½Í²Š;RÚâý`b®ÃÞ””­¤€2wÞïûðABdœnñʊ'AûTiºž<ˆó©ä+Uâ­L ‚ûÿEÞì&Q̏`Ò úa&ËjTTìcGä'ÚÙK2æ®Hí0¾Èôý)åÎË7Àî|ÁCZk.b۔Zço–r'ѽ&Î,˜S"sh‚èññ[¡ÊëE=œJ`vBûƒJ§æŶ3Þ"}q²"œ6F¸ë¤Ñï/ãÕÜÿùtVRäç1Sg^E¼™GÞÈÝ»ÿޝÊ^nП.vòËÁÊpµcíÉ%l‚EˆþC0i–ÍÉjâ$)}õ„¡’èh„ÿAj5OæãÕûÖnN5™'Ôq1‹ÅA3wއµüļ¾’ö¿ë]ü‚+<Ë^d°ÈY> Í^Ðä+þï6ŠY«Feƽít:6.ö”öÙeHšÉ7þ×›+]Q{ÈëoÿU~îϤSäLQ‚ƒŽ[qéLµØ=7pT¼àKÿ1:”;Æh|G×Ā7Sì¦o+£ØåæŖ¡üR³þpγlD‘µ8I»…þéü±¨†¶÷Þ$ׂQ7Fc盟`w£BíÂä CÞËVoPþÒB?=ÄÏB/ ±ÁL8†&XÉٖ<Õ»ö`š¶yÉl—A "x]ÏÂ6MøÝ_"Êa w“ð¨4.ƒ]¶óŽÇó¤v7¸U ½oÏn4)cRz܂ÝG¬9˜`«èˬä[8â9-­½Á÷öÜ1‹ƒ‡ÒU9†–%6J•Í|†÷§Oé§ÑP;Ú +0îÍn¨3åƒöƒR´oIæ6´©JB.°ÝÜWHJxg‰¾|í€Ô†–øô‘|¹aēIiV‰Ã1ÂèÄqyÔuÿnLx¿ܦ«¡þ:—ß­ñj$/pP󪲺„ëÎ_ }Ô<ùéԄ¤|$'¾îýêúf¾Üšzu¼Uq°y¤’99O‰­\ÕdԒ¥øYŠ†*ÏnÍH‚qï³äKœt—c²“†ˆG}!FE“ÌY`×3jWÓq9ÖRJ«zHüÝÓԂ°Ð™~Œž÷ ýJB~ƒÜZ]"ÄèAþӛäN’ûW¦}6‡Ù¯{Ž“Äþ¢/›N&fÐî`pbf·ÛŸ!Ϭ³Äěñ·ËY!ç:gÕ Gt)Ì\ˆíñ2émlð‹§ˆ*%ìx…oc¯™-*Q^EŒ‡åAÚ,\ÕiðoÁW:ŽäêÅy×~”i¡Ë "»E²T­qõ þ:W7²óLVzð°ZƛuŽ<§÷YŽND_ÈDè©¿ÙÌ-ëŒ1}~U—_sÀü}ÝqŸèeè»L^Ž'(xuMÀBü¡¡|×Q@BŽ8v²Ô;Œhԝ&ñ×!®Æz6^3BëÃ& +,ˆæÁbلrêy»é,ä…?3/cÌ´Ø‹vµŸˆ»I•ÿhàõaÑOڌg±p Eî‹ýM^¾Ë÷hš…l…ˆÉ³Š€ñӍ=hœcéNUå?ãȃ¨y–Ñ·w5è+—Y7+¨¼)Dc)9€>¥^ 0Ó%ª¸¨_L½©SE”å͑\YµPãðµ%e|õ|·üjɏm±škBê͆&!xrë>€v­M5ý‚`CšÁÚÔf5$@BDÔYÌ>Œà]¦)Šò~¸†±¾WíM²šfÅ\¿õ WÓ%ë‹|ÕÖ°ÏÉÒ¬m»ø©D¿q¶éçÌÃЮ^wë¬ÄV×dΎ|tÂö<¢FoҗþK;H¼{ùï©c=(²E¯S¶!Ô,®CÀşwJ"Hj ­{Í|vƒé6ìƒúpY>Í xÜò®óÎ×TWGu‘¹´g÷Ӛï¿¨òö]j†Ôz¨"‘ävÔyÆU·e䞁†vgc ÷%Âj§Á7vhÉIo­:[rRÜÉ|­Ìcð[Ìçv¦à½‚ii¬Îõš[ªõ‘Œ›Rw™Ù|D +endstream endobj 201 0 obj<>stream +c¶¹ÁMϓ&&’ô¹À$Âð!üâ5œk·„Ëž’ ×Ô÷ »CýôFíìL°^È7¶(VÐÞì9V©ˆÂQ‚4Ú`Z¬–eJd·qôÐMÛiÒá'ñ:ƒU×(¾#ŒŠÀ&ú_Ö\p2çq]Œy «àË\j'ÁÑ‚º ‹ünjs?zÝO¿{5`¶<'-La Ž)u?ðÔNÅæFCó GäYŸJ9ƒP¸Œéa8üsŸùÇd€ÀLqäø6ñ22MhÙAihô¨`+¡XÑðÚÖïWQÀ`’¢&½BÂE*b‡V‡YlC„½Û›y–|PËNYgëõŠ…73ß"fÙtò‘Ù{‹ Ô;Cþ ’0éuA’}î3~|4c£ä7iIœjÇí^Ës„¼Núÿ׿ñ-ùV¨Ç‰zY–äµvl§ã~D¬`í&až´‹Ä'3jê†;IhßÚ~¹AÂ's[ÿÍóþó°œèu!ónãÕ¨éNÕ­[öՁɹç7Ƒ²…Oá]BʺmÅw: A—K/@ƒ|É@Š:n.F6ªîÌrÄú…œ@½×k'È$L¦lÂi¿$°¥ÜÛ´½"3€¶«z½…dünÂç|Õ+eN"SбÇmm_’+çâ׼ٔ³€Ö8¼hüpL8Îsèø$Yø©©Wõˆ^Ci Esú>‰ÔO=Ð)8D¼¢Y?Âæ·ýzÎÿĜ.é ø5„œ²ühž,É¡zH³þèŸÕÂ/aÎÌþ3F…®:¥b~ZÙþv`jÄÖ8m¯ü¶p¹™Qþ¤ér pʵÌþv>ס9íuZZNz +ò°–×ÿÀå¨bÄÕ3ç×s”š,½=ðÖÀÉq6Z•™ÆŸdɝÐÇÂú ·÷ ô5­£\¡‰Ö_N™Õ* °~NãmVJF,vŠÛîT0Ð[‚“HÞ½üº@Íé¿ûû-A‡ò—ƒúÁÁ8A'tÍåÉ}S6‡uÞ궫#BÖ¹ÜV?æÿ€¡ŒêŒÌÖQ»°æ©ÀÍ%U@l$=!°H¼Mö.ìà!²µýëÝW¾ýÅlñçMÍt­ðï“-’ ] ¿‰ +endstream endobj 202 0 obj<>stream +ä×Áåõ“g¨.Nþ¦˜=ð|/þçi ž0„Â…!sÈ䏠Óq#‘¿í—¾ÃÅÉ΋ Ù^ÉÀYUÁ‚έlÌtƒ”1¯^ °Ó'ª|ô®Ä:•÷ïöì\yŠ6=•0–ºd՝ã®_ٛ§ÄÊSÎ ¨‰–œ2åjÓ泃‡›Và‹—ŽÎ¾Ì­Jqò]š-JÒ.y\ÿÛÐÜq!7¥œwxˆløÀß?q1;†íÂè3|NŸ0'ãXÂPjY#ï÷Ú&jÒ­¦¬si!+ü³Ï›ÕI¡ÁêúúRìµßà‘ñ·{!aꚜˆ‘‡“Z7m~[žò¬öjHK`Ño¡%•cå >jB“.¹’¢D{$ÉL¹Ö’g±å`ì¨å&å¢v›à¹jj-\úž÷öÖºW_ûl?¾ÿÏÑ÷lF¯ÿÁ‹‘¯-¾‘ÈH´çí¹&<Žü®owÊD=÷ùÿ[ïœï]˜Ñà‰•ètEf`î•E`„úÁ€¥µÙS(ßÅótCH«n >¤y›LÈà¾ÔÆRc¨%ˆI9á€G:Ӂ[»™ ,2<´X…*–˜óâDÀîzÈwàS``§ÝîޔécÔ½Eԟȟ +¡n—iB<‹QÀý͍•5”­WD¬eŸR/fxß,>DK—è’¬üÛà‚n³Òÿt"NÕ ØWô˜Râ:wçݴĕ›b}L +ÁÕæ‘uh8*c)F0GkPÙñ—€¨†-+æ20È`PZŽ õ‹TÀWÓ à ºuTÄ U¦õÂæb83y­ 7)A²ÈBÓ Rß]„jtšÔ ±&ò)=Ô1õQæ ãv7_P×äG´ÜBLå†[$sSHÕ5Ñ‚`ÜêKE/`äDN­ìÍJ¸„îóìø˜’bVŽa +ð¯ü§1ŸÝÊ҈e&=QãQ5 á¡7"§ú¹æjô + NÙ·#o¿%îzF!ÉÄüêy”ñ?Èîc±,e>ÂIO­Vk2øÌj±¾…Dâ~‡Šà 0 |RôÔÀ.û¥fÒµD"+Þºlµ¹gebðøÌ?þ£-¡ ¸›ð~¢Z§Ô/¹Ögî¸å\—ç¨nÆ¿”UÀaÖïÛÄچ$Š€¡ëÑmÏ«3þ;mK‚;sè®ÔÐ_ +êj„xé ¨ìZDáùFñȕê=k£‹óƒžŽä÷¬e€m8èʹ(ÎÆaCT}Ž)c=|wî]µïF螌SQ à()âŸ^|ålåÐ=K܏9ôi7¤:zôâ=ÑñԌ5®ÁŽöb®#éLqÅ8knOÌ´«¬Ô䝷øŠõÿ6•l×"þX |Šhû®‡§ÂиšÌMH“¸Í"ü'Ið.+4²u´¾ ¼Ùm‚ʱ4dmí}Ià™fþíh•hKžb²ßha£¦†$~d³1ôŸ°Í +ñw¸…¡¹£}·CxªÏä£(þbÀÏ%c`&æ —õ¶Ké†ÇMÆú<†‚Þ­%ÂQd« y íÂ’¡vGT [Ñ8­ÐHܨÊ…–[Ùç5ºô!ÊùK¤H‘Zm¡ÐØH‡ûgº=“÷Ë´zq/›^ +må¥KÄLJøßö +Ìã3BŽ“åe¥ ZŽÃ¨¡­©ö‹* ¹†9 KS>3´cÔaPU˜«Æ,D%_ZØ l + +endstream endobj 203 0 obj<>stream +™þ[÷ÂÒÓòÔ(Fó”8•^L!ÉÑÞ¹nò¶ÚÐI¹‹Ô àc¿ýÄdñ½+[xŒ Dý(ôKâ§s~ {·• &‰þÚð¾'¨žv12ƒhÊðÍqÅ.†Tûr´;*a'SÆ(r’ëTvyNŽ¿gªJ€Ù/Š6€_ÅSßñxTö'¥W»!®9ŸCx×u]zfQñ`a*ÍJ²nzªƒ$·‡Ý·ü]ð´VÅź€ÏbSD僧5>¤0:É¢»=‹%0â- FçU¾Y[÷öŸb;˲÷žÙ‚!Årû2­ý©µú§o0§‡ûéLRkö!u‡³_‡`'ÀëAL@ (îâž°+§MA‹iŽã9Z<»ºŒR·£tŸ‹ÕnX—`ZOü‘?áïè‡éùceT=ª1û+#væ}!áDæ¨$ëýî¾u(¨|ù®LÉM/qf½mýñ¾º¼·Ef}ȇš-[9<<ÑgWIéù:Ó"dXN‹V[ùëڊÝT56:ŠŠŒª œyØq8Ä?¬Š·üiÐ÷՘ôú*ªÞ>t昉Qêʀ•bz+QÁÄ 7™Í+&µdr…YüÇ¿Dg#Þ2InHËû"+Ž§†>3è9’ª¼“0rG¾Hã 4†@$v`Ö`‰ÂšUÃÁ‘ô¹d͊™y)ޓðµw¾êœ‡¹qk…xó +Ðpªð½Ö‰˜½ˆ‡]Ö¸¯§>!S¦tñ¦« +Ç¥øÈUŽø\émžšôT½´òϗÛ6÷A8ãs2k‹þëYµ©¥?Ø›C×Y’|-ڜS4ÛS†„NF*¦‰ÕZýEt½ÇÆÇ10ãk•ƒ0sçù‰l¨ÎYB¼µb Û¿i#Ļ֘4E3½Pâ ÌN¥vìÂ3ÙH®’†¾»sÊ<þ¿ê[Ãç>¬â.4?¥u™u=‰*ø±†[›@B ¹ºg=mM˜Ú„!ºùWÂóYÝ£Q.öÊÅëL¬Ì™öçrq°[0Î&ñéa"®Q±Òàˆò^um/¦ÒIùH²€|â³qܘB*Ý Ò" ÿ­Dêê=‚œU 2HòX¹Ù\ôÿB¹1ÖýaÊÚ ,K†Ib®+rÎPø¿:Žy×ßTP ÅKþþÇÄÞ=b¸O 9 /V-«pÏ¿b±f«U‰5ÝXöUKŽçü³»ßAªèi4_ÜE#UýlwȂèBëŽ!¿êl*ªŽÈX÷(ÚÎDÝAæq®Îå²Ø(}ՑùÑ79‘ˆ|£B¤–aÛ÷§8pŒ |î‘;ÔC-Ø鰕id׊ví@?Re¥n)üòV4³cXнÔ}à9¡ëJáÍP’ÅÔ?¦²¨Û?ØEš­×Ã蝶K“*.l›+ÁwAŽDbðõ´'ÉAwZ˜4¯É#Œ "Ô¨Õ^Wå&vžeÐå»éBKih-½QÿûƃV?´Yï É Ýo74°kš™kÎzðÀUo—Y´2žëëeQx&›çtž›ÙŒS5œ2Ð{çí@÷ôY¸µûÜz§C^â§ÖTòDOl*Ž“ˆäcür3ú”‚/K@’¾†U®$Pú¥÷¡4È:òÙÿAo*s ` `ÕÅopÖ2ù +endstream endobj 204 0 obj<> endobj 205 0 obj<> endobj 206 0 obj<> endobj 207 0 obj<> endobj 208 0 obj<>stream +IeÍga;E¿ù©^càÛïB þÏÔ © lOõmñ/̧ùE &aLoðŸoý¹2º\¯¼WΘ +X4·kz iÈÒ%DÛ¿…sï¶D€¿Áãè?P¨óœí §uMÎþYÕàˆåÿdJ«`ˆ|B:+‡Æ,‰ ]“Q>Féx®)[c.–0€M¾¾ç ®(bt~¶õa´²Ôʜ|XÓÿý£zÏZÇdÅ˽¬ÅôýL]¢ÔÖ1öÓèû[7 s*P¥ï/vVÖöße¶å–æÉï/~DæßeCnÛ ï!3ƒ/?¨¥Óˆfi€ayxc ɉºFÕû^}b šózÈèåëÎÍAI<ÞQˆŸ½úÉi_à6–•l ›öiJ9%]­‘v¶H–p‰¢V7“—$ãÙù ¡¸ýD¨‹å~xöV(,s?ÖX&¾ å檷 ėv'žgih•@¹J/¯/Fï>¯?ås3È$ÒØ5½‡¤;ò{‘m€ì‡Œ¡/_­e•‡¿Z9M€´¹}P#ÿ‹Öd‡ÁÆÍ›Êjû9Uæ÷0Sã—Ö‡ë°ñ‘2ŸjyÔc´íu—Yv1Ý9֌jÖC™RÝê©+mº® UÜÎp¶]M‰Óï8*?²¬A*Œý•’aùï㒺ûâåÄOFÔF²¨ Ì Ê ïRPúŠ˜¤'^P-»·`>|MHD„}õ ·"9E4[„×#œ¶Ho’=AÐìÎÿƒ`ŽèVƒÙ«zvøD¨uGëäCgáWñ{¿#­PJŌ«nö…IrE¦îFÌ¥—£²õXѱüNîÀÙg>t'º29Ìb2—rÓ>k{#ÿÿÓä'ÂüÜ·GàíASZ(ÁŸ|žÉõH„­„oÐ: –>țäÈ*ùS'P‘gž.ì9!Æ&mBRszËoCu]ý n‰Zï¶I`Ú jkn|„ÆòUÆ=ZɉX†©DI?óQn³=k"•Õ¦6os¯­Ôf¸¦BÇ`í£Øhª´?(ÔvyŠ%J[vZ+Ê9z uߨáÈâ"× Ï•£)Nu]é¥6¤%º’å+©—–1‰.«R1l"ŸXSvo O÷¤ÒÞ>"^8(Îí^Ïus‚˜ÊlôÌÅ°ÂíÞi"“ÞÏu§­3¿›6½ÊŽéë=ҍðŠaõýkÞÕ‘¡#zòI««×kE’r?p]1E Ïa&6Ù^÷º/ÑÅCú. ¨þuŒWˆÆ™6 \Ìó¾RÒÑÐgˆ1Ë5K-‰i•ÁÄ@õâlJÞbWö°Ð5åÚN…аäI) ×s;kkÌÒ¬ä½/SΠËÆ?:õ°K1…Ö`Z«‘TKÇÈi‘”?¨KaCƒD¯¨.D9ç0mt³V6ÎW—°A÷“…WxcD'Áÿ Ë]0ðY}˜úŒضåá1iÆ×*eºÒ‡Úó]°+[•ågÅ­÷o™MâM¥ +’€g±>ÚtzuýæÃA.ÁGår +m-)/õKҗÀhJé6~Ãvpߨá{D¾j÷ðÍ_±~" R©VÚD)‡ø矃”}oFWßyÃåùY˜EsÚn'Ä\¸'w×|;gyιÃÍ\â¬Á¹L¾-R|Qhe€Å\ç˜ÝÄHÝLu\3à˜{íröÔ*«âž&–é¹ü[Å=M{WÃ¥éV›~d™ó]#;QhïKNï@?ŒàuïD7 ¡¾æ70ò0po¡äG0EÑô|«9›ê»–¡pNƦ;´‹?ßçSIêF%E2EùȲQ…Áétö# ç7Ãu¹Ý3͚ŒŸL} “NÚðëË®{>•GKoТdxWk.˜þ'\ØF»ƒG¾[óÞb¶ìíìo ­7»Èz7ë™G ®/Cþ¦È ¢ç);‚ºðVG+ӟr- ô²Æ˜BÛ¥„óíãD6üØÁF¼ +endstream endobj 209 0 obj<>stream +¡n^ÎÍV½^@BeÖlÒÑ A¬%¾Ð°«X¹Öé$<€MÎXp¥dq¨ý·êì¬Hº¨÷>…:‡yª4¨–)ÒePPï›(ÃA-…óBàxùËüY֋εøl¶ˆÅ”j2ÌdÑNp­a‘ða¿›ÀnuË˖."fM³¡uXÞ}‘ñYGåjW†Ïꭐäød´.Xß!6M)o²¨K¡¬ý ‘€v*—8¸KwÂ"³¥Ä\*È·Šü!²7 ½™n<í⥠VL퉪dâÚÉ6¼™Ê•ÄÆh˜!,ýÂ0ÊIðl Œ£ËŸèÿvSÚé}’A‰‘£õXžE^.—³iØp¯e˗¡Pë'›à<Ÿ¿A%ʘµUȖ½ŠØsTdÜꕿ.Þb4åè„Knù_Ó¯âÃßÏzäùØöóÖi1û`Îë/ü-. lÀÍÞÊ¿N£¤é›zηBs«Š,i–•²k¤í¾ÐËZg²põ¼>Y?Úqñ `ÐB7’Æâß+L4šÏb®_eHƒô¢ùËE·£%½¢L„”“ oCª)Z[Î&´†t‹TèK•Mþ³KΜ¢Ô|žú7Ë|úÆã™q¿k³I;)ÔôûqG^ Êûk÷³Œ¨µð¬dþ[ç‘u:þS$]Œ¡óVK¢ò/¯ô‚Ä¿")2wÍjd¹º‰Â›DhÒòÁôBü—œ’:¢ÂFùÌ~SQ ì¢äÃ+”ƒÑ9¤¹L‰þ[×ø×^ÿf#Š åÁýF8¼wq´hZgµ²w»ÛaÈè+Z_ª¬8¢ã1HœâÁËJìãî†I³ŠÉÄæ“ÌÀWñ(ˆSN'êêä1ÛQà7´S6†rрhãf²Dçø-©ÒÌü±Íå6'f-OãêŽØc@N«Ãü÷”·ùVBsšÂ‘s†Rí“O;ú9m‹ÏÍ/0GIúÒá>uݒÓ(-æŒB›bï*gÌ + - »Ì%㮧uKÜ\Žs¥ù¸.vwiB M5YzXÅ#Ècdžlªùiª”Ý~®gÅÍ HùÁðØYÜ4 1ßN^‹á•¹r56z^ԟBl¦.º´þ\³Öç‘iÀBȒoááÈ<$q 8 +Ï"B´˜Ù@Љǝ}(ÿh© +\ä؅VŽÂÜÿ€b$§bVyI‘}§I¦ü&JÐò³æ÷™³Ñèÿ…{'û*䦠*Ì/d6`¾aÿˊƙÀ|Þ:1]™1?í Óö¤ Y‚çZO©Þ´˜dWò\£]"ÉÍâ¼F¸ÜÕ®*Ð38,jÞä¼°•ø¬Çê-ÿÿŠ§…fÃ!¼Ô¾ˆ2ÿá)UÔLT”¢J|½J}t4ò‰’'Ƈ¤§µšâAÉãwçN¢’DlD0䓏ó¿¡’Ã'þ>fOMeÃñŸÐüڗÙ`[2IÃÏRֱü(nßëh–BæQ{6¬[æCù¾"ê¨[¹)êeÀ¹|žëÿY½ÒB0&rÃ<Êæ +³# $ 0/Øã:Ar |\äÂ4,¿^}¸k"… \F”ëë¬윱ê2ºi¡e+w@‚Žw`QyòÖ°ßáC1ÿíÕ5žTÅ3Å1“ÕþÔ#ŽÏcô7g>õŒÛ§zÏ¡²5˜O ¸ÇƒÖéÖ¨>wÿ‚,A¼+5ãUý\N"}–‹BNN QV›Ò˜¿Å’û‰zéíѽäzðP\¥»s혧À'.ݙ@•€ +«v«ñ7Œ_K]Ö¡K#A3©áM ]'bg1?¬†$“±|³0íÇH“Ðú+ž¡2™ôˆ¢…ÞäK•BsÑMx 1\¾²@~4ñ}s¡Ù›2«|{ªdfÌCTe²T «AÑ·ƒ]‘‰ò‡q’$ûŸ;’§¿¦“Qr˜saɸƒàߤ•öIÀ0°æbyó/PKÄ-P£ë:Ôó‰8ù•Ð#žgä"ÿÞ½N<,.-Ïd£¼×‹©ÖÑ?p úp4ë­«øѯikӔsÖcA=D«ùÅÛRæa¥²˜¡lŽÈ“™ñ3ÆÕRfí°¨F€p}ñÏ£$@GN“â*1ïAÒãŠÕ 5|2Ê +y@P4†³2_zh‡{vÄ8¸—«ú¸©'.¡]}!hìHô]mAu>€Ô—h͕ÉU±Þ÷9¢Q:<n)8ŠqÒù +endstream endobj 210 0 obj<>stream +³‰º´‚rZ&¥nԇ¡Ó$øç³Yª^£kÕUÓ·ŽÞˆP?wíšÐ_’pšuo9>Hõ—g¸çyŽ(—ØÖ¤,¯ê»N–$}!o“˜«ò ýꗸZQAžXüä}½6£ÚŒ3”{-lIóÙ p3º»2…Ž@°{IE×¥±¦G_Ž3Ò9¹ÛŠ CþšJnCJld½Õ½š§LgbäM&\\’2ðý'½¹WH7弉fi9ù­ì9¬gÏ´lŽb¢–Ouíþýà®M†‡º#D‘‰L¸mÐý–á¢ð¨ ±úþ®” «‰êrÖUî\ ‡N1$3oÚ )¥ÐÑGKJÌ=.U*Fšˆ`“¶á:½‰ œ´Ê×ØÇæSÚPŠÎ¢£nǔâpú5ª)„æÑČ;ÁU§;šEÆå¼t/šÁùÇýt¥¨Z°bçy/ðdô­ƒiy+„½ÝïÿÆ.šj¶NG´ÿ&õ°}nÀ2 ›ßØøpF³ÜßÏl 0@½x8:„pÖ`Äj%&™¦¢àAÛEynãS;>hÿ'Tõ\cŒ<øå@ÿLïcŽ—F\;Ébp¿ P|¥[yñæÉ>W_>•Xœ±nÅGñ:³ŸBéjÿîÌ(ÑÜ 3xäŠ —„§˜O_q\Iõ™ÖVöƚ!ß P}Y”‰^ìz3K +Â, MÆë«d +=¦M®5côíîB]’ºx,:ë#Y«É»È¡‘|ì6tô¾¼mq +â5§«øoLɶ ÑHxÃs?óŚa5a÷Î!‹ €µ±¸Ô½µï–ѳ-£¡* 4v¿“šlõ bŠæ<Õ +ÇւyU—δ¾µÄ‹ù‹‡ØÁæ@Î! l³Q)êʾ÷o7Q}ó'{Kð}ÎI†Á”2œì‹ØÀë"š‹æ~{ãúBǟ°0Rʽí}"G¿ÿƒæàcˆa.œxŽã®œa Jý؜… ¿Êd¦Ã,˜Ù©pîµ>$ß¹Çd¶rHN·äd Û§‹ä°ÛéY¶ú~~þk *Ç%ۜ3´ª(¾gwbá@\Œ=³›]1ކÏô{è-’uû<(xQ[©+Õî=~?æàv¬?Сrg¹dFËi¨ŒÌ;mC€—tô7薐$}x<Ø‰âdö*\$ò-ô ñɟÃë¨X䁁ï\OÏ7’FŸ”alcÈD„¢Ö7ûvÂëå$lÕE@“¿¾XÜj +Áb.éÙÌ~K‰>Owq6µ³ã}—ÜùÈþÁÓý˜]ÿµ~µcêÙgi"5#{˘#¶[‚« Ž`4ÅK…8a,)èHRžªG‰Dê˜õ#1ÿª ÙÃjßöDHŸ° :’7È@yƒý±DQԗÓqï ÓÄÃCW +­AšËÁ4֒cb¡Q@(«a–nÚš&äX#€bQµ(í4;vkãn /Ú²±Là†BžY6im9ÝuhWâò¹¹'þ•™rϋ>3MúRüº™}n8¾áÖÌgˆ¥w»ÌQ—Ï>±ÛhéªBÓ"y¼zå-rðOœ@ ‘ÐWÌÃi Žhd¢R>'ä»UhšåæŠ‡q€Ãu íØk† #‚´0ÁüÒPAõÙoõ*ƒ®×jºÔð¦ ;V¿lõHÞ¶æô6sÙ9¼ì2[ì¶Z+eïyöHÁ‹‹/:Â@¢ †ùی ÏS%iegü€‰‚¾a2“¾sk‰ËF*}ø'/:AEøáñØÌu¨¬¦gïhÇѯí +í¤4èŸß”~Ðç>蚖s‚]åR͈š÷%ru ¨?ú´p ‡Bݏ²§}!Wrzì[6͸A×%&¼SS„ÁÏÃóé÷j~\µ[¦Œ‚›3Dö¼eԒþùQúEF?µž|UéKÿMͤÄ'ÛGDn»a’gðŽGhŽàÒVÍX¤þ_ýzlù×¹;µýŸý¦êIðwÀ½{Íce»J_Å&z—böØ5:¾ÝHEÂzwñJîëDoh¼üãÍËdz믩ã£QF¿…܏]·JɂVÏÁ'«Ù(ösTÖêI,u#‘S œFŸFz½Å% uáo,I”mrÌÌ äfvF÷îւ Ï9ô£!ÒJ~(®…Œ'ò.µ!šhäòÔ¯]¢!H®2ºå˕´à7OQ@ґ¦ë¯.Ñ_â%s ¨Çdž2n_ +º ¡¸…2Ø8kÐÿv)åï—ÙûïÎ,“MTvlz³Ž~/®éöjlb:heù· 9áȦÕg·ÚòZÇËB¡âýtç1uEÊà*¤×ïN¤éÆë‰ÔÓí´ž9e·—tŠ33n}ô*à•£ÍÏ-œMS}{”ìvx´(ё%Ã@ï„®Í!ÍÀ8‹¨íeïá svbƒÓlCèW´¯`.mi­ñìWñU „/:Á¦¯ÁКºâ'ҏ''¡(bYÓ +–Õퟏ¿¾¯ אõÐ"»,x;úÜæT0–çá$Öö@•ÁTk¯–µ +ìqBôãó¬¬à‰}H+IQîù¹³¡Þ;Á­ô¸V“ì*´†=£„M·[m \»ÞI1ƒ™©TiPˆL)UÿÚ€2™º®FC¾OyEàRáN«7qò§|Ûîö_`¤Ù:æ‰Yœµ¤F\X¯ Óý¬.öº‡«®,ꎁ¥b´‹gދ*í¹Ó°—þÆ]žÊ´qmš¤‡gˆ%_„ŽÔ3}x9Qô´mr6´êæ¿âÌ]ÈÐ/tˆ"Ãé¡ìPêiÌ‚Ä,_eÑ[ë2<†KT83ü· €@½„(ٙ½hªê—Þ%Ð%õýã5°K$¸Š„È 7uý#,¹PÌʟܝɑ2GWKÓ©dïïØØÀ}»h‹ÿ ?hŸ‚Ë<:®¡ªž@­ÆìÒчƒûñ¡]þããC—)þèþòQ.Ùñõtj”L÷Û +|5!oÆæ© šŠ:ß=<_ǟæ¿R¿æϛ¾–©íªàå™›öT™ªŸKû)µ6%]ø’Eµ®U:e«Æy.‹!ØÙlãd Ãn·Î +AIì(ÏéqôäÎTï!ZBšäLÕ¾¦–ËxÂòPYá(“–½+ãA;¸‘ç¯{v(Ûöý´Ëׅ+Œ/á‰Õq="Ê£ª‡ ›Þ +endstream endobj 211 0 obj<>stream +]ۍ͐ ;„ÿdyÞuÝkÁ4šÔù Ÿ°âY°=f[•_ílK覕¶Ôu_Ae´þz"3ÆÒ +ñ!Éd·“2 +l+Ù$ÄeüýùŽCÒ µ—ÂðFžD{Î^tvj€aÜu“ïÄsß&_}w‘\lS1 +¢0g´_ã?t‰}<”×VŸ­M?G†øÄà³ÎÒj¡Ër³·««V1SSÿ.DðaGn£N ·,Úèp™ê2ßfõF&<…Ì$U{¸ÃêrrsfùÇá}³d8¹uÒa&Xfiºà¹õÎ^S»x¯mâDí»ZäᖫñrtèљQÈS VJ‡™)Š ÆÔ!` {,¿ÜG™…ê­ÌÓ l"\1UÁ¦ƒOø3Ã~¢­ò%ì}¨HÈçñ49o¿—o‰lÝHx³h„LÂ× «Vùÿ”ã\å.GÊCŠ÷¥:±Yÿ®z旋R’‰‰Í.€=Ë8p­'öI©µÍ[͎þÝÝÏ +´`æAÜU´qŠ"üãÝÛŠÿk²22ÜNDZ›Ù »vús>࣠X0ÇM›¡_t­A¥d¥þª\X2ì¹Ø~MÚåe†J6Žâ~Ý¿¢usaØ1 OLG84€?ý©0Wy·úœã1‰h$òµœJ@­t{Æ9xdë4}5»O‰v¨9è䮦NxÅy ãíƒ ?›´·˜­+‹nâýMzau*áN¢…g<ü¶8œC@ é?N5*`£,E$/€ÑßǽÊÜêŸÌ»ö̧NÛÞ’ÕÜæH(è»óâ,¹%ŸX€2R/Où±utOQµà—È ù¬0m+à +>;‘®PÇ&œzv¨DoXQxp?ørá Ÿ”Y÷„þïãؓ°ò•Ò‹ÂvV¾^3¶·ÊɱˆGß0Gt½_MÔ$ F-^Kå-Ú^øظFÞð[é8H9‘jƒ(7ãi2}Qùp²µÍŸc;eaQT:Š¢Çß=o ¸ïWڕ|L ͈Ÿ?Õ¸OSɈBŸî;«ËnfÐß1À1œk«2ÐêdRÒ³ÆW+Ù^=1nÇr'FŠ)FèŠÉù»JaqŒVÕý½b° X؍¬#ꊄ‹¡‡Öèu°S9RdDåV­û†y¯K­øKFý3PZ`"K‹ÁSèæ&•þ§ˆ,WFý݈+1»çZPH`ãrˆÄÆ´Iê#¶ÒìqáÆi¢¼9 '"%ñn]؇ãßÇËُ_†pS ηRÁª+þ"8½Þ=JÄU7Tµþ|vžÅG‘åB2¼5Ðî9&ªwôŸd‡ü:oSGc¢H—TÑM´Ò:±£i,µb¡»hk .5ZÊ«zâGl ‹vÖÔnÿW09I›O{¦rUs[m¤Ü`Œ‡r qŝ,„Nׯ— +[ ±ÐÉ¥\ߕ{¼:%GĀZ,UÕ%C0e#Eõ‡î“ ‹[¨¯Û–¡ð‚éÑ©ì*U;z]*SI\“ê¢&mƒ‘ìF÷ù„iÁlĦ{›}wøEaÙ^P¶äHyYº—”é~ä#ÎÐ$Ý¡ó¯ÐÐ&ÓÒnâ|cÅU8»Ä律ÑÐÍÛ⿯,™O5jgÇõu°òÆݾ¸›ËÃéj5Ã)ðŒÓÄJì÷ Š‡‡‡s7X_´±« AãB@†Žé˜ùÍ4…Jʋʛ•€ýÉl6òÞ, _³ÖÖuö[‡lò2ÔuÂ|A=‘­&#•C_XñÈ·yòZØ÷­\ Öe WæåFÐü-çRŠ„rx”¸þ…tÄ×?Ioq}¶Ø—üÝzL‰âŸ+ܔä1ßxt­@ô4j±£YüÓ¾ôl¨•b‡9’„Íå­ —Û•c*‰Õ -ö 1YÊQUfIýH;÷’þG¤Œñ–z`D)53e«5 +.Û9»ŽËù_%n|NÂW˜…‚¢†9ñéâ¾±ç‰ÛXÀ;ƒ¤_ +†Î˜Y¦UÆíÖÍôGš)bö‰‰Už®Ò’cóüøÄ ¸˜ãºÛÀ_騢ó¥³26}÷‘²zÔ¿³‚*Ó0Ÿ&£Ä$Ä¿¡=ºì>š)¶TC¯Æ&$ –دA®¢ÄÅ谟nÒe ; +ö°ØžeﳚȞ‰ã¥üÁt ãcz[ì¹4G‹Åè•Í¸ˆÞ %ƒSM¡ñm¨Î`jbN +Øܜ.)² ¯á$ë¯údéñ"Žxî& +܃òbP`œfbðºY1ª…Ýi|ÌÏ ø}U +ÈÙÉf©ªƒ·ÅÖæ—G¼ØtiK¹ ” ·‚q±Ó§›‹­=¦ŒÐ (€}ßå–.—zï²,:Üã"P§€Êê }>ÒK²Q¥Û¹ÈÄd,±±è< ½¤Ô@cõè”yvµUZáóüïì§ehj¹ +Ÿƒ­W:!lê1âxùñc‹ý·ÆdSÑH(µÃ8OA$hχ˜Jl7ÙãJ6Á¿Â ¢ì2yÃ×0ù{JjeMŒø\ö Ùîºæ.å½]·ýAb÷ Ÿs´°uÝV:ñú”¢ž‚ʪˆÉå®?Ci)þ,­ãIeá=¿œ­ÜkgO ‹ì}Í-J6Ç4ûéàt’ )9©w鄏ÍôTAfåíísyî~ϢڀgÇ(k´{/¥÷ +ýB2¨ñÁ¯ŒµEWˇA•ð‘6n~œK"}8[’*£g +ô+ò€*êÇã +E+ê賬I¶à!¢/€—_$´Ó^Didší‰™«~À'ǧøQЇbz׏-(v°„=Ö¼“à'?{ï´ª=%ˆz 'ÛvT¨ða°ÐZlÚ×góm5£¢5,£éô¯ÙøT{dèU—Q¸ñA¹¤€hc©X¦ÜuÖäàbcÒü8AI +¶^²Ø]Räa´o<€§ÂS»tµˆu³€IHOvudo뙟!K-Í6Gí:ÂõyòT ¾+v 2îx„E†]$—OÎ[҃¡´Þi.’Œ_[àjȨ“òeOeK 6‚Nã¼Æ9Nl†^u\ HOQ·~T#ñª)©ƒ/¿]º›ïýe¯1Á¼tµ/|O«rq½ümüÉÏoªvÞş‡Ÿn_íN4¿¾©^±I³½•|遼ŸƒÖµ;]ò‚ç ob¿rOƒæ1‹àÎz²"r÷ã2¤L|eæ9ÆHƒ {Gú\`ÜùðÔ\ŒcJ¢ëæÕ8©ÒtÑ­ÑöÆT”nÁjAÊ.‚Ø tO1a)+MïT<ð84´ëõóbÜòž-—„ؼžF¨º*9$Xpߒëêþ+ +$€¨©ZiŸÒÊ_5mVgãœË/A ß}qñûð¯.<Ŏ¸â‡\ÞíKˏŽäÀç÷`×K9Âÿ7P­º®Á*wËÚxi©³ß”(Bp.ÕšO[4¤Å48<¬A÷d%yuiÜX£á!×úÆ·Ü)˜¨x½%Épw}/ßō’€H`ÿMÙÄÝOš‡ƒ±îچ./ÂsZKzÝͼ @vjéþ/ÍϹðZÖø¿­\üh ôP+UI×ã=Ø7’…E\Cö²æz…f<÷¼n&‘=PP›·¤PIs@€?>ŸŠÔ›Sݒ1iñoÇ'W­-Š•Ã}7¦BÂz•gcV-dÛç €œ›Ù˜5Jëô’—Ƭ#E»ãBr>*;¡¢ì\»HQziï3û$¨(9éÞkÐóxȽóœr‚ˆ4gÄ5÷IÜY# }AÁÓrbqa0݀ß2ôˆ{•kíé|(‘ˆ÷oËe˜1¹ãÛ^“[€êjltÞp䑉ñ†¿]÷)Íïø\.¦äß=ÏaÛêçㄫð¯ÂñÂ+³õ)IÓlìxºžÁ:c`„~˜ ˆépº×‡U~åž.1f©UcÙ¥XšüIâçy& -ZzÈ=Tµ@·3B öt•Âø!IJhûž*¨†X›<®-†î˜ÀÐB ±¯ŸÏß~þ*V5&š†TPèù†Õ“L²dOð=ÑbrÙ›‰:7Í{_Ù ÛÙÆV- rÅ,ì€GsíPJSTQ’ð\æu]”I•9f…IÃEÛ PJ8òÇzq-Íi5F‘~î,ׇ;¨‡ýÄð媖ìȧÏZ˜ˆ2^ïgœð€7°§}ób2BLÔ¢>fHÍκŵ2ˆÓ¶Ð6Òì²iØ-OBop˜‹\d—,>îIÄ»Äô$ ˜P× <È`Ð>Ñòá§Ók¢™gœ<²²ñâ£àìîäÉ}ù=<ÉÊö»àPÓÇñ*íI”¸®¨“.²šHQá:Ýè/ôÛ;Üõ˜ʞáÁüá“$‘¯@²‘¸]º–”eôU}و0V [ǂ­0®}[—þÖ^à?¯Þg}!³„¶=j:äþ_q⭇#£~D‰ÌŒØ•1ÑÎÊ`b³Úía”ž`ïñŽ²÷­Õ˜å:ž ±4éI¶+×°}Ç?W 'Ä>Â÷½Õ‚k¡ešœ¾™´k×û +Qa ‘ +¬çb&ԝY'*ØúûkXÝb0XÚ[ϋŠQ™pûû:«*X4×¾àuQŒ†$h¡¿ -QúšðØÄêðʦu‡`_k’: ú㉌gëÿ/$v˜Á1qqcÖzcÅ\·òi~v#¿iàVç£Ã“çY¶1FóƒŽÖfMgtcVÊ°í"˜Ó}¢Ú^ÑJCD!tÜ÷{6ö»Çùä›Um¸tÌJSÛôªÿ%„mlö`ÂÜNÃ,8ñœr:åô|Œ’1GÚØÃíu†\©±hTE>±ÿx ¯»nëQz8šâ0#ýš4Fâ]¯z«ûmY“,ú\Pœýê„S—F+]ŒÜÖËjl`ÜÖþVÞCˆ?På*;”ýŸwâÂÔô(¡AåNÃ« ] ¿ÆoL¤ /´QËY«°Ô°XŒQ"k"Qܹ¼Ôµ©CۏûÀNÖPš¾}¼’¯^}U‚:&œ ¦sbÚMˆàYK¨,}o(8ª ‘rĆ**RY„ݐK›µªŸ’d‘›GªõC²!ÓøWb6[ø0—€xYÈSôŠÑˆíQÖ7{lFMãï8ÑûȦ*Ö¬ÿÿ÷Ì`Q°Ãëd(­6ãPdØüºˆxa^D·8ŒTÞª^©Î†$ýÊ ””ÂQV³Va/3Ý­R ÿőÍm{ÆϤ’O×u +¢wA]ØhiiÄü?Ÿc‘…ÙÃ#6®¡k„±RCŒj7$Á"«µÁitpl†D1ä9· ʺzȅYº™ïgËf‚Ø—VÜ朆€óœÆûC¤(z@ìÁJ_uîHTlƒ¦!Õ~´ëÙÕ.ï÷Óü×É`ØkDÊ¢Œ—cJ#ßiÌ]º³»¢ö×ðÔ$ÆÿÞLރùûSî8ÉÝl~ƒÕôÙ²C ð(IîùGdY¼£;è^Í^iÈ÷Jbù`Ç"R†¿MR  ÄhÖE™|LŽ㯰½Ri3©Â”ï4pÏ#È&«ÍýªhçXÒ"ë+DI璏Q§~„åþ%Í[¦xIÀ[0•=Gû+é¯A+îX%OþÔ3Aϵ«Áv3½5ëoDS™„кîK5ïj4ÞTä¤ -™èϒӻEÒwr2|ÜÀ6ì¡"5^¨s»Ì<¡ +Œ!ºwÐNâ¦øÀ8Áý’ÝË@‰{µ V;õ؎ñæ™ý'ؐž*×éá¾ xø1ÂÕ1rf&»n¿¼3`…Kd0— 2/ I +Ò»|*}xüŸ¶¶™¾K3ºÍ©1?wŽ>¿Xâ¿L +örJЬ]±ú£¥1(ȼÞÏJÀ°Â¦n3(ÓÚHgoa%ÕÆ °ÏÇ8lÖWiSTµÑ$†ùÉÅKЮ[‘a‘S0Ežðg×ëå­JªzÉmÚÕ¸›\.ÿ“c84ŠÃIou}c:7ßäÁ“±÷ÉfC31a\X ÓÚvš‡ç*3:\¬ÝS597hx¡Qwêwùœ:m Çi”%÷u4K²°¤Ày¯\‚ƒ¾[Z£²lÉY"Ùï¶܇*¾Ö·~á¡K`6Òf°K#îö/®rÉ~*wƒ¬¸ÐE¾jÐ„Ý’Áfá5xä(tТx]nS^Éë ÛkãeV±X;„5#cqCޅ+ǟ³wj8J“†'ðÄUîy`ÐÖÙP + ‡x¼îJ m&o9$¬ÛãÞÃԃ³:F‹Ä©—½5-³ä˜ Ή°8¤0ÖPwP¨ï8Mä´sh“Cg°tœž}W4^¨¥††{¦fèiŽ¹ÖºÎ´»|‰¹Gs€.MO^·ˆg•óH1R˜!Î}ـž¯6ˆÆpíçow/ótúrç]W ãhîAúüºŽd6–ôVµ6¨IƪA’v­¬]p¢Øs#%‡äóu~þ™f~©B}Ò­U%KÓçÿ#0æÎôsÕbƒ]Ùªnæãlþ³ýL#…àŠiþfyõ8=ê#DOì/l„¯Âê ÌáµÙÕßÝïwÜwž ~@ËÓ@o«ž.$dp¾t§§ô 0zÀ)¸™lú]•,ºA¥œ³_~î†5NïÌy.c›i+¸[:èŒrpÑziGàp^!HP#»¶´ôêÿ$p#-GsÞ¹}”|4ÿŒ0{c#ë‰ùc]µQ +e~h˘8Y’J.ñ“Q|»¥d¦Zî>`êŽkqgfÀÓ ^û‡aP£;å‰Å_^Ûcú +½E/< +=1{7‹5øà–ŽpŒ×¹D\‚œ¸û;ïÉÌYÊs‘MYö;”o߇è°vY)ìyʄüeu .çi€âN{j³‹ëƝκ3±+f`iûùÊ7#¼£}7ÆvD ª Þ)ږÐäp.{6Ÿy3}Œ´ŸžÁr Óvò©Lò‚ÍkL¾¼s©¦!ӏ¡;8¬ìÈBj©[ò/¸#8°h™´,ÿVˆˆN’†×û‰^ï§Ç ÐÇ¿†wþ!> Œ,zAÌRÁëïS–²EízÜBáb¨ßÁi°àh~Z[OðáÛ'ØøSÁ*ƒãb_ïk›ýåywƲµ¡~·Ó92t÷«âKŸ\sðv§‡þ'°}‹R(þºyèí(×væÚ-Òb)wô0{=ìÑeõ‰(¢(¹*'Zi6ÒÛÿ3UðSŒeVïp‰ëFY̍2kÅ5åOeèzUy¦ŽAïb*«%íºA¶5RZ£wߘǶ.=5Û~ã8{<Ü_\\„uÄ^g„°TåQ§¬ чD鄤óµüà‡-ì`=(&þV;Ã¥¶ÁŸüá¤.jý»¿yý¨¡®îûàDRHG#ÈBå“mý­Þ+i¨<¹äãI="œtXoµÇé!e2ʊ~i¡®$={d>ά…žC%9¼”PvX=VDÝϛ&¯öñS<Æø1ìðð‚ žÌïbs¬IÆ“2_ΐiD^Ò#CÈØ:søYG&ŽßXˆã"ìQCukE3D§7E¹ˆ6¨.ëíô4–†zÆZ¥þŽ¿Ë"u“Z`>42%`NÕÜï’}ðÝû …!Ò¯ŒÌ=€ªØ™wüž_}A+^Ñ·OxÅ1ª†“aý”P!e'7“õ ˆC]“SњeK®áÁl®/œWãjâ$D9åáÖ6DÅ2àcOº!UËzùs¸2flóe®Z´¾óš«Oßz¾ìƒÑÞÍ)ƕâŽM™Iq!>€h/>cè +­Ɏt£Pè6õº§B!Ý0âˆÆ£••0’Êѯ¡ô:;ä5š›üŒU6fb;›fAyr…_ðu„MQ°Q|ægÈáu 39 +AÑYÆ€«ž¯È;8Åy(|ܠ¥æQAðeQÿ׶x!ùK!P·LvôqþÒlo$¹p’­•oÂHî\&rxCXO¥óIí!€iük:É bÆ|Éh,¸_MÞ¥D4}ÔDxܓ2*ro…Ü^ÐbLq{ýÄ*™øÐC5 þckÝTågÛd•÷¯+@Qà’DÆݪÊEW¾zþÄD o4ó‹!<'øoˆ±Þ07/“ÆGJQôŠº:Àtِ… \ß`€x÷‰òϕ_º¸ËÎ÷-ù|”·£|²è÷éÙôõ ÁùÙå'ÿτÆÙÍk)  V=Ԋxe3Õüà†9\ëC-5.=u HÍ\²M&gßýA‚Cç»jis9k•eØ×NÔOš¯W’2gºæ”†ykH¹L‹˜ÄèGÄy;â…x¹¼±%x‘³rvӟϽ7‘á‹Æ°E썤·‘-ìü¯20ÆNï®Ý€º»2ŸuŠúNâ™$ +OIÿ04V7–Øå+“ÖiZ 3€P¨d·~m­r]¸‰ áÈCå^ +…,…0dqÑ7 ýCêâ©Ö§¸ÁZX¡xž‰Ç“‡„¡ÿwŒÏC‡éŽ§¼'úêü…÷v¤‡‰«FÆMùšqÞÓ ¨,[GébÒJFðcoe²‚FçÍí° +¤Ê’£—=Œ3…F½Éz7WIhÃÝ.ÑFít€ÃH 8Ɵ” ¤(Ӆ@z2²^eocÒ Æ‡¡h|zÒËôlÝÙzÂ5¹ª×¶§ ¥Õéà^†êð§dÂr¢$&P¼d©¦Š‚Fvâρxaș&$ƒ$ŸéԎÓçeþÍ 8S›”,°!‰j +íçÉ$ÉÃ&ó[ˆ*cRbû@ +s…^H2».y³£*PUâ¾Á›º|ô×#“®\ì«ïXR)õÜÓwhýÔ ¨‹S=Wj0Õ;€‰"XbóºÍúљÜØOe´·WŽ¡&„B읯 Ž´ÈÅóÉÿqPø™j†²±œ´h¶ÀMªE±ÔÆ&;ÐÍ +-5_POøfóò!| ±B|Fb¼•«ß7r¹!øË[îqùöÜæ›ç2˱6|5SØ]yiNÀ̜’ë\»ó®€'ž¢òöG vó£JÉ sdáQb~«m =h®S‰ G¹Ðñó{œ=v7`×ðÄy«1(e`T,`ù˜"œ+ûm…ÔVëƒZòÒç 6˙<èÄø×Au 9P®¡<<ìÈh¸Cqø.ñ"*zJ6g•…@2»{Øv‡ÖC¿ú¨–_÷†×Ùmý—`#²z $á²3Qò€œ¶XWŒqíÇ{í2õ8WD8BÁœB­œ™ý¢j•í<(O 6ëöt|æàâvFxñ¥ðNáËr~‹T†sZՏÔkW‹]Œš¬Pݺû½Dp,ÍÑØmçùPð¸ÚŸT +$.½êS÷Ÿ›ð´(Æ=Ú¦Õ¦*#?j“yŠøI úë¨þ–·¦¸g²}µxk‡K+AŒ†2Ã¥¨ßäj÷“yYðûZ-gÎM‚•¹fx4=2Õ£ª³§4Ûßù¾±éÀ&Æ+~€„fiËÂÙK¦F^Pô€’ë|á–à“*K3>FÇc6ª.c×·´¾+ÏC­-%És7µú›c€Ã{Ý=)Z”º~é –O±³Ð‹q#Q Ö0TÀ^¨P_,N/¹B“•‚^@:“ +LB@b¿ÏóÔ®hJè*qûo–)X’5Éó –ù0[™ÿ´±ð­#ñ>G²A×$÷Á‹ÔèȚ-CåzžU¡‘(a/Sšn®Æè«Už›fý’‚$q˅©½´lÓI3•˜eu¡FŸR`é+َ`„÷R,ú q]z@Q\¶‘Ì£¹Tö˜…øÙ·Äh#¿Õ›€Xðãƒ;²k¶(ª àfmú–©¬ãºÔk¼ÄA<¾¯Ò-çœÅ™d8uC^“Sx÷uÇå,Ï.fڙž®÷âP¬ÚOr8Ѿ¹áC»4bDеHÁÙâš3+v<ׯ. '÷%ÜÅéüÖ ÌIÅÑ®„2J#‡›"Á“Îgã¶à8xXaׁŠFv”Šâžz†T¹8ßØør\½bÖöÖj[ + ÀŽ2sžÞ <¯á9Ùόë{X÷R1lX +=Þ•l)ŠX’ÙÿŒè|g†ƒšªÆ ”,sI,èdm&2à8ü:N~3$"_¡¸%T뾕Ì⢤LrâØ¿J=­ëHv­r’Y¿[ŸMÕ ÇÜëі»³QóÊbé"]Nekò)ãuùêãΨœŽñ┘šuköMˆ|qò‚MÛGÇêᆺûèk:•{t„à`ï¯[ŸþÍw‡Ìʶô`=w¼¸öýrº•µO_±_3íÙðB'qüPÔ¨î–TÛ26¡ÉqIέ9΅ë¬e ­×£)ø‹³µúóHm, ¼ZØN°Ž½‘ +8æ4©ÎJ“ãAç ¡‡Àn}€9úQqÖ?€¦—ÓYåóZ{Bý\B©S•¸TC£¹;Þnqئj8Å*P5+âJ\Ï ³4lhu[ÅñDmȳ7;³×þ<Ò¤ ÐVl–—Ùã¯+\ڋ¸Œú‘û9²uÕ_ÜTåÔ"åhB.$NϐGèOñ¡\v™G íùÙïg35‘i„ë¬Ñõó!w`ˆæ]ç†Ô¸¯nSe‹ºqA?L´ßñì@¹ZS0–Ft팛©+‰½z; è&sŽòêO_`¡SbŒÂDÓ?·w> ˆùƒx³Ÿ.Ÿ#»¸ +ªßZrØú(…–ð˜eˆ€®É¯‚G5σÔá^íe‡’Š"VTôàÄMƒ€ÞčRÎçþ¸‰Gí[›*2"*99*ØÞììÎéˆÑ¬YÈg†s<Úš1Ï)ïÊ(ØÔB +4íöªv˜ÍQƒŽÓÀD9¼½B3Ø@¦¼ëÞØж,"3Ð$6x~ªèÅÔ@Nù!×ÿsDšdMIÑӁ¡F‡:i0Ìcª1QåÍ{½<¹Ä’.6îŸä³•{‹ó%Þî8wgo"üBòf@Ó° ֘¥Ø]}íŽèÆ $µª{±R︞½¼ab‹¸bSË);4šS<‚åkºV+„‡ÖóÉÐ~ ’^ÃnœðSä„J'¸ñhÿdÝ0žÊNYÆDßY·±FҒuÿ·šAj}˂´Vœÿ!$‹H ßä+»A5ýh돁äàKŸ„9V½Ó÷,KŽ‡žÓí6pOö?aöóØȵU³ºÒÉ5¥r§í{øçЩ¯YMD@àU^€ë{.Ÿ|ςò~[™3A$èåÞ‰œ¬WBEði¯ÛB‰*³æ½jÓ É¶•dgó,e£ôš§ãü_º{ªJñýEp_–¢â?÷,RfçÐ+f¦‚Ôtcš$ Pÿƒû½·œ&8…äÇ6{'¢f±Ö¥û)ššq®HÅ2È ø½—´I„Õ°Y<#îk͵ ¿Æ²¤-æiAáz8ÌpŒòS»¶÷רÅgWs`ÆðJ’G€Üe¢ þ€QEœE(V…6¾‡Qs|_MöÑ$µ- ­Cñ-â—[hQ<ÜÅÕd¯JTns:´-˜ѹˆ-gR’kù×:„™ñVh¯’]£W­#,Œ;>=&ygjNÖHëRtÏzb,¡ýÜ)¼ +·³™UKM¦éå× õÒ¸ òÌ˦¾¹¬iÕÄÀ†-Õ³‘¶ƒ G¯Wbþàâ87bÿO®0ãŽx˜Ÿo©Qétç׈í›&!‡:ð ¥^:lܱªã=ÏÇè—xL3>õÏ·…^,2rZq)®Í*fáåY«‘u7´‹¸Ž‰g@YÀ½ê·DB!h®¤Ôn3™É(µL/¨~C™9v¾­(Ae»&·Èᔽ®,ªc©puà=íÔ¶m¾ +]0´T«Bdþš¾Í×B˜q‘(%ž_3:Z1ÔÃÝH¾ ~3§eXc÷ß=À”¥Èœ=9Sgº³iz¹<ìb)ÎÔËðSäì^P¬üf!ò³Ro}ÐädGY}±˜‚=û7˃xì‹×vÅ2®ÿ›/¼}@u-¬vÕö—^pp.ðª1øû f¤D)œªÊmã¥<©;h÷Y™ g=jOòké#…·Á¤V.çžUe©M)Ê¡d±Û”Ƙ*A}) ÿ„U0}aElûԐ +j°êa(†ýÍf]ù~zV«;-¢|Siƒ.kܸY+Uª•mˆ9t«™S“yØke]—G…åÒ²ÕÌiSRªgKíÑ»ÑJ:$хùf/]ÎOvÏԇJò‡«#à–rIl"\÷ÑÚ܌ÌACEœÉzmä·‘lÞNUº®×O;b ú7úE”Ö!™W]úC‹ˆšÂ¾g]®øæÉÊénÛºGqÀt¼.sB´å û9K­á²'ƒô¯Ô6Î§Nœ’H\6¾äú“ËÆ{,þÖM’·>çTŠ·9Yp‰ï(wí.bu+kC˜2ÌÂb‹¡ßû5™F½œ bÔò”D(dîs´&ïNÍY9”dmç÷^ÄF֒_K‘UzÙCù9±øiýr@nÆÆdðçBÞ{÷–@- Ú-›€ï{»bO5Ù¡ ù?u™ž'›à +#¹8¤ÙœŠ¯ÿý ìþ{÷h’W z?Šn(è–mÏ£fƒãª’¡qîÖø¿KÆèjVk,Q3F–+˦-ýE_,s£TöÞ¬’a›3,> |ô Ϥºgfø¶´SEVçö®ߟªWöî„ÒÒ#†“Ú¬zÁ`ã̎¾"À¦nÌì*D’S|&•ÕÁÇË=ºâ ‹Ñó7y4`ùù&ãÂhïãk×Hq1>i<³¤¦ï&Þï»$A÷(‹öƒN` ÁYëÔÇQÏ AM*Öh™èåã£a8r©P­¥” dTV­Öä ©;¶5üEӐ¢²î¦ n+~\ø˜LïÓ;åÿˆ¸qk.CÞV©×¤yÓÓ*‡qÂãZfí"h ùˆ¦Y#,L/‹~ëã¬ÚNÝn<46q=™¡p…0˜ÄŽœé é펛ƒkŽ­ŠdÝ_$m«Ÿçž ¾2Ç»É8£eR^"E?==ñýnØâÏ@ù Ü¿|Z€d]Ü=³5$ ù7JÏ­1óvî|y´‡[eðh‚Œ(ü¢’¦ñYM³L1§g˜>tça&na¥Bmôƒg¹1)Ͳ“­HÀ‚Ÿ±J½÷ÁYÈ kz £ŠÿÐýtº@ßð- BÖÜu]ԏÓ÷p8"oÉ¿FkA„ðŒžýwk?93«,ä?pp¦’ŸÄ>”Ÿ³`SSբŹŸ)y¿—Îþ•ˆÔÈkS„€yƞe„wú¼/ìÆ®?;(ã!pH_´ÔÀûµr%Ç`ÎŒjˆo«²ÿkë—H®èåqŏòI}æÛ +„ÂkŽ01–e8{ç©f…›“=Žv·V:ò—晨M8å•n±5é°?l3½FŽã–(7¥u òxsödžEÕJ„yÛLªµÄB!7²ÆÜZ[ýéפ‡*'a,è ËÜ̞Ã9>ǝ¢ÒeˆÍ öì Éd›ûqªÄX83lhßÙÍR¯ˆÀ萁œòú¹ê=ÊlwS“´ºÌqr‚»ôúª´eAˆZì cÀ†PÖ¦>ö朻ÙÊ­F×沇i š¶ûº8ß­Ãy§FUñ†È•ëJ`íË :’b]UD%²ä[v!ðô®Ùå ºl Äscxç90¼iÒÂë÷k‘ˆú"M=&hOú×YÃÁíËÚ;CÈJwÍ <êJ×åæ]$ë9¹»É!$G÷²j¶õ¡)ïDJ*ªC Æô[ç+€Eô)Rnæ^,õԏ|TzY£ »+ò7ØßO&Ҏmh«½o®™nÞBµ%”EУ=àŠO´µ£Èj£¼Û#õ!º±N#JR + +ÿò¶Û§‹žûCÌ0ÓÀ$’°וŒB‡nw7‰Í>¡sf†âÆû ö)Z;9äÏN®V)ԳՐh±­OQx/¢Uy†Hºï"¢@?èŸ~2ª8¥Ö}›ýN 4†{8=ÎþÔ}/Ð8ˤB6Æõ7ˆdGÍ38ڈì1C/Ö£\H‹â‚Q&ú(`ÇZè O·óägüLgŒ#0Ýce)S°OOmŸ­µ®÷e­ì69ãZß-pcîÒǒ>Õm +‰'¥•|’ÓúõÖÚ¦f;È|6>/p»%˜ÝFIwE<ü@ºÉ‘çc!¼ò*ÀF|""im#µûþ].!(`€S¿»%¦G¢ä§ ¦{çëÆؕ«±_Àîú7œ}ì%Íb߅¦ªà-íwô7Ϟ2…KLÐ t¾2z@{›ÿQŒ¼!ù‹âîªR;Ôa ¹¶ë>«"hws9M´pÅÛX©x¾¤ZŠ™é"ZðN„²»­^L϶­KYgµ—`(OHwð/ +ívvKz&x’ý¶|§¡êˆxßðè§vj¤Á  –Ý ˜mIvýÞYYxž4†Ï—+„`ÿ+@‹>±tŽ/j,‘†ä½«Î~þ?ÇÛËÞãI)‡h¬>lAÜs\}Ï>Y7%9žF̚4þR+Dˆ%YyÓM¼sLŸì`§2(èMn:+Y&PÙûb üSÛôw$ǐX˜½÷ó/âÿ焂¿/ð%XÁ’‘þI™ADWMp“þN«LI&( ›çݽ•¹Œ;Æ +‚H¨îFiËàÂÁ´(%¨¯ìˆ½/2ö2PF»Ÿ©wâÂÔñçÛûЮ~u—¬é¶ ”¬Úh¾‰Ά<.ìF=¤±~x<¶¿/'ñ–{¹mžø.wÖB浫Ýx± Cý[±×cÒcâ`ƂZ"Û ÕÊzÍÕCy—Ã~g½š‚–Ù>•‚¬*ö—[Æçžg¸´‹ÜÞ·{ą*¥¸àïÉBT¤l†æ!e‚FýE¢‰ÖJÍ`2wÞÝ>½[ª)À{²ÜI¨Ú3Å Ÿ]\_Ñ/֝Üù4Ü5b;¾÷O´ð_¬õ O%b\¥3Ú–Q–Î.Ÿ38q=é@“ÊóG+ÑÀcæÄ +Û@ùBeWòîC>¿#¹§(…˜¶u»ÚTHRSëe•(|W/No­c ׯqÞ؂t¢ôsݸ|dÙ òéVˆ6ÒZÍT§ÅdñÎc\Â.7>)ÌË]bЬ1¾Hö<¼…õ½êr•…}zúœ¦~ž¤hOðѨéÜ¢¤ØÐÉ5µÔˆ%“,LèK\x¸] >äñ욚§™Blò¸ã{ߞŽÚbËâ„âxë!ZE ŸNÍùãPõ,¸KΗp:+ÀrNêìÿÍþŽ^!»¸;Ð9ö8‚±)¤/ÁЛ¸»• +S©ò«Õ°ö(λ4vokªU°1Fc 37—¢àÄ»§ô÷.1ˆSˆ®„"‘ƒ0m®.Š¢q ¶Ã¤Ô‰˜"ùuòÏх + •-¤Ë>6F`Kö_àRãÁð# ÏËübL³oµ³¦eø·*´PöƒÀá°6»÷ ðgôØÙv!ŒëÝë—?œ‡õ͑Ѕ bãáFìTªYô¥zE&µ·)™ÙÅ_¡ýµÙFéÞ¡px,yä³ç ]/ǑæxÔ'ê\.·†¨úÀ¡:˕Fú8éÃús'"‚ºž‹â@±bå:h]Gìi6Q]$țú)’’ïÚeRséŽ.(ØÔÕJöȂ0ç6sq kŠFÕfԎb™¼Bsdœ_ÐcЊ5aêDsð£[ÓF_ñ±T–wͤR"òT+/@í®p7N'XêqšÆà%ðM Ö©õÞØ>ú«N+™ø×¹P]§ž7Êøt=GÞéïÉpp÷ô¿¾É*š¤š5*\-C–Œ`@ž†sg±3±L +ý·Óƒ;D©èMãL=ƒ¼qȑýB¿Ò>®—u$ÏU»ÉNÅ[±.ae6ng"÷êʖ©>Q:Ö°n^füëÞ_†•VåÐÏ0£B¡ôo?ß0ÔOâ }9¦ñgd␽yo™)"ó‘*òéi›Ö“†Ç]Ã+r“òw[qE×vú)úùìz€F^љ×vó>íí#ŒICÛé‘ÙÏ{#‘k³ÆÝp&•—ŸÒ6ô•cœ¼qºeÔIN濒"â"EzõúEç1Ç4¥"@)nÂÿ‘ý­•ëR›U/£xžÞ +¼ææï;Ÿ+!á”T8ªA #¯0Ð`…ٝb2ŸCqÎ溽¤¥´äƒqÎ ÔZ뒗\îýäҀ("#¡œº'zð¾_Zçøq½º«*L5a¬/E%€ÀiCžBÉ;Öƃƒ&;—€¸Ëþ óÞJОñH`õDmAsˆGvNÉ)P&Z¦ásÙV¨(wûõ šr=ˆ”K‚ šÿ9o0­Ö»¡ Ÿ  ÜÓnU“;m…ßx™Þ¢GfIø"­ÕgÞߟ„÷?‹mA’g@ûd˜…XÄà$\Ôv9c’ æqŸúüõ˨ L½"Eà‘ +āÇ5£8Ï*÷q¢“Xox4ño’£vgƒ¢„Às2}“´¼Rm/úó‘‚jÇZ¸©!Öò°DÅð`Ô@E¬iˆ8ì¿ìšže~5rf)„sÿ ý34B³•_äŽiÇ°zÄCה÷|5띰‰…ïïŠ.‘l@gGöxÓ¬ï]Uò~<#G®¹Ööèù‘üÕç‰â¶üƒ®á\ +y<~#¡•‚Là[gcÒ=sb_Nù(¨|Y…æ‘êIìÈ Ü{Lj§ŠÝeýßnČÇýã->myÖ¹ÙÝÃ9…Ñìwٚ‹ÔÇlÌ!vñý};E ìNÈCoØYïÌ0ƒ(Éïªn ,ðÄäÒ±½Y`¶æ +ŠÛø˜,Æ%õ‚HÕÞìlQ’ Šcº©°€„M©Y¼¨E¯ß'Y6ùM„àÈ;«_Ažšùt÷ƒÿÔÀ)›l.h¤Þ #Õò‹Ç%Žh¹Æ®£ˆU•†xÌðš3B4°¬þ8bPN멦—„/Psé…0Èú“µ؋>²C,vÿüÁþ1ÂúNs9\GÑ÷;—¸HÆAäeW½Œþ¬ötÞ-PÍ TEõ̆Z ÛÒC”õ;“mþf6ÝPK¨ûU}e“ðÖ)ð¼úÕDpŠ»ÂMNâ‹œŒƒk»Ì”<`·å“•µ…MˆñßXz x0¦‘YÀŸêxþs®–iÕñ[ÖÙæÖlçp»Ž—U“ºŒ~TZ/#ô³×¥Ò2ãåª#÷–±>hÐ›Ø ‘Ÿ¢]"T2ŸҎS·"ÞVå/Ê8pÉOz]KÙN`.dê $íÀ'{3î´3CŸß®Ëm¢[è“[v¹HôQd LåÔ!TsÃ'åí)ÜЩPXü¼N“5ðT—ªÂëQwR©&b°SVÄ +Èy×;“滝z#¨Ú©"bCTãKŽ¼gâÃȍÎ6Êgœe÷n£h=“+šm¢ÃáwZ·Ù:"?XÓ£í=҃ â,QKìèÃÀ<2ÉækU4,9ÂO¤Ó}f@ŸŸèoþòKÄ-hJ¢JDa¦èà:dˆJ©{í‹Ð;¢=V +IrÄ5ð´Ò³}T½À EcSÑ +QÛYeÏÃQæ4ìq¸&+¼À†: ö°VÆ6¾Q ö|–Òü‰Bn$Ís’ƒgã\‹F3#AÀÙó¼U{qð•y˜X…3Îò”tèߥv|˜KÅôo‚'PózþAœ†láÕ¿c¤«!BQ:÷½ ãl}ûÀŸeâ'TAV=‰Œ,Òám6rkHk_üÆeö7ÁþÈ®£ù ¿Süš—áÄh¯`ÚÙP…°ŽPõ'$ùé9nµXíPŠOÛÊXThýR£ÉΠ[æ=’´›¨Þ¢¨oiȔÌ.¬}í”lª°>;œ ¤š‹£DÙ^£·˜ê Õô³“‚‚W.ŽˆbÎ(øÌ/TXHâiHÞ6&ʂH¿3Ùx‰ÏáßÁÞ´gêP˜-9vjƒØ—îÎÄ?4^Bú…3ÀA-¿r ŒwwiSJCŠFÔ¬ˆÈw·Ì?G×FyŒÃ¸ÌíòFÇ}C!ñkËNN $è|ßÒÓ7ýJ$iÁóC ³=l½û8nâÒ×¥>Çgø~aeU  ›Ö©\‘àÎBb¶™Ò¨\F†,{UÞ6bGT¯zCw²2ìÇÆށ2ԄBÿT–0NJ2݋/ïc_+¹SIÜ·6¢cNäÄgR@GÜAaÐg‡ï>+¹è’mßÌ·x2΂÷Ãó•ö{Ó£uô˜‡äû Œ©­›ï)z7žÇ°qþSç.ŽDƒ]Œ›ZƒÞ&¬iÙZÉÌ"݀–ÖYIú½zÜ´tP×yÕ,iОZ`v‚>ɈKmS\ *± Ìk«=j %)õæYWyÎ!éBl*0Ü×øù‰·t5¶Ê$:‰E|¡õ֔rޅó \+¸6µ’(:ÛV±¬l¬ðU$Rߏ%yR·<ÚMa÷³'ŠSJC´!Á|Kävúž¦¸Ñä:~jøÊÛFrÇÕN…]þS5^~DQÖ¥ÍnÝ\¾õ®¶ëø"F²E¤Ú#Ì',üđìՋTw—c&Sù‚ òg@9ÿµš¹0eòOîrʤ¦ó?ûÌvcÁˆkh±çŒ¦?—¼Ž/H¶Í+“­¤ópõ>þÇ7 +š†¶^ËÇ5#“Õۍ‘œçz«9þd ãÐ5¾é°±>–é·^¥<8eO‚¢´W(½hfÚ2níûDMV¨õ ^Jj·¦rœÄ/mÀdtîÿƒ–“»‡{ˆI€(øg¦†%÷ N'Œí}¶¸~¨)ìÙ +endstream endobj 212 0 obj<>stream +²}Krõw‘æjùX‡7GçTº@g«•|}2„ç:[&–¡tÂąwÏ!uvöʽ†’óîYe(üYئóC tdªšî@Z±ÎYÞËæ×âþÎÿ"-kÌû—tHš"Ñ}û¦àU®åxÀ€_–¹œ¡ÁÚðrüÒÓUŸ%$._vx?²Î‰"çép,¶¡u„£NÉü¼4®‹‰éjÚ\I[ßØçØÙó?£Z­Kìà· ê˜ã¬nåÑVÄóuDeþ"¿ºçÆ4wöøn˜‹šÂ¦n¼`²l6† DÌ,±U ¹È?ÁGTó·ƒÎƺðj¯†pI;™q~Óq|VÙõ2®÷†Ä`Ãm¢<Î~ìš –(5ŽÄ¯QÀ]«§"|ýeÈۈ€ d³ 4Г´ÞöÏwTôÚ9ÐZ;Êã@:Ì)$ÿuŸVñ Óâ÷àÄÃ\z)"Ð]iÉIþE›J¶Ÿ^ âù¢®éº{.rŸ³bdq Ž³­Ù“åP"3I’S1K…û­†« Žv!F”ßÌékXfûNXoÒQC–Ùz¾û˜ýW¯Û[ç3n#˜Ît+7cus!ƒéùgcÚ¢²>Ep†øZ~¼};b'Ouj°HEæ²g …6|džñâTú£¡”òeÖі\ëGòqXq/¹‡Ë/–§•CGp5¾^ã>ÏI²^|ûârLàÃËë· ¡,»î *0ýEÓR¤qöXS¡³õ’ý{c™hDàëP™>‹Qèùñ«âP˜2Ø?”“µÝ <Õë¾â„Ó8ì%š‰Ž$>í6;o „’ç'°7‡þc¹p6ëI¢Â>hrb4VÔ ~¼ÇSº®Çÿ!Óck¯¹æY$¼¹iÌ»®{Á•ÜwȪ‡Ÿˆ$DÒwpïµQüV­ŒBÝ:âoðd a¶WߐŸÁ,‘†µÓ€æ=YýÖ^̶Ù6Ì|]•’eUhcn%Ì;z e_Ïnà†Þ¡Å o,yŠep˜Ó¾4cÿçà¯S€÷½Iÿ¥j1 zNhP§k)#2uþË  ÷ª^Ô¯›,½õ —>šŒ¸†›‘Žì ÿ’ ‹wýʹ*ñÐ~Ï×MÙÏt×ošòrP“`þ‘…¬+…­‚óp߀'„œoo§bÑ ‹²ý™S†¢!‰Æ-±&ÀéðÙxšî¼1ÀWÅKҚ£üQ +÷æWXÔ9ä‘gt&¾¦ÞÖÍØÒ-•Ém8S0Ò~äu5`OiÂy D_âu š"±ÞԒ”¯ªo¡¶#áÒ¡ù.ECÚ0ãõ’; AíqͶü¡ðTßA7ƒ Æé­ü× Ä0?$C™ +î?bƅ=ay„7#eø}ëEòoÏqó‰zdˆ šñŠ³ŠˆÄ­n—ð •½;Ùï¨;~o29‹ ÝÜe™ñË»ó†ù:{¦•H'˜VÃ\CÐæMшêODŽô8‘ˆÉ)_°J"‚r~¾ƒßðfPð€~kÒ!ŒþG?ÁÿÜõÕæ•Îôˆ‹ø• GHM¡áºDÅ̚ E›•bèvAõf N÷ݕÙf#Jh?¤â1dº£ƒnuâk…IEÖ4ïAêå¸E@{pljß2‹ ˆYLKGç°¬ÊbƒgʅÐ××ð@p!ó€Ï>ín +ÿe:Ѽ¤.±„°övJ;é\Ó îþg‰?èÏ¿¦îìJèþø¾Z¥-qø %Ì&cF~âË°‹ï¹¥ÌXL•§@ŠÈC®P}¾XÊ'òFá°ú¹{ùWø D.¨–Ûš0aÓ9ˆzÄÞ ÿÄù›KQ‘0¹ì”ôÝs„é)€‡—ñ³(@rÄÙPmwìYÛ!F)À(°$&C­™2‘ßÃÁÒo!ÉMó÷h&±ŒåÁ±Ž0*ç=9N-cÒÉҒ¡ÅvfÛéü÷f/8ÑQËåÆýïšZYŠ£Óë˜JÒõ&‚:Aq™-dFÁØÉã4l©ÑlÕ  ò´¹MáWþB±}¬:¿í\|R"rS Ö^{¼q`p¬¦°.{E9HËurk‘T!Ë[çòͬIc¥úªàk„K q“4]U҂<Ӏè¯é)Q…ifw6eu3Ùëø’œ ™h)iù·!¥-v×|0ܹY¥èPN†nÓÊ ¸ªÇEW¶Ã‚)Ùˆ‡®á›!÷÷˅Sø‘–¾•=|íV¸ykñ;<#@€ÞûF)¿“KŽX¯qb}áÐI5O5Ëj¾×çù2z-U0gߋ—˜MâúþmñfoQ}eXô¯…|ü­b=M w?O’,†n@‰”eæ´Ôv–JòH : %ŽûPMØÐj¯j¥®¨}=4m=›o…Oý¸U½‰M궞ë|4²;à4ÝBPQÎê6—ãp­?fTâk.a,љúÇ4 H¢LÑît*ýÃMèèúù_k48ž¬/ê)" +endstream endobj 213 0 obj<>stream +Ï¢€ýÇ;Ü$žB؆ëv¥£„Û,0{iÁšÏLêŠkM¤&¸žü0~4¢x¦<Û ²Ÿ…¤þüi‰Nƒ2aòŒz¶Þf<Ǝ±v™1‡>—jPW;a[öaGRuµ™Âcþ7a-½*®ôýM9ùÜcðjÊp•Ú©Í3×)%®u2üdgãÑó +å`d°=ªU~>(êïË0xm˜Üá“âJþR‰ÊÂü[Íџ샧y!H';Èô +w9‚D|Ôr‹.íÖoi¯ÄDqc©¢à¾#Zð6:ځx@òrÿĜrU‘Öš˜‚lÞ?0€Ä!IµDy¤ƒ‚ F;ˆàn8vÉê2´N hD;€,v'®p7%SV=DÈRÌ΅m>½•ÖJ¨°?“­ +Ü §IàS÷h]eߕæÀ³×/#‘¿ +­Xݯfi]šU_䦏.Ý!J” DsÖd)îöpt×»cþ?÷(“Óïõ ß¸§¿Œt²"’m`ªâSÐK×ûlNdzŸÚb(æÇfPÝu.üx͹1V6 dy¦JÆ^(QLoê ÕÙìEˆ÷ eþôƒ&¹7$¼X ¼¿=[‹qý°ªîð‰8y×I«3yƒÙqä^àb×,VF/0é¦>Ièüž=ôØ¥þ±OÍ^|ØZÍ0`oª;²áäÂùç VíTÛ{ÒÆm§Œr/¯†ZSœ'ˆ˜~ìš$Ÿzc0#˼ãÐõÒTø§€ãe’rùR忉ƒÎ…8ª¹üW~ÛëÖ¯ n–máôï~ÂÂ^ΌõÇʟèVOxíäã°©´†hPÍ lèòGD8¢iĆK^v9¡ßu‹¡\aÿC©bIWùÙ¼ôpKÜ×KFÝÉùØßùRýåõêٚמb87He1&Yù½hŸ{Œ±ÝßùfµÝfÊy%E21e­gjFþK•ì…ø óî 2ÛQ3-€’C¼Ðÿ®{}ôX¤Œbò;&ÖP†.|X¶LÌh„럌õ÷þÐà\wpœ™~ìIýK¯{Ç \Ö='& ©)fUº_׎¤e—†•óT‹Jœ4ÕÑ®a4´ÙÂ2ÕD¿51&NwÆU׃›«­ØŠ(gñ„>O­àª>stream +‘&׫0Ѳ—‚!´îÏ˽ü©#1—é2‡)NìU˜—Æ5Ä'š'%'/gBÆ"k:a‹©"ç_ñúՕl, çÀÿ_‚JÉqe 4 s†9r×`‚e÷Ïox{,5E€^ ûC Y¤Iíi\H‚Ú+HbŠ£È­„)aÚÌâY×σ{zíì]Ó$Уß|+̜iy·q-Öî[qŸ¡BaAÅäO’’xn“ C©@×Ûêg#¼lbëʆÂçeÞÄ2á]š+¨|åœdWFÄCÅtÛwlK&‡Y$p15NÓęŽòÊs)RÚk3#î÷ݳWæÓ)âA§4MÖnÙz5,dzI† î™£Ð — +ÂÓÞ\ãòõÆЬh½Ø8ø»â·É(üÏÖ6ZñfŒG2;_bo¬ÄóÓĊ€Ã~É.“.ÙM.«RÛðü™ýpÿ!ßÌ4?š¦Rõ¾^•Ë,ÖäV›Í' }õÇÒ]Ì5kÞÐE“H3L¶WÇìÜ:™¡XìþŠE_Ó9¼RžTðê2]PÁ癊bdU8{ç?VE”ºN°~㠞*TF Ä=,ùîìÌXò,þâõéçoôÕùùwüýú¹Ê)(œhT1Õß¹övß½Ø#×Å/§²|âï÷ÙÒ$ÿJçӏôïÓ–©óì®×ڛ(·_õFÛº$¿›C8²<Ø0{”àÚRÙ×Ó•ñG1æýÿIá*¢9-ßhç˜òS;Í_ôŸ¥Æùa4¤- íï´ÿ) Z—Ð3Î-Çä¸é†Å­‰É0\awgHÆٝ© Ì#o͆ùͅN !ýµ£M®H…bV/Y ï³"6÷XËï• m(Öìëá xlÖ'ã™îL¨¸˜Â˜:"lÖ“SI¯£ÓŠ3Q›e5óë¦ñ3ìè +endstream endobj 215 0 obj<>stream +ÓÎÒ֐:<ñ×'èM:ƒ!=;\Õ'p×y±Ûˆˆ²zçÀˆ%#‡§䰐ÁC¸Æ+õ;ø§¡r¾‰.CzS[/í `.Ù'UaK%rËÖ¾ãïgH…óLÔâêK¤oiç$Žú$?Á;ӚVþCµ”U$°q#ÁOjÎZS+»&õ¥Ó4L‰õ<åWØo—=¼•R‚Eîu +©K: Àns¦ö=šný /î „@ˆhÁÐkäT>/Ô +6 ]´)cñFÕ+Ÿv¶C›-þB„‰ãTJôíÞù:gá* ·”žÐϛ-åSU¤Û$¹ÀÔáÉ'Ìøh +Øpe=  ?„?JÁÐ Ax”ØMaÌÙý ;û/Ž<Ÿ"+„»WVÖ[²÷#÷…Ÿ—r¸Õ$´^𺐲y&ãF)Õó…—ì}P—òˆnðPê U/.ܖg KՓóÊLêÓ§[‰Ÿ¶-©š[FˆÔL +;'5Aüø +,g݆Û?BžO<¥¦‹1K옊 ±/W,´ú®Vø3®åײUZ´Á>Å`­\r†ãù^š«{ȟsj.p¾ür>PWãcç/5SÃIÂâÖǒ¤Üi;sÆ=ºÖfÕµP1- +ýe*Tv(ÄÞ¶µd݁„õc7¿G(æÀ–Çw¶ÉóRDü¦ê8ùåËZØ!d˜ ¼àÛá¢`l]ØBâ•}¸¬~Æé;K%2sA n[-üåﰅ½–ӏ"»Å~?DÂÄæŒî¸zièú՛Ÿ†’ à@öPì”uB_…s?(‹¼<59ÿ?L1"š@ìaI€ô>EÍKîo¶`Ý@Ô¬YI–(Ÿ3·j<w+ 7Ÿ¦²U‰ f¦Yw¼E)ÏüOï­áñî]U‡³ežß /¼L¢¿oÙ`¤€¤\Ú~‰ *¾õÿÐÕ!à>stream +]6Uh¦oåÑzNPhzæS=1AÐÂÀ¬>Á–Óh£°S¨Þ‘9Î2¸%ªý°¥@”ôVñdE>¸€ú5¼!4 Ôð0ÄR¿Õ#Ž<ÂIøC¯D€ÛË ù=.£—á#eÆ3¿gËcUëÇ<ù4uñ Gµ´&7>zâsŒT¤Ñ>@¼…=_’a÷÷¡0MÙf‚E˜œÇdÒå õÈEa²o<Ê9€±×%Òap¹Æ°åœíýŸ\Ho›)ÿù4ˆ÷býÃ<:»ï‹aÆ¡zcd/ölŽöîýwÅbÇ_RfñD|>bÛXŸ@¹ï3Ÿ7Í!»G佃ïê'ªXÔ²ç§<ÁHeXëß@±¿•{ &⳯¨«‡m›Ë2xÞ®íÌÊ +hºNÑò`˜N&¸ÍÀf.¬Ö4¤>Aê-—[ª¸]‘´P=[»ýw"5»øҍå†4q <’¼·éLô“ûú®Ôú%\÷àcÖ~®åºEtaôq<<y¬ÃRþO€p.¼y®TVB4™ÏB¢ O¹ áÄÆ@ZþLꐮˆs܈’qåû7ro{,Ð(üÈÕÜ֘glaï90/–û™û§Ñê½Ñõ¿¾”á>ô銜ܬn$£dhÙJGìh=˜>|‹aID¶%-¬xã+W@|a•‘zÍ,é(†Îøï™âU¿Ý~uE`¡šÀhÝôiÊ ÆU3¨à >• 3±`G„$(:Ÿ8ýÕ+I„lÒ¶¤PŠë’$óN“¾þ´lW©žAæ4…EÜ5©XÏŹ!)±Í0aŠ‡…`²¦dPó‰wl ¼æ뗖$ ŸNȓ¾ðąÂ^ã°¾ Ö«Ü„ãx tþ¢k3mØä˜ög÷~Ûs+\ªí€r?;}-ŸEü]ÚÙÊóq•E¯ UðQUÞÑâw³7ø5¸ +endstream endobj 217 0 obj<>stream +TP¼BÝ +YoT¾»iuд¡‚cÚ{[ãt\ wó ¢!.ijù]n–†½‡žNY3hÁ¡%f©ÆÙEC]Töf©š¡a&Œ«ÉxNýßÃx‚ŬMcN˜W:'`ê¬AÈ4ÈÑ̛TǗjùI—üœ„îÇÿŸ™ÍÿzóŒ#3™/úý…²{ï ‰Ùº˜óñ²Û†åctâÕócÚÙOa¸=‹@& öä÷y-¶×îÊSÖDä·c}€¼×Œ–OTèóÓ1ÊXO\ Üà†74?®f­”2 ™ Ξ7%Îexô&Âæ°³t½fGòèúåَê^»4'ë(Ô_¼Uö5 ÆÇ]HÚ +æÍ~B’{ ¤}í›Aє.Ä\_Æ5ùÌKÁ:u®®Î^¨=9²¥ÔôJ¡çMµÍ¼aIL“äö! ?,n[@ô‚Új¶ÐIca$î @upÈ÷]‹`jѬ+l™Ö¥ ¾tÕ姸ÿn5mâ.VÅùf«ðf€j#.w(hƒÏÝ¿iŽ¹éÜ4åh0ÇÔøe™ 7`[šü¨1nync=½øÑëD|}rDP0æ‰T©ýb·—?_Ù\Hƒ„[´-B3ÞÌYd½¬*¼7_ÝcáߞêÔkäÔÁëóU’ )cÞ;½8e¹ÌËÛ¯5@jT:(,¶B¹foG–Ý™ ¹ñ´)u´í!/2™Ž¾ `©~ Õ°Drò”wër "‚¢§ÄÁ-X‹°Á2-•3ø–^¥e^¥Su2ÆÇkkªŠÒn©íùã݆†‰O\PZ +%×] Ô²ë2®@4¶Ãæf‡ßßL–ÄR{&¸KIŠvß°¼cŸŸù¥ÌÛ9yãêVžX¶¨Âž8Ú£³w@øîŸé°µ7²~ÄÎÿÁœ®‚–°Öϝ‚”²´åjxÙÊìËx|0ŽÍñ’^PÁÿ%!ƒX'«.\ßS¨päl†*³³ +endstream endobj 218 0 obj<>stream +JáùÁW*-¬$¼ô(ºÊ TøCOÜjptõ2°Äfwë"—„g⯯3Mši}W§7˜?Íõ—lö–šÌO¯–ØJ†øøRB ¿ŒîwYÕî¤ÙŸR6‘ªå(~§…dÕªŠêE3è¶ö‰-Î <* ݜ©5ㅐ!µq¨Yò=!ՁE·¤-ê3—î›ixïÁmïpcb²žl~,ç&ÁÙVäüMŒYHÄóØÀyÕa‚S-Ÿ¶WØâ‡É +í —N˚ ïÿu /í-‘¥'@ibèJáHCG¦B™TϸE•y—f¿Ùþ¯F™Áľà—ðió%¥¾ a€Ÿ>=@ +Ó׫ÍG¦Ú˜‘8ì¨7Ô#¨ÞeOߊâüÉDeøzíOgSsÒ"‹ø…èFæé‰ÊMë¨Q”åîæ<øf&šQÁ +O.“À6î>·bÆìzÊ0Å9Á³ £Çė‹%pþŒÜq1¾šzÃñkŒÁ°üÄ>ïHŒá€°½„G(âDÖx²?è3šÍÅ`7–¾–¤´S?u$©’À¨h©Qw»!,ðd]x¸Vj 6þdaš‹èÞú#v0S P,Héù)Ì8‘‡¤¬#M‚oWlòúÏ1©Èv…Y³›ß]º+V}uíD‰Oaµf˜.³ÇZv´@ŒY?Q‰•ÅlçÃÅpŽú®ÝDfñoMÑÑk‡•`å™yÐh9ŸIgäÉïÛòxíOÅù|L,vÞw fOÌîú, ó›5"]o c“Çè®:üš£Î†# &Ü[=÷ƒ¤§E 6#,áBäzkD.ê25*ەùX»íì½» ~<|ÔÕ·ÄßG:Ž +¹YI²X²˜ú©B–þ÷ŸáDÅwUÒ' 1͒ºÂyémŸ^Jè–ñH]a¼8‚fK>miïb4Ú§í¹¶æ¨yӆqmyÖř† +endstream endobj 219 0 obj<>stream +‰k”'ËQ`f9èͬ#h¦Óso1¦rý‚֚%áßbÁ,³vFÅükY{ú¬§|g"Nk…ŠUC#¢üe®”% +é7®Z@õyï0Bòª¢f"ì¨ÓFŽTÂÔ»ÝîÚÐlrÍ7€eI¿U "g¥ûŠÀÍëÛì 6ö-›ÁV³ Ãl’( ðÝ~)?ƒ%‚"F±1c‚› "ô©ìrÔ0º|9&~§ƒO\3° áf™U§f{A G9®ߨy¿õÕ#± %š|+ÔéOdÈ¥œäðv•"4'åîfOÿ6˜çªñ›'þ —[??®þnøA¡¹ÿY7-A¡þˆT!çr½DëEb°.æ« +¥áõÖØù«·…¬ŽÐؐ”c£ v秃ˆûä[ڗúûóÈ ì¶OÀ”©ˆNCç þWv°+å´v™)AêÇ2“â†nˆåw}ò›JÎ\'·ˆNÚàCøµ”}x¾{Ï« Ö*ë"=ð¤Ç!š>†<$3MX5*ÓNàÒÊæ†Äé³i˜ ºÕdñbY¾í‹ÿ,ýìÆÇPc?,Õ$¼«toÕÚÄWaå`xp÷Ð#å?ú¡-Æý›ñ¼Í~e¤‘mwÿØõ©„j=ƒzN€k=ïú²£ÌÉB*×þ”³SÌ ¢ô™#£¯L@›:ÿÕÛ{¥nD:~8TP;œzLchù~š¼h:S‰=ÿ½a)ìZ&sÃê?¨žM&Ý£ƒ`¼=ƒÐsmfX?ÉÇîæÙù;҅êévÃïd°4>üîö+ÎaÁ6v¡Å8«~²{­²Á2P/TOp²çΰX5" TÅyR†Èز+u<\RÉÏ-¼¥85Œ5šï§¿” ßCÁ’n‰ gg“Úu¦9…í!èµ^Ž7áGwO‘Ía‰bþ'•Xè-8)?ȒŒ`ˆiY)Ex +endstream endobj 220 0 obj<>stream +dÅ[;<”ÇZíÓ¶¨óÉ­1¸‰€4È97¿—Ú×%{º!¢gÎ~¢„eJk¶h.ªœþl@ºX¢#œæÔâò]”2\ÔáÊ”¼®I Öâ9–ë_ œxD€ÛìÁ‘ Ք4¼Ÿ†Í³.v¿“ú>Á„VÒfé@w ”µËÛÑçMŸpSÏ3 4iÝ/±()¤"ño\îU_˗#†Çsò#FßÓý3¥ÂšÐÉI\ÙêÍ.*¡%Þ¤¡>‹4«¾njÿƒÖÌ{â-qNB"FsHPªÈW~7sÎú›Fl9Ú'¼Úm9æ6¬n¯¸zؐ˔Ö}XæZ—®f¾‚òW|fšˆÿ{ÁñgLMo¸mĺx¹Œî2ØÆÿÛg¡MXVa"$ؕ\›YQáh§a +¡ò7ŠED ÿtýBxù¦Y´Þ\áá +­Nw×ÐR [|«KùÆ5[¸¹f’ ®rVmX¦0³KK• úؓö?÷fã™O©“µß¹µãːܺmf-}KMgh>®Qs4¨\·¦¶Â»÷PÌ潈{ U}%¤¯0v”¢ü9"ÍI4±QËkF#H¾ÚÃ~¯Qž—P¸€@‹{  Û6‘Úÿ7QƒIև +m>OP¾gK_æ0V¬íBJ·ñ¢‹~“M¸F”ÜÄ“’š‰µ¸ƒæj›ß:)ºe3æ™"’ˆøë‹Îv3ÀrÐi"ÕMÚm tïiì-D+¡ã˜H¶'ÖauüA×N7ü¿ÇeF‘C̗b{ÒþMëÃ3ðAêuR!¨`î‰ÉyªÔ6¼?ÖðJQ‚V¹º!™a33jÇÀû,|ڀÀہePO23ð×g¯E¬ëéÕÏ'õ‹‹‰Àÿö$2#ø£Éwˆ½f^µKŽ—Úړi>stream + b‘õKàïåÜnFïæìŒä5z´Á«Tõg´Kä­ÍEeٚ2ÍzÿQ[f‘K(&ãé®l":RñÍúIðP‡=ä4ú #aî?ïÙ§›b²ä>°±¤'0{.€änÛèlzN|Þí¾×J]â^@•ðÕ%.“jsN|—¤{‚ûÛæ:“xªdjn©"R1ºG ˜[áÄ"AJœä-| +¯£°Ç^¿¯Pþk- c, +WF«ï…#¨Á snDãŸAÆl­Èír+FO`W¬8‚±jsä¢Ò@ +ëOrUºf^,{B¨U…A²îã¦Å:²ò£yeá"–W7mOuÎÕÌyÛרÆæƒÐB:ÅÁ™n/Ò,fgÅÍmW"yKÀ>:¾87^ûø0ã1Z@NE`å¾’Gäw¯®­íNo©]ÔÌb_âŸÏxôÆó2{ð)ڑŽ‚€Ûè‰+…õAThMÚú¶P…ÖÙ«rðq«¨ÎÓ_v’u³Â1k¤4NË@˜·›þÙ mYÊv‘,†Óën +Š^Žëñ±ô~™ÇÃèhüM pK²ßps,h {oçõ;ˀc(§^ÙÃyKíázz?gøßß|[ú™ßˆ’OÏqÖÒfs›tYþÇÂæ×,Ü6qµ›ª¯HŠ^ãêïšV¿ÉÍ·²»”²¿_¿é +Ĥk k·5nàY*”=uu D_wG.ñfŠ×ftD˜üÉc»Â`‘EþE0*¯Ï~¦¦Ã¥-M8gîs½‡«ä%š+:N‹Àž›MÍ¿¿ž-¨§bv”$Ïäg8~T[íȳZ»ˆåa.ё³tÕ)‡ag×Êם!Óýª(N}¡¶9ÐAéNhÏqªõñïüë<€×™vBÀMäc¬ˆäkƒa{)b+ˍó{bûòü%(^¯#UÅâ +endstream endobj 222 0 obj<>stream +–¿´Pnì9úǘšÎÔ’¥w¨4§é’·Á´UÏ"k¯nÈTƒØ~HózåU^æw®…o‰‡‰y0Ò?½>ŽM.Õmb’!>23 ~è3é Òe€m  +D TÜø2æ°çû ácW,ÝësЩcº„ É¢*zC«ci‘Æd™Í‹ž +!¥¹æ°àZŒFò]R¾#Ö5›[ÉÙ9ë‰PÌaïíj%¬Óæìd£+gtcà÷¥§â}9!9A ¾I­[݀ëéÆp¦ԭ̞ð¢‰B~žTm„…·pÑWL¨¸K]a¥VþD‹MdŸ:É}ÙZMÉ}ê{iËfY/DScÕHÀùÞf²Â«œ1©Ù&+.Ò¤àȒè˜U±;¦ÂiaŸ® U8ùÊBl1 œé¯úñ†ƒ¬ÉZ®@ºWÍI—ç:‚Š^¦Óæñ¤¾ òF5ÕåäW¬Çݔ2 —1„û vgµKÆêR_â(Š°"Ï9o²ƒxÓëï)øñ ÙXÇÄêè2ò0ù謅í£Õ‰ ɕV±±Öû‚õcËNċߝÎAËFë8C³/³ÛöæÝiÚ¼B¬xfš©"š¾ªÑn»h73në'voìGV'‚Ä»Œò'/º$ž‹àÞæs ›Œ¹Á€eó›íë8Í +:hnQïFcͨ®Ê”AF0ê¿À¡½Äg”÷a®¬»Î.q÷ÅX&äýš³ÿ—dvp¤ÊÌ1•­ý1Õ¤ãÌÜx=A°n_yaÙxÅj1îŠÊ¥ZÛî&° +ô4"·Îð_a¨<{}Ëm ê»Ò)r"±lþhÈ.4¾«}êòkêÿ”äü}§n,‰ïÕóÛAO{æ2¡ÖŽWà„67šŠÐ$zz'jg‹ G„kÞrP:¼z‘Lþ”IÏ&kŒé¼×m±ˆ&Ñç×(”(ï^~‡)OõwBÝ,ôu zéõ­@ï‡½ +endstream endobj 223 0 obj<>stream +êV¨séòø IÔ 1®ߐÄó“ ÉüEžy룔5‘¬”˜£ŽÝ~ã5¾yOö™×ú+í!ŠÜÉ°zUÿËÞkiÞ&qE6¨M0þ1“‚¢ðyÕN¿Ù}Ѓ2ÃSÙ\Ÿ“ü^ +ûlQ_Îe£HáÿDcÙ6ô ƒ&º¶¼,M°p¿cƒ~3&ð3­n>…?/΁uÿq½rDчrãS»Ü0 *½:W}?¼(©¥¨¨‹‡gß>×yMXßé<é:ًiî@2ZãYßâˆH[Ê:¹‹FP¹ïòè¡×cêòIäÎäL¶'¢Ð­_Ýàg$]è0ßÏ»+ÂàÀ2y¶b£c¨âb(øþ2á.öï«ðï…rêË è5â]µ¥Xî!—f¥ée;'’P†˜Â¼aòNs³AfëK«Bnù2{}@nÇ¡5Øö珓 râ.¤¨‡Ò÷T_‰›µm êl+½‰›Ð!˜Ñ¿4gÞrû¹FœÁ7ãúaÅð[àôý÷“W‘uæ˜]Sˆï- >ò ƒ¶lÙ ªÜµ<}å€ l]>ãÞFU?Ö÷ íÖnlðRâú[©xá-oÊ©R2QÚPixËkqæ3èHv ¿¾ºÝ3_,—&˜gâ$Յ*Iô!dz…žã†SQÑõûÌ©@.âY1§f^ë¹ D|h¡Tf<J³sp°s¿ ¾¨§Ø „ xZGo8”Ñ4àÅgw­¾>k°ÞÁ¶UÙiÌT'6æÀåì‰ûBÜý?HEØ>ð6ôy_eŸê«-Œ÷OC- )O\¿¼ŒJ7”\ÕÚeö°Ç'½¹áᢒ%ðhÖ«`pÁd@ +N`h>stream +,°è-ŒÝ'c²åèþZ>¡ {`Ã~†snÉ ½ß7m|ÎT§û¾8-ÍÇíô +÷X" éíKt>>×|»>͛¤¬³z+=8fã,ÀV.ô%Cƒc]P™l¾ZôsF²éDfRœ‘Ý«„«X…þÃycCº'y,m‰°´;åÇ=9 ‰¨µ:%d!Á"’yÂwå¡õÂseR<»²,ݏ,xM}C[0Ôå†ÄsÁÜxWòYZr·ß@‡É'6 è·óÁ8ú¾‡ìÏ €–¨…üô{,Ú[‘R’D„’¬´-»éñBpxÊç[8¨³eH.‹×€®›]I0ζY]($ÅümܬÆò&;>@yÝߺ¾ÆÂS¾%AË9QãÒÀ xÖ3Êu|Øo[4„ j́gIÐ~éM +¿Úÿt7JŒõîL´v_¢™îÓµ¡Zà´ÞŸ¤4“öW±ÔAz ð@ÆUˆ—Š¶—¾šŠNSŽ®Â:nÆ¡Pr£ t… ¾c+ÙEÊä̤h<¦ÈYª„NÏ÷4#9Ä+ v ß%k݂Ríô®ÎGª!ªÏhܑç#´ô>̓ño•ƒÀö(<a¸$°~]éêé”=Ðp‚—æ¢ÐíڅyÓÇà‰ z@–Ck•GüžŸxû}2˜ÔÙ~_Ή<;Üdêé-~<—vþê;ŠPàÓ3Š ÑzåKIÛ)K >)¦L[„Ej-¸¢ººÐ؆“«‰ ôG£«\ç&ŽûÊc™¢Ÿ:áÿÌ9F|Uû1L6–’ÌåôË]Õ{ê£[¡”ñW‘>%Çßy´C› ÿ¢yÔ1YÌ/ ä×' +N,½ä!æ¼wéûµ2¨¹< ²÷Õkå8 ‰š‹r›)ïo5Åè°&³:+3ˆ«÷K¢ó’é·"ÄvænKËósùj‰ä«/Š&à}Ïڝ\’g{>Ñ@á×ÝɱJvæ¾~É: Ò!´‡7Mä›ì…¦ü¿·ª k{,6 ¦©Z„pÝ]tÆàkºã.øW³>-qçJ%míÌãË8œ¾7£»{iÿ… ‹ÍÄ +Ω̵^y|Œ º†û›ùʸµ¯Ýóéz€[1âa°Å $[1¥àí²»p“¨ŒZיwe6sÈ»Œÿ*"ıàX.mc;ʄïñ…¶Ûji78Ò{ۑ4?šh$ŽR2ÆIŸÕ?‚Š….[>⶜K*Ræ¥ÕqGh×ò^Òµ~%4*ôQðŸEýðš¼t.„ó„g4¯~ÕªiP˜jnåm&ÚõOHosÕÉÜÖDjNqÈ@óÖ<ÚM6̝ëéÁ(„§k,õ$^úû 7ØHìmpLäþ‰è +[%iHwª3p瞮£g˜ŠML²+3bM/×ÇE¸.jÚíŠyœ³åî@ÊF3CØog ÏUiðsOžÓO¹´ˆrl½õ¿¡¢1àrKp·äW^5-‡)õ!þ½Ø¦ (ŠPmW/ÜÙ]8Røƒ-¦º´´D;¤{Wõ1í‚ÔçS¸Dzdîᒏ£QªiÉ^Nù“Z°ŒVÀ RÈô\õý/k .™+Cô‚Y(…ÍÛò™/=®cG±–ò{`ó¥3¨ñf¨h° +‘*s º z:õI¡qÇ—˜šÞxi0_Uzîx$‰ýÐw¢~ ›?ŸMà5x>£c£- ½W¯+‡tF1«îpWc À$¢ÊG¬$º1`œÆ•Yª3¥$0ßíïìlÇ¥¦¸o°–ýŸXéMÜ3€ +Èc{UŸgáN>®ô¤Ö <µ»“YÎë" +endstream endobj 225 0 obj<>stream +ñŒX'µÜ¦á¸¿#ÀFžF ÝW¾³š‚¢jæ<Ä⤁ é :ÁøÎf(^”…SÛ &%+p-¹ð¿GÍ^³üQz9Õ'`Ç<ÎÇÍú&ÍÒæeVòB»U$gÕ½÷ËæpÏDߥL¸wܞ¶ cº mÒ¦¥Ú­6s¬¥È-/ MòŠÔQõF*6ߢÄm.ÐB%Ü]ŸæP¯å-.95fê[` $Úg2òUT·ÿ§Æ¡¸¨%Z}·½úJ–`yìУ-òƗß0ÀsA/œ®¦Õ¨qk%_ñiǂ¶t:Í£àˆ![.,.Ϭ‰ïcHšnóóÈE¤õ¾Ýo RöŠ½ó4¢_Ê œÖ`<¨úªïÙ¨5}«xÃ=ç‡üDCľ‡b=DO_ñ1ۜmBv¨›)ÞÑ«3”w' ˆͲǁ¿ ÓIž˜”«ƒËA"›­šsÍjÝ0¡âÌè_â%êub)K ‘ì—ÏØs꺡x‡Äz…2•kœI™?|ô/ýKd¥¥+Ûj°=Esâ³wÒÂÚ3˓›C›€=š´ÆS)j‘‡cs%g¡=›4.1Íáj·³Îñ¶ß̓O7=€“3JK/>8Ɇ¼¾jí}ÍÆi O¾ì-êo[62C: QëË0Í6µÝnå.^átÛ¥þÔ\ å‡ +endstream endobj 226 0 obj<>stream +üWø–ŠÂ«~œGš ú‰Ó &qÜ*ˆ¨3;«fa OLçô™¡†Á5ìÓå\*ÏéͽJåØèŒå‰ÁÃóKÚÃ)¨ÚˆÈêÞcÌpDö[²VÏNcZ +Gþ~Þ¥Y‹!•ôúì;ø·Ö ŒêOËm=o{ñŒÚl~®û²Éê¥ ‹Gšˆã¡&CUàÈÿæ&Ó>"I«xïÍƆ-­Gñ¹Ñê腮«óØÕDµãpɑ9òÖ:ú˜­(ã9 B%IˆjОµ„ÂEM¡æ·ãϑ:ž~¢÷–Â1>"u™½/,¶1èõ\êŒ61d&¥,ºõ,žpÝoP7`]¬h‚œJ?k;g4$ ©ˆ‹°ž‡¶OFÎ'?`Xé@}/e^½†;fj zîT,·èÁŠC°»"ìº8‹Pla˜)ebúiFɌä]v/Nà=¸þµZF´çÑ«áD½É{j‰M·X߃d#¬&ûŠ¿ÿ€ÿ†–¾ÐeWxjÇêötÄ +ĽXm­É†>ѵRþ¨–¼¥·žÉ­R‡x×8 ìöÿ2×T¤€êÌäˆ2ÖOÛKÆõ ¦£Ë´Zæ`Õa[riª¬þ*§‚1(ŽNƒwH-Ռ&SèÊf%hÚDú|vÚÑÈ.ùoN›ˆk7rƒÄ¹TàÔÀÓe,÷pƜø_ä¨,}ÿ<:?Ñ${ÝC12ú·~Ü;%¤:• +Ïà +ß»—ØÊ3¯ÈIµ§„/ûIh’x°VØÕ᠜Ӎ3—aÔW2bûÑí,ÃÒQæSÛ­K‹1lÄ¡÷èÚ ›ý Ò!ôì)’ojj؟>stream +Z?%ã YÍ9WÑÓy·S{gd”õ·á8ïù²½Êµª4G/ï)õ»"ÆÍ+uH9‡7*D ÝMtô‚§’]¬›AN‹A rÔ²_S9Òz&ñOT^ú‹Æôää>ï +-`vn±k)9u¶ó”Ø­6>ˆ +^uZ)déñ°pÅJ>ðJÅû‚¼½cçOæl”p€‰k¨¼\SÒt÷È<úUÁ\Œ÷³q¤ÿÒöjæ +òcðc’‘d³å‹›¼Q1ì;Î@:š~ZH"Þ­Œ9¦*¸ÛÏbXÁzKmü` W‚ :ögW}º×­#ŒÉY)ãg;iÛÊzG¯–õ£ú@فÔ%£ÌwØæ|Þ¥—®v(°³\ÖÈcZiþœXHØþ}.c~‚¾BÄ0QPCžñZf!ðüc>yB(¬^ìj[™'D˜•uÉ3ž# ÐèæÀíºåú +á#ˆQZ'õŠ‘œEÜ£!4Û, Ž‰Y‰Oà­hËÖÉ͓[2ƈ~#m’¦7ô.)( =MEìɶÁé,ˆ%ç öJ¥‡"Ó<ÿ§Oœö22ßGµ®§/ªK•6qh𛂰¿@ýšá÷ —†ÇýiíH#ȼùÁ¼–ã6‹Æ‡H¨-×jB/†ˆ¾ŸÛ|6/>¿"ç»{K.+é°üfSñxÊûÎÒYMØ û6û»(‚‘1þ hÛ´ #úLôöÄCñ‹@²\ô YyIpœºª„¼ôvDY’QoÜá­¿L¯M·IYÈtøV}EÌŎÓÝ_ƒ"”Sõ~2âX&htS1ەŠãGÅÃ!Ë%°õ£Ìâ©L§²7ïŒÚb°Y¼s(ˆ· ìŽô§š•N¼r9šü*ƒzIĽë/_*Ì{¶[êRU­’sŒpÕÑ(%wø²N¢fÉéâ6֔k¤‡«<.v&~”Ã& Yª,F9YÜ9‘…ª{Êۀ‡Tð(Î òç½Ò¡û­³'ÕweXµ>€s™© è:ž’ÙÖAžE£©È«e:u¼ü1c՟DÊÙÚ$`}IýQnk¢oº›æIJ6L3* €?©•óžÆ¬hž0µ²Jü”7¤~Ýx˜ú᫔-LZò–¨_lç7øP‹¡»£mÍMaÉ€?L¯Y®êÈRðܲ4`F%ߗ¡f„JOɸé""÷Ó9—mSÍîžZ LúàçhfC!¸dWsÓOØ"|+õŠÎ‰†Ÿ©G¦²¿yÈþ‘©ðùÿ mY…Ðe¸pWÞÃB¯¬0UTPn“çÒçâº#¿€ü§KQúé«©àóÉW©e†•-®3.7àÂu± 0b+“3£qÈ͊{Á]¤°Îÿ^nqm’ÂòtÚ©ªòý¤QiÓ ~OµfLýåºÒlÆ2-[¼nc+Ùl}ú8ÖÈ$H.W‚iýQg²Öi#^^·øWÀMÉÄ[qëƒÒ£Üsßj#ÏStÓüŽ´^û +’ˁZjµ8[ @âk**] í =Ú@AäÐØ´®ð"Ù×vè-;~ãëÚúÕzNâ1Ïåù„¹­áÆYp‘åM;H˜L~Ÿ0+%!WðèÓøJ“wß Ü,ºW^ÖÛ4LÌuO7‚¾|8×ÀÙ¢Xfæ –N}Y⟠ñ~hޕ}¶)\0‹ æç•j =ÃÈZӇöìF«Ö~˜ž¿‡´-ÆecQ³LeË%•li±Zƒ]L`U×)duÙ"Ñl{ש·h*X¬¦téªU7FQWP+q"S¨¬î`çézõ‹,WµãW>Á-^wy +’Ñ=?ø`¹+vsÕyMZæ&Õb€A8À˜¯3î´PØáIZ®q h›}5·´,M…1zÉ¡ c0ú¯i;žïz Ä·ãά žWÚ¥GzØZ­,žÈ¡«D®õþìÊãw›bCQ[¨š‡ Ï>¨H /àqÚubLÀ'P~u×ÄwWúe ýПö`Càø\‚BùªT "Š!ß2¹ÇT]á4t¥Ù—V>ÿŠÁ|™¾k$„˜Â%µ nõ]FöŽHíœóõÍ‚(=äîÇÌKrb»€?ç¬ì¿^ó6ƙ·8— ҞꃧüÒ Œæû˜¥G4“ö6ÅØë©T€:@ÞΜåcðí?û“R~¦mk(dhdZóÕ!4 †ÿôc€*RWÏï] Ò+ Zï9|*#åÓ÷ös :fNq®Vå’~0x3À­@Ãb–'ˆJë'$ċoqlñWçtF”_íM†SÀwd‚ñ€õ›O†dã”ÍW”Wž@©âH ù}þº½•WzoÚ½&+ a2Ø>N'eîII¢/žBöžèŒ½Oø֓o*€Å,O°du(@7â;2¸(œOGYG-§I»F2°ôs '…¾ñ­ÀÄÃ÷ŒMeÂÿƦý*6¶:õVb¿ÌGð±)öŽÖY†ž¶M*×?˜Dú4^O˜]ÏÔú©G|ðþ3*Au½¿¿lÙã݋P™!UÆ?‘îà/f§s¡•ƒv¯ÛšÃç¾=ðÁ¿ÀÙ¿ZÞÏkóFU¤wf9GuæE̶ž‚nq—#s1hÈuz?ÎܑÕ÷¬~ÝçN~ ¨/Ÿkœ•Ç­d±e€¡³.þc›Íñ(€Â…nUƒ–ZJ…eHªù2° ©¦kVÈA:Ae¾U¹U^Fÿ Ñkę^ÙAK'u›%h^¼Uu/~Öï¯e–nؔ7})ª5*âñ¦ƒ— Ò¼)ÆÜÐu‡ÖË(–þ¡þ£¾t¥Sù¹6ZцPՑ‡]ÿiúKŒMOѧtErµ”#WëŠøâ¸aßö©=¿«©·ÔÁìDÜ&Àì’a”Ñ +µ¶ù܌=†P….w„¡ØÙÿ8§.ëªrÈwŒ#‘Ý9£I¹Ü'I¿aå0ébã|lÅÑ^ÝÒ²P´d•îYeå‡×œòy/0´+@¸Ò¬÷çð÷¼;SÂhp×}ßò…TÓώŠFÌ° fI«µí6—è40ºornŊAô&UÐhWáÁkâ!ÕÁc.RÒ²(h@>{»ì òH+(E—›HøBO€§r°ûŸÉXË´ýrØ#†‹I~2ø·‘ë)Ï=C•)eALwš£{Løy£f¶ªðÆ÷‰úîªùÒF7,¦8½\æÍË[1îîØ Ä­Wu~€l["‡Â@¬Ú IæzJ#½X…p`‚á¼Û¨ £WˆÅ2®Á;O$D' +Vxк Iª6—Ošm‰&½»È-o^ +ÏRBûEÎ9— c0·'KãC”„»GÝkͽhßDúi ›\Ÿù +endstream endobj 228 0 obj<>stream +1ó#¯ìYÏ©Ò¤žþ½4( ì†c›¥/@Ã'ÇÉÇ»<Â.S® Ò¦¬Ñ  ­ª±µCÇÄBãã ([;Ú –B¹ÃÔ$ š{Ž, ÂÑ!¥iÏ9È´a²´§S2Ü$VVÀÇ"F}l+Z9,±¢db$€V?º&‰•“mߝ¶1¼:ïTF±²¼Âšk”0»Ûx³NA*©0Ãe +žÚá¦ʇ>3ùĎü֔âh|ÐÛï±Þv#7n²Î{ïC9jIeó*€. ^s 8ñ­€t© nšSX¯ñ‰º`J؆ɝi뽪Úæ+Bs<ʁ§FÂyûS[¿¶¸|-ûR Þ5¯6 ^…«â$Îúí ìrwE«kóÿIÁ'#—÷ã©ë\>91ýô.Ɨ*йé^ón<6{mã¯]URŽn.ÀÍp\£èxýâ4ÁU 5`UtÐç<^„”Fï()EÜñðÀ_ûqƒ_ð@ÆÈü…=}çÿoLÚ¨ ½"òVƒâwÑјUDïÇt”r¨CæÕ¤YÁ§”gâ°KlGXß\¹_BìÅÇ,¨·Ñ”?ð¨•Ì{É7Vßú^9}ý/éæžL¦Àœù;mNê´«žn–‰MNl¯¿àH,Í9(÷êj¢¶ª¤Ó§«|z¡S~î$Ú5Q¢Kú0S† ðÕW€ØÐF4V}^[Pÿ@ÒŒ'qZåa)ÒúuX (µM:W¼#We.c†ýæ\-Ãò4LÀ~|‘Äγ-V÷ÿU±Á–%ò¯^²þ¬)V¸»)¶i©KSz)ÒLÓ7Š  Ôñö'NšónŒn¬ýþyeÚÊ1@PÂèËÄ9Nf¿áæ[KO‰éðN%N#bI­=nû“Ò"Üì°©H·÷´¦¼#÷<²E—Óù®\& ˆ´5 +endstream endobj 229 0 obj<>stream +ô2‹ç;›„Áœÿ§˜â¹‡^ 4&1íðóE”Xb—³•>¤š‰;þaûl1Æ«­)Z°8ǜե‡Up¢|N9Á¦4|ÖüŸ ´oÓKÿ¼N–$]Bf¡UŸ,m”ÛÉóSӝK™}¤hpd&bŠë;<{â± Æ* ÊV:Þê+!)×ÁðÞ.%7àâŒÓ]Žf.·¤øòî×PT߯EiԒ}Y†aW!x µ/¸!(ÙÍΛ´ù„©ÞxÍÅÓêúgÒÁ±áÑÞrDã_‰.ðøý`ë|Xý‰m”ƒY¦:Ò0(§Ü" tÆ-pƒ! +.l²-Ÿ¼ùŠ¬2:åà‡NËÌIŸ‘=éYB]7!'ɶ@6 e£º2!½ûæޛoB:² ‚((^4~ϒTsO¿×ؔЌa›-¢ô8V‰kÕR¯è çö‚þ›ß³jÚØR÷ +2ËÕDšö‡Î߉|‘ìMát .ÔË î*p³zÞþ“é«z(xêÂÈd2-j<6瀃Q1€…ãjŸn8iææބ¬˜ D·²”NΩ“br´û\‹ßõ›z6‡à?@öG)Îûfÿ×Â%ωƒZ á§séEÒ¨ao a’Ï˃¿~˜½IÞV øÁÃ!¡L#;-å†uûÓ~›Á¦W?ØoáU‰uÌ +endstream endobj 230 0 obj<>stream +]eåH{ðfø‡"–CHI˜Ë؍kf౯÷ýƒnMó—PáqÊïL³ šdFªŸIU§uhèÚ÷„{³C´‡[ѕî½C¸ÒFçÊ¢|n*¨ò+÷[åÛòÝçÄ|²IúÿñÊ<< 8Öá )G/¹OIì/¨Étüúí£9ù +‚®ÎËâßÜ;Ãv§P“¤Ó¿`Ç<=qµä¤É,44ß᧏r¿ö“–äÆjcvGÏ®üV 0'D)EI4t_¨ïK´ +7j˜ +endstream endobj 231 0 obj<>stream +6cU–Á¸”ê¨Ù¯÷އ ä/²¿b™ð‰Ü½J;‡vl§È£р, Öí,èþN›c5¯7uþˆ ÷?rj/²Û¨èH£Œ1}öyô4Šwœh•ã—\ßã×ÜñûRÄ}O‡~(mó¨QÃ|֍ð Ð>j¥ÄI±˜IÊa¬ámk@.i­ÞÜÌ'Àh$l±ño„¶_ŒÖÎ>¦¦‹‹Ò}ò9Šæ»ð„ö€#&ˆ'Y`/·wg«€³4Ø×#@xQ¤®La¢/+Év 헿G?·;€d&A +endstream endobj 232 0 obj<>stream +ûóW­«º,!WBº5 dE è·¢úGŽ§ 6™ØÐáxA”tŒŽfJÃ(,ewð@݆ÎOÆS™°ÃD\°ÃõÜK‘· úîO}N‡ÁuHü9¨»_B}põK~k,ÞYtb áú{’v;qkÏ1x µ±L ÝÅ¡«×B¢eB­8ì½{­†¿”% +endstream endobj 233 0 obj<>stream +º~f§;'ðX³gˆú_ֹ֚«_–QgåÈpº;va×Àäˆùé‡|¯¾:zý&=B–&ë¶ |’a°‹.-¦á ¾„ÑÖò¨°£,1•£ô¼‰‘Æ4E²ô0e?²…€>å)HÌXúŠ #°OxG-êOª®á¯Ht’÷7¡EÌDq’Ÿ! +endstream endobj 234 0 obj<>stream +8^¡Ç Pzíc#J3†}ÌÖ¹|)ATQN‚GSs¼ß«œ%B¯6éªnýé½ÂMqÑ[=éMŒ¡uo7ÐÝ´˜YÇ?ÚRv0Êì †j„ís3yäžûªè½›yIøWúº1,R5‰œÙl¦eø¡“¾„»› s©Õa{¼‹¨ò™Z’F›å +6µ‹(é“î=H=u@U·%ٓ"%J¤“œh—e.ßcA@ë'ÆL{sM\ƒdÎò>FÄÕùX^°Æ3 +endstream endobj 235 0 obj<>stream +¾ns'›\z»ˆ{ØÄÆ´´žÙ_ò;?\fÂûÂ=UQK¤"*`†Ãð™k<ÆÚ#Ûí!ŒåìôÓHÀµ+̬ó’ýž–ÕÑ]sáyûO á<zº1MMVÉØúô<¬ßt¨HÝël¯ÀqªXê-5¿*ZPc²å¼]{Åà ¼eäjïY(wdz§¦5WK˜eƒzå¼Æšrºº%ùñWÌ®†OF–À|…¬¤€³{ÎœÖ|a¸ôM‹¥O yš†¤’Á˜DÝØ.Gîå… +endstream endobj 236 0 obj<>stream +e-j¯ÄP{JäZ_¸â`¢î'%u¾•" ~ЦÐ3AM²Ô–né9ÍUžR†Å*<-_H›cHˆÏûéÁi<,šlߔx)H1åhÏUaSÌY’zŒB!‡Ù˜Ë©ëKBûÿ¬@S°@*¶¡‡~)L,Ûî L±°X³™[GBe}õâJ÷ÆãN–)(°Þ.5ß!p +endstream endobj 237 0 obj<>stream +±&ë8¯ð*:j¢1KMەä¦êœÆÛ¡@ô,óœÒœ™«íƒ õ礘fE÷¼{ZyÙlã +‚ûÚºÌ'‰ÕÑtµ}ÔkHPà­h×'ñ VS¢?»ýDÆÚýnså.¦„×U©d +MÑèãÝ\¶Ì~˜ø‹}Á{ÿ¡xïƒ ù +endstream endobj 238 0 obj<>stream + s/Ð¥QÈÎ+w¤¾6@&ï ô×à òjºsœ¿SD—o(bEL®ƒáw¼¯c/Ic ÏJ*„Р}L&~°!ðW›~»ñOF?sz¦PzƼ&»4̨L5ãßUAØúÝX¨!X}ÓaŠtg¤µ_üTVLÉsÛ‘û#äÊ«\ +,ÑBëúø…Œ]¬¹ ;þŠyéZ<8+óñî @ ¡.2«ŒJٛ} iX8áÇ©¸*àðÝ+݃ÿ +endstream endobj 239 0 obj<>stream +¯ŒãŠè¦CXEàyâ£BÌbE´½šÛØFÜ£`$#Ÿ¶š¯üÞmãɉüB¦§|@ñ ;˜g¾ëÉā_#¦ fÆàùu`®°® 7ˆƒ³Ûh¥Í¶[—S«ÈeR ¶MÌ`—~ÌߍlžÞZ·¥Iž|­Ÿ4nD”ííÔƆ¬¿jþÅB6jZ_Œ­”žÓ!†L­påwoœx‰C¾Žöìu¾ëî|}: \¤mӞµ¨mûf¾qqë¨M,Ø àD +ð³@ÇÚ(92ýžTûÒ}0 +endstream endobj 240 0 obj<>stream +›@±›‰–E÷FÃ>stream +tH1Øsé”Ø[á,‹¥ø¦¹@m˜¯ÙÝ^]Çc, 9M2 +OR¦Ô+Wi¬þ†Ü&ÆJ#pF÷1Û´MûÑ vp­œéGGMY vê@®܄†éôVëÌÌÒèèYïêK¬ƒú‰¢®…Ýà\(¤èC´l§ƒÛ£m5vN­ ãn] +endstream endobj 242 0 obj<>stream +¤'‚)Ïá Ñdäe0!ùvXÎÚ¯ŽÆª5‰OÀ9³!ð\Ã4Q8ôZ5!=s M ~=ì2ÃSGí±=e¡ª« ÜrqMˆtʗa‚›Ú!öÍÜDÔŠÆÔ¤W©pô)Uº´PÆ«WæÓÉ+èºÞ¾[¯0oÞ]¿”gÐXEt‚t“ð‚œ³  .I|.{ôrŽU±’PAÂùz0#Vôy.IšV`£›×\”,¦¥1*$T6Ý%8l]4O· +endstream endobj 243 0 obj<>stream +@reÁ ýl•4x½Âð®˜2”•ÓBj´gå:ÑÈ^Z·¢h3­¸á3œîÜ-¥æªW„Š`LlêT·Ü…ùld@Šü3äÕ%8 X.lĝÂ{4-ó“H2¿MÂÓ®/@w"hkú{F¤}Wq>×î>L?¶ßá÷Ýâðm~¦oâQ£½ŠÚË&#˜x ²‡Îà +ÃdËՎ ¢"äg @M-㵘ê%_zŠÇØbCŽ?4Ål¼©«Wf4¨¼FÜ·/©´ø¡R²³è7„êhl…xìÐ +endstream endobj 244 0 obj<>stream +\cZØŏ¯]X鮛ÊÅß!·˜ ±¹Ïzi™‡Ä«á +^’à´áFÍ5GðX…Úš}| om8QƒÍ÷¤Ì.×ãïÝ´Y ¤Ï¹÷û—FÄ :¸‡¢U݊xmye¢3yKd92vðüOß©L]ë %QÜn>stream +›|Òð¾å%Ø5YúÿML¸Âí|¥¼V&•õAuqÑƍ d®aÿXþaëÂ#G›„@7í}Êúj«Ø”®—¦]N“®¼("ÌüÊґSAD¥;å붒.ìZ%4ØFKØ¡¹À[F?ć¥¯Õ¤¤s=N3Ý]ç€òDåa +endstream endobj 246 0 obj<>stream +S¾¡¨c?ݳæ{Õòuô| +õ®wôž†Ü×1¾+=¾™òvUú>¹§HíãÆÅ$:r  ìϱ 6”ù¥:ö.Û341HtÇO»&ìOX*4ì†#×Ô~,Õ:ͯ’¶>F³[‰°+VXRm¨Ê²i›ÐfѼ{6O-à^ð)õ (U!ªå¿­éåd¼ÈöDY7(FɼY"j’ò†i_äüh„™SՇ’0¾'Ql5…f¼ôŽí +endstream endobj 247 0 obj<>stream +Xwkv°¥ô‚'4¾6-2g6h™9 *.1m4È1ìH +ò6Š¦ûŸ7»[1öˆ£óK15ÎËËÝ÷™ò»¦±X£PØAÜ6 Žˆ˜£ÙÔ¼é£LgŸp_áÂÂV×ЬʼnÖæ|ÜÇj|ãBÙó´Ôôǹá¥Fý¡ØR¢BÛnX^~Ž¥”~Àa{BסsÒ.H>h¡'Ñ>Ô3_û›ä5Íö£ìç÷Œm™ŒÚý8w(™dXï9Q~ÎiÜCÕåR*ø2w‚eÚURáÚm1©(ûµŒ5²Ç +endstream endobj 248 0 obj<>stream +ўj4 +‘ŽÇ³6mÚԊÑg0W¾8 uç°¤ª­Pk7äM:ìр՛îÛ¿r֟ÂÉ;ÿÿ†Û¹‰ §ã}̕  àéi40ü¿Çé #‚ /ã9ÄÿæI2 +pï*þÁÍ®³7t…X%ÓWƒß³cÓTÇ ?dêý CޟY| "]胤[k{N +endstream endobj 249 0 obj<>stream +ÇhÙéB;’¾ ÁF˜Œ¦¦ Pv=0 ÜidH{֚ÈxZŠ”rcÈ'!Áwì ,̈́©>¢6ίpC›Ÿ%-o΋G~ÿyG¸™Ʀ4—¦×}ZETÄF­å@ó@š0É\•S^3Õjb§Î–N-nùüþ>stream +V¼ü÷-ªïÁ¼-ßg¥eð%N´ÝyÃG˜ùŽÛ1éìß*³!E¾]¬¥Ør$‡!™Â‡?9Ò+õ5F,Œp™ƒÚÌ-ÏêêbÌÚà÷ö°à©¯KÇ4«ïRÉ©-¾t +šn¨ŸÆ\49_W|Á¨rÖÉIñ³o§D¿P—î/V`±3¤ÆX$'¢a1X¼]˜‘òœ¶Ôã€`b K‚Ë/,¹êû–¯v¾¬,4õ@~q +endstream endobj 251 0 obj<>stream +Ë`ðó6àÃò™Q6 YY_žÒØUˆ²×6W"l=Fíïñðÿ xV?¸h/‹á"Øïä‡Xކ1É·í[7FeÑçn)×ÖK¶håz*uYÚ +Ï]ÚLd^ +%F¢jµ•ó¸¾áäŸF@~ó¶nüÄ‘9Ær.!ª£ï?„• 2;7™â¤ôCžôxÝVª).dŒX ù¯diŠ q€lQša:­¼˜žãàHvàáL¹VKÞÞ$7ûÓÇHdœÞpu%·>&IŽ—%TçbSèøí¤ÊS³Îß,eþ +endstream endobj 252 0 obj<>stream +êó6‹œNt£š"”;ôß=‹FÎƸA͕ªÏüP*ŠjfµçP¢ißî»È:ÛAfô*c©Ðoú`HFÅÝ°Äñï!Šœk^(JwŸq—*;“_ù {)Ùç^â´sø×'¥hÔ÷hd¾âú}±ÕÉ^¨nÝÂĜY'âgþɵÊ)>ÝpúÎÄ +endstream endobj 253 0 obj<>stream +„Óˉ¥$,ByØ“Ì ã†y¤?¯ÎƒmJÏö÷©L@ÁzÙm$yXUü&:Ûé½`ø›4©pãSfÌâqsG×|R} dؤJÞĆÃâÍÃq%­‡B‚£Ã7J¸ImÒRÔ5_ÞO)2s6Z€Ù6eJ"Íüün,pþCz +endstream endobj 254 0 obj<>stream +4®Š¼øPÿ‡ú#£U¿íÄۘ6µÄÿ'˜dwØ»»ú'ÁJæ¼?_ÚƒµµK§#®™O&‚§·ËŠ!!ÈÒXL*³ã„+ÛïŽ3ó0¨© 5r[‹vá¯<»ˆÞŸCž•U¥žn)j§ø`~ûkñhx¬l$±‚-úW𙎏҇±¯¨ž փ%YoX{êí«!-œö)rÚ0× Uþàozԓ.Ž¿§Ñ[#^º1²?ê ôÊ%A`ò| +endstream endobj 255 0 obj<>stream +ЀBÚ$ã¼…Ež„ÖMâ@Âu“[„µlûè‰|‰‹o$¾\ý³H +¡tÈ·(è4©ÏåYrºEòå‹bfé²ƒÖ €Ä”Y·™ö..·¼þÜÇr4ë +áe\¡³é“‚^¥QNnq EÚDZÙ)Û7&fƒþ/½{ :Kèð9οD\sqÃÝg³eo⾩עî̈́FãÊd³þi.ø|7f +endstream endobj 256 0 obj<>stream +0O(—׳p´ÇN1óÝ:/&M‘ "ÈK‡ÀãP©€í,æ¿¡q¥Àë³!‹ý= ÜÖh8Äúhîô b=ªÔ¿t–𲠩X™g€Eɐk≊ :AMEF¯Âº­/uíî(œt^Ì2j oYoðŸ'CSpCÆviEFo@û‘AÑ ¹ +endstream endobj 257 0 obj<>stream +ì¾ÍžaÂòA\ÿò”Ná1“ønYæÏàˆ›t}7;oUðг½*v}pËÁ —.©?çã[ôîWWN{Á…‚×Å¢-ò±;zõ͍º–°Æÿ“£Ž°ŠÙìçÛþhºÚC¬Ì™Ù34ÀÃñFËo{×p}ß*‚©ýÃãÒ … “hú +endstream endobj 258 0 obj<>stream +! +9oG*31â +´a¿£Y¬ò֏(ÎÃñ;/z*y£)‘ÖxJX„H  ðÅ¢d6$º`ÔF›W³ç>stream +Zj½1”ÊïóD¯f‰Ií,ϙÎcl¸ös‘XاñKK&äúÊB'}u—~óÏ×a¼JEW&[çZb4Ð0¦\«ê¶öq›ˆî^}0…ÏXðm̘8„¹h±²¿Ã½#øä'’7R`|$”jÇÆP”ÙÇ„áëk¿ÔIî¸jíUv +-×bŠˆÑ¢¹¢î!Ç¿‘Ê;Þ +Sþx"°eógþ~ +EQîš2rµø}D¦ÇÔ+·ŸX›H>úä”QV6vyT›Ø"`G +endstream endobj 260 0 obj<>stream +7àµQ5Ój>¯؈ +ç~sûßöu Û!ø[JmÞÕ!ѳïX¥®dâà [#¥€&¼¶õ§"å¬Û»À«o\ˆ™lÓ2¶a[$i‹€Ð€¶R$/"þ®“d0ͱݏ[ª•9ÜE4u;¹k|B·ßߦ9ÙE]ß^Î ôñvR‘ó!,~ßõÖ¥ãnð1ª +endstream endobj 261 0 obj<>stream +»ôÀ ÍÐÇ»Ž(îŸ}’Ìqµ’Uo…~Þ¥’–ÍîK©Æ¯›¡%vûYX"‚OòÙ +…·ü§%F1ñ|ηÇö“g*¼"ò^›mÈÍ?UZù0"øˆÝçà=›è¨yo±w&@HØk ¹íqlþ1!³lNãSïHàÎ-歅ë:> +endstream endobj 262 0 obj<>stream +hŽí&®a±CâÀæQíN[¬áܙÛßs˜0ÌT<Öhü&&$Æ8³p»{áfx”PÆçƒYÿMç8¯ZÎìå{âÌ:ÕKåŒî5Yäh¯£S™Ø˜ñˆJ >9š=q0>žIârɼa@f5î Rκëè §H1ÏÒµiq€˜`(3®ºúø¢W‹¶ۄ"ý8µ>i L Qå`{Ó²ëï¯a®‘϶XÔGsÖSð·OfOr:PҏVv +endstream endobj 263 0 obj<>stream +‘ÝL†±íÍBL‹¸üä¹F 1lóg|”¹œé„ld4N.ó½c³1Ö6û+Íûg ³Ul¿U¸©å™Oö‹‘h{Ú4.ÒjÈe„Wn1^è¦Dˆà …€J/ÐàM?ØéA‰’a²0°V$ŠEŽ›$Z-ç¼ûD…0èlåØÜú°Þ`½„šl”óTô›¥<íngùé>¡f˜HÿUOfŽÃìw&ÊÆ)@"L駸úŸìSõ¢úÐ8÷pl¶ í§Z`gԞĔy¯;€Ï +endstream endobj 264 0 obj<>stream +R )_ P© ªý9£´Ç`'šqO‘Áhiœ–ñ¼xnˆWýUŒ°V}´Î<\–ItÍVçÞ>stream +³[+¨ŽÑ™·””QjçFÊøp³Ó††ÏoòrñêóS+)UšõH²ÿmBáø}_½D¼±£¼µ¸®ŠØ>7è:vIP át÷[Œ¡i߈|&³vs’š¬‹˜NG\Ý'$ÿE,Öø<(Å^ +«õÆwò‘á)ñ¨4J'^VG +endstream endobj 266 0 obj<>stream +sŒ#BLú|­–v…+;Ø3qdå¢9)ýE:bÖH?ݺ…¤˜ wóœ]íÂ矯7Ûכdê͝‰ÕHPƒ´Á õ#Qi¸»üÉ =‡+ /Y£à-®,VE¯.܄n7ÈOE¬®šÝ]º*ªýܰ”Ý8Ê0 +¹ž„ò +¥ói,P[±ÍtÛç²E?bԕAŒˆ4ŒØJ‡¿ÌœÙÔ'Ðƈ™I½=Ȫ†¯i÷ª5êgޟ:¿øqHº{ÆKÀ +endstream endobj 267 0 obj<>stream +ø‰ c;úÇ/Æ›"ˆÞxy_Q#ûLÝ\ ~­ST­JLæõ™û(’•¦È:}¼b,3kžÛ'‡) º `1˜l#Àԇ:]Œ¤ÍT¤²oðx Œ¦$îféÔ[WÎZ˜Íxµ–”ÑÏhg-¤Ý`h¼=6ŠPïôÁD/mui @f&Ê÷NÙdâٗ|Õ·ÕfÆKÃ4=n@É(eV䒿xXñWg’}àÚR,Þšô4˜éWÜv-×÷÷À“ –á7²C†Îî§ðñ[ +endstream endobj 268 0 obj<>stream +Ÿ…ÐU¾,§ò– L1¦—hNÀ›ú‡›Fú]+Ûköu« Ásò÷ò,Ò²ÿ÷_l +´eÞß)z¨&ÅáՙgjJ*f­k°½a Îȉµ]þ£ yÚH»JùÊsïC„ÀVtŽÑ½2iß_­ NüÅ’dšu™­`»úUô +endstream endobj 269 0 obj<>stream +fE+S?³?oj½ê~e&éØÓ ØÂ¥Šp»Ò6”P +gBÖx¶ 9ëªò¥‰þ>ªé€‘SÉ ­kQz Ãûz dÌ4u)™F®øAa?#E }v|×û$ †'etž WɈ!ÔÔ5á‹OMð¸u|E˜ò%®Óe ­š2 +endstream endobj 270 0 obj<>stream +=gè”}Kwe3yT;ëX~ V¶ø:+ëªÁtAJž×'õÈÒv1õ¿á§vF[× ”îÿE=Èï +'¥°K÷1™_hÓÊN€(ÂûNšI#mª—ÀÒÇâ“Àى=ЎûÇB5Á)då΢§×É*&çÁ°G"·+j%ø\"ª†z½?«ls©oàOkV%=0­lf®dÑù€"^2:%†.Bu¹ž°„ªqÉDÌ:K®8.!;–—Ž +endstream endobj 271 0 obj<>stream +¥(€QPĎ h”_é¦äŒ·èØê\¾#RáGé‹|'ˆÞ¢•`)Ã! D‡Öô ,ÓÔ>SÀy›_~Î¥øÔ¶ñÒ2Y©+|åênö2îàeút¶¼Z“¨÷Œ³PÅî/é3-…Ñ…Y¯ +JJÿ—…‰Ê¡›{$mBJ$¡D¼ãÌúiüéLí~o@ªR‹ßH©AŽ3 lªùŸâD ¶ºD©ü"·å%úR™6虸.·«ìtQ ¿c JÔJWF•«ÓêÓÏþ +endstream endobj 272 0 obj<>stream +¯fîIÃB½”Uàm#Èa#³¥2Ü*¸tæ‰æ nÜ\ A2«Õ¡X8»Ô}FDÅGh­Iì{¬nŽèÊᔸÁBùb†ìFúˆazô–¸…"³H fÉ]¹z)}ì|ZŠªtó¡‚Á>ŸW,nô èD̯ärë聓’œÃmÅöm¶!: +endstream endobj 273 0 obj<>stream +e¨œpUg‘–ïê>¢¢ï’‘s`©ÚO¿ñ“žeÒËÀ™Ñ)£v´RÞìã9«SëÊy¬žJÓõî­¥I}TƒÀ î 2’ºb›d`Ù_ëe áÜAS†Fgˆ…|E|¹¨aK0ê/OGôÝæsóV’SCí¼¸h1v×ný +endstream endobj 274 0 obj<>stream +îŽ_KüÙàŸbŽ5.7ð|) ½Rm ýh„9©…¨}&ó¡PÍÑjX˜.Ëã¡»}Śæ6ʯ­¢:‘¼ I!¥ãд­mÉøJÌÀ +‡6SâêÏ< ï”ö-,&;Lþ”²ˆ@D=ÚâyU¶-R#,›’l#ÑDf-÷7G™zry{.Ԋpc(V$?02CV*Ð+O˜#ºlRP<»Ä:âË +“|ð ð +endstream endobj 275 0 obj<>stream +šû÷3jm¯ßCNŽ಴²(Õ°ÑühärÔr¥N†h_”ûõöíg.ÇѧB³o¦ÿ[ä)…I¡˜Ã@†¶ncÜýœ=äz"KԚªlñË3K^ to1‡@Ïò…lUR¸kbÚ6J—~ð ôÔz*eY¿æ"² ÇxkŠ~Ž/M)ÜF.Š8ó¿ˆ*£?=Ÿà7vŒ¶|_aSëÛ¶_9+7Ó&—”¤›æIÕ¶ckPömä måÕuÔ®Ù}Î҂•“ŒSUp¸6”é#h6ÉdŸ +endstream endobj 276 0 obj<>stream +W–FÑd®+/ý/g¹R®Íšê‚Ä\èEQñr8Ž'ý<;–’¬Šb(•Ycm, RÛÇZÞI6/äU®žõ$*­q:—xÞ“$Ný6tÅñ¤[ÔÔ²WÆê5óÄiÔ z ,ñ¨ç߿ƀW(Di°¸hΙÐÊÝÈÌ(úUÁ@ÜGÌ÷ &‡ +endstream endobj 277 0 obj<>stream +vpÁ¾¨h¥"¥ÉÊì/#–‰õš7EHœjÒ¿×ÃWÎ>‚M“õ`Æ[Á¯‘•¯ßºSbbd˜§C¦‰¤ “fÝô16­;G·¶òїw¨J¾šÆ-ýûëúpjf1Î(û¯Ôìóm…ÔäŸÂÐtüü¡–©ýímà»,) +endstream endobj 278 0 obj<>stream +jk‰›+߈ëLEònB¼ÏÜ2pØÈäºðÑU눵pO’þŒ„ÔÅ(·Äcð¶ì@z×uOúj))øN›«Hµ~ R“½ÅÜÌ`ÿÈÎ+„:pÿ jÖYëu)­Žñjâo.¢»vÞäC9ýQ|Ä×x5Es-kw 8F4ècïi²·bùDw{ð£lÜÉH¸‘]'x¶ÃQNK•¢ç[\xÆyAÞôéÃë2@ÁŁÝ>.Î uDˆ0 +endstream endobj 279 0 obj<>stream +/Ëîƒåo¾+$>6T+êuC>6·>>è34<Č*„ïó†ÖŸ9)·eοŔÈnµZá∠CFÀª?6Œ4¸Œ90tÔm´_–ÿ”^tVUºÖÆQ'ãaLù“siÜCI93®Ò؉2ÆG”Í“M…¢@AŒ~¿!xàHÕÜtâ®9ÀZm‚BgˆžÅío’Ç/]) ¡|ÆSByê"©™®Ký™ZAÑꜼøBµ]tœÙiÈÏ;Rç%<Ä*ÞP”húeu +endstream endobj 280 0 obj<>stream +êyk•‹(p*†ƒr뼂YÏèLm=┄Àð”U¬ +çf€Ø’(ãgTÖJÆó"Ú þß´k:5;ØÎsS+Ye‚)Æø¨Œ°5ÁeƦîv]ZZÝRJ1}@DäéØËä ~2éXiÕ4‚o_t(﹏aô‹ß¦ +Åό“ ×倥'¥ÐpyÖ +endstream endobj 281 0 obj<>stream +¢bJq‘ÕwˆVK7bÊçÑ'_e5ÌPipüL‘|+¢@æƒÑ¼OÙr®ÔÏ*°¨qúÊð¦kRÈúአ+¡„ q"ˆÖ H Ó+„€ñ¶ï—ADåÄW¡%ú.ÏÕ.çû“]¸Û‡a‹Ùï/6½qÙM$3ð¼ùá4æÄÌt +endstream endobj 282 0 obj<>stream +¿n³ËùA†\˜t¥·=a1Ä={bDwul÷b2iìqÿ†V~_ÂΝr"”Gø,ÖTï셴¾T“­Åž4ñúÝê­8±`÷¯ ÒuFz˜ÚkžEzá É-‰ÑŸôV‰b‘DëŸú6[ø åE†cm. Yýg2ú¬ÃCY ­s°2ÈkójÎ_Ä Kpº8ˆNQAaý«ÝW»Ý—;ö &ª;”“!WÄCVÎ +endstream endobj 283 0 obj<>stream +ÉüÈJÕÌõ›*ôÔ«ªuðásÔb†ãzx¿+óÁ¥%›éVAúˆ£ø9vó[Sú)ió0ë÷±´m‹ üZü3öHž×—9Ð2íç&È­ýÓO̟jd ×[¡¼I^“KëýÎ¥‘æÌá}V7ãx¶cò,R ©½ ,(8K +܆—âù½:ΡZ6…Yõ­@Oó^¼žk“aǞèÇ.ä®>Có4Zm•­à‚áxʉSù³EH]s‘}Ëï¾ÐR{FN6¨ ¡ÇlPÒóø€±²Â +endstream endobj 284 0 obj<>stream +©¿µÌåJÄZ³T¯UÐÉC&Ó)¾ÿN´ýö$⾜È-ÑèsîžÉAÞ«æYÑEt¿Åf*TsíÄöƒ÷‘÷Îû42ˆwjÿʝ@ñ*™ÉjÂo7äìZp­¸º`͵ï6}éó…ìá=¹yÀÍY˜…ñ'8p·« @Q;D›*ÂÏf¨·Ið +endstream endobj 285 0 obj<>stream +Z‚ Q@‡Ÿ&lïN†Ì[OæˆñCÐëÍߚª¶ŒQÖSzÞï(6®=TˆèÀØq˜Mk  ;0q®ï3ŒŽöZiâ:›ð·&8¤…ÏûI©®\·S™k L•ÊGU;[)¸·I¨ÔJ*‡­:q¨šÚÑS× ŸéDẤ +endstream endobj 286 0 obj<>stream +éûM &ïaå[ètõu•þ´D´$ÅavZ∟-„Èîm£_ÍyÆÊÅ>?¹­(1ÉHnxeýGïÞ %lÿ{pÒ`"QMõ¬ùÝì!è.¹ÕñBÜP°¯8é>RZ4!ïîCÚ®àEpžEûЖ•‚ßXiŽ‡DÚG÷ù•‡h0ž[[ÜâÐxlÞ8•‰1×!Yh@h¥u\c <4°2,µ ¥›3–#s×t;Zˆ«‰¼®Òµ +endstream endobj 287 0 obj<>stream + uœZÒ? XÀ¾D?åú +ç´Î+¬Ý|ÌΚ1>º¯òÑۅu%jԁßOxª.G›y-¢Á+&ÙÛ×ZŸŽWƒka1KüAØЛLÙJd{ç ÌܚüeÌ,[g•ùz7÷°w8ﺾàÂ8AM9 +endstream endobj 288 0 obj<>stream +S”ϲÀiÄbTžN +âþ~I¡ïUÿ-*=‚ò%Kì+¬k~ømCD)n}¡Ù¦Á1°ÐK:Ð*½ß!0zyuÆpYð¥Qš(‰ çRü7‚Šœ„rãÎ)4=’WCM)¹ã„çåÔ³{„Æ´d–ûÃx¥÷RÒ ¤P<š]1 +endstream endobj 289 0 obj<>stream +裬^$tºÏÒ>¢~ªŸ;•nJƒ¿¾r€Âjõä©åQªq¥IŒêïíÑñò$P¿+ =oݗbŸ¶¤;Ùú¼ù“áæÅ@¼qPƒô2ŸÁ/غƒÙ·‘žõ('·‘Ñ~CôM[y\X})^åÜ5µ5øÀ“<û]­„î +endstream endobj 290 0 obj<>stream +££Î>ѐ!ÿû8|Ôë6| W ¤åßµŒFìc[éÏ$Ã=.)ÍfÐäœên“þ¾D®¦rø (.5ïNÔ^ÎX}'7›n£’ÕƒÕ@aÆ kjãœ5å¢7ڒ¤BàÚ<ŒâŠ*·§6ã~€:îü§R°Õ9%‘—ô–"¼. ÀIöNtÄì6©Â8Ç`P+ÞãPnŸYÔ㥠+Œ‘r‰òÔ/iÉ!‚ñK +endstream endobj 291 0 obj<>stream +€!ežþ8e*¿MԕèžK8Ň½<Œ±šDS•–øÖôn²]Î'þ¢È¤SiJ\Lv­òïèÝyŸìû"Ïãp•ûSÉ[u÷‚M*¹?G%|EPN±§í ƒËËíköZ ‡Ú²‘+Ã\J­ø çH{9%óDL7K¼©Û¿ùgcLµŽèãÕñä›HÆe=J妾³t8wBÒ£¹xñ9É )ÑÎÂÞNdíkÖ«^ÝS)¦fønßÊcÁìøógSCÒò< +endstream endobj 292 0 obj<>stream +þ²îËÏÞû¨ZnŽY~kØßéÒ© Òê Â)u—>Âß ÷Ö"'…{%Úp &óêé®5Y¯¿ªº)ÄEÈÉÝ÷A¹V +€‡·Ñõ™6yv8]Ž·jdî•KEcbßØÑh"3<´;•Nýcèè>¼ÆòVùÆ# yM€ýú" éiÈgO²e˦u~ + +endstream endobj 293 0 obj<>stream +Ûý/nW–‰—‹´ª¼RûédoÝ"BÀŽ«Ì¥€ÊJYíü.܉ÊË¢êIRoà^™Ä/¾^PÚÀv|—ü%©ëÖ}#=V#ôz£»™@“ñ)¯ ÌûݛýâÍIâAÂnXnÈÊ}b0*.’Ìœw¯óå~ìGcêEeBÂß +endstream endobj 294 0 obj<>stream +@Kf(…<ƒ½q;gßô£§¥;À$L֌­6c9­¡'ᵇ²Ý#© +°wì“Y™>stream +)4WÑP|™‹P¡JPb{¯b†óH[ÃÛàpªÐf“A©sñ4Ã?K?Œpe¢ê„ñ¹FsZܵ«·…ÉâXß:Nc\aËÁB?ø«ºàbíKC{ÆÎʇån KýqlD`Æ8V[ºCt+Ut¦w’tÕÏoD Ó4m"Jüƒ£ûÈë ÉXîUáq—³ª ¿Â؏¶ñDµ²hcðÙ¸ý4²ÏzâÃY¬û²öŠ Ñdl£Q\¨ûӉÍz– +endstream endobj 296 0 obj<>stream +äÎ{šùsfŽV„q¹Äó >”*j«$2D1b/ZÉâõ|#hw ¬\«ÖQîÀ »ó”áÝíêBý(•…d²xAQ¡J!ÇèђKSBV §äÿ«4h}"a3)…]–ch®7ß4Æ|ÜåìUD_VÎ+ù‚"®öS÷QÅè"oþ ˆª +endstream endobj 297 0 obj<>stream +פ$”þÍÌŌ 0Ÿ†vNV³c8t×Hñ+t¥ý +» ˆÖTÆÎrUK >MÛ¼ÍqpÚƬEÿŠ¢4ÛúÞC1îëB|]]¦ñ†HÆ[Qà꘿3f͔¾XäpAèÆx>÷R‰R‹[£ìMËt…¿ ×T7X +߇nÓúBOå&¥ +endstream endobj 298 0 obj<>stream +ͨ÷¥þSÔ*·…ˆÓVakÕ¾eÝHE¡ÝV헐§T8`ü+é/ ÉT%Èìko³á7ãDnAŠT…ŒY‡Û`Ð"³ãq(ļ@úŽësXã&.;gá Ԗâ V‘­ |Iõ¹ð|¦æ©²·s«±.†¡*ÿˆßӂžge¸~ô*Vànã€$²+65z )×@šÐÚP¡ãßuû=Ήj¿¢iº¹#G ÙáÕ{}ûø«Mÿ +endstream endobj 299 0 obj<>stream +ŒÌ5òCÞZV÷Ï|îj×_@i‰°±WË7ߡªäÃ<ûÅÝtsO¨—TÐÏJ7ÑæW‹!ε¡UYڏkD<(& +<påÅõ¦*TÊäš^úèÁ"°ÞýêÁMŸ[aâv¨÷05ºÔT ÒÿC¯(”ì8—D&%^õ:å5ùàa®2ͦ-UÖQâïÀ(Ž0‹Q-òå ¶Kd8c<€jr‹ZSËÿª ø¿p&jȑ ,¢ÏoÓÌõŸ0|,Ò¨›AŸƒ}èÖY +endstream endobj 300 0 obj<>stream +ËZÀ[â“¥ÉKòùf†ùsúy¾àS§“4üEýÀ¢à%SK³Ñ^wBgûý¢ÝöÚ60Dà…ÒÍâÏJU‰ç­J¢¬JÍÁ-mJà •Gn%ÃÎ;q§Â<ƒÇÐi׍ÿraX` N7‚b’©PÍ+׃óž`w.Ûs9?O¸‚ +endstream endobj 301 0 obj<>stream +enÖ>ÍÅ×^[ÃÎeJÑ H5”Ë!wAvµˆ³ÜRV\é­µî8DØ~ÖÔXw†œu†¡Ô®­ˆ!ÿÝ·\€äà+m íúš¡M}º»íÙ2gz/¤ç”Í8"VRJ?Ô9¨À혾ØÞΠÂa4‘çØðÓØu±a“˜L- +endstream endobj 302 0 obj<>stream +$'¸’ÇõrB „å!#}”Š^GÂr–„2@îC @ÚVy{©€ôÝË|ÛS§…s¯?Ò-M·Õiò­¢OIn©üÌæ,þň"‡52zo¨t]6`¡>´ÕÚ'œ‘Á&ŸÐ¡'„’ÁbY}ÙøÍùC’îÜ1[/FŒBï3»ëœá”ž/wuÍw–Y¾ñºÀmâ!01 ‡Ä»pýÙ _s _3Qèí½v?Ö+p6yhy +endstream endobj 303 0 obj<>stream +©”glP ¯P‰ djñ -!î’øã::ˆ„E›µ­3Ë ÙCK.s•(J{|>.5Od©9×鍄sÁè¨Ù Á|Gº +ܬePÿB3BT3Ë%#*º§mÛ¨÷áÓZÜhDP?ºÜ!¡nXKÃÚ®šÖêXœ™/z®±8p$kj1Ò'kã!W3\§„ã—A—éÅÚúb}ÉI2@÷Ø!=¹y4¸phnÒԍt’žßXғ+¹¡šrËÛ1Ò ê]¦l +endstream endobj 304 0 obj<>stream +’ƒYÇg\àcX‰ã”öÎêæ.x¸ôme5¨ë¿X"*wüånh0ûù9j§­"Ê;–|a•îˆ‰»Ô×¼6qۆh˜QÀ»^;kbËm­÷m.e|@6‘θû Ü |Yä@`y¢$ØU!fGÞ ¬ä«ÍOü¸f¬8j‚N ÷]hEm&Jµ£ +endstream endobj 305 0 obj<>stream +‘sŸºvy¥¾ðd™&… k{ßû(]K óQ¦Ó{š+Š@›©•óòÏ7‚U´ÍbDi¼|¥úñ6ʳ°¬€PÙCyqª ֒FkÛU7ÒµpèTy»Ý×ÑÝ?óîS:pŒ +¿¾2Â(ŇÍ@P\Q6—'‚V§,~{׆»I +endstream endobj 306 0 obj<>stream +׌ÌyŠPz”§+c„ÇwÕÅÌ'’èD?Úîy¹€ò•ÇµVºë‚(ã™8Û×Ü°™ÍðÇÎÖæ)H~‚dW¨&ú€( +Lª=0'Qd.™$NßY™ÕV뢸 $µXh52ëÒò¡æ»cÚh¥ñªJ÷Æɂ¤J&%±àÝ<É:Û¤S#LäS o*<ÒIŽH3×ôüáð1ñÒÂlÍÈí³UˆO²j}BEÑ>7jJ¤‘œpþ± +endstream endobj 307 0 obj<>stream +Ñêèá¶õuøHú½ÑõÁžÌd¿ád+bE@6Óµs‰ØXc:€ýÐxiUCò ¸¶¤_ÕÈ\Þ¤N¢ qµ›¾ÚÝeUNÑV/ƒúðú>NjR2mDÙþ§GÔ¯èQXý’÷…Þ*@è?›RÞ%F讶3®÷üm}|’= ³ˆf½g$Ù7ÜõÐAÆD^§€Åі%D‚ꥵ¯&ìãà˜åU·§ÊùŸ£Ä^ü¥jhŒ:ÿðgú0¥9˜ƒÇÔé…֏—qâ<]Uòè +endstream endobj 308 0 obj<>stream + \ò›í¯¹h…¨ßN+ûä&Z{롑aŠù¡*ê€æ{d3cÇ`*“0,…ª ã/qN²Y–ç'©ß$$,jqkšî´ÂÒ\;Û.Cè{¥@$FYÎrÙJóU1SWdÔUU»¥ª“êYkQé–éh©¤#ˆ¼g%_e+Uø¹úÜò=Ëꍍ¦ +endstream endobj 309 0 obj<>stream +4j¢5¥ªIÀT í,ñô!PæB\Pÿá)á' ¤á“qRAèhˆD ]w³‘öÁVOËD¯x›Ãþ·Ì" öÁt=´¥Æ_äí†ÉÚù:þ9›Ô‹—p͜¨oз¢h ÌWsÄ­Lˆr0ŒF¯ÆÁéf;„v +endstream endobj 310 0 obj<>stream +A“s‰ê–![–ÿÙyž,yŒO²Ô>¿3Ù[¦Ñœìš•Å‰0xo5 +JØö–~­PæœzYçŠ}¦Ø%çàÕ²¨®9'ޏÜ’Ý;tOíéí\õÝõ“²áæṉ ©ˆG‹©ö…órãÖóû›pz/‹ˆT_esëœTCoP±á¿bJB¼7sÎS4ºÊ¿Fw›ÖCϤéò„a5ÕüÉ@S«g£¹ËÒ\ÙkÙWKEôºÊ7By›3 +endstream endobj 311 0 obj<>stream +4@éÀлyìî%1e.Ÿ‡fzi¬{vP zžæ4‘Ô·QNAÕ}W.Ï< Ìq^?öá$96¶ìi¬Z!L m,t À ÷ØNT¯hߦû0¬+æH\ª™±ó)Rã({eEžu{х<«ÌIÙрŸ:²°L˜6Yû$³ºCâ·Òµoõº25Q™?‡pßQaH¥ìH—©&žòlꎗç¯ÒfL•N1ȊR¦Qæ*Í2žæ¬6µ‚#[Ó6FÖôÇ*¿Žðâ² +endstream endobj 312 0 obj<>stream +Ïß'Íþ·`ݧª ™ +—#F)nÈgOm¸ Nˆ¼õ%‡–5‚óДo ‰Íw«Ð/9ɼ ¤x|æ)ùhFƒì2ýY†k Íø]À±öXᐩ¼À ¡ŒGfÍßôqõD³†{"päèH";?ª@ÏA0¾Ïêâóv¡`>É(%ž +endstream endobj 313 0 obj<>stream +8 aÕ5À;þW|'3„cèk "^¾yÓ^˧Áñ2kî}qéÄäØ,sXÀTi‰þMqز{o0N9 ´Cm2à §ÎB†–ñ¤j…‹4û\ŽíšÚ‚fmCBX¦†×YwYñ +úͳA#ýì²}ŸÆŠNì\R +endstream endobj 314 0 obj<>stream + ©ï“cñãw‹<¸¾à#ºË<°‡ˆ*Ag/g҂ò(z|ùéÄXfͶ2#Í8™¼f+aî åÆAM¤¤j] ΟRܲz>h“l ãH!"Í©[ñh;•Lõ!Ô§0˜½3r7™evTá—E4[ÎÍC²›OVÇ©þ)µEC”CÈRۀè åe|• òÔÞ¦[Z&'è4;9$Huk@©ÁÂU¾™$E^ª$O +endstream endobj 315 0 obj<>stream +pÄÛøâýËbYyíÔQK©ø¼µ±¿z*Å®Í)`ιé˜z7y91ãMïÏÌwz€¦9-0ëÄ¿½ Žw™/T¸Âr…ð÷䆅Š+‹žén O·'’q½•Š"+’á_o—+eß DÚR2+²Ã³y¨ +„d³‚}r‡ ¥Ì‘ûãõ{2>ZdC„·w{ÐTq éC¼+G5ðO9ž`!y‚ê@ŒKë®:d|Þy­>¢DúÎڝ±Y•þ„ÿŠò|ÒîÖÀ§o)=³€c‚[ÇÙ +endstream endobj 316 0 obj<>stream +]LrAœsŸóF 1A“Dü4+Ãs¯”è©-ßO¯‡PëH +㜌ræ'0 +Ú1íý*R­„c_@Ù½9þ^Q¤®Œ[•Mn»Tî¡ð»Jh†"ª’æ4ýæeö+)<¤3ËøHû‘jô„Ó¿°&G:€s…ǧØ{¬.÷$®Özîòç­¤M™WŸ`’›e‚ +endstream endobj 317 0 obj<>stream +ÃQ}žQb<׉í#×HVšÓôc±TÍہÆÞJ¤²¤~ô é…ûä~ì.´%Æ\n2ÀEõ¿eäœôyÅ`oԬ̆’ˆ¼íøËåŽÕSþTx ÈÅáyù֍üœZõ÷¶´šƒžÈnÊ3 6ÅM»}·>ƒ€¤¾Q> +endstream endobj 318 0 obj<>stream +±¸@A•Ñzþ˜!#+ÅLQ 14bôÇn»’›çÎ̾*{ KBŒÊ[7I5ˆÂSìfay!®Aýô÷ÿp›‰LÒŒ!¥A±Z³êÏ7:dõø»GêÒDëHRx`UÁYÕÐÐ8ADEÈ2C­€?Cכ5Áº[9êaVŸí((*éÍRˆQÎÐ|坫µN¹Sä´´RS‡»8¿‚ì £ïÛÎ^õô–½{YØ@A,cw/íÛÔ +endstream endobj 319 0 obj<>stream +ÖT{»è"fÏlBoÔÿÚL?Ûqõ0ÉϢ⃘j †öÐ ÅÊ? P˜S~%ÜýՔ­â_Á2\‘0úO©Íp*BóªG¹ÆÏta5?vÃym@\´}8F„mY@Êòôý1ÿ×ÿ¢£gА- +ÞÇÙL&[ýŽ»†b»c…9yú Ë8?hf¤9p³ë×e¸¢AÐâP:Üdµa'êÉ^Âÿn9Ä'†4[™þa\—f9þÇR‹ÏP–pœÑòå6£°1¸Ç}1ܦR÷gýzV~ +endstream endobj 320 0 obj<>stream +6\¨µkÿ-b îÄ÷¯;Ÿõå‚ÑÚaçV‹èjÜš©ørêŽÔ3³Ù³LØhՆ¹ÝXX _±5ô´Æ½—°Þ’/Bû°\sÙÍúZXùfêÑgôe ÿuˆÒ$'ËA’¿CùZ)¡´ô-9Ç æ·àGe }{ºŠgGëšÈ*hfméý΃¢ +endstream endobj 321 0 obj<>stream +Œ—‘Eu»¯Pœ_#~ºL| †x5–Y™~8sš$ÝÔs­º¬kP1m6ón1qéOK!AŒ²ïÒÁWa½f\ÿ·’{mïÖ>[,Íûk˜S3À'q—ÚÚòÀ,Û«F¿Á™s 9p室 Éz.äðѺ@šåûډ +endstream endobj 322 0 obj<>stream +Š‚'ĐÈôÕ"® q¼PøÓĨÙÁ;TGZÔÛpށNË8Ç7С”^øÝm'IŠ­,Iw÷/QQ õÝ:Gû ýü}D§é©ŠÞ£ÛLw³¶”“o„QðiêµÊ:¯É7}Ž÷ÉŠóO´S(_.¢C•Þq ã²äò6™Ú3µ^ã2õ;q!8®3×'šå&F‚üÐ?‘Q†,8ñQݟâ'É?ږ1¸õOõpµïNy‹êðQ +endstream endobj 323 0 obj<>stream +r¸©È‚œ3Œà C©¿qLÑmsñó6½&·*mò±ãtx6)O ÚfyÉçI>_y ¸O«¤» uy—ßñšø|ÝW“øÙvÚAãäWφ•Rû³Óo+cš~>stream +¶`_‡‘Dši–…‘ã„¨‘Ý!tÊg3nî®~Üx-kQ\VÿqÃõ$k? ZnZՔ¯HYñJùF÷McŠ¹WiÜß׊UÆ©[÷¥rï'YWôpTd17·á ^c.#ȞEQëdK*Ìnf¹Ód¾0©’ĸsÚÓv¸Ýo¸Ë +¬¶¦;k +endstream endobj 325 0 obj<>stream +[×u¹E»7Ô_C¿’Ï*÷™sukm¡Q[yA¤ÍánÞSû§+g^>x³D¼¼|úR\‚? +endstream endobj 326 0 obj<>stream +Ì·²D¡³»ŽiљG¨Ž»ÎÀjÔ­]7rTâïiC×·6C‹$?«1yö àtQ…ÍçAþEæg²™åÐñ¥‹0Ž· ’=*Ǿm ñÜs,²0'mŽ¯hѱZ+ù/Ýtڊ¬gôž! ÊEŽPehý(ÀqÛÇá°á‡²fCT:‘A½5)x#ÿ•8Ç.‰¨Ìd„§ÜÁ¹D®˜Ù%ֈ¹):ûRú¶U ^ÉåëvzO(pQÏSR°#Eã +endstream endobj 327 0 obj<>stream +Ý*mZðύQZmiN‚“¸Áôu<·ŽÕûñG8šÂ:i$\zŒ­¬4îi’t”t¼ræ£v C¥I0^üÔÃ+ÑTMbú0‡å u$9ɦ0FáëIkhHˆz_zÄã¾ÙÜ[ˆZÄ%l ÊõF¤#Xcø»ýSWƒ‰rôÒù‚•ÝኄÒÌâjÉJ´pÙÃ.6bŸú#µ¯U‘Gʟôa™Ô ³Xø¬¾³×øq6¬Eüó7ë|” çÉøõל^¶5¿b›QJj{jed +endstream endobj 328 0 obj<>stream +#ìV«ñ¾1o“×î%¦Â Í 7pÀÂð­fÑF;{±pè‡Ç•”úL¦û!sfDŠS0È?‘îв¿8*eþªmñˆêc„tæŒçh'=Ë@›÷-q­6êÌTãßÚè“™xê à<ÀàÌø 4æ}±Ö`R;XDeÒòÁhy>(}à·Šû)ãV®’½“‹b +endstream endobj 329 0 obj<>stream +’«-Òuç«eľeïµ`§®FN¾¯à®L™6 #0·2`Ž1®™V¼¥ÎxШiD¯#t¬E }чd¥vÝ̽õBò÷Ì<7™ o ÷kށ"P] ¸EGæH’°PØY +êæ©å7©l ›H +5øµ^xhd)Ë +endstream endobj 330 0 obj<>stream +…½{Ñ-]¿N)”*ñ€K¾Ró~ ½÷Ç°éZ%vH€¤·á‘ülÇàŸ+¿+å5Ÿ‡æ&lJ Ô0¹Ô9“gSï•)všTõµQÿCÚÖÀ÷ D¯ðfïtP"V¤ºäˆƒš;ý(/ï/ãjÙª='8\®‘·ìàž­Öæ¯nWqŠŠŸâšx”„‡ˆ%»!y°ŽÖ¬ƒê%”ÛGåBò´ì¨ËCl8©¿:ÈêöRuƜӿuÈI +endstream endobj 331 0 obj<>stream +MŒÏR̹޽Ñk¯fŠ2¹PøŸýXÚ¿‘¾LÛÁ)M0Ï£iz<èmq&ò‡Ûþ°@‡¹Ù(‰íôÃéîvÈî´cÚP„Àà¡»ysôý~h ‹ÔøhÖá¼GðB‰»ÈêΛÆÓTVùÿ#ô¿ø·*p•1¥ã8~êž÷l³¾v’ïǶ:.Dfú›“VºS&…W¤’1Å.q…˯?ýZy¼ €ýùj$¸©4šGúü±ʘøæ£.8;Vt°i³º»,-žè¸B\,j +endstream endobj 332 0 obj<>stream +v¿@ãÉgÛ¾W·eðë;Œš'XqNí3ݳO@æݗXˆSó=ILõ`йy¼9Ú_Á¤ˆt®•GmU§rs~6ñòð[êˆÒ,»êp—Hލw)ŽAgö?({l»&71{j,ºGݯæ9Ѓå؛ƒÏÑ-›~Cö©«l_‘-aÀ(_¨;¬½a +endstream endobj 333 0 obj<>stream +V/äd%›¬AÎ+§ø6ࠐRìXg·7ú…f–‚Õ‚‚y­5é«×·Ô··QXžm©f@#O²"-Ó`ð*Á6¥ržC³›Csê³Æ(Āók¢eN´Oñƒ³…‘héo7yëáèw…9Ÿ±¸|0xM!Àè­Öìè^Ö©·MÄ +endstream endobj 334 0 obj<>stream +Ê, &¼xŒl.¯%ðލ 7ÞJËì=C] ºæÍ™ÛÐi{ÙIf&'ؔԁC-ûþá6Á!$['{̪†‹øKØØ[Lñ§‰3Ñ:š·¤]¡9 O`+_2ÆWcù5s†Ø¾Y°ž0ÎÔ1ñ“3%í+7Á /™™xÀ·ÑˆHµ7(:™Ò¶ÍnoPb%óó/ª¥@û%bðÿ˜>KËYòH†+Ë;ŗ‘s +endstream endobj 335 0 obj<>stream +*êŽañý‰% =\EI¥ÄüŸ> -1—Ç|×(œKðúµ5¨÷_Øå,ú—‚[s¡ÏÔòލũ»<གྷpX)˜dqówĶôSœ„d{}h²mÐa7.\hfÏÿ…†‹î¡ +ŒÛåO“`‹~³IæYTÁµ‚v¦›bÅÝhٔA¨ŠBý„ó¥Ó¨2t¼Çÿ0¬÷‰[ŠÏ~û½¸ø²ñԝŸìµv“R4tãER‡ýCöÒLÜøÛ6@¶€³• «¼bfƯå~‚ +endstream endobj 336 0 obj<>stream +¶ƒLÍú°ñÉT‚hEI+öî·Ð|–ˆOúJ KL¾›ûà¿[‹R#µÌ/fy–+»Gf­Ô_$_¾$?ºÂ·*î`}!,´¬ËÇØSAœdÇ잢‹p â‰bˆì“Ük醄Ž‰–N„Eûº<Ô¸»9t +’-dƒZÚãڀ±éÀåx5¾d­—˜%¾òۍ +endstream endobj 337 0 obj<>stream +¸îV ß´TjÕòæ«]æ¡Hë¼k³JøTd(W¡øÌzö›ÿÝPü_UãûéeÂê@“ôwÒ~9$ ¸ˆÚn\ᶼ^Ö=¢€5µ—W{a 4‹NmÇ-ÃBOPpŸÒۓÖ.»H3Kë&áÒ\X)ç +endstream endobj 338 0 obj<>stream +hsãYkœé Ê´N)RðŒä  ¹~LCQ÷)Ê×ôK ÜýW-¦ùÀ9å|+ÒÑ8"#â«7³ÉÚúæ -§ö_w°jM²Æ¯—W-ZMK^žAւL¿Ú +ÜY l&$+]ÎìÓ6ØàÉmù8ÃA$ÛÕ¥ç@®Û^Nm±Òe̒B)*`•HÀ4€Åˆ‰š Wê_Ñ'Dh!2dw¿KÎÙ%æ…;æI{Ü0UvXS,\ +endstream endobj 339 0 obj<>stream +˜ˆí/húKb9¸;ä>ù#+%¿¾ìäê +³lZä2£H¨õÙñžq;BŒ“æý(Þ6œyòyNt³E0gr‰øþÐ>BŸ=üh[ÞNkÜZdÓXQu á:åVúi ˜ÿFBܗ +ÿ­áh†òIå§ÄNl„˜«nõfup’}ºs&UCú”7÷ô‚žLÙS7qª&ž9é7¡;°m yï: ŽŠäpKý©ø¯#ï*`ΒjÑj@%¬/Ò¦9´=žÓê²`´gõ +endstream endobj 340 0 obj<>stream +U$“÷k¶^S7Oyò;{t¡.mÚ@k'‚êÇ^…Qås5гŠ½†˜!–€I™’}€2\÷bÅ=NC©ö o i“¦ÌG?êyd‰`xó¦Ø’r’ãR¿¤ý8ž ªá2¿uò? ¸žwòŒ:Rǯ–àgrd®„!2]÷Bóc‡òò<ï-ÌI4õŽ +endstream endobj 341 0 obj<>stream +¯ÜŸ•z³ž¦-rÔÝÁ¾„ŸŽ* úêµÅªi«»~QªYââÜ4EÌ`­_Z‡½wJ¢‡%nåsŠxÇ&¿Ó€Íæ®þêiÁ·Û~aˆ4 +  .V¹}Ã@K}C—38îq6Ç sI©Å{ezÂ2Lu_¶¤¯ö>ý፠+endstream endobj 342 0 obj<>stream +ËF€…è@âˆÌ'w]Ön¤óîɐ"î%n}‰ OªyWÈäÅ5eÅiR“I:ÿöð҉€9áNT&&LFdPb´É¤t(‹‚£Ïr⶧+à4…6×'ù -è]¸ ¿\lÓî }©Û!¶«î¦ ã@Â\¤‹€‹SÊÕMÓ"îó J¤ûl˘VWÙö}Kõ‹ˆ‘©z´Y™Õáx=¯]½—ÆÇêi‹[TbØ=Z­Å¤Tq!Œ50 +endstream endobj 343 0 obj<>stream +„ƒódûßw0Uü‹\wÔÕ1äÛèÊÊD¶bTþ”L{cÚA„62“|I/ŸÞ‹VÖÎÛAí5‡Äü¥'íÇT³äQú7M:‡W&°BiDY–-Y­ YzŸ´-"¶lY…ì´ò¸`ғ¹ ¼ý5ªâ¸c%ô ›²ÙC¯þڐ'eA,vo4Ml82Éé9ºcW^H5sꫝ6~.¯ˆžaÂA'?ô1:vªex;N÷µœDiêH¶S³•­¾Áý|VÓÞð +endstream endobj 344 0 obj<>stream +Ûcü¾Î±‹ÛC­…n9µ;ý3*²$ c}¡ÉÆSäç Ò0Î7‡‹úm£ÁƒºpJ|Ő$‚Äɏà +ÎëÃóáGØ^ªPŸhߜqjZÒlŔh¸…NqÈÇzøã•½±:[ȟAmÍÀî‰ëM" ~¹±ð]’¬Xë-™käšJ |ãå@[›ŠÎØLÈ+ +endstream endobj 345 0 obj<>stream +ÆæóS-²D°óÚ;³ÀÔWÇpä °}š“]—±¯º]á&WXrúeˆ gÄÊ 8qل€À¾ž¸W9BžqæØ÷/VÔšÕ»rnP‡BטãvJ !x“ gëæHI˜I¼­&*¡Ñžwy:½,Ÿ@ܬZÕ9äzÞ$& +endstream endobj 346 0 obj<>stream +r½…JÒ àÂuÊiJŽùã²eóŽ‘ÈcJK#‹o¹ú-Õád†ÑAüMÉKxÑJöáÑýneC{LG*œ°Ù¦x ¯UL¦Á4«(M ž|Ôcà8%ø§F+U¨¶‹ËÌÓâì¼×cŠ´w7”Èþ×öÇö ËfâXÑ&üÏúk20ìÀ(fÿëW¹Î1̔ídõj xzn«ðq$‹SS=Ê»éþ莾f¡K©f¢ +endstream endobj 347 0 obj<>stream +ÿaÍct:[°+Ýg8q3ÍmÛ»ú±BxñŸ;xjƒ}©r⠇þ·Ãޑ6#ƒùY@z©¨Dg•9s¬²É;otµKq§“wJGþHÕÜp#Õ¿AUÊ7'ð¦2«PÓs3Hü‘ð)›<@N̬n·Ÿ¸Þ¸Ú&ùØ^ˆÕ“ãæîÄGvmf€¯×Í2v¡9W¥Ú3;܋OÎ͸‚PŽn>ox‰ËäL\ÞÒVƒƒi¯#ó´f:¤B0â×ý©WØ-ZMÔ¨ðî•üA?ÊäU…* +endstream endobj 348 0 obj<>stream +edħËV°Ä qç_Á=Æ6Wÿè£- W—!’ã«(„„¿Å‚Êéc˜>mý›¬ Éóžÿü¹üཎw]P8I•Z­ë;uº¿ÂÍa¥lƒs±¢ªX7צÊ-[Ù.jóÈýBGñ2 ¦¡^úæ¸fs&ãef܂ò²…®°F(|¿h!´8u¶‰> +endstream endobj 349 0 obj<>stream +‹(Ñßî̖IæýLŒ×óÚAF_ÊiIܬ¼Ç7¹s4àîe];Ut՚ŠqZ²IÉú}·YÈVÔ`S+> Õpèzÿ±š + snç:ü›H¯Lԑ·Ì«ÌF5´éRd摸öåf´¡ñ؟!ӚfûIíÃ-ÛU-¤¿ +endstream endobj 350 0 obj<>stream +¬þ†¼^åžd€!ˆ9úÉ\ìñ€IOê$¤B Û[ïJ‰P^ï[%é“ÆŒÁ3ÇìèhK¶ ±QQÚ?u–5C¬ƒódb@ÀÑH¥Ûú$Æ·T·™j$]4Œ‡Êý!fȣà Œ;^žmµàŠêEzä »F|÷Çú8ÀὋ¥[ÊCáùć™2좚à"ÊÑ'÷ÂÚ v¢®¯™ùðøÒÕÝ8ÅX-nEلXáJÅÞüFGél4«än +endstream endobj 351 0 obj<>stream +sÿ)ÛÝ[ÿœMkª¨z›µ3œ¡›BÀMýyÀSí—m‘–]a¦Ë[{Gßç¡9ð3Û¯0¿¹¦É (£¯ÕK7 AgK‹ðw­¼È»³û§×–òÊGÊu9—jÉ^&ç$ÆĈf”2tô #Gdð„H²fÁa@ålÌ`“Œld…ŸXÃãˆÐ¥‚ÁÚ\E[‹›Y·dŞêWh«Õ¬ú>ÍX2àê%éå¨Â1ö”˜„y-ѤÚjH8+{20°b1´–¤›¼(˜ân«¼Ó`M;p0{Æ +endstream endobj 352 0 obj<>stream +å0ž[e|Ãï1ü‡uë^HI¼Ä,÷'Ú)Ùnغx”Åc´:¶n½Ì14hqJå¡ç©uSiä;ã :Rdàq>¥p†»ÑéŽ8¥nÿ6Ò9r&Oö‰o#Œë£ ÍýäÜÔÕ>½¶…†Ó¼e³‰í º +Ô¼^ۆ—÷È'¼ÿ þuŽ²æg +endstream endobj 353 0 obj<>stream +"?¸K×æJ¦r@’½èxk½ô|˜ù–` å£ï˜òË{ñäïI Âfnö:ÃzÍû̕ª0h¼í4ꒇ¸Dò2È͕g‹ªÏkpé¢êÃïüZ’œ£+š4«Ã4KóF[-C]‹ævá ´ûŸ.ká½I*æöí6y@ +endstream endobj 354 0 obj<>stream +ƒ°‘åðñÙÞ%Š²/âœ[g¼Ïr³Âh]¨î蜢‡ é<~ɎÀG,N?l[ù-èL€nçî{nHüAÔôN’ ½DÉ·â3½±6~}ö*ã@4•ÝmX=¸…t¢uPª§¤öv¡%,ì¿kJ™C’s8y.ZäûžsK§} ^",¥Œ÷6ojølȬ¿ºø7ÁnÕÛÍC¡˜-ðû`‰êþÀƒí¥æ&÷-r9ñ¦xGúúaY„ {` +endstream endobj 355 0 obj<>stream +Ê5Ÿ>Èe˜o~v/j‡ÏÇòçɎ¿Þ,ý¨å|ž âO”žƒ–`V@§[‚8µ|äeù}Ë®…q²p“îŊ’LÀ›IêmÓ¹”µ3YS1˗_±syâæù¸HžwþQÎätèB4ëò;_^ªØøÆÑfåë9 “T¹ÐCšªŽ2µÃÓC‡ÝUÀ5ÜÊoØ"HâkQ?Ä¡C¼mìÉÛ'„¼ç2B>iGÂʈ$)#ÁOîèœN´ö‚»1ò5¼Î¤Ðr-÷D™Ñž¸ +endstream endobj 356 0 obj<>stream +:(ñ®ý˜ˆ¾Ý×ÐÁÐˍ«l¡£dŽš”WWEuqÇ&Søô_\¿ oë?ÆÂMß`dˆ@d _üwZ¹Bð{€VvŒ+<Û[ÃÒÆÓÜënèÌaÚ|mF›–èí¿”îaô¢iµ®©±( ž5Ç`³(nW fðqšÆÔå¾ÿˆ(bV„Ó+Ԅ.øÃ1‹å +endstream endobj 357 0 obj<>stream +3?þÉEÞÒUÊmÈԘ°åïûf?œF”²$:É*üZò‘&M(ÉĊ.Šaw}Éu´f~@ÈQç6h!ªë’áÖ,›u´õ6Ûrt]ž*~gÃÐ[¿Û +W‘:ˆxÓ®¤g¼ +ü›6)¢¾÷&MŒôS:)ÓÉø3KAµ +endstream endobj 358 0 obj<>stream +AájÆÏ95ÿvr†PÝd8ü¶Å1Ý(ÄDY!HËÄ£ÑãÉ\ ’³Di°î +Ë*ñ×»ßWc'j)¤«g°Þ,×MðžÏŽÒ*?åaΫeRª¬kÚ>w̤@"¢e…x×ۄ¹³Â”¿?h‚@QC€u0Á½YyÐF—a6Œ§IÔ(7T¾éŠE@~SÊQc³^Xë &³¸ðlpšé]ÂWÒbKÀ…Í>ÖçƎ Òo~æ + +endstream endobj 359 0 obj<>stream +eTԌ»§ö­$‘/–ËU´ÿªÄ?&’â;’¯n·gÓéÄ~[u„í@DÃû`sê6Gøaêµ^ýè#æ¬ÅLÒAÕF³ô5]¡§ ,wbuqցì³{°ê´Wüò×:50O!¿òB€Ì¸-ÅCÃi}MêÂ>6ÿ¸þÒ/."ÒÎÍÇÃ_ +±o-2œK£D7- ÿ^«¼>‹8šËáëR&z¢á°ý3"|»˜9­ÙßzR,eE ~¦{)(ä +endstream endobj 360 0 obj<>stream +Èăøãù-•¢ßçˆ# ãêj÷Ò±kîõ²zƒóÄO?£ôýº"¬YÊÕ87Ýí×Ân”yWŸôßrÄçã:õDt±« +9äí¢ Uv]ÒðcÁRøKÍÁô#ú{]¥D¡¸8Ò WIoî¢s©í ˜5NÀ:m$z[ùU÷ÕxT•l—Y¶l6²¤ÔóüôÇ +endstream endobj 361 0 obj<>stream +ݹݣèÕ»o;yBMB©Øñ·Ÿ#/mb µîËÚå¢6ú/¬š²ÒFƒ°|åÈ媸xzÂA¸7~cMå 2ƒñªB-¨éÙÌp³ù=æ am>stream +§îÎÊ:‚^ôýlßjC.8à9²úŠ‘>*‡nZKÅÚa~³iÝÍ-TD.-%Ä0¬tû<6Iª@Q‹rŒÅÅíšþ{D¥ŒP2È:÷C>õ&V\°qPÉýÊô²r2*žàVÌ#jÔ-ÎoGÎ+N„·Ø¦¹QBŸÍ«”Õ%uÉ;ÒTM/W° +ýdÃÊâñüÓz $À4cY +6 Ó.#hÀøÈ0g7=£ø}ÁÔ^šêLmá44 +endstream endobj 363 0 obj<>stream +–ëzžôÈÁû@'&¨ðfsj{‹ ·‘5O*—';¯©p3oã—(4©—”LÒ)n˜Vº¬tªN,¾ƒjù©f8ÿ큈0Üúýh‹Oâ_H•oË64e¹ÓõÁ›g`9>stream +ä¨ +k¼0¾{Õ2xhRæñaë®…;žµQËÔ‰ B¢šËÞÌdž%®8»)HìrɔòƒäóÏå«µÆ 9p¥6ǃ’Mp¥ªÑÁøÝ~:òžVXº‚Há\ªfyî-6³ +ÊN÷E—¹À7žË§¤ŠÈ|/öjp-×~Ù?aPU ~ +endstream endobj 365 0 obj<>stream +^W+ãF>ɐE|–l;bõ[Æ;Pûôo¹ëã.šû±ÇTKÅ£ºÞŠ°9ƙݪïOì†Mç}[zˆh|ŒmÍH­¥r7(¹Ë óÞµŽ0šx•_̏Úé±å€3¦Ù¼Mʇ<2û%Ži!Oñ¡VÂ_y“ï H¯Úàé‰- +endstream endobj 366 0 obj<>stream +b:8ÉÒbF—”mquÞZºýƒEä¨ «•œ¯ÍS [%PQ'1Zä- I­ ¥YñŽÐ‚ŒÛE–VØK•¿ðBv ø›9Ê¥ÿ,p…òÛ¬h³JÝÌή!íÔÖ?eW5õ“Ã,¹‚dªiÞX!ëBó" ®0r¤¯Êח®ñ‹Ã5„N7 nng?ªôg +€·NÈæςˆ=ìòm9„ä F¼K‚ÜïWî6 8e;²iØ +endstream endobj 367 0 obj<>stream +Ǥ¨9ë›ø¶‰­¡E j«H’9Åc'îÁï?p¬ÛçNðÑ!ø.Iÿèi2J·ã×Ü8m*?¿îï¢{.[Öóx…~À&ü©Ü4|¯Ç-6ù>¼D&uûõªe#¬D‹0E•Ô“(rÑòl?¶«˜į8swCT¿Ø—³{Í‹ÞqŠÞ` ¥ ÛOç»ð¹–cÓ;FŠ3eùð—&՚uÜñ¨Ì¶…-¤Û–Y“˜—ñï>stream +(¼ÍU8ŸÙ “M€AejÀˆký>ö2„kod̛='pŽÌƂ ÖU^AUš¼w–íç‰^é:ubPd£ SI1¸‡6ßñQµÏ{¢=0x~ ¼ˆQ³oZÖ ªô¸¶4N´ÜI£Ìñ_žkñ.gð uÓ:=º)—”¬ÃCê]QºÀ{±reXŒî +endstream endobj 369 0 obj<>stream +’ƒ î7EÞÛY7Vì©|þ4ys/=÷ÇZoR$pœ±y=¼ûœxY5ăÙ.VÁ–Ý5µkû¬œ"Ë9%JM¥­Æ)]·êL¯ú·kk–Àc6DüP~¤Šš½eY”¼“˜LÙx‘¤â¡aO.=¹hPÞ%Ä>w!µËW +endstream endobj 370 0 obj<>stream +歇àˆ`³ñgsà ScÁÕ^÷m†`cYÔ¾¦+›¥Z<Ê¬V8ËGT­Ãs½dCà¯bÐâpš¨+THª`ó®ëHq‰1w¼/Ò.Þªa4Î{v +.ƒôJJdðÛ_ +endstream endobj 371 0 obj<>stream +X##ø„ÒÏWñ®Ù°ò&ü^"š[èp…í§…FôGÊü¤V³ßGtS¢HmõØL•hqZ!Jî$6¥hO°K*§álämlj/)(NU¦z€gá^ëZ”ÒÎ-匱Éï ýÊIžÍ\ø 1”^B>l=Z#ÏÿKÎ}ÅzJp+Yªt_i¸J@c [eä¯Ò»ýlñ´ºA6ðœBR,¶/·Å5Âø=R›ÚgÏOçêåÓöÇüÚ*)‚C¦tE{ÇÛ¿ +endstream endobj 372 0 obj<>stream +A[@!ícVíÄû–$ß³½;§nrç‹ :Nù ÊT$X—ª€ÏvQ70 áûs§­–«(š‡glóáùA®Ã>éQõÅ,5ëüö†SÐ 1­$et8†d­'o†&¬ä…Ñ‘"¶çïËþ‚~ sÒN¼¦–¹:âb¤÷¦Üot$4RE0×S +endstream endobj 373 0 obj<>stream +ÒÉ+þ/0#äŽI'•ÙÌtsar=Ò\ûš@–Éqb{ tÁH*VÞÿÅvÝx[Ôç½4 +YY6 ¯ohû8ëL +ãzG Bç&P "DêÖ¡×ÜÚ(^ŒTO[šû•u*$Ü?"‘ÂÝ:ý#bØó³&µuŸ +endstream endobj 374 0 obj<>stream +nÏ#;hiÊìívtµäûaÞÏUÈ«—ÏCTpŽ…Õ›žsLñ>'#Î¾÷DlÀ {‚ñm ÄšÖ“—Îç3iTÓÓ;^Öu·Ñ®ŠÊÖ§ú +endstream endobj 375 0 obj<>stream +œò‰M’eü}/ÒÀ¯P {/&³¬W§Ø¦‰&só£Ê?/ õÌù“ß½e¥‘k ›Ð?jè._945ȍN€„q8VH³ï¬jØÒ ]cDÀI7žÑiµ¾ÓGo¥Àæÿá+ƒåX§TÆÑ(›†oþŽPìh™+\‡Í»z—9–à %Mñµ3´ßVÞõûÅ|_•fx£Šæ«.‰ÚHS"öA„óM§;Öc}&ŸDau9 \±Gšý: Ýnfˆ§æ,ˆ"smõ +endstream endobj 376 0 obj<>stream +g!ÂxðC\qmÕW"ÂféÈ/[ß#D‹? o¤ H'ä¼Y.mš‚=ݪO‚'غû %s4¨“:ê€Q¢ÇHëË×Z§¿®žlÝë:ŠxEøÇÇß"¿èÙñM¿w¤è#Á¯p«* e i¾g³­*ËÅa†@+nõús¸-õ¨õ®¥7DçœyWŸÕ±PAÄôöÂý¬H +endstream endobj 377 0 obj<>stream +ŠA@íÚ/m35L2)¢=ÌëŒÑV`œ¨3ߢþ^xW ›~xL$¼îûöŽÑà¿ÐzSFï‡ìËD⧰)ÎøÂRvTþÞ­÷€]ý ~Å<Œ!܃#T+ +C­3-JH¢mQ¸‘7»‚zŠâÆK´½ì–ñËN„ñ—ÈÇÞí +endstream endobj 378 0 obj<>stream +K2$9%Ý÷P&=iÄð\Rˆ «¢‰¹êÑkàX%³Ò:7çÎpØ_î×¥ÛiKhÍ +I”^ûªŽ¿zùtqÐ¥ð!]] ›ñ37û‡YhZÊO< üfþ¤¬›ř\A÷Ð[ÏFv™ÑZÎÅÓl\XT‚Á•ñ³ZÿÍôëÁËÓ#õðñU©´G4¬OØ$¬olŽåÊDlr¯þñD8›,ºE`°áÞ6yZ{-3¿‹0Ø1Ìq3 +endstream endobj 379 0 obj<>stream +!¯EíDTT¤¯D§«3ìè\œ?õ¾YŠ«..1ƒ[)ü*pp%<Ö¡j›óW6‹Ÿì'‡Z‰Y‰M +ŒÂãi!¤$!V™:ûc³ïôí¦U!{_(ÈX€+›Ì}"Z|à v´õ¢^½nž>¹[9‹ÖYýMý[%,÷*QP˜=æ{ŸÌ®ÎѸ‰“¡CÖbyT’cþ.HA;â‹P^MhGHFÐ v4çMfLÙv?ITw¡µLK¬¯ÌØ',„Æ~cQ@ ¶ý5Xß»"¯a +endstream endobj 380 0 obj<>stream +t<ƒ~ô‘2J´XOþ9õïJÆ]˜om‘ûnÖÐ$,WmõÙóMëÛû]Ód{ûµA[ ÷©ÊÆ5%»†ðJ%äQ8€ÅÇ+Ϻ_Ý ½:“­ò? "u‰Qá’ìbµQӍ¹åÛ~w‹k3ÆP=©W÷ëqž{¿â¤Ç¯´ŸŸ–…â‰Yȳ²¬ûúï%:£« +endstream endobj 381 0 obj<>stream +N,úÙú<€='8Ü֋ëãøëæ&:SBr„I‹ÕD! ^>—Qη^ô+hÒtæñüîbÒÄ5¬0م„Ù–tD&4Z´¦ìTàëç{Õ=d,Ù0GVšbHߌá2¥3¯¡°‚ôs9³+³ÎÁc, +endstream endobj 382 0 obj<>stream +k ‚ïs©ÃVw;×PnÍ` p„½"ö Ìs×:úւöėÿR.¥™:öçæA<r¾!P1¼1ºž{¤qÒÊY¬â+S¾h`Ç,y»‰ïHwJƒVG2´ccol è ä˜Ïùƒ¬Fð‡b™y(SZV¢”GãvÇÔÆ^àÃðewìl‡À¯ '-pžR§*£«Í¨(¬·NOüv&ˆ;AáÒñ +endstream endobj 383 0 obj<>stream +8 +–Ã̇ôµ„uÐ8Òíq ŽôŠžˆo¸G÷½m?<¤ EP Ý'^ç`D +¹ëŠÆt{™žîàìÀ-à CUøÊf +t£[¬/¬Óý´x̨‚Êk_0ì=ù™í'‚¹"¶ùªÈäðŠ_Ž€‡FfÆO5ýkP]xì<Þðࡏ?£I’1ˆÒ\ÙÑЃ)o™î߅¾Ïw¬¹Lx‚u˜6‹¯Š¥Þy‚/¬¢öRÂãpYc|}·ÁÿÙÄäÎL[Șáÿ,h#¯äèã +endstream endobj 384 0 obj<>stream +]gÎÌdpå~+ž_CŠ•‹0ÔfwL¶rLâñ7©§8¶Qi¯³Ô¼ð3z2ôzÇÎ#ªŽÄà] ¿©Ò|a!‹_HkñH6Çò‹pà%j!ݘ¦;a\ô5lmÒZÏ®³mZ2‡ +Èr¥¹"9÷úÙ·•Îeä¥ôÓ¬¯>Xµ“ ›Êl’¨ R#ì°í¯¬Ya3(ä/¢ +endstream endobj 385 0 obj<>stream +Ë´?L¾ŽÏ¤Ïúðd¸4qÏؓ+÷£ÜEñ•™´ûü]¬7 +ç„”×>‘ÿuuºj¬D€Ó4ø2Ã/ÇuNÏt§‘q/ùd3WET5èâå ú±¬1Ž+XêèµF–ÑÐÕÁ»âýižåÄM\V>GŠx¶!Ž( +endstream endobj 386 0 obj<>stream +Ð1\¢,£FŠ>stream +s/¿¡ò"rdÜ}ÒB‡3§ DODµƒåÅ螺â‘Û’Ä)à +ªþñèÚ*ãŸ/ïÙE͑´‡$9j6_ßóXQÒ³5Èûy¿õ>’¢©¥>§‚¤²aþ‡ <…#gk\s?è|®0dJºæ®*F—áßÉ1fgãY¿²e +Ù(çŽï5Q¼‡}*¤Wöä“.|Ôñ=7ïcïþ­)Ú+AO®¹ç.érkÓ @K ¦å©7›¨œ]š.)º+ãր`=qšsáí +endstream endobj 388 0 obj<>stream +K5Î:Œ…È#ð]®zŽ°çÒ͆”{mwlØ¥ÇÊÔn3ù…š]°#Ó¶¤TTВNßä=h¼.sÑÎw‡Büç +~u‚ñʍUHØ{"¢ÎK‰-í©¸uå<ùÛÔÑJ£¤¡{ûšÓ«ôÎéV —A=nF5ã ¹“ýJL…UýªÃhqS8ʃJ7k„E˜ +endstream endobj 389 0 obj<>stream +/kÚ"@nÍ´ 'ÂX[ªµ'þN)ƶ•t?PQ.>‘îÄ/Ñ&_E9yivДÜÛAlÄ""ÚÈ¥®©eáªö9ͅÍK)U·È‚<µãϐNé¬òÙ2˜†«€¾;mÅÏÆVàT‹Ÿû4 ®h«åWa’l(7° +endstream endobj 390 0 obj<>stream +bvþæe|Ò²W“Êe D<üX¨òˆ…ó ƒDÁ9šQÞì( +8{‰Ã·å›@F**½’ð!X†R£rï,Á­;¯B.ށháU ½æÝuÈv6Ê _Ó:Ó+û©QßdqÐë&¹=š9#³ümü Ä®NDqą×MØIY¾JR‹§NG30¶UãªÎ8^>stream +;ú½eÿ•_4\’dR^dæLZY6KqDžL«ý‰.ÒGÎó}7‘¤ŽvzûÇY©€RËT¥ ‚ï¤äØ=iy°„`. F@:|/#,nX#ˆjì¨û”·z„ÇÈ`…Žàjp‹­ä’²è3%÷qòÛ1<ê²W.w´äªäæMöÝY;´*si‹Kðßø‘]Ó4cñàU$$þ>º mìK£ÀRÈ“¢g4m¯ËC;«£k)f­üOøÙjÏ#Z7”Þ æœÉ[‹¾þª— +endstream endobj 392 0 obj<>stream +ÿòEؕçw~‘­EªøIYoé˜ÊóZàau¼/)ˆ¹3 Ýu/¼kè;ä«+ø]¹= +i â H6i™îÌo¾VÃBÛi¦]ÕsÜïH™™ÀŒ]2 Ÿ +ñ`è8¬nkš“ +endstream endobj 393 0 obj<>stream +H +\ º3 RjCGNJf$Ó $Çjß:€7Çè èðº'ˆ@46C5xrÍY®Ÿ[!‹Ü¥kCŸÊ"Ô¯ò2©É\˜ï ÒåWô0¶VR³äO7ߣL˜~>Õª¸â.*PŸcÎx+i–ð¨óÜ, ¥Œ‹Wföö +endstream endobj 394 0 obj<>stream +H·½¯Y^hz鑸‰ Ôéò´>"sãþ·„S}›³{×Dz³èê3Ä#©Qhç)ÕJyô=žÝc”ïFì&Šô´cì€ÏM82°` m˜E=›)5SÞ³²HWê‰þÜZ©a¢·]’ƒÓð+4÷ŠV³ÑU‹ú “K F,¨jÞOYL— åÝK4À™Ò³9ÿŒwÓÒúa9Ð|Ô”ÝxF|Î`èÂ9ú:zÌUGîßH +endstream endobj 395 0 obj<>stream +XÊìùt·~cZˑeï +)–^%üf¥ ¡KyZñ v™^D°è9j¸Ùä77¦+?Y!…I’YY|qØtï"¾ìaR;斘”ï +?µ/+/ƒº±›t?¤‹nf¼£SUe¬¨~æ‹p ]8Щ>NÊÀ³çM´»ÐàSñð_ +{OLˆU³}:4íÞ^³Š¸ØÉ) ëHx"•Oáˆa×·±óôî×VÉ£bœ:æ!‹¤¤– µé ¼@Tˆ»e„ÔQ v%±i™öþ϶·Ç× Ý:¾é¾¬b¡£qò,Aˆ¦²WËôýåócŸêWPQ¶XA ”ïÂt— bà•õí●*Á²3+|?Ü(ZæI‘=ýʀ@ô°{\VãÇx-r¨‚Ñã˜ã‰ÛØ:Øÿ(Ùbã#„{,8•ø!Û֋';¬|F<¼ 1€h&iœú ŽvÍþgä5+²D +endstream endobj 396 0 obj<>stream +]k&ÀíLu(nä ×{;ÊÄ¡b€”†Ìž{•ˆÖ +žãҏګ ¸»éËÌJZý àeÉÔ+.RD4Çî6XŸXZI¨Ÿ7¨ÑIB~·Ú-æ +7öøDñ ©ÚkEdÄeé<Àïù+zéî 27’}kT^_µp] +endstream endobj 397 0 obj<>stream +ï[]ӔÂe9.É­n¢§Ë†Ñ‚}M¢[…e¹kªÔÁÅÜ®bµ¤ZæÉ ²#ˆ`)+Ø 49B·™£Æ˜ÒælÔë à ÏG…,Ž ¥cq©ᗩO^‡Ê…Þs HÐ~lKjí~;ÔÑO¥ £¨-Ä|ÝàóMðñH–pçÍwóù´-Ø_<šø…>±óÓª´œ :jŸ$~ Îƺÿ!%肊|¸~¡bŠ¿Ìc$ï +endstream endobj 398 0 obj<>stream +ZŸ´…¢dif¦Î£2ùì@©*òҍ¼‹ƒl°±ÉÕQ¦ø€i!BüéyÓn)ØEzò,&tþèœh›T̐яâČë3ŒD +®¯a²™bп“ù¯TÈ։D˜ý;Ú؈óIÉø],R€Îb vI„•umRínÐÌßí•j’Äñ¨ƒ†½wz±X@ÅØå #€jÅÃîv!ž*Ú.ëâ:à7֗“ÿ9¸y3͟vSŒi`HKìù6¨¹³T0o@«Ý[©ƒtUƒgk7Íþ8Øp§Œl§ðæç·uþ6H*á~[ ¸þVÞ ]ý›€ÕBaí¥.D¿)2_l%w2̟éÕ^Q%óqíÿFÄy­çŽ\׸Ä÷,O¡ÏŽjé§ )t-ËÍ ³;b„_Ú$Wp!ÀN§xRÞ±Èâ²-ËïW£ƒ§ì~\ßñchiwí•k‘mªÃ­v +endstream endobj 399 0 obj<>stream ++`ÿkô ÞÝ쵎A°GI64³¤qH…f¸TÜ«(X{)vÅ»jxRp÷Ó=_æË-©šI—ý׺9ð懎jPî©`SùÄˆwþVÆBÕ»ïÏLNå‘äKl] …ÛNÜäYmóóX4r"Xø}=–RӚ{lQ³Š +endstream endobj 400 0 obj<>stream +/ý¤¦0´›÷Stî× ¶¨(ôü–5 BÍK„f°@ïùr>stream +$&¥n²8ÆÚU§SmÏ©ï¶0ßÑiK ë³ Èè]üg ;’Êo Gâ8›/³b>stream + +Æ© £TêÛ#Š¾…‰×K>stream +ʊÎíÈçÄùP4K̤oÎ/7»Ì°Q´AùCò-æÑ®4E³À:”θð©xíÎV8y:žÄAȺœ À!9Ì»­WûöÊ0[7mµÆÖ(z­yBÏÌfêhæw¥:^öVScöM!˜ F)Ÿk΁+Â64HL±Ý"A×Vê乂 r[ÃãèGrÎVÅ£ÔLfkø­__ÏÚ~¤‰åšòé:VÚè¾Ö~QÂç5ì†5ùÏü½ +endstream endobj 404 0 obj<>stream +áٍZ&)µ]\ÅcGí¥{HY ¼q`_,Q׺¨ŽCìÄäuø³Þ¸¹{¦÷Ùqý¶“³asÿAg†›L–5LiY˜"æ[':$óuWí>ˆQ»ðo€£3!QEâqºã¶Î0 sEÝRÀçÈù¤c‰úÝ&=E˜•«Xþ•Õ[åºÿJÝ؆¹âc-§J’]ÞôŽh¢¤,†"6á=–:픔ꜬñXØtH…Ó˙ZC¸ˆ{·ìÚùÏ÷‡)lOº°£ påŸT¶–3—5Ág¬i„˜‡æk?M.mÿWa© [d=Í/AæÌ)ܘ¡jEh¹”ïü1;måÇå‹öøͲ“‘¼¿Å»a’8JC Š0J :2Šõl|ãÝƒÙ€äÐÍÂw…Å9Gy§åً56½¯³;û†Œàu¬h¶Y­ø¬¢1—íÜ;zrÐçR¿ü¤ÊUÏY&Å!šàµ +endstream endobj 405 0 obj<>stream +³­\Œ9wJ§ÄëTþ#O~Aw0BÙÿU’,Ãn+éª0=ÑÓ­‚¯ª$ô8n ^¹“Râ鈄x +YýP’(À՜ ›3ÒÌ´•Vxrg:Ü+cìøÕ(¥ÿüÜÙ I.(N•Où?Øp_™¹B9dÒò7ºtªE¤„ëÿ†+ +endstream endobj 406 0 obj<>stream +mÙñÓäªÏ½e&Ðlü+…dM6R·d7ˆâ4õ®«19Œw‡Þ+zĭ߮͂D˜X·¾ì‚Ý†±ï@q¿·&wA›MÙx~3/ÍÀâ+1ÕÀ¯U<^AÐ=Ÿë«P]hJP•d‚k)ãöñà@Kƒj[R~ 8d›Û¦h _Æ5a{ßwÎLã[ûô‚õêE5fĕCÂ=ˆˆ/\vÊbQ m÷5¯fΩ.ÂOŠÈ +endstream endobj 407 0 obj<>stream +Ã6m‚n(}JD¸þìÃ$½ƒ´ZB*ÂLçøx1:±”´aTcnHÐ^¡Ïñ{N†(•éa§µ‚¶xü Ωê-BÐ@y¥‹›¯ÔÁWŒ)!ÆYv€}ÓaG”uøkôǵ‹Mæxj·/]3îva—ã隅5^ìLEô“Èq ¦>HW½…³Q{Qösžìálí¯K"ãêœh2ÀpÇŒ2TÎyJϬVÖ:¸;·ÂænÏ1þ¹±n)È\„ðSPpZx{ʙøa2—%Ê_¿ÛÄÞì¾ ’ªö±–nR-uñHü7Øü»ù2Înܒ'09X'` ž»R°%7PæSeÃ)”È»m7ü7tˆÖÙ!¥jZÁTl⶘׻ۉ/™‹ÝòhkëÆ`OœgªrÐ +Ïú:­u庢ǪNÙF×à:ڀõK¬ÎLë[˜¯{‘uԕíyØ +endstream endobj 408 0 obj<>stream +¤Óȍ£˜šiÈÄ.5Ùæê­H›Ó¸#€Ô7\âwt7˜“ž‹¿V?‘}öÅ#œú£©Q£P¨Rb­a(ϕB*[ÃFÎƘS(錐b‡ ï$8ú3×ÓBÃÑsûò$^;>ÎY˜” }áA¸;\M= +>÷ôÈP*Oӂ¾– +endstream endobj 409 0 obj<>stream +»«Jsj)Y¤m! m[XøÌÀéÖGéî;’é«sð!mŠ69_{ȆW²” ß°EÉt lK²¡s‹;ôEîØÚ9ú>Iʤ™}b˜h¡Ü>éüǽÝå-Ô?-T¯“ßÔrï¢ø¨L:ÿÉÃÑåŠÞGé=˜µÜïåŠ]‹”Á¶H¢¡u\0Â10»èVNWVCcL +endstream endobj 410 0 obj<>stream +âßD@°v>P*m£ù¶Ÿc§ÁS +9@|o“Öµ^핼6ÐMÛжPůWêâ‘}(šÄ(R¢3½Ö.J˜e~Yé Žl_6æ»MöUhiß0ª~êi™ÒÏQ‘ŞŸ¾Úgsº0؝©KÔÏw“ÃèÍípü¬Ïtl¯/kÂä¹ô=…úþÿŸÉÁ¤Èé—až£ Y¡ª·#ÜG¡{/öû+—rá–,+J§I^…"N»ÄJNÆÆsË {›Ô>stream +‡±’ðqs6©¼=`‹™þçò^ªùBñM"?Ì̳å3r9ne5H”+þ‘XZ“—Ö½š.²ÈKg n{îFªJçϟøÌÁ¥KIÓ£>N <¯e­ÿF)Ò°iv‘©#ÝC?>½ž«–ªÄß÷F&_›W­ÊzÉA¨bWâ +¬– +endstream endobj 412 0 obj<>stream +ü£±(aV„O²ø̓Sº}›—L˜ i[µÀ09åbAnU+p‹»ŸÊC›ŠP•ùdçÁì|nŸ>%¾Ã›‹þ·Ôà”n¼¼ÌêÅ¥eMø!»@]7­ýÅ_´oNFCe^É 2¼AN7ÖGÜôkw0㪌ÄFw€Ó$:Òh³²O–÷™û~Í@Q†m•«mž4Õ»¡dÇãf¶{G¤žÌ]ï 3n3+ÎØå3×YœA +endstream endobj 413 0 obj<>stream +1­ñX–³$t°`ª=!ÿ׉x zÏX„˜š…£/Mq`K<Иù~M86iÂÛØBêäê“ÕN=i±FC™±¸ÛÊþ¾ÅßÑlúßþK BÂˀÕ\ ‚Ͷ™Œ¬@y§a%=K²)ªý0 e—•¤{cŒ’•ÓgB_¦ŠtÆÊùÿ¥ôŸl‘§²ù‚]òŠñÉ÷½a*á­°}Æ¥ˆEî/fG¾Š˜ðæS¬6y6)ÜØ뭈âA¸ù})ßNoV}˜w–Í ²ÍŽÄGÃ<ÀR¸š‘®¾èþyðþMJ±irâr †N„Ô×rP°«k\5šó÷›H~¿àS¨DAfH]zëï~ÃH'ú6’º¯4Ís…/äT¹ÊÁìâKD/Œ÷o¸[ÛP¡9ÒC~håyâ‚Ú²yhÓl9bp'ÜÃ0ZŠiåòÒ>¨<ûoÕ¹·²Wí½À}&¦ÎY0Nȇ§ +endstream endobj 414 0 obj<>stream +z£|¸ç| î¦ðšŠ)¿9ŸÍ_ÖÝüËB•(,m45ûºðŽÂ‹ÛÔ͂Œ@{‚ã´ÝÁ™=Q³—­6ðeÝü#:EimG¿¡ŸTɊ;™º£€ÑÞz9\N‹ö1V/æ2sЩǸά,P-Sù·š¹8¾¦su@, +endstream endobj 415 0 obj<>stream +šCH­3:Óø¤ˆ^7Xdêľ†%u7ÜõÓ¬0¤dolóӊ¬‘(\¦Œ±öç€$ŽÛ3æh&^t_.îͲ¾ïc㒯bêÛê•×@wuzÌäð<˜6°Hî!—üÎ;·H—9ŒÅFLx„V¾”ìÊ¿íÒanƒ”n\< h§ ÑYŽ-Ló»<Î[¿Jö2±Óð…üª‘—oàʵ±ÃT¤´çÌ%/àðprT +endstream endobj 416 0 obj<>stream +0q#èýl)Ð ®Žaðs­â74¦apNaj¹â/¥Ç$&-L¡<íÏ<¥ÌSߛÖá,ôõ Dµõí5wcKôÖïý–dí'“W>M°ÃpZKÉYiXh^ ¡â K0ñ¨í÷Éě÷[’ äÿÕ?)|Ѐ|µLLV—Ž5E݂œ¢0öd l(åX¾ ÌKÌ*給é©ËŠ)ÞOv–Ó’ç ]ëj¶Ä°€fXX’A®ž¡ÀyGÈíÀeâœLh.£`w1¬pbcÙþU{¥C tL‚Û’\DPVC’z7–jZX•á»Ð„ º£¼óŽµû?Üã9± òÜ"{ÁàV3Ž¨-ÎY·´¥LXœ4®÷ETt39.OjqW¢ÅdÈ5G žáü(Ê.îöþùÔqµÛy¸?ºQ‡¤ŠAZŹˆåkÕÈå1^ ÎH”»fe ±%çªÉ +endstream endobj 417 0 obj<>stream +Q(‹4Vøl%ψ˜õ÷½eÃâÿܽ¶ùô;¤•uŒ{t;£2ØÄS¯;ÑêÎþ¼*ŸÀ½«žòËSQ¯«¯Š rUšÔ'Nò@u¦©Å»²e§ÊO q÷Æ\Œ ¥áÜ|0ííð`$¨VØOë‡>)‹Íp wj#j’8 +endstream endobj 418 0 obj<>stream +ӂY5MJARÇ*ô ïf¡pÞ»é£@ßDG–$`6#·öº_¢q‘宓Ïçz¾@!{_¡œkñ+¼±@ÍFª + ÒßÂÊËìE:×`Z'@Àýc2#QÙvk 9%¶ùV€ÜPvI}ìZmäMÍ&±/'9G Cl‚bî­°OìÆ·QF ¸òsˆþÉz佸š/»¢eíî]•m»ó*sk8ó¾BU ùÊ|8ÙD*û +endstream endobj 419 0 obj<>stream +ÞIHcœQ©uè|µe³_lX3Ðûþ–úў w0´‘³7Š‰Ùçr4àƒ+ à›¦D §€øòÃ"x¦ ªî7òƒ4NAú%<Š“¢Ë=Äüw2vjþDzãÄžm='zÂÌÝMx}¨¼\®5j/¢°ÆPbŠòˆÈñ{ø&HY—X$£ã´®YÃF‘Å3©¢öO—ãý ézrÑ¢•€ëXR+ÃBò`JЇäð.– Suø¦¥¥8T‚ÞŠjø[õß,¡ãPñ=;z»&ڏóÚöß´.½ ½è¬ÇÇx3…õÄmù:6$z˜;´+Êõ?Ë×\::¥Ëä±X$óŽÓi=²TváQÁ§Ÿ}“_JËmQ†~=û‹W†+ª©×eשgÛ ÑF H½Ô»$¤@DÚ¸*6CÊS,¿'d¸+WØ׶ÇZjЏç]8.ïÛYãΧçL¸ +endstream endobj 420 0 obj<>stream +Ô§b0j‹'=,\Ù¦‡.š÷cL¼íe¥fÒVÄeøݽm˜ ÉtßESEÏ(%°_Âé +®mÃc"=”žT¥ˆ!–†ˆäV†ÌÞ.âCt+jàx\í#l|=¯åFNfÛèÍ.#W–aªA+ÏM 1E¨• +endstream endobj 421 0 obj<>stream +€f¨ ¸Â9 xÐJhÒzGç:J¾ kf_Žg'ÝPù OÅc¢IÇ`0ÝUj#êÚ¡‡c½î*ÈcÑ>­¢O,>BV㎘cˆå«•l‡{­¤wAXéêÂÙ+ +B¼‘¶ó_¦Þ®HôÃê"´Çy=~³¹E†ŸZn€´¥6R‰jK¹TóA,¡¥1#muÂÏõ9Ž‰«ë¬uQ»)ˆ‰^ª±ùp +endstream endobj 422 0 obj<>stream +@Å ¡üì°²‡f¶Õ#+În(VåÁ{p‚}zž°…U\ƒÍ%i!Ú&úf²—zòƒêbìTJôõtFþ>¡lšÚæ–Èýïõ-®òÑ_ñ`V’È«^ó‘ÒìÿƒƒßÎù¤EìY8ēƒv„jµû1Ϭš¨4¯„ƒº1‡°˜î +~ù\±¿z¨êN¶Žªpè;8§º2etº¢i¤žA«!kRIZ˜Ñ4T7¡m½8Üã†`—RYÈ[ºp2KcT5Èû.[Zêò;ëÚìqµ¬”v¢%Jˆ<_§ÿüwœî>‘U¥Ûôj¯ Îeõ4|2Šú rG +ݹÈƶë…$ƒ[`zéÉ_Ú«iJܺÍkHwµ\=³5£¡ïñ'å>äBŠ½ÝÛ¦±wtýθ/—\TL®f“$vªJ]c‡åDLp´¡¯»{Öaçä…WDéù™–p1±öŠÑ­Sßö>¬Ïʉ%»J +endstream endobj 423 0 obj<>stream +…@Ä)]Ë1È(‘³s‚•ƒãtŠlf}þ඼Žü!¢nÅ㎛A8òˆ#ú$¼ÉÎ_>ãÛ¼¹Šä­9i9} ÝôMw ^©º†&?ìuP á^#üKŠºȽÑôŸ§õ5Iÿ±8«ýx„}±“…ÔˆœPH}ŸL!ËË˖ï% +endstream endobj 424 0 obj<>stream +|?—)u ©—·—´‘«›ù×]>¤ýù´ÀÔ¼SUÛãÌÞò°Øô>kWäg£|y@²‚,@p¿A>W:O¯ÃÄ©øï2þGµQf*H|L¶»¢ý¯¹B»6N)Ɛ1êÃ;n¥ë!·¢vgJ¬:ÀAÄZpFY,ú•J>Ú52™B bó„*‚öÜñQÏÔÕÐq”9žL¡ßUU¯0±* )1ꛍ Z‚.õ¥Õc³ÉQ +endstream endobj 425 0 obj<>stream +[UÔèI]j}R 3¡4JnN-“ و­«At>s˜°JŒê:JÂÞ&”ÇDM=·hÖðqýAnÀ_࡚G—SÏAqÚðßñj{³=\kšÓD±3^\GC Sf÷&º)J•®Øø6l€_ÕÅy"sÆ»Í€}g£¯Ö†ÒÞ«tÖ:̋Ø;›Ì´ë؄îˆGEESª6uv¡ú]OJs~ÔÁÐòîæI>t!é™]ZìS—búC0AÈ,\ԝ_™KQ ðÚVðD` à¹Åð^Ñ›ä*NÙÂúW“.ÈBܐó¥×ÏKßË¥2¯}P#Ɖ ØÄ>Cú)ú[FI¯ÄÂÒÖ¸ +¯HL¶&9Í®fÃÃ"8˜Ú+\ +¬ð<2¬ú\+ͶP&OR¹Ñ}rFbÁÃýìeJ¾¢S÷5ÛÛ[ÜF®,¿ˆqž)îüopªQ«éƒŽ@¡ižä@Šá@£lTêœðâÓ3Qa +endstream endobj 426 0 obj<>stream +Q4|fš@²[x´¨üT™¢·X™bÄA£Æ*† 3ù“mFí)ƒ8p®Ä¶RÊéª%H|f ­•]¦ùsVD ¶°gXJ-‹)DûÝÙp°ÈØ/B£yóæ.!²&sĒ.qå´µ-%1ýEpDgÊi@R• ƒ¤bµHæ~ZGŒ\t +endstream endobj 427 0 obj<>stream +Š®j§ +ƒ-s¡ò¹ÕE!£lj ÷æ6Ÿ²}-ÉI/¥ÄŒ«á®¨ ÐXÆù[ѯè슝)Ûö¹ $¢ä(œ|º™{æ*t­vj«íËlÃÈÛF3xÅ¡µ—qYÞ‰µU˜Í¨/qEr{`9’Hñl"·Ù +µS›˜•4 N›ÎaìA1™‹2Ö,36ÌÈ׏m¯Zÿ+"¡ü‡áZt­e3eõ»û¼b8ò© +endstream endobj 428 0 obj<>stream +:®J!?Dz ag^ÛTV?ê- Œ•hÂٯے‹óS„†JC쳚XEÑG9èwiYH_â}ypgVœÍnô%Cdûàõ‡pG_"þ L¶õÞP§–Ø”/¶¼Èµ'm”Ì Kx'®7]<þžÊRCˆÚö½A,gk%"¾çýÞ«Ó¥¶êrå©V©“—új?}òG ¶±„SòCñ‹Dù‡"¶*J+߉iÖöÄH]ÝG[ªq¡½½H`sß4‡g…  +þ´íqõD3v¤Š €3V‘ ¦ÍW´u¡S‰çìà®oaPs¦!Z'í4ŸÕš<†´/003Y!e³l±qɜÕz–X–é›ã +endstream endobj 429 0 obj<>stream +Z üØ»vŠr̜¨–zÙU´O,ÀÜyG +Zà!¬gÂ.k¡¹‘ü­JîQ}+Uô¤C,™Ý½¾]Úñ¼®&ÞÃäò¬ãR þOb›ÑHh³ûBՐQàIn¡gق@×[Ð©34a㉿“þ¤ÆÄoÏâ7q.ǧ•ÏØî¯ +endstream endobj 430 0 obj<>stream +µU@€m"’÷šÐÑÇIgÎátê> l<œ™âÓ}¡±Ì2[¿âo´ùæwÇXÁ"Hë÷A|í}õZÞ¼=à0iïxí¥fh…c §Û‘T12y¶Ä4˜â)ã‚öQðø+É{luþva£:À7X˜¦GâÞ\á¸Ü§2´0M‰ç‹°¡·mYk×w¼HR<¹ûü¼ü‹' î\šb#’1rD¢÷œMcÄb*Û7õ?Üz‚ +endstream endobj 431 0 obj<>stream +_;Òûý‰¥]ê4“!VpDM«ÊÙô²HÀ/YžhYÙ2Øá+S'p¡\ò²×ϊá¯Ë¨Ž"T‘Y\AÎêZ'í+»A(ù{Ê¿M‰ª±g +:r×4r>“™¶º¶. XÚö’ÙébÝìÆ!;Ñ°¡¡¾IŽ ±ØQ0¤°øIk‹?„>KJÚ,¸>õXdf•R‡s¿V–º +endstream endobj 432 0 obj<>stream +Ô[#º¥¤â?Jƒ|¦•bkòÆdû-ÜÜGF“#I¶öæªÕ†Ÿ´¥’g½böD*=܇Š-p +ÿâ»2]6§l_šrøD:@üT”¥L7i?¬ ú®âS˻ܡn`ރyÝÕ#œ¨o*÷ƪÎýM(þ¼¹~&â8 +endstream endobj 433 0 obj<>stream +ϖ¯Fç‡ ÕP„Ãòò‡ò‡ó¼µ„VÝ/eËûwY_‚¿/DKØÜM_Šõ?ÿ ÝÐ[CÜ2-+¤ŒÔC*cÎ/þã†Â(°IòÆÅæ»âÖ¶ +_·W ޅ¤‡9—RÛ΂D³ð3,X<µ‰Á7»Fm–&íÆÔq}ƒnô“Ѷš krÁYü@},IÛÝĕ%N ËA¾z+TD¨ÙR~î–…Wñ¯²F +endstream endobj 434 0 obj<>stream ++ ó<ƒž›}ä!frÕ¨j0@ŽFè«a±1Þasî€é-iñª#·máY¨¸Zê2 þ» y£ˆ +šŒºÆ™ î£|S=®ŒÅGêÌ$Iý)Ÿ©Ì +ИQ¨€âb©Y|Yõ´†­íqÙÓ÷øZI–Žú­Ú¼Ž1’gÝ}¯9ßxo +nm݉ô˜"JæÎ$rH„‹ÔË©q/äÿ»á²àDÿ¢ŸÏ«ò/1¿CŠ*”” ìÛn!„°s`\ÌT„îC‡IŸ‘PþÖJ¢Ù\†wz4×o††qj,Êê°j”mü>u:ø/‹áN˃þxà ϓ$æŀàß2ÂE³ô£§Rœ\Mwk§­4>ÛY‘Ål²×ï|à†xúìû|ñ;å˜m@<³¦øÖßPpÂ~Ë.÷÷M—Ç ¡D{³c¿Ó¡C”¾!ÌìŸûÑh!ÁÃû ~ŽŽ?K²;õ`Z›RR2xÞxŠ=GÆ +endstream endobj 435 0 obj<>stream +˱+ם¬Û:µ(ò@7HñÏWGñìGã¸aĺe:MUÿ)Uÿ=$Å}I:CAGøï‹Œ$ùy¤¼ž9· 1,û¡'jDž yU $p2\uh¥„…N_*#¹pÒO«sli[W…è·š¦n€óÏ«¶ •¤J• +endstream endobj 436 0 obj<>stream +³J:y]àho„‚6JšÏ'†J´{PçlÌ[à›„xÆ]ÕZ·Gø¶MßْºŽ‘±IpÕç•C€UÇ¡_‰Ž¯üI…írß=$µf~­çr’7Åkë†æxèPX!ª%±ˆ)MfÝòÝ}ºA6]è¶Ñl6¹ç?U/¾?µ¿Þ4̟}ªYí€;§]fö’ ¶¹Žª—¿3äPÜBƒ¡˜²ÝДR ‹£|Íuš +endstream endobj 437 0 obj<>stream +è-ÑZfox[n7#íUÌGIƒ_šxÀ†‰6,‘Y…¢õsbS^Ä膇žèÜ÷ ¶¥â1~¢ÝdxUüä†ÂÁ&–£¥ZžÂr!ŸÔ:!Ȫ@/Ž +HŸ_.ÂkæD=ÄWlA<ÍoÅ%gwS3ó©­UB\SÉ‹¡` +GþÄ6¦Ÿi°‡‘£êcñ }O+©eñAC.‡[~"Ý§ALx3Øwt bßVWG>°ÎyY¥Á,ùÌvð†îJšyÁñU_”%ìb)͇ŒÓÜ*Äè>ã7Ιµpkîþ +u­Pô•¶ ÂbÎ÷Óo®¼8`7uÁð… Þ¢p®¨| à LÐÚ'B!T:zE˜ï`L‘ð\U²‚ŒÏÚ ¡ª´Q­wõ.˜TÅÓázÓ + 8»×t÷MK›Eë©Úãîp jq}½˜L½£·0³I÷¾ËT€Fýœ¸¡´Žû\ +endstream endobj 438 0 obj<>stream +{ºUEå(Ë«ÉÕé¼Þ¦¡b¿üwè¡ÔìÍ´ì0sM+pƒÐ$“¶"Àh‰¡€PCø(Dg[/ÞnÖ%Íw!Í ‰ГՅ!6Á(µA´%@ º(–~ÚöAàâ |C±{,i“íÔ·ò¼¯¸Té„VíT€*0£ì??¿‰ãJ +endstream endobj 439 0 obj<>stream +Ÿål&‹[¥Ë©³èÒïS‹7¦žUOC<ÆÛmˆh&»’ºö´Š»åRÞ"ª×!¨à ´]”º×ø0vL6ÑÊҋäésI¼çOVÅFO`žsØå¤!Òw~ÁK‡Äw·»š±ÓÜ +ßxS:)å÷ӏ.¸xÈ°O,bø7KVÀÀ9.¡cY.…̶v‰Äû(…f:gs4Ø=(.N×Bœ_^EÙ1›ÕP-VupKŠï +endstream endobj 440 0 obj<>stream +|쵏_«÷/㋂ì¨7ò ¬«ð]Rõ?ö‘vŒÙò2‚qã«A¥£Ú3Ë`èèYËM~Eƒ|DHiªúEΡԱ®ÞÃR¡ŒWaVY4§@þ|R 7oµ1:¥„3YѲ´M­RS ¨7,­‡ËVšžä—6‹ ”GÖ:#W7óYŠqR>û)8#¾÷54uv^:­Ù¯ÎNÎie™ùl¸w…üÄ(u¿vŠåU¿Qû½Êâî¸hìIp%)á°*À6ýï8ý§Êqz¼ÿ3B¦é«IǀBÎ/s¿¡Ê;Ä?v¤÷,À°vøä2‡ŠuÌÿ.¡K•4y{ԈÏá'T$2:õ¿ÞÀx*ö£€½›»‚y½±2rª£Œx‚™ûˆõæ8þËÌê¤r´êºšD®çàϖYÇcà6Oc°ÂÌ5Êñ*¾›F¿bO:Ú³@OÐCÔ +endstream endobj 441 0 obj<>stream +ÔÀ@akåÁgTZþX &µBÄdôóÿºL¿u±•Gñ¤D4$;ÿÔyÅQ³J¾§ydüá|“˜üÕÚlzóÁXQ~4°.w)%´˜›É§ W£ŽŸI¾œdô“·w Ÿ'—ŠR»&øtرú©ª2ÙÒɽ3jq‰r +endstream endobj 442 0 obj<>stream +À.§XZümnC±8' zÆñßè}2>gîƒtüËáwâª2ø¨RÚF4§–=<[ zëÚBŸÔé¦7`ÎiéÁ½)Y2ÃaÚFÚêùwÔuÇëü-5iˆ§µ¬“ÊiÒ°:‰›¬¬³ú&Å^E[ƒ«QÒ6óÓü¬qéÂõnc“›Ñ ‘óâ³¢îœF¸ %ã1ƒ½§ÂW¿úºu¦³ Q¢±©Õ»Ç +endstream endobj 443 0 obj<>stream +?2ç6ž1þ’û¦Ý 4ôaJä1­"r$˜ŸÖÔ[ÊwÈÐä°$-Ÿ%Ä Ü'ΞFy½M,_‹à (ØQkWiµ_×1—–.UTœqyŽé ‰Î1‘Ác̈@C~÷É8ÎÛ@”öµ¦e$¼Å›°¾*ÕÉãAa¶fT¤J> +9IZRš]kÿŒ×@€Rûaï¶CuNL³&c\x9Kw²ÌáþëØ‹®ô1O9;÷u§t«®zû²¬¯ùu ŽZŒG› F:îÈóÏ'÷ ª¯#.=/þ¿;7A“YmóˆNb/k`0”KUÆ¿1»V˜È`Q~4¤¾:vzmyÚï2ê ›P¯;ãQ%S#áIó6–¡{Ú'/¡:ë/n!¾Qqlx?…6*êl|mUo'Ó±†•Q>^H£‰ÂD¾›Q½ÏC)|ë¢{ÈM4$†l¢,¢‹W»}â¼'Á}ûܚàæú‰P… +endstream endobj 444 0 obj<>stream +t}ÙO’ dÑ°xœÚÁ]€>qQ~÷wïK0Èc³î³Øç †çF­uT£?æ°ÿ“é$×äïñWcìU¦ÎÈ ÛPoÒEžö(ðLYèÑ +€ÕðcË FF1û®…uŠmŽ.uQÔ=Ö(÷à Zñ£~ï@Ö2ãÖ +endstream endobj 445 0 obj<>stream +Ñà±ñ¢y$º¾Àé2í©F! !圢í¶ªTÚªÖ„¼3~³òvwº)=ÉehG‡">vËp°ãKµus`fÚG Y÷#ývÍ0Oi×%ܳ¥â1˜n±4Ž40©qhp­+w|*à- +êšر‡XO êC@h +] BEbÙQ‡'ò÷!×Áó 7ÂìánÖ+«\°Ï^MŽÊçyOY®bùšÂ³ +endstream endobj 446 0 obj<>stream +ÌÚ$™çT¢‡Ð±PÂ}Ã]/Ó,Ȋ¤›ÊmGÅï%”ŽÿÆö6›¹£§Úb›xۏ(^*wÕ¦ü[‡Ô#.’¢Ü³"‰ 2&,\Ur$‡®“èš½³ßÉ貐It?Ñ`Åùßnñè‚<”¤ ÕHð–„ÌäÌüàWHËíë÷Î-¾X§¼,x‡ GÀÄQÞ&_Ö¥P<À7ÒLô¬œMb¶£aÐO܆)±Œ´þiã4–nH8¥+)W\ŠŸN³iûøk œ¢–Ü;Y¬S³m.[äDàÌ|ÈùqfE§øôïO²ÿ]Á†u@Cf¼;³–¿uú®ðvÙ›Ë&¨9An#J¤s(0õ»–è´'&(šÎSéUOÉ}'l¢þaÞ¯ÄCgª@ÀÏk×zCŸ,;:‘k¹çݏ® +endstream endobj 447 0 obj<>stream +s ñ–»¥)„¢þåîQï´¼fîg0=òKð‡A›±®,†ëŠÿ^^a‘]PøûSÏCm/øe³Ê8aái%á(â”~ œ$ѳWµDž“Ù- +z|“²²Z:Cš&cÉäVãã$Ø!êCd•,ÐLÙ\ÐXý»‘ +endstream endobj 448 0 obj<>stream +¹MƒQHã»i†žªq·Íü-^9Í_8í%BC% †…i`“ŠÎÂ¡6]¤f=•-¼gWöüéUY‰«ýI Bß4hÝ¢CIŒ~R©Ü¯²åk£á5ý53IQÛèW½BÌà^—÷ìÉqáLìØ¥àƒ©[­Û¶M§>Öavç†(áÕ¼ÁÎE¬7ï‹5GJ×z®A;’ܼ¸2†œ,ÿN Ú["„r@(¹èR]5~ +endstream endobj 449 0 obj<>stream +HŒi¢ÀÝL Ð7ucì·1›»}ÁiBʧDlƙÍ@Y}=Œ§ JÛ+…z9Ö[]WYA0M,øxùÞÊÌ +hýu&ĝRÈmö$¬Ž20>7óhÓC)„Džº?”ìµOæ!q/ ´ 6cKÏ´ÐN–ZŠŒÙú$³_°P`þ 7åvŒÃW `þQÒ.#ñ'X啙á5ºRã0)£×›¦Íš‚³ëøó »ÃZ9ì_«&~òÁÓ²Bª´XðZP ›;u&‹´!&¥ÌÆô$›išÏ¤ŸúÓâ¨UbdOb[¨àӈ5ÎòûÄ#u…© ùaÄéòÔëäu-*oˆ'‰P«¼¨n7l/v ÄOþ6 +:n•ºà\ + | S4Þí½ïÝ0.Ô*â^¾H*5°µOuÓe¤Å +yDóæMTóö'Ë®ÂK ·a7Y™=ʍš²hrf“ +endstream endobj 450 0 obj<>stream +Òw¹Æ:ûf¬€Ñ~ùä5ì;·Aóª~†42Ƕcé3Ë)|‰ÿƒÞgî³f§x…ªB­üÿ™Ã^E¼.Ü¿•4ÛXlú²9-u¾îé:úUek£]z)Kad•–°^¡Þhø¨M›DÞC:¬vgÐIwg§ÖDcêX”Cà=² +endstream endobj 451 0 obj<>stream +2ŠX,‰Ke3UYß*’Ú +u‹[œŽ^ðs]5Æc4`|‹†ñ Ò³ éTx—0.V“B´Šé¢Ù0Ú ½Ý؃"âߥ½:è•{.6æºìʑ™"ðõË4Aw‰ãô¬* k‚@çö&Q&‰lR)Ô=iDÛþ5ˆj‘™2 ñÒlmt¯šttfð$ú¬I»}ZwŠâõ¦å{›N æÙw±é#S“k{RO ߧ· +endstream endobj 452 0 obj<>stream +W/]S%Mfã÷tk3PˆÂ ÜGÄOdÈ8Ršpøièݗ "CâKdG{®¢,—z¨)¸°8x-[ xi‘úCþ+ÆAݽ™îlžßèÆ2…XŒÜÕ§ˆÙ¦lÚJ*Ž›‚L·.ÚX“߆]¾P½IÏG¸á$"ýݪpvsiêaYÕ>Û­ÚCGù—ÊdÝVÏÏáü8:ô&ÑÐ>ê +8¯óîòÙÌ+›=—b­þR¤X§dÆm%2ÛTš1¡Õ º í$%¢*²Î.hmG‘´·nj´¢i’qeI[…]¼×ì–=&2(“3ó'²·¥mºg®í«}™Ì[7-Pö“Qœ…Ì#W¥Fø:$!Öîá4ï¾ru¯æ2ÇZ„üˆÒÇòZ¡Y5F¼æ}Žvïó0u`…fgT…ɬü< Âz¥®ˆ·ÒŽðäڟ]QyEÌçKg… ·yZu¡þ€ +endstream endobj 453 0 obj<>stream +r8ˆ(⠃–‘e·[QìJœ˜+’Y]×Ôq™é §õw.ËONÓ¥ÀJoÒèÑ~RÌ›A£›s_öŸ¢ šG¬œ-/ê¶?j‹0;…u³Š ûéÙ¨V¬?~ƳW¨Úm÷)Ìù§²±×(ƒÚß+Z+º4@Ö{Cb . B +endstream endobj 454 0 obj<>stream +b#Y8¤ tŽ9¥nÛ%„º3…Ì’ÊVvë*/ÔB ¸îG¥¦1ÎLå؃Äñ֝Û?iÿÌy¥±[E5T8ô#Ž˜3ù×áÿµ §’6# +3¢8쥲t«›H„ºm: +(Ø1qm€j*)à?¸óÁh¶èÓ>P“Ȭô”fš’©›Vó² 9µÏÑý¡ƒ‰¥„"Ø 7_ƒB¶üõ$夅cÌCÒ¦"!íé†võ0^Ò•á€îä +endstream endobj 455 0 obj<>stream +¡“; ô•*­ÞTZ€ÄÄ-Ü2s9¹yÑp™äX¹ Œ›öšç«|M1&‡âªµ(9v§(ªK»¾½ðՀªüLôŠ®‡òÄŠ©9¯¾¤[Á¸F`R{=†4¡WwÄєÊŒâCS.²u fÄÞyŨˆÜ¦)ö»o×ÔUÊ}ß ùj$¼S&$ÚqÆSwÁä*ÒqŠažèCæÀJ.¢ó'Òö‚Î1-½´ V†Oƒ/"²[W©þ7ðt‹Öë¶ôQ‹<ú°¦ñuöJÅÅ´i“à‚w}zñcpˆaX¯rŸQñw+"0A"™"•ßŒÁaCPŸ‹q?ÎQœ—ÇgwŒc»E’ aÑÚ_þä %>‰>ÜDV¼$¡]å줌åÁøéþ"?Ü©s÷Íì'(+ûëáî±­¾©i‚R!:yï] Iû2 'æqí]ñ•‚ò +äma$¤¡WëÄéO+×=ºd‹pŒ4:1X­ +endstream endobj 456 0 obj<>stream +®Ó¨¡Z ¿»Àð3ëzCPëÛt7Ì#/výÆޔ­J‚5ûa¹ +Øþ_Eâò³W‰Kƨ2#G‡q OU%(¯$n|úEæEAÛ7‘šY>«œPZþÄtʦv¢:i¯©âÈì1˜Åû`À6NW@£V3Ëéqé{w9µ]6¨_ +endstream endobj 457 0 obj<>stream +; Oåcȶ+´êÕɸ6‚0åNa©bÓæ9„Š­Š¬nb•ýþ}„c„ùÄùöԆÃp³ô•Þ%¬À7=Æ>•€Ã8Y:…Ŷ‡ª³V&3ŸŠ*r+Ér[Á½™²¤7Èk«ßÉN%ît㥿PtL¾œÔˏ j“t™Îˆ¤~¬µMÔʧíã 0_ ¥åt‡ +°÷ŽÈ^‘†.ìEËÖèELâóàȬ óˆ9 ø…“P[© +endstream endobj 458 0 obj<>stream +¤€Ò¼$ööÎĝ\†ˆÝ>Ï¨ÕXÎãèòBûìhmðQínaqx!ÝօZ£Bˆ‡×óW-ÒÎáÐKËS_ŠÑ“KÊ!Fpˆý/±ÌÆ»ÃÕuˆá,Ì –~€Šc–¥´ßû]N_>9’ì0jÌj²½š9þÕ9W¦øcIà‚ÔM8ûöŒ¹´]Ë,K¦LÖ#ζúòÂÔRûÚ¯º¬¿4³ª(S\ó‹BBÏᓩ½…é•hØ®0Æð‹¶dØbÚ¢Œ0ˆ›d“¨÷ÿ_“g„/‰åñ)ÒGý ¡¹k ™ÍÝÅeyuwS×ñ ®õ·-­(dL&ýœÌÐÜyû›¯±¥a½AéÚLF|®0ö^F´;éØ."x^X瓢nIíÃ+õ ¦"*‚µø_N2ǼK3zª’pN=Ԋ±\€]0󉪔)e Ð^§r=[bT‡#Ќ Ôû†½ÿLCµç +endstream endobj 459 0 obj<>stream + æqîòß¿Î{֌‹ª´ŽñNÓü3 <ÀƏŒLÈW°œ¸‚–¦¤:ðÊÞW ©QH—ϦlœïEõ1$^}g«°ÒgF„˜–™'lªÈèw”‚ø)2͟fº ýëÓî…ä1+Ú~yÿîÛJÂ>©&¥uMÜt/0Ýêþ +endstream endobj 460 0 obj<>stream +Gµæ™Ã¢_{ïc¾´\†Ù~UqÀÌñ&´šÜˆ>X‹4ù‘夃ð•_ª Œ^ u¡9 ]Vו8T†Ì&ÒvϏoX,„Qcmƒäc3žMÛOf;“ Ç¥JçܑŽ{z%“Þö©fåíBF’D4‹Âo?>ʧÂ6šBóôM¶/ª§Ê×AsØo)’Œv9»ïø~ŠµEÍA)”Åëß"J½ +KLĈ%«â!·Mj +endstream endobj 461 0 obj<>stream +Ÿ•źt¶x6zÒÑË$©•_3ÍúŽä\!ëý\­>ÝàÂRAú­@±ó xîZ}˜É–2Wdð/ÀäõäýFÝa¼m¼/  §†„F“j ˜ïm)]´ÛlìÔKÏÿy¤ôç7äYØyþK6sÜð¬[ü¿Ó%z…ˆV³Ð=ÂòԖ0³l”®lóe:&ƒËrû~ˆT†<È`qb¾CÇ=ypþ +M×¹¯"=pƒ ,\ó)T÷õ²¥ãÚñYA›eMÎè,ºÓ2ôLTÊ_“TC¨öJ¤È1Or)ë×ÖÃçºÑ»;ú5H` Û‘pyþzºÃiÐSŠÉmzXÐÊ´‹» m;®¬~óXëd†îæ~’–í…ýj-ú\>­*w Áff§AaU™C b_Ñ¥õM-¥X¨'-<·×\è½ó§ÎSäܱ;É©¢ù#ímG] ÙõÓ}ûÑÕ ‘£4P” +endstream endobj 462 0 obj<>stream +íª¤’îÂ÷ÚwEyî9ï­o_\L°vÑ ‘§q¾Ž:Êʧ‚æ#Í3ñUXìҞÊƝ=þ6^¥!|×6½æ€¬ ?4£Ô¨ÑQ.€Ñ–uâÁ„x6 +´U4ImëÍð€ƒ‹h' ΀ߌۮ¯ R¼+›Í7=´Ô*’øvê%Ésú +endstream endobj 463 0 obj<>stream +•†˜Ë”øSb(ío4´k»‰£(ÿ„z +Dlêg†äã¾n„œ>%:ˑt¦K,ÄýßUçÝÅrBé))S«Bn„Þÿ ‘‘ï}¸îÏÃd*œ-ÝNáTÆPV'ÔeJ¾AGa¸ÂßH‚¢ëÚã†p‡”@`†±Ð#šæ“üKlÏ?ž.ª.¦Êqu0?öüÜÝèY)Æàøú¿Å¶ÖB§\Él ôÑôdÜý©£@Ý'è÷= +endstream endobj 464 0 obj<>stream +:Ê$g>å=W”˜ÚÛhÆÆ3•ÜVWDBÎҊpÛ6[ýrûl‚eøOŽF¤ä#@Pãy²¨ÀÜ­'·Y«U‰^f¤¹ OTog¨Ø3§[‰D“¯§°BÑ'ŗÔ  áI‘cÅ d+Ý /ë2ÖMý„}ûîɱü¾ùÆ_K#Vx'ß;ûuÃÕS +¼pöCnä}¤´2wk1§Ûá‡Óª±«g¹«ÇA¤ Ò´ùëR1l<£_F˜Ãô&Ş•lÕã?’‘sà3¬â¤wÍõ}¿… YÖjp-øÖ¤†ßÜcˆŠU¶6Îz÷ +Íi·é7 Ìé;¼ÎaG#;Ù8aㄧُš±ªþwŽ3Tôõ/ƒïÙ²a¨O^ƒ¼˜ì¼ùä‡æ†à~ô!:vr&ý¡K¥K(ú¶–¯ŠXÑnp3¦»Òæ„ŠÕTŽÖt/Ò µäi¦ò“¼ j­;RÔ2è$‰ +endstream endobj 465 0 obj<>stream +aÆ_waŸð¨¿suH?»Ó/SÓTä^i{XˆfÁ}ÓHD¸uÎwêöDzGz¶öœÊ÷œ£)_Tô£´E ic$Ï¿=Òãƒ6rpÕt½Ì×°y”‹ðõUmUkì¾b õ³ hR½UóÁ £9„“ÀÈ +endstream endobj 466 0 obj<>stream +¿}«Æƒýæ¹äH‚´R"²H)DëÛöů Àf¡<“p=uȾ¨P,o ì9àaÂâ÷Ÿxgkçœ}ûÖ¬#«YÙ0…ýBMÔ|w:ÓÈ=Ú´¨ƒ…ŠyI:>Û0ÊRÜÿÇw hšSЩ¡+X?ŠlòNÁ3û8.D-ÙmšDrmÿÚZ[.°í kY>7 T&2(gš„!`k85–°U0KÙ¨z ù7ø. +endstream endobj 467 0 obj<>stream +ÓÞJ·‹¯4 ”!ê’ 1l;7Êc¤[øS²,íÎØÙ¯iBì·0²p,@§~Úõbò¬2áÞäehmù¢_ùÍÆZûÃÍN}çÂ+ÐGÿ v‰›Žà–;l!³ßž@¢ /b Úqök’Û¥Ó¹"ª,ü +žÌ¹ž‡'ȗZ"‚ãœiìPHsUÀLXÕî6ï÷d„`{ùÿ-_|ì{ÎyÍÛËà{TÖfN”·çH¨‰ðCLµá%s J x +ú9lj¨EÄ·™¦š¯Õ<3g#«…:>Ÿß݀ðUҊ‚ÐßñÕ JxújÝû—þ@8óx¸øÑ6‘CHÊ—ñÐ<=ÀБz§®ì/82©YµÏè Ÿ2WpöÏ?I­•1©ÿ:6þ{#ñOþw’ »*E^†lÿ Ÿæ"M›29¥že,k´ñ› ÃnŒ¦eö_Ø{ó¢deéì:^µi4YGÍ +endstream endobj 468 0 obj<>stream +„Ãúò…qªž›nèêg%¹›ìŠ{q?ϯPŒ?$…sü¬à„Æt?¼`ÁZS4fÆZ4*²åW+2Úã‹{ÂVâÊüLPìãØÔ_fC§õ —¿6$›U(®X4h/³§H%U9ïá>stream +Ù>ÃHÓpÙ&€S'ð2jäŸFl.z"³«S7¬ŽŠÅë‚Eî[áæò[ÄBèˆ-„èá-âґ+‰Çz +Φ¤#8#Dgp î#ŒFÿéÌ´/6•˜>7$ß¿9öT·¹X/‘±AšÔ Õ7þF„xOƒê-+>v]úŒñ´à™}HÜõ»¸ Š®іþÄÿ:O½y<¸ð;ÅAFöðVTG@•aÿ` Jkáp! ÉۘYc +endstream endobj 470 0 obj<>stream +ie´".J‚h?Ãú¹ÿÒâOÿ€k X È ß8)f;¾¯P¸ê‡f¿©ðÆRzú|ö¢V p=B¯ ÑòRúÊ=¯Ž, #˜ªÄ\xÊ܋b¢H +2mì3¯öoªUg:Yz¶$$`àÛß +¤p1ž&ù,*¶ %©GKÿ„õjZ§À7Ò+ñ£¶MÃÅàa ¯†vøŠ KŽŠJÂnã”á^=ªô 㸏ñ˜g¢S8vÞ¤œ= I³•ôï¨Yg§‹;(Ÿ{ogœDÁïèvâŠF¥µž`^›™µªIeìOš‰¿Vƒ:¾Mͤ€ø(©…ª€¸’&zð–! Šë‡ù“Ô â}žjŸsMÎNÕùøáþÿ± åwO%ïáinq¤fs æøó+üûó*gšŠ¢‘F’@I2ӊ¢`S³ü|c]±f€¥}3Ú»ßGÖbL<íNíÈ»S¨f/cÒô@ +endstream endobj 471 0 obj<>stream +ä¥5%h|rð#·N%‹Z"lâgZ\ì®KÈìÁD¸Ÿ–%Òw Z2Ñ2óAã¢ñ”DÿdÈô«|Ž¶`ÀˆÞLúÔüàßò¥æ` ” /ññ³rJ„ ‰]WèSÆ:òi`¦áv·*{ÐþÈ%PÁï…ðR±ñp?Y +endstream endobj 472 0 obj<>stream +ˆL A¸@Q†sªt®aW?Ó«ª³Œýï}jA£ìÑSôÛ¢ #°{z*²i;g]·üÌ¿Ëð™Ý³÷¼ ©[Åmt&+w¸Ó0‡–¤MétÖ2Å Mû²r¶€õõÌ${Ü,u!¥=r“?m/JBŒ«y^NØ `Uk“~+¶S¾lÂKA¿úŸâ‚K0÷Ñ8!F4ìžEꝦ´(éŒû¦¨:4| +a€ +endstream endobj 473 0 obj<>stream +I =φ>ŠKN çhS:[÷Y%ôIô8Ðä‹ heq³-~ 'ÊÕEÁbqÀ—}Î].”XbmüÉ­ð®vEùÔq°P¸¾èÒӊY&ý¸¼™¹£€Àiâ!`k¦ÃÓA4ƒ’f%[>%šÚ+S2I¼B'¦è?’~(Ü<™Ö*é[:çכŠ„[rŽM|¹í\¨ iæÝTäŒçŐáƒD3HR¯_8ç?§¢A«è ŸKßiìÙnìXiû¾Á³×-~N!Þ$Ìr™g¶$º8”c膟£]þ’õ8-Vámì´ µñd¬Õè£É¼;XžbGO54TáӖml>˜Ö¹‹ãéTiñÏӁF&v`&M@D¤QVU"ã¦KGe2`“`—áôì´ñޝðsýbÅ{¦USˆÿâAQ£»ÂG­] n íEZ›»ÇH¸Å°JºÓEvÙV=ŸÑp*w䷌åGo +endstream endobj 474 0 obj<>stream +ÿ+BwºaÌînÖMäÈÃêyµad–%ÖðF÷°8V~ +ƒq*t+©ô«a+'jýYÙ*Tî[zDPRŒ÷|5K`ßÓ¼]zTt¥@V € %—ªçs{ûþ©µúŽ¥¨±.üRV\–±Ú'Üêì8Љ¹jŽ“åt@˧M Qf€ +endstream endobj 475 0 obj<>stream +èÏUöi,²‘ÂÇÝKàVë‡^à>J‘ŠúÆn òtWeÐIWïr·¬—uRÁ¥*û=;äª4o‰°D]Ú•ƒ=>+M0LxÀT`ÿE7¿ã%Q^¼zlÅ «ôÅeÝjëîG̍=Gvðç' WÉ#˜¬RE\õÔÏ~ok¨2ðÖ¡–W ¢Œ¦æ¥qÍGYô2¨Ê¾Ð €õ;1ï¡Þò CKtAÉ XO)" +endstream endobj 476 0 obj<>stream +þûܖY*Í) ¨çÀk\´ŒÎš¢‚¸ºª§ÛTþÐ>q(.s Ý… €àäþ®FÜ»ßJÿ[Þ2­Ì6äPçÆ +#sçáà ¹d;³³Ž4’cÓm™Sy¨’E¨SÖ,‰ÙZl‹·æè)X•JՖ©Ù+7E g¡2å{ ê>IŽ3ãÜØ=CùP±  ÿ)¸âeÆË\þØÍÊ>d°ýrÿÈb…Šj‹bÄƘRÏWJV¼Þå6Ùáدpnž§uo¿V +Ƕ ÿŽ¹šŝ³þOVHS ]¯©ý°·ý˜²bãøN P¿N› ·|ÇSÖÎ-ž hàŽ÷wó}X0ò蝓y`´ +xfJJ9ðDÊ9@Æ°.älÊ­ø-k÷±}ƒ¾¢Ll3 îÆ!IŽlaŽ ·VyL÷ÃnN£7„8±ÚÀ6ªó4ªUhܦ™%`ô,·bâ²6ß&BŠó» +endstream endobj 477 0 obj<>stream +ŽVѵÚëúpÎ2‘«ä*I¶u +²7§âëDÑYQ ÊÛRiWra\EÑéjr´ëV± 0úr¯™5¸nîWaß8çÐƵ/ØüêÃ@;¢á_ÿiFѼC0ôZµf5 Sº¦‡übôÎB_nÀIX‚‹Êί?O‘ +endstream endobj 478 0 obj<>stream +‚ :ˌ7­}ƒKt!e*‚7¯[ñPVB¼Š×BL¨³’ô’"XßlÕF¬`~кeë©ám!qW âOà  P… úˆþµzÁ#¼(wÛÏ0C^óo7%³6ÆÎRôKìFòˆfa¶~„KåДzê¼¹:>stream +î±8¥¼w¶ø·¯òè# ~•f…÷O¼ ×ö 65ÏFØpÕ+oW—Å- Â"cžZ.s~òW2®êUÃÅÉh·¨‹©5Þãå4¬ºóóÔmOï;ã4ô4y}]5’ðèuütfèÌÃÖ½<Þ¾Øú³ÝödY5RÇeIÄfLÅ?!B8¡Á+҉ÞgbP~[(K éL©ìlû¯ |Q2î~cš—þ$ËT–.TùߟÓLH{ M¸8ôH+­ñi¯ÛRÞà&â>»ù¦2]™y(9øLÜK$@8hƒO ê™[´GK–!Iͪ C(ä$•—œ,¨Àà¬Bi¥ø­ë”œ!ÌÉ ˜„½ûaÜ×?ªer$[”ªøl̒ ™֐xk©0vŒ’U·]Ô2ªùõ¡mm\íÇïð½_sdÃ(\)—ÐRx>¼fËÍ^jÎT¥µïoµôWlÂJß%.Y¦Ð +endstream endobj 480 0 obj<>stream +„„íQ"–$[Ælji‡³„ÿïZ_‹A;Õj{Îu<àÒ +á”>ŸZÞàV" {¶ª±’T;¤O´€1?ròt@Ù¿Ž/J°ö¥Z¼ª`rë§á³»À½ THKâæsî÷ô@FTÉM‚ mº¾Cŋ$QUçükg +c ‘² +endstream endobj 481 0 obj<>stream +ÔH¤2x•qß÷ Q/Ã7-Ċ7ÿþ†læâw÷°tÓޒÄ÷_Uë!)R`ë'8¤°a/Æ¥Ÿ)yÇBXÀᅣEsãÛ Æçn”Lèˆ ,Ϫå3®çBjòŸÜüY%®²±íYÞó£4OüigGpê?µmÖ­kðŽ¼Ÿ%bDû¹Ë5Â}$뢮hþë£ÉQZ™ÝÚ¤ö±qh:·m<Š}snS À¹t–(ë¢ +endstream endobj 482 0 obj<>stream +p…Ðlaäd !Ý.ê’lmÞµ>¸z»óڗÝ{² ±Ä“¹Ñ7Ž ¨¥2ûÆÕño÷âç燦ŸŽG?³}øXl¹Á¼ŒŠÉ}*ޞ¿ìØ_xåf¢ò.mU†ó|$&Âïhˆ÷äGt UpRÉēð\ `{¥˜KÍüã£ZUtÜÅ¢ˆÜûX#ö{-”j^=¸/+žGÕ(e¤íBS~w-méä ü´oÜàÒãn«ÿÆeó%ìËM^ر@¿#Ðõaù1Ñíד}V±M쵿ð8¯Ð·1þSÜnë +ÎýbÙµë5´5Kÿl³û=ނ¥ ›¥bojk‡ŒÁ"ó×nbøHHä2°1ຜ,íŠÈ"äGí\6¦« ïp$gÏ[*¾cî±#„ê.¿ôøaåH£÷hÜnØ»ù­*£šúIö|5·ôóIàPÎ ´ +endstream endobj 483 0 obj<>stream +[f‹2ÏŽÞ>Ñ%Ì9]°˜â{˝'ñ¡–ÐL°5ã*ÔΈöÜ/‰Ë­%è&Z £¦Æ<3À6;9~?'H÷¤‚Õ¿Æ—›†”í+Þ¤òÝߗUÿkÑì6†ÜqFÅ-±ƒÒŸ†{×Ôï ßØ8ìs6 ©;.аe&Þ!LY +endstream endobj 484 0 obj<>stream +.;QªV:{V<}fÔúÆú1aЬø·â¿Øé³ï ;úaªé>jMX,Þ=“Ãsüóí`•Ï19h¬šâÿe8(SCÆ3*9+¬-“ÈtõD€½ç÷Ƴgt¹ÝâFÉб•„?Ë÷°Ú*íñ +ÇÛít„ÕtPúךø±0fs€:ãîDKmñ„½¼,­ó÷ô>N1’õ–z¯K96g(è +endstream endobj 485 0 obj<>stream +ç$lM[ˆ¤7ˆ˜ÐL iôvÐâø:–ø>Ȥ=°îÒþÛñá§à‰»X¿=¢²ÒNJï"]4@Ý(ÊD=f)]@®‰½ž£7<ÁÓiÿøL¬U‘\Bç=}±¤~’ŒGw®OÒ )é$E>sA?NŸù4›Kç(é\ƒ±-™áñ„I~«LÛ¶ÚãLÍ ¸­w÷—Y˜à'Ώ9j¯ùo§Œ¢OÌ°Ak",e”+aܺ㫭éÿ9Íá˳?W~éb…KpMí¼ÜÈÙ(â̹ô ¶zÉ;‹«Y6Å×nå®Ã6S­aDN5Kw3ŸM6½Ky^` û¤?A$;B°Å¤[ÚöD7aùÒGƍfs¢ïÔNuðÛtÖ"D‹O,’xi#ïŽ!çŠÒwä~-„ñϸMðÓ­ôãž*þŸ8§–‹•y«G²¼p²Ã“(u‰N#ÑÈ·…ìË£ô +endstream endobj 486 0 obj<>stream +«ã®m==!/Ȃ +¸S†ž.EŸN„Ü †ÙFªÖ~u"ÞñÓvd텤eÐS•ÅÁ-–ÔȅjfaÚW%'NÕÜǃŒšŽZfŸ°à¾>Š |Qüó êÜ>Ds?ÞÊVgòùÌ{ÌÄãçmÒ¯\eéújp ÜØ=fÌ8¡; +endstream endobj 487 0 obj<>stream +.<^sÑ4ý›gµn ¸/«’¨¿µËòn" 1"”¢eيàÄgâT‹ÁÓXºyE-ÉqùÝO;†^d™q­z}» ìڋÁŠ—ÆÄ_÷ÓHÁèŠïê$yv’—A×6^_|%ÇÕ±»Qž”×;%—ÃÀ¹°­ŒAÝ(˜tT½\Êìy3¨OÎx÷ô°ÊˆöŸ½\k\Üdy`óc3;Í­•qh¦úä›õ4ýÑ: +endstream endobj 488 0 obj<>stream +úeÂþچTã&NÛFÇà_¡iYjû§o·¹©k\â£!U)óÚ+{õ‚‰@,Ëk³¥…㳍¶`ùÜ#7µ©g¬ÃöÔ3þá4YðŠº“25]d`xa°ÛYòC†Åzñ„Zä’Р +õ´3•®'ױОO¡ÝԂ)ƪ£Æ‰“§‹ÅTŠ`׈©›ÏÕ-ý^Dä30²bÒyçz‚‡Z=ü¡V¿ö—yY‡-‘óþHp0±”D×GÊ= =æUšË}¬ñ‹`tø8©4،ƒJ½œ’º*…i­kñJ—ðûYÉÛ>4ñ4Å߁Â}©R(S´*k0C D +ÝM—ky1¾¯ó}+ÃÜÿ^.͑Y qé˸Up=•>stream +|QEéTU6fvŽz8irSIVJ¹ù ïь¦'Ëѭӕ4ÍÀøu˜ +ĠïþH™Yì/0m0š2!}£¾T§W#Ãj+Cì/9]RÅÐmÌûx"Ñg`1Hë¾VÖÓ.+ôœY‘( éÔ=kêó±•r»2%M6­¬_]Åі5ŀ +endstream endobj 490 0 obj<>stream +Eº Ü C þ—˜*U»¦H)GϵO34Q¯‰æ3\ +ŠCa^™ÖY³«Rú:ï‰oPn²‰ŸyGï'â_‰) WÁ¼ aâ3½yÖ “eÈü>)]¤sì\`'rƒæë¬H灣$BÎnGʟΝց?ÂŽd©G”À?„ØÿÔ° T®õ¸M4‡7‚˜ ±œ­Tò <Äp ²(â¥í*¯Z9.œÅ +endstream endobj 491 0 obj<>stream +ÿefN^î(S8Ó÷b~[Ž6Rxp"Z—.°i›úÊóuGM™T¨¢`˜¤—Ò²IW¥ÜA½‚£¬jÇђüÍ?ýŠ|„p’ÿE˜Ä×8_׺·¹º’»cyÿ9¿J"žt9A‹"1î·ÇjÖ6x—ßÌ ætÑ…;Èvšo9a‚¸F%­\ÖxPPñd;¾)Ø¡e%X1²¤ö•Û¯ÃG3}ÙžnCÈh0áäɓMo_á—hϹ$  QËJ·«Ïȋì–o^ebâÏ-ÝðèM^/‚êY>W~4 )Aø¹+‹U»ì^f?ê´ Ì-êŠVØÍ>9.6n>n œçÐ ñqŒå—Ïíµ§ +²ÜcÏA3€’{î©3›En7‹ÔCý¯PÀƒuÏÄ0Ãæ}šÁ¹¥g¾îN¯ræÃ€d> kâë1Ïù¡( Ýû¾R"4£§QŒO 2³îѲŸ +endstream endobj 492 0 obj<>stream +i]ӛš.yÂ|ßd ^WQ­b&rØ!íÙô6´Âõ •¹W(¿êøŽ“²I-Tj™/¼a+öö¤q¯Ì³67ºH‡9„Ò1ùÂ4zUù=yãb§oVìwSKmúüÑêÿ‹á5ð]ðȏrãŠK©­{ +Rr‹œ1d@¿¬¢§ñ +endstream endobj 493 0 obj<>stream +Šð¥Ã.‡ÝN8ZØi¾ˆ®„‘ѯÃ×"ÛlVÒØ}šG§y`z¡>}?†F¦<þ ¯¶Ö´oåJS +5ú›ØŸgc•{!ÿËuàm—Ò×[‹Gë4J°f‘ €M\xH‹œÎìk$6JÁr8ìÑ©Ë¿>stream +ãœÒævØgßéGæƒÁS‡>›š¡"0‡”#ñ.û/sH¯€­Ü®Z]l`6­7[œøÒÇÅ¢ cJ‘dˬ”ó̦Úw¾Ø‰÷Ö;³ˆ¯)ñè u‰¡†]!.CïWþp¤i±µßUÓÒ©´lªG5,ú®„ËzŒò¿#Ð#¦«ÿÐóO /IžÜÉ „Oœ¢@èüxfÕ@nŠóP;›ôÅÎÔ¢æJJY×|öĉ%›hb|Ší·øs¢\<ASà1„jöSEwÄ.ÿ¸µU-¸ŸÃ˜‡"pÓÙñ+1 {e.ýÄý±¿<-ÅB¦P ¬ßé0}’¹ÌƾÇv]´·°"X.,ƒ¨ÀƒiM,_—5\®ÎAðz‘ć–zwü¹´Î6ބ), QEÖ**ÚcrÝ2R¾A°1}ҁ–’ºN/Ë:‘6W!l(lçÏ8ø‚µ§¢þN÷IO‰89Ú<ϦåM +endstream endobj 495 0 obj<>stream +$ÊmWyxÎÃlÖxí…zŒ$È,™Lû—ú%ˆùSp%ÚB©¶-ßÕ¬+T=F ³ðþ6 ˜%Ø+ºÌÉܨÒx|Š±á˜hX#BÎñDBìdHú6lì+ôf1‡±@ +%ÐâRž¨a—5ãeQ¹úi/œ,PõRÄûÊji@í­¨˜JoÌH… +endstream endobj 496 0 obj<>stream +Ù ¸v## mÐÀ¤ S:Š¡¼'>¸ØŸëL}ØÑ&9êˆ?tŒqÞÍпá ÞÚ¼COCQ(ߍ]L;6¼ÃY¾gx®äGs€‰$ªvþ¿“\ÁƏçJïÛ5ŠÔsãIIØ&ûY‹ñ÷•Ùo¶@¯¿C¾ÿ‚ =µyX1nêôGDc^Ä~ÉýÌ|o­»œ~Ø ·zó±u¡Ë¾%ßË>9r8ªÏ¿(½ÉbµßÁ +endstream endobj 497 0 obj<>stream +Ìäê}”“å®lÞ íúY2‰£ŸÓ²aQÑçNñ íÃ>Åt¡e È Tïš'[eN°Ô¹XÜhëx¯jNYåÃbeî©Iìüa%®á7X·E5 +i¸Ïnê\Ô ¼¡Wêt*„e¯VÅWµ9º– –BSþßgŒWÂ×þ^·bÐÊ€‘eÎæÚ­n ÷^h.žØ‹Ý +·#oƒÎÿÛKí¥£“žÚ5lÔF feÙÞ'¤ç6SYZ½QpÕÍVw2¼¦Žµuçb›±úS%?€k:G¨S¦†z¡/ý…Œ#¼e)Qê›'—ÉLB ”# ~ÿLþeé­ñØ@y Ÿ›±MϚóŒÃ䩊h»ÎÖhŒÊ’°Ù@ +5Pé$BÙ )Ä<Š(qLŠ"ЊˆLÉÃrlïqdÙ<©¨¿ákò É"ÁnÞ>Þ`' 1AQÄ^@E·å¯Ü˜ˆ5=·–3 +endstream endobj 498 0 obj<>stream +퇀¿iÉv":¼¬ë¶ ¢ÜïÙ|IŠmãïJ}oØ[ ï‹ÊÏæ³Ë׊öø•.2´ÛåÜcõ§lž%nιÂþ*ÿæÞ)ʞM:C ïõJ®#§c°_€Ja»•uÇZzÎÊc³¥êjÑ£M ²µ‚<¢wÅÙÜ|ØÐHb­ æÂÏÞú +endstream endobj 499 0 obj<>stream +œì_n_Yu©B›ÛeÑ Q‘@YÉÒ? ‚Ï!â ìFõ +<×ÔcRÂ9—m—‡ ìã0ºAýӕ¯Y±~ävP‹H˜fŒV®3Ñ-î¸ÄV0 +A"{êà:tPî„c”]ùì(ŒËY ^Êehƒ>stream +q±±>öÛ@+e:´Ò¼<²ÑuŽµ¸êdõͼpßà!êÛÓa¤ô™¬twRUê§YYF¶‡ÚÉæÑ=½{“*Šg°YŸÌšê8µQÇ×oMn*¯àEÏ.—AMq¶/ì,â4aeMͬò/W&쀔Ž« ¼Êœ´ö54üøØoþYõ°bü¼ŽD®µ>Gc±©à˜Ñ*²jÙ)AÑ^¬ÉLDäå0HËÐ%Ҋ‡†G"Ä/gí ¨µaô^g¡øé,3϶|d" ‡‹E ük+´/O8贏³V*G™¸R:2Sãïßu"™#÷À‘F2ä9·â‚Àm ñ?¿‡èj”€ó‹Ï¯P"Ԏ™éB&÷öŽ¹]º}ü°Ñᤊ6vòŽû³XÕQ›~yÆ#„Ò÷šJÈçÆýÊIµK %êˆgîÔi1£by±˜@Ãe|òAódoaÁÁéÎ¥K¹HòÒwZ +endstream endobj 501 0 obj<>stream +~o†š^½T>stream +€4 +«=]ُ5w +¾wŽnS|XøÛ:ICcŽÈ¶‚ÊÅ3gԜ(1zÿÝerA‹¾À¡^üQd(úaEŠÛ’¥î¼ó8½g¼}¨Ê““Ú ¿õOYë8Cx5æ±m€]|‡àND2¬FDSƟûY*6\ ØØCÄhTÐbqg +Ru(-[P';[ +±¹…ˆÞ͑^'»×œE†5ý5à2J +endstream endobj 503 0 obj<>stream +²Rþú%*älYñÓN¨ŽÒ×í‘Lœ]f +÷ksXê.SÕ¼gwÞ-Ï31x¥ì,è×½È WsZ´KËH8&jSa§ }Ÿ7}€^I6Æï÷1‹.1­hô:X²S ÞŌàUûqWÌú©™x›ð +»³éza?2ÏÎ4O¶Éîpgø&8c+$ÍV“¡=0hCˆn‹›z F°%á˧Êóïm^Ÿ~=¸£Aƒ@›ô°Œõ©3&wôtã¦vk^é”ãA#j† UMp²÷Ÿf°—×ì71Uvò¥dʦ0š‹¾2j¹ÕŒ#” 9KmÍu¬^'¹»JJÑ%‹(FÖÕ¼’Žð‘´ȎNR‡.’f Î`t,z4Œ³Ýš§¼íË«Ž§‰Ñ5Þ¡ÏÐoëMßýk~}Ö/º.™ $ÞVð^VÛlj^bv€j@¾[àk¿]cÐjŸKK.®Ü¾9‡$d(%®Æ +endstream endobj 504 0 obj<>stream + Bö'œ×Â2¬`m¬g9dâÖ´ù=·lù†`ò½ð¦Psº2«.Ü[çB_“Ȇñ¸Éþ|¸˜ÔÆçhzO0dc¾|þJqPÉpļY½?w·;{¡]˜ÕìRÄ ð‹…!&eù¬+ +3Bï…:0rc±(ältŒ•*ó8#Ûýy¬ +endstream endobj 505 0 obj<>stream +dàì¤nX´˜•=3:¢?µðù‹ô÷þŠ£,DŠïãÿR3žÂæjUZ]÷•ÿ­„ÝIʎÂrÒãoç2ýüS:„ ÓMî҃‚ö|SK‘5]m°¯nnN—æ "4"Í÷:¬äRïkF¸–d3dèpÝ;ר‹ õX¹N§‚ònŸ‹ðÛûiéeP¼íBݬ£ý??ˬ;L†w³‡Ö`f+ð»(Rø +endstream endobj 506 0 obj<>stream +=?f¯·„éýU¨D6šìàú `ú­A2rÓ½’Ǽe +¿[7ŽÏ"‰ úø)[<ŸÀfÎNrÃn‹Íã !Ëôí0Ž²”½¿)±î#Çâ3bÌcGýìÁވ¢"œé©F#à‚Hýn[‰ð DtÙ\Íõ{æ>‚,£…Îõöš‘˜«“Žg*JfÜ/IrÁUshGD‹,TnÇ÷Ït{±ŽýO Éjñ˶2}ûO#DCíþ¦U‘Ñ‘ ²ø?›ÅËÀ‘õOŽ,T¼›“ÅŒ™Íåp…#—mž–œç’R²Çü}¥î[&ʻŠ+endstream endobj 507 0 obj<>stream +ÙçÒ0ÿàà¬~ÑmÙE°.VûW@jJÄ°»ØˆîœG¯ù¤©,a¼ËPÏzÏÜ_õý#¾À7VW<3 o¢ê]ŒJsÞ"öò¸´¨®©NW¯{OÝëý)¼xYAŒ~©Õv²__¶¿Ww‚l\x«m4€–’¦iu§é +pÕt +endstream endobj 508 0 obj<>stream +J.Ãã T›¥±Ù*iû1½ÏÙXÐ ­Ò#n#ó¾žÙ47¯-‡nPëx·a_˜"´þãGšü)f$Ý0­Y¶va¼Yá·êéÝ!HD.œ]¢z˜ÍË"w¯Jµ…š½ïÙ¸šòA:™ŸFÁ?4Sž»ÖòãbNbé=:EF%šnU¹°SO!÷í‹lWþiò´Ìerj Þ¸¶‚œæHZ lc±)_“PÖ4Ž¼ +endstream endobj 509 0 obj<>stream +%‘œ%'¸°ŸuÏåŠX¤hô)`·KÎ_Ýɧ; î_°Ä•©À®Ì¼âÕ2ªðâ”ù‚n¶Û¬^Ù#ÇmÏ1¯¸dR̺Œ®W²*M®óUŽ8Srf1Ðã˕jmF©í¯SÊýҀU~©`I8F"ò,ÒA$#|¸0Ü*Hˆ?Wu²†hê‰Íe¬éª|[!ÿ×vpÁ”mû´éé<ÊP~ôQ÷{HïÃ$,G¬€J8ÈÀ®ËßîBñ<¯|Ü~¨bÛ ü؃yÿ4ò…Bx†Sôøˆ²ÔÑĂ[«k‰5Sµ[ñ ƒ2cvÁþP•$)å3®lsøö<ç¹Э›jÝ“Lj|SˆÚa弫ó”Fôµ—#ï#å£G~Ì +‡Ønèؽv¸Î€ZÿÊóŒ¾b‡,­û†ž{æƒWzåd˯¬ƒ + ÈuÇ"ÊAyˆ ¼ +endstream endobj 510 0 obj<>stream +4÷>×DÆñÌYG¨uU]ŒÌ—¼ôçmù«eÐÚ|d„QUû%îq´âÅoÚòå{Úéå AvP +R“SÍËP¡)ò +ÜPhX¹ðP$§:¿, }‰76 ƒÄkµ‘¡|zKz§¢–­ß¦™°«è¾=Þɘ#TZ”a™¦x +endstream endobj 511 0 obj<>stream +Z,èpTÑPæHöOûl)©Ö¬¿–îPå; Ñþ?<ù SzˆÛ]%‘è°B}ŒÍJj>Éxêá(ñw&Tle#¹~#]2sáù, Æ9ùøƒ^¾•8°ï-Ý ³ƒéƒÁ°ÞË@½h;j2áÑmóŒ\(…Ÿ¯rÒîÛ¹AŽ0¥$ +´ëˆÄÛ1ñ=+]wçM3YuéªC c¤Æ!¦ß9±D vœ£  +endstream endobj 512 0 obj<>stream +f‘Õ#àù‹íÛ׬¿sžý\Ðλ䧰„Á­né•j)€+¸LƋ(¹‹Fp Ž€ ö;X„OÿëE­q-ÂÚµ¼ÕZQz¬âϪ˘}˜EYµ 3 ]åØ5Ÿ@¦GèvE•ï꺛q50à5ŒÀjvÎüÕқͳ(Ô+ѳ«±ÎSÏ¥4å­,FšÒ9³-mÁ= ÆAå³æ.Økë|¬›Uó–ØȔT@6·1¶{Ì)ð¦¿Tɏ?ÿ„ÍŽ?'Ù¾Ò–0— 'w˜# ¡Ìõj\ʄé’h€¯öøUi±C#ßmá_ÅI¨LŽc•…c&±ÕŸ¾~Oå2X÷ÿè.£9<ôëïÖô%o“S¨ZïÚbãÁJDHx-4Žf¯©WcºT÷IÀÇÃÒý˜Vh<¦C9J×-Ú­ÞÔW˜ZÆ÷|0#¢Ƥ¨n´¾Ä +endstream endobj 513 0 obj<>stream +è ßñ%ÙCx‚äaòŸÊ77hŠöÜ2› –«°6Ù7=ß? V JXÙµ¢}Ænœ›~tßé{]ì¹hnäÀLl‘¥E˜“tÿ0õ=›iï«ËƒËÎGò†ÙKbµ¤¦ V{Vá¹:źä͊A$ì²kæåò’Ž•êìÄ +endstream endobj 514 0 obj<>stream +Ä6rjV•õäÿñ3àÓºŸё,Öl·™ëé…â/ZŸ<«°…M˜OM»Vå³äiÁKÏCÚ'­è^r¦|£#É7¾ :ßiýçãvß,~<̕ƒ¯2ª°HW jå3§®}ۂ]«öWq|ÿ(dË*¾Y3õôQ&—Ꝃ£Ú"¿1@¡©¶¿˜•Sx?Öir}¬š3®‚ˆM8æ ïèõuÏ +endstream endobj 515 0 obj<>stream +á±=e/,ø÷tµÓüÐô­ç#T¡Ç߇-î‰0¹QVÛÏuL ÑXZpxz +8Ô.îÓõqjnl7Ê[ñŒšSŒ sšî§ì¹«*#ÀÉ<ιdzp¨ï§mz?뉔m/'tâ´8LèØä—UÍ̶..\jUˆ]1–ó¢mpú詞¤nžƒ>ÖÎE2JWÈÏ]ÃÕ!‡Öe¢ºÚìWfՕQž_ý*Yªs<¸¤ÀÞÖ²,ðÉ|ºß¹Öùøþ˜/×@"¶a¨Áw+¢¹!½$Ð{>é&šë\„y?œÛ™ Jøwâ5l‰.cSáÔ>d\y^kë-Äø773|[Øê¨}5$Ñmç«GýÈoùê¥ïŒù$A=ðš5¾ÐKXc•¼Ÿ4&‚d-P\i¢‚‹íâKc‚LÄX£O÷2°6ªt%_Ôø<¡#æ‚oBÊ9ä«TL¬>) +endstream endobj 516 0 obj<>stream +Nçhœfü‰X/²\f‹ÞC +ʧ†Ý6HoÏ7‡¸µ¸j¿Ø"9Ïzᵍ½ÕÒc¼\cÔîŒ'" ÆÑiuæçG:a ~ì–ÊU¶n šF¥ú䯒cÎéƶ-rmòÍ¥ÑÑj¹x¤ç€8hmÎ2D¶ Á C_¨àM +;Žè‘Äé› +endstream endobj 517 0 obj<>stream +•J÷Ïãºç§mv¹C.˜'&¿ï×hEçAb3c}1}¬ÑH±î/NræÈõ!éfÌ";‘/Áû?+ö®2Bu Ü`®¬äí@hö­þ@»™Ã¦vˆ1ÿ,8h€c9I51"‚/½ÀYIܤŒ»:¼Ÿ³kvaLÇôã&éøðž8“„ÊÂã„Ô©)B?Ú ã¾\µÙ;XÇ0Y'qÀÁ—…»ý`"r ØNH° +endstream endobj 518 0 obj<>stream +78f€ƒ"ÂBÝ@ëMNNw\q2ɅÚ< 1Z (“.¾’…©û„Êå:ÿÙ׀w†¥‹ø +…”®åҟXvUHíÇw„gG]:|iÖL”0Ø°eÇD—Ñ¥^ãñl£O‡Å_+dФìq±¢äœ&¸ [eô€Â¿/,@÷ `™þ€žGœÙ}ºý7Öâ«îIÊýê¥Ç(iTÓáËü#ëèí–Ù.½O±.¬›xŽ\݅Ï>stream +ÝȕÑ"—ö +!€ý˜ ää?$‚‚uÏqߔޢ‚9Â&sþŠÊ$¢uB¤~~Ñó:æ£TÛ/ ÌÝbëÍs=ŒTbgO i×cëªs¹ôßÕ>Ô»¡_ÐÐ +I¦Ìôp÷S:ºfþ“{“X-ã>Œ` +ò܁ÚÆ ¯öQÍ°¸Ak +endstream endobj 520 0 obj<>stream +Ú±ú +Ö³ K°ŽÊ´Íîˆ`’Œ{ÀæG%Ø x–Ve’Ÿ"Õ;`# +{vàfNꝥöÁZÍÔ_7=u(cfoÁݵ"Üè½üAq9˜ëAG2Œüw¡ÿŒÊh´R¸&13?ätrw¹^nÀã[Eε´¥¿,„uPÈ﫨ëm:­'6ß<¾·`†bêIÑ[¥˜Zì @ŒBw^Ft²ÏÅ!tHq²âÇ¿Í +endstream endobj 521 0 obj<>stream +ãèT8üO ÆfIÊ^âù#ë$.Vâöå~øÆÙLEÄÚ¿#òq¼¤.2²ìƀ#ñÖÇõ‡ +d2ÈDñøëýVêm‹Æ¶ÄÖs‡Û®LÿҚ6R1\]Öè£@Âyë²H•ki Z(SX¢ÔŽµC’¿W‹¾Í|ÊhóL#³z˜Ð9ksʼ4¤)Q­Ž +9(·U ÓÒx)ëw…λë;±{^¿Ü/¬i_ßÐvހ¡¼™B«4©™‘k]Ÿ’ÕæÑÞËçžO«W³¾Ñ Rjٞà)g`˜ËšF(<ý5m×y’Ȳ®ÜÿuˆýY¬$••”˜\'cÍGöå ¹‘ƒò££øU‚!Âp­YRoŸZy§R¡_;ŒkˆÝ½ÎðW’wUvš¬­ÍÕü(@®8thä„CŽ«E­µ”à›gAà*òŠñ3]|µx€úŠs\ØH±‘5e³õ¼Þ!ó>;XISAøu +endstream endobj 522 0 obj<>stream +·R݊:RÔ¾€æø4`R—¼°okÓ×{ùåC÷(>v0Ïõh-+;¿ÂsÙsŽÜ—·uNSM²›6‹í 9déòsT:…7Eï ™#©lUKƒ@Jî žµ‹íbÒ,éÁ©Zœa&èÓí(æV鏟rn/è:D¹o˜*ývJV¨ +endstream endobj 523 0 obj<>stream +§è ¶?uÏ«AP•ú?íI*ïÇ14uI?Žï€ Å©]vJ ÌçQ1Ïê4´ò`‹ÝCF—àJو̄A¥¯Ÿ‡Xó¨÷Õƚ YˢΠع»ÃHEWÓo ÃJ¨¼õn9éþ”iZM#Ÿ†;«Y™èOÎ9² ;  õ§UD,&æBµÓÔ@×ݘ-LáŒtpÚ½^ä8ç`•ÕEpÉË@±¯ö')É +endstream endobj 524 0 obj<>stream +Ä}Ç̝z$Ρ€Á_|XƒBÀÃj/ÅFQ1óî-‡WJëJh^+s€yR0¸¹Þ½Fz…¶“¾—œ„áb·Ûž~©x·oe².(š=á`-8ˆ(ö>bb‹>ÑÓGå8µL¥}$Jžrš !«0;t;tñ£< í•9”JEÒv ŠDºìj –û4v|?h½pKÀ<€Lkc0½!ŠñÃAUYÛ;z©gŒ +¤è,oì¨ËCdçò=ÙGÃ’^®ò@f aƒî®©‡ORµÉÿlxÃò¶÷²âû-+Q„vH^½_%˜Tô`ÕçgèÁÃý[GáÝ´hf5Í¿4ùð‘r(Ýúàlÿ¶èQ¥ê¸ÂõÜQsl-?±‡JÎSPá9ÎÿÐà>M-՘DQpNÕ"ysCaNé=_XÉ‘çº_ ¿S¶ôu5ì~ sö„£=úÔO3s"@ó¦£t÷ÀÔv89Ê +endstream endobj 525 0 obj<>stream +}ç¿®ªzróY~‡õîÉFAOi™&·­+öʏ,;¦P5IG1ÌO¿Ö¯l="L<(«:Ô¬QʞPÛÉJ".Úà Ó/Í}8T•¾=¼øVÝãUŸ@5!º'9•êVӌ˜0†#½Ø}†¶à§ýÀîìÈej +endstream endobj 526 0 obj<>stream +¹€õ¾¯ÛÈBä(6z¹ëÚY<`ú–3gA?oe"·ì¥~+3Á҆yUм^NX!ëJ,[jž&S۝ð/Ømۙ:{<¼Ò14hÔ0±£¸œʲ=æR†qÆ)åL(«ð4h[YÀ¥=èG …´ÛþVu¾,€bobqÿÖT–ØM[ôÿ®VÝzý‡âD®@¿Ë`d–%$ä<ùß¿áòÜöï#°‡8t«ØòQ*Ä +endstream endobj 527 0 obj<>stream +KÃq¿¶ÿÃ@2 ûNže["7ٞº¥Xxëà-·qòÏ68¹=û÷TÙ¥vð>âæ*BlªJu’6ÿ£\Þ¹ +endstream endobj 528 0 obj<>stream +|Áȕ,¾K!:@´>%û $Bó$ÅÛ=ÄV£]*dˆ?\èŠÆ%'Åt¦æ~.$Ú( + ¦2ZÄ'­çµÕ!c,>4»º¶íª=rÝíqý™]ðr‰+Öòå¿ëC²¾Ónì'IläÙ'.;Øy¹7ãp紆EÊy +endstream endobj 529 0 obj<>stream +þ¿ÿN3›f|øŽÖJÞ}ÈNÚË°è8„ «$x`Ìf9 ޗå#2«ý[ ¶.¨&*Z´¿À°À{OÎò—"ŽtÀÅn08PHš$QkcösZºsè_â¸dTˆ“¦Ež‰h©v–ò*Æ/hÓìÚhôb”Êêßé«%Q,±-ˆ’¬ÅT9@g¯6'ÎÒý•[òîߏ)ÜgÏ>Iöû3AҘ€7 +endstream endobj 530 0 obj<>stream +8w¼Ã¨/ƒ."媎@¥E‚0Û"WŠ–ö}|)=e? +‡v¸˜A‹k ƒÃ4¡)æ\ÈKˆ êgOñQԙÙ=ì˹L[|I©PNÍÇl€4ÚíŽïÁ劭Îë¾WýÝ?3:F©—yê½¹¯ž §Q!´³Ö»%òÛX}©Y¡üðËN΀*uüV™ââi‚*ž^#¯5ä“TÙ¬v¼V_5¬ÂC)Î;­Úc +àEí"Cö›ØÐIa”œ! JkשD’·gûŠ«‚ñÀ1™IlQUPq|7s¤iuB9B÷\y¼¢æ(ÈKŽS餼³pBҟªlvÙÜVâ!{K…v¾¨¾8z”³—ûÚ󾹌w–L¦p)~ žn2Ö=0Þ©*‘m íús ŸÜuµM¼„@‡ñ<{Ú "O‰âíÌð72¤+ +»h}Çy }~}F“ò÷Agâµ:-âú‘á +endstream endobj 531 0 obj<>stream + AÂ6áÞü ¸Wt9Wx—͐UK¢â{]€CËø®•×&…öë!òûߣP!LtiêÓ[-+¾º¨ipÙÕÿY„ÄL­`É +ãc‰SÖ¨±Ó…ÿm²¹š‡¶ý¤g†£¤½‘óæéZ19þNvWð¹%›ŠTeÇ6€A}'cË +endstream endobj 532 0 obj<>stream +;C×Xø'åv Ý®à¼<]ÿ…`ŽD:yʓàêæ¼j ÅðêrQ‡‡B«`-¾®î|¾Áeò吉iR»É«±”rüϋóMiÚ¯¶©³Á=ÿ£åBàµÝ¬T…ßí¨êuÏV‹ ÙWï/ëo§A´-M3÷y4Iu!rE‘sŽô9Äð®W%P£Ô–ZZ§4†LàÁøÊ`.°É(B–ö$æ2n +endstream endobj 533 0 obj<>stream +?=F€Ç{™˜ê°–¿¥°v¥gu—WGUÉQi%vì|ÜGëT’nuù9жtÝ(vf*Ì]¯‡okðséÚµ«.µå¾£ òìƒû3£:‰Y;óI¥lÙŽát²’ã6–ôß~g èá¡ñ¤ñٟ­bÔ7›G­R}¡¾RyÄÔ(ÿ]hpÜGül±ØŸsúRµÆµ)Ç©Eò, de7%´,/UƒïŽSg†¹†@Å¿,1àþHÆšÝh©=ôwünÄòûc•õÍ)ЉŠþé·»&ÞŽIÎLÆÎeŽ­#ßÚc9Šn9?¹ë7cº7\0ß¿ö½IöbrLdu–lhFdK5"2^‹Ø$GeÉ­<°#/ÕBÑúlÿè D, x{j T¥’Ó¾àª]Ñ1ùîýÔF„`ú»²Mncœ¾uÑòqr‚%Ça‰APt €ÁÛ &c +Q«zìLÁùŠžm +endstream endobj 534 0 obj<>stream +d!Å¥¸§ +—ŒÝö2›“·ªóE´T±*×íî|/Øo¯é0Ï8 +ÜÕpÈØBâHWÓêä¨îÜ$—E’;,>Ë3aeJŠ|žzÞuóÜ*¯Í²}`}Wjì—;µ"•"¡]Q`ž="—@7æÒ½ñ=È2_ÂÍ/V¦(0x¯– +endstream endobj 535 0 obj<>stream +Qø˜¨øÆf("sDI"ª¿ç¤r)°lXۏíï8KÔ·`O…–û–[ %»¿‘ ’jš-±\áçŽÎæ±m0*ïÞ¯Ù€Iµ‘b:‹-IcfáW§Ž O_[aÄâaê :>÷–’¸Üó¨öšƒÊ‘ÿúˆ×"v0äÑÔÖ¶€Ï©h7«5˜&uÕ Ê°êøF ÀXdvhLžÙŽÜ›øÿåP +endstream endobj 536 0 obj<>stream +–þ÷°÷êéà$¥=¶%ï"B™å?6£‰öKÁⷖ21ªüÊã^Mã°êüm_5Î"*t©Õï˯9ø§Y®ßPcAc½ê…)( …¾Øp Œ¬Ëܲ Ì´Þã×%•BV¼=Vô`cÕ܆÷Uèc 5S…“‚ý±ÞPtÀ÷M©™ž²ŽÒBˆNÞXÓÔÜz1ÙðNwՎ‰Ýh+ѯ70;h˜ÏۜŠ¨æ^ꢀ¿a'/VLºF¼µu»ÖþÚ-Q¾—äR+þ®…÷Íשë^ÍéEK7[óÒ_û2/9(4OF¬Gæ5ojþVUÏ»mt\g…’ò×ýnå²$̈́˜aÛj¬’õ‰ÏF’mCá,dîúj Z.ôí~?Ö둓PÝ*Öãq\•‘7¹á1‚ì2£IÑõô8â6x($§ÏWÂ@”å"¨µÍ’sûv5Ÿ3N!Ë<Օ*€ËÔg$¥V +endstream endobj 537 0 obj<>stream +õû© :/¾Ý&ÀF)ÿô¤û/Ô`äoü„–¬í,¾´1wù(gQsTu½vÌZb7Ö£¿Œnnczîž3Ñ:cWy³w®êoâž.@!§+mðáG»Dñ¹:[Íi‚¨ êß¾y4Þ^YŒRAá{äM—¹O$$/¶Ûì +endstream endobj 538 0 obj<>stream +Ä +5:´Ï^òèöóôSܹ¢¦·¯#>ê"´BÐAó™`zK*J½Ô­ǜÙ›üA“4ÕC°ýódŠœ»8µ&÷ؗ +˜2Í@ú ivAÂ0àÓ'E]Kþ5ÌßMJf§¬ŠŒ6Ølû§B‘èZ ߍ@zc`ÈRnü}­‡“O¿3ŠT?ë„\Ž‘k{Ö§‰¦•¨–R£ÖbtÎMøhaÔOµ +endstream endobj 539 0 obj<>stream +AP€!÷ýôÙU]è 씦5_ÐKŽš—­žÖ„á%¶æY›; Õ •¢s¨jÈó•`ñK³B—Y̞‚˜ú|þ¹+ílmh:ž¿²gj·ùf驯ùǤ¾Ò)´Oe&pŸÅíZY„]îŒÜíÕ?t¨N`‰¹ÔÓyºÐhA„ ; ÓaU{ØaM†úg.u»èߚç¿&+(à?ïG(þ nþ˜z<ˆ`<]·‡÷PÂ6ë¯dG&"vO#Ç}`Öå¡WUòÒì»+MÚ‚¬aÖ'„‡”[ ˜å‡X7Ceæ!ò­VýƱæϼºƒæãi8Ä$¤°µˆØ‰ü±Ý@*ÝåMݘ¤{ùŠÏç£mæÿj÷ Óù8Û±”>¾?Ï#dTf¦Ò᮲ x‚X„H;ÀZ£¼{‹¯Y #IŸ÷‡½vÇEÖP~9¯ý&i¡"6óê"`¿¸—yÇFö§€fβ,7 +endstream endobj 540 0 obj<>stream +ÍÕó+­#ôô‘«_ ³æ-Nná¹ÖòƒŠï."ޏòð¡œi>‡Bâhk< z÷Ƀ˜S<2Ÿ÷”æÈÏÊ…Ø Ú÷“–+ºg¹k`†Ëìñë÷þaÛ\±p°ñqü¬°Ð¶0ÏnÔT$F‡î»îPîhì˙)E\8Æ™l +endstream endobj 541 0 obj<>stream + µˆ×çVü)îŠq¦àÚqñ~ãŒQå+þÑß¾uíeŸ/Ž=•­…¦¶5&ÂÕڒD­Ó/b¿2¯^'âÐÉ9­Î¤„ë¡ø¬¦'Cð5H‹Ä è@…¨úԌ+Ú.#«kþ^‹.M¾Ž`§tv¿¨(ÇW ÑôªŽ™Mê]ôRÆ>(Àm’‘õïÊA¯±Ãóƹ »Ÿ‰~ +endstream endobj 542 0 obj<>stream +Ù jO÷Äõú êC€e»RW‡9’ØĐ¥ž™ˆª¦Ù  CãÝ͝nK‘8yF+;pdä(ËV‰¨p»-Úh, ˜¦ÝT?ê³úeú±ÉØù°¾Ò7$6Ä÷æ˜%öO*û²]óºNáHïOBié£.WKÙ-Zq•À a + áÁN +ý§GHçœ[±‚Š¸ˆ}lšè9–¯OQ×+GQÞĴŕ‡dw=Fß©îÓæ#³Õš*Eh*öP“ ¼ÅDŠ­¼ÜµâïÈC´i¤o®äyÿ3¹p_ŒîÎê#éØt iø;ÄR'ï˜vq’ÐO°©t=âЇê^pãú?V ªhí<—á_`B PuÂ7W@仳ÉÔX¶g,î²ZX=K_ªëëÀ›ç³¥@fÅ4ƒÒ–P‘tß­ûëOûsŠônCɂÿ’˜7Cæ6[¨y3]+xï?b;4µ +endstream endobj 543 0 obj<>stream +þ«¹<¡²<ˌèžygŠ¸_¸[]¶ª€MÇ´‰é”æł˜Åc +Í…Dy˘y‘)ÇCY9À£tüxì¹­™•ˆ+‰HҞŽ8)Ü里F©> KMæ›*ë)«IÕõ®7 bTÌ'ÕßDrOŒ5(®ê‚×R ë´ +endstream endobj 544 0 obj<>stream +¡èí(»¾Ïˆ~™Hª9¡.šBA´D¸Ð+ +XeQr3ƒKrõÒ: øªŠd÷Wr>X¬ù“aKÓ!“ÁgÂÉåFÉ×as[>Ŋ»|5lqç)Í^2 W¨Éݹm¯f2~œ5÷Ÿv¹©èëïßpZ«°¢t_ÉgqèÌòûÒÖJl¸•ƒF)“]¦y_O蛲ePV y ø?ŸÚ Ÿ”â9 +endstream endobj 545 0 obj<>stream +…잃pYú#o骎øµù‰¿ŽÁ˜Ã덆)ózqŽ$1G¢¦ƒ8ü +GšªEä=<.­W0„tÒ JBjþRldSÓs(q„E)í JƗ¢4ñ@Aå‡?t <ýZ•Â¶ìÊmyfB± œ¤ÿÎúF=W³ˆ §a^)M¡‚Yà ³c'1ù…—IG‡ðw+Íà™ÅG(ɉõrPa{>Ì´H„«—3;2ÎE•ÃT[‘®®œQV4îæã¸TX5 ùã—r|·?â›0ÅJWÿ't,º¨ãÐè[k­óX‡Ž± eóm(? ŒÅ‡¤¹Ÿ›të™!Ö"þSéY…r5ª2( ÛNµ´oxºx=ççËÂ+b„Šìï¶á˜…œ¬T]Em}?†FÞgQ^-[c¥ƒðëßbð"C'Ù6 +Ÿq(Ã$–À7Ü´ò¢ß‹‘’4•}ÚO¶špÊ +endstream endobj 546 0 obj<>stream +½ÝR¬Lr€ÿ.º! ÌDç¦]gz¯£ M>stream +TK^Ðþ{'× <íl—¦táH¸W¹ÎN/3­û2Æ9ŒÏy¨Y’=ëØÚî&¨o:ã]Õ½c<ãRÏ •e'Nkç¼ç4]O+ŒqÈ%Ft¡^ƒHdAvbW™k=‰­Y¤¬àŠÑþA&üZIHØò̶ßÿÑå±t€,Áh;…<¶“À_Ö>ĬXéu"˜…èõèæðׅle.%ÂʍX׬mÒoŽû± +endstream endobj 548 0 obj<>stream +F_—o-êJM±ü‰_¯-™»¸@!WØ«ÿ¸Èë ÞüŽÝ8»ÌÁo7oXò%6»2^¤ ô(‡·'7pëboâÈiD‰Ô4žÙk:a‹ÙKëlGó½~+"4w¬ÏÀUeÏýfUϏ½¯ÑíEz_ãñõvùäPÈ?»¼¨™þà-">|›¸ Ä­KJÁÃ_­ £&D¢dµ. 튦¾¼ÙwšoP|;BBs^׊Â÷.‡KRÊ #‰(t)«lXº=­¿¢…ÝÜÊE®ý+ÕYË'³3H¹’ðØu0rá­cB˶žº› ¯¢¿í\R¤üÎ ÃyÊBŸÔ? ‘€êÇó(nvËí3ŒS ÏÅì®ÂØ Ž:v£˜X°ÏBFpð‘$@qÑÖ"»öë §‰k¨JèN( †0Àã⮓m¤cÁúƒá/½i¢(S“#1ˆ +endstream endobj 549 0 obj<>stream +×SÅûõ<^ÞØ1…'þ.7ŸkJ7Ebôü‰ +X‡ÒjtÂì× ÷•¬ë +ž»Ò!ם‹2e&Ê5âý«éoÞ¦Áÿˆ!`˜’ !òÔê6A„¾‡iӍ)K]'Íx9<²wƒo3Éé&‚¢-LÓĜ\ëPÝҜ“LWü( +endstream endobj 550 0 obj<>stream +ÍU±ÃlŠÄ +ÂÙ´YJbE|å¤5 `K¾£‡¾Ý¬XÒIœ]N€A ª{N Ëϟ¢áåÌá=¢–+ FnùÔ(895õ”Éþi±Æ‘›iìO |H.üˆ)Lˆxñ°ôè­Ù⿓õhÔýZÆ T4efûþvØC¡Bœ iGáȝeÓïZìc¹tRWðÝh-b_ÉÂà¬Ï«1swRaÓpæ$}µ} +endstream endobj 551 0 obj<>stream +Ü5……§ù9mOU‡^¾SØӐ²Ù§ÿàGÎ<± ÄޓYq{; +b¤²ÌÝ_/ä-žicîïUÔ¥*Rj•æ™þ2k¡ò"Ê9 +CÔ»Jö4H°sŠ¢¤Q~èc`‹¤¥ ø½ArskÍ8mÕ8ùg?ÂêÓZÑöúS1róð‘ o‚«Ë˜.«-s?µÞ%º:x~2ËC²ˆd)_EÁ¯Hý^—iépí³afŶ³R¤f¯Þ¼ô×&|6àRöv©¶¿ k +Ñw[ÔË{nY+ð½L‡·4è+w+îöþ¬|Rêñd,l~áéÊüP Ëภ»1¼P«»y¥¸ù?ü2ô™…YÖñ(ÔiörÉÑ:CòŸ$ÏóǯÂ$Â_Àg)Û×*¨È%‘qh^Ù÷hó ¡Ý.ÿ‚0ÿir˜üÎ삔š<˜4¤ |\ Æ1ëƒç×·ó+ñìyJ@ªaüO +endstream endobj 552 0 obj<>stream +é™U*Z¤k_¿]x³— ÌÓ ILD!í\±’çÎô¿@è+/’ršÉ½¾À~ßyk¦È¢¿ì£¿-0—öñÞÌãe{tâcm8•ýÈ,vwȵÈHdËJ·"¡ûá—‘ž4D±]žË6ÌHÜw)´šzÉÏ&òâtÚÙ- +endstream endobj 553 0 obj<>stream +1J²šë›DgN÷¶š¡]`ÛF­ÁH¼5Ó\y»–_è]XĊ­ ¿¨Îo0M,v.z¦ÈX»ÈrB›aîq(M}c)­Ó?d$¨§höŽ¨ÐãÈ"C ²j„SNa];äÿuW>ÐóXö•±²é^ –41Ö6À_±~êŠÑb³Œçøöú_$H¢f÷q¸ÞœH+_ +‹“ñdm üý5` +endstream endobj 554 0 obj<>stream +,¾ý=­Ä‰þ…É nAZ¡¡_# +endstream endobj 555 0 obj<>stream +ªîžAƒä îëm§Í–÷.ªõ$°ŽšqÀ¤cÉе˜ebÊèȐèì'¦øhdûÖvŒÕÑ^™©ukހ‘âò„yú§lEU¦ªTÉÁï¤ ³[&8+ë‚’æ&šsۘ™ ÏÑzdè•}fï pê±é¥óK҈Pé¤J/ìÉö…O›ÇP ½„©îKǐ@8$-Úœë‘ý×WÛPm¬é¤¿5$µµ®œ4„çAœUoš‡§ÁùÍUys¢úu c?ù„©rSõºupÕÚ#zO,…Mj6@:' X£éÝÌy}O )ygúÁÛö•‘£ÐG¶”a*Æ|“Ø`÷F W¦K Pý±éøÎ=WaºÍž—Þ£ç1ÇÓ0'bu´>øÖ|^taúvȅ6«r͑Ž´165’cq[œe^¨uÆ2×رQÕy +endstream endobj 556 0 obj<>stream +ù1` pÊA!õ²L±gïÜy,FÝ%_JXôÜ£«A”ü(²Èÿ»³´Xr÷¡Å©á¨,¤’©¹Oâ»ÃcòI. J`$È( 7t +ÿÕïŠJ_‰“kovS¥F_†ªÓ·n‡t†ÇŒ8(B_ú®”ùœ +endstream endobj 557 0 obj<>stream +òv(D“ãIì‰Çn?ØïèዟKµ.Õ x˜$ùÖ(œI‘C +1“0(£–"®©]ž2¿šíÅ8åhCž qÉ÷矺} +¹}¤hVŒW–õVϖ:”C°N¼üyŒaUVo|¢²©™ªÐåkŃ>Ìæ ÿ÷ˆ!â&Lµ”ûhN_À„­BSû¨E•k)âŸÇúU,áJíøWÔÔa“ý[?3 +endstream endobj 558 0 obj<>stream +9ÆèB2é[¶F6íçÞO^åËÀ×Âñh1ÆÏîŽF›* +endstream endobj 559 0 obj<>stream +Gò•O85LzÖ³¾-ÂÍppIXl¸S^çÿLè´­ÿñât-¨™ˆhy KŸ™òÃç¿~EÓ­Éà©J ŸÀ ¨¢|Ä|*÷†!RóA1×ÏðÜëÙø—!¬þƒ“*аµªæq0YîsÔ gCWÅÈ>'Ì-„ÃOÍ¥LœíÆ[û½æ¬€­”CA]¤»>À½që8¡.ú ~©´A“Oü?«ÏMRÂ%QPË­ó`øæª"Y‘ÀUëЯ +MÃÄM£—h |…gt,Ì# k–0¼$eéPh³~ü¤6pM™Æè––õÀgÎÑÙ"æ ß­™‹ûòeiwÆD̊*hàis ƒ°Šh–—ƒ6o°$ÐïXÓj‡äÁßœü³Á@&\w®ãwl¶ÙéluÉbÄOFc6Gƒs=땨Mâ +endstream endobj 560 0 obj<>stream +É¡–TÂëÀF±Ì ­vu¡*ñÛbÕÒ.sДõáQya~–€¦ìüªD,>#‰¦¯ªéeݕˆ!þ>ƒê»ïŽ6§Ò>¯$Y-MlQ˜0ŒòÉ,™Êi9#YÆ`‡¥øhRÀðŤÌv®MJËÌøð|˜zÑu ðÕ$Áxij—çú +endstream endobj 561 0 obj<>stream +åCͤn¾_`ocš*1—š²)j´üìbw³}úCH¾HÀðšIZƒIÅê„,Ú¢eá÷?f³[şµÓ©J _÷Ú÷ìá'€<{eIv0C'>eîîEñ" ˜Ö7VKØñZr 6n§€÷–íþéú£’öáʑh§cÙ»×5¾irŠäˊ aÍá3Ãr-j?5ð¿Ço5ÿSÇã]ä.° +endstream endobj 562 0 obj<>stream +´0šê“Èʉ +…«7à-vémça?|è­üãDVd6z (Òb›YÉhEËäÉfw²À›Û}>stream +' cˆT]™²-¸L&ÈlRHb¿^ށ&`CdÀ9¸åË¡÷rÿ¯çû1¨ã¹c#®—qÈÚ2½ÊÖ_ ÿÒGYÜãâÉ4ŸÇYlY~|¹äDB£³ÛÚ!¶À”¨xꫨ¿þÛ=ŠñȈñô„9çj\ÎÇ¢‹^‰ +endstream endobj 564 0 obj<>stream +S‹dl×"_*ò%`±°Eüì¬N¹NTƒÚ‘ìA)cÍëÊgåKl(ÑôZù£‚üë{qŒwZ#u?—ºX<ºGÜùF‚ºfSòR ÅþõÕss‰¯sWçZMÖ6wù\y0.2ÏsÈ.ú(÷v‘4 %s âtyÕì×&Šdi©–·/ }£¸çL“†ØP¢{_¼€0©”o ÿ¼6Ë +endstream endobj 565 0 obj<>stream +Gä7§Ô½[‹'󯾦“Ž÷!x‰ÍT4c–iLÚÐÌëF±ÊssbLÒ¿RAk¯Ðã&oÂ^ï$™Ô®îYX2C©yÓ×ëXUÌR¾ña×îjá͂±ß4Ðo6¿ìzç£aÇò$+R0*’º»7ýÓŽ +¢ +¢Já»æàTNú•»×ò +¹QE›èú¤ ;Erà¶B žà1½A}ÈÌ7t(Ǫ’]¼[‚“Ý¥ÄvpÛÓ4;õ…Æà€6Åg8½k&˜rECv ×Ô¥kûÙ:î¸ýB6Öf%WJ&ŒÄ…Á&›Ý…·0Ș ˜øN—r +·ürÿ+Ö)´H¿kÚ"¶ÎÍÓ7üV\±ÁLUðL¿$G,ËnŠåÝW-Øc|?mðP +•¡ž•€"?4u²:Iy9L¡JjukëŠD#VCLQ«Œ3kÀÚFÓÏ«UF)¥v0®cý;ΩӝáW>p•þE ”û +endstream endobj 566 0 obj<>stream +‰@~äËßØ(¡Mr Î#—Yïú; ™F¶R';—^FÓ}–¼¨50<îüŠG‡^µ{/Î(ːf4²].×GŠ³”¬AÑÖ{Erò 5gØrÄ.Mi×6VºÕi¾â1²©9fû7x@§ö 8ÍU éVÖR7k"{ +endstream endobj 567 0 obj<>stream +ueN±)™… i,„tX)|¡Ù]7íßUrZÿ[,$ñn\ΫÑ^ÔM*«A±ÕÂ;Å¢øT–”‹”;±—R6ƒþÖ^f‚eÿÂFÀ]XA“†<®À³ÊRãôt5Ú³uäåöUpp£…v䖰ªåŠ¬n¸&VÅÉ8èF?ĵÞnaWßޕ¾ÙÕè\uÁl9²/Bîï:¡F1Pf—«@ +endstream endobj 568 0 obj<>stream +QÌÁ(™qRUÊ3†¶„• ‰bY=A]1èN»ÊЛd˟¹lÙò‰²…ɁW÷Vw=ûH$¬F-“”ä>¢–€øh|¯? ˸£¢’ð +ªÅË¿‚S,4¯ÚåÒÕë˜Ç ðPÂ`á¥up˜E™„x†ù -ï«ßÀ- ‚y˜[á¦-KÉÑÄ_œ‘½«cúƒù쟹ñùdú¾`é?¦Œ8ýŸÒ¤j­öÈa! ¢>”0 ŽŽl¸³‘`ÙSir¤ÓÍvi"×ãEºÇ`Š{ØMªÇph²¨-Œ}Eazvß¹/¯÷üߜ©C<‡±"FȐÚÊÊd´°ù +endstream endobj 569 0 obj<>stream +réñsJ Õ "åï<©ŽUQ£í6M‚þèØ®d,¸[Œj©núã +º®Oc + +zR{ÉÝ-ùˆ—Nݗ#ÑsÀÓ ç æ1ž†.qل:Šiòǃ†qãû_Ã^ªŸr,\ª›%ûÔ ã]uǘàHÒ³Šõ& M<Ϝ«}R—vNïö© +endstream endobj 570 0 obj<>stream +Š–~½xJ Œç2•É°h’œ¿@Öµk¡å^S¯–¾eQ¯ê¡ñq仟µ‘½â×ýêßUÜÈÊ7CoR·cÏp’»mû•¾ã~ ;žô·›ùá1Õ҃yÜ¢È6tÎ\<…õH¥ÿÙR|ß5µ^ԍ׼ÿ\»d_Ä "–ꡧ*Eµ¦bI@wqùŒ¿ºçð«]âvyCmŸ+Öã +endstream endobj 571 0 obj<>stream +Ó5Âs¶Ú0ÚÓ¥áZ3õÐ5_՜eaA/©,ÕÚ¥L1V·&Ò¯± …ç‘»y¼=¦ëý|œsÝI¤D³“_Óea ™Q•>·Ä™ÉtLEW›‡Ó“Z#–¬å³áKÀ~Ï(y›ÄŽv±ÐoÆöÖn)­¢›ÍvM ¢D5 óP‰(å\2±Ã„Îå³wmç·* †y1îc˜sñ +Rw"<}Ãcå-‰ÙÐ +endstream endobj 572 0 obj<>stream +…VD܇šNº.ze6Êt[ž¯´©lV‹ŸSqª‘Á×Éð…6(òpöeÔ[äõ¬.;¿í²M×¾VÖ\×YkTN ŽÉã·½¯ðÆÀur$’䜁¿y>stream +1c:…š¢}´²íSŠómøºa°Åm?ÀSƒ xd9\øiN¸N‚yà[k¶§~L¯æÊUê¿@ÄIí¢ºS’2@þgOÎdÝŠVâËmqü„;ñ©9k*nàý|ŠáБ÷IÐvV0ÆÃãmëzdÒîOÊNÁ‹š9ÖÒÅ>§âžO) ™¾[Àà|ºÿ¡ÜPvŒ·çTu +endstream endobj 574 0 obj<>stream +týۜ#!Ðåæ®eç&ÎaÐ?ês3ãZé+l² +@BuâúŒê.g qøk&Žh¯PPEE0ÂZÕùÝ4ônŽ`F(ƒ§½@ã"Q†ãjÖ† *“ƒÞÐ:¤wP :”RòfBŒéÍ/²`EƒébQMv<#‚ ¬esË ¨Ã¯ÜlTJ»\uWr¤0_+é9àò +;‹ýn FPýo-DÊ a«a{6‰ \~à,ƒ·å"FáSÛW1}YF+ªmA0 ¹˜ê¶“ק2Y]0ìp+f›Óè¼;pOž;NõFQ¤ö{šÚ¯%ð½r™„KÖÀàh]¡¡m­&&p{DUî‚Ìâè&¶ÿl +cTòxÎePú‚ƒ˜ÛítP”³eõÅ?»9ã¾Ï,K~é‚N'o›ä÷3úè%Åa»ÏOy$8|ëW:]ââv,ŠýÙ|â¦1ÿ +endstream endobj 575 0 obj<>stream +.¢–R È=ɏÜtÝÝ݋ç0ÊMIÁ¾P`8†ì€Lz™ ³P  ÕÎ=}J\³B`ß^ã’,Œ.Ô0 H™RMž”,¥þËXÊ^±X yÃ,x9"u¾-º¶\ÂϞZoƒ¯Qq«…ï­³öBJíòýÑ#ÃÀÿ"ÍÍsÍف +endstream endobj 576 0 obj<>stream +këeÉ©;ZÐދ¤UÒOòÊO´Îr§Ž¬ÓÿÉKi2u4o?ÿµË4º×UÍBTTú jZ§‹t"dÊ⟞èøæ…ï¯lƒ¡F›##Ü0Þt‰Tl¹­±4 5ÙR¡hWñ=LÁ†Ç'f|µ—µrÙ{l]¸}¾V«yù³r´£ç 1)Œ‹°G†P»`5OÛ{èìÜhtè3Ê +endstream endobj 577 0 obj<>stream +BŽ‹é $ý .«2üËÁy*wÁ[g¥iö%¢­*/®›%ðYdH„*ÿ”nÔöGÔðԊuO yuq˜æáËhäî2}¥¼Ú$«_K62ˆ°¿céòlÛç'éóËJqÊ`”Ù-%,É}QC{,e²’]Ï$‰â ˜‚‹Bã-8B-0ŒŠ_a´2 5œ¤70W/€â(¦f©óY~+îùlÌVШîÕeª3™'ēA@¢½LÉÝSFĹ,L!ǎ¶›f'ånÆRΛì?ÈêF˜rW1c$šüÞ hšç¶“caɇåúÈÒ½(¡WîŠvåG\ê`wp@]wܤ-²?ŽðŒy}ü¬ƒÊS8뢩Ðâþa¾Šó•µÛKX§_‘QØ{]×ó.kÈ7u‹n÷|˜™ Š9;IÃ.ð80ÚăîT•C¡K[ôôŸ zš%l‹ +endstream endobj 578 0 obj<>stream +|ÍLh‹¯b́X$»<£H«Šô³Ä¿a`Öß*·R*œ¿ +endstream endobj 579 0 obj<>stream +¼ZÝã´< +endstream endobj 580 0 obj<>stream +<cÕF74« rÙ«–ä(¼tˆƒ5奐 ð\÷AmÂR2¹ÿ76,³–„åê“ôý©fŠÞ/ì™ýÍç:ÛæP½ºÝ"€|a¾€!—Ìs» ýÙ$F‚ɂõê +endstream endobj 581 0 obj<>stream +è[4Ž.ÙñАÚ=I½®‹¼ºõu€½ƒ§b[¨ €Ø‡îæ-,s7Z=)ª-ٍ¯,ry”æ–Lˆ×*pÛÚR#‚½÷"q@ÖÂèìö¹¿Ä%o·së·Ãi ˆˆ¯ÿf¥1¨¤WÙ˜°½ˆãï¨aÅd¬PÕËdé©T'€¿­–Ò–ƒf§Zà•ÍÏ@äfh•ÂùÍ%x +endstream endobj 582 0 obj<>stream +ÿ“µÐY +WMk’¯âh®k\ý NN\ªy”ˆMA0‹‚MOq&ÔªHàLv¿ˆ»#¹éʇ .ª •Y>[ø9ÑY-(è¤qœÃ8s.Ù¡j¿¼6¹,«ÓiÓÂ㺍î çC£EÆJs'ÌÙ¦/Lî ÖúdÁªÐ_¯¢V¶¥¬šp¨ÍmÎAR`…ì(u㦒Ââ¢Ä†aŠÚü¨D¥/iÔ ÏßýÀ‘ëV齃 ++ÜÃ3çŽoŒovï +%ÎÀo–qèE‡+”ú;Í[•0§|ß|ydNSjRÛ°¶»1A¿Ù@ÒQÐ*±œ¯wô¸POVjž"e*óE]Lon„aƒ oø™ìÎçv.0-ÚP™\èJP(T:}®QÌ1¹\€°zëBkÓ²z_pý.ÓÛy֑ý¯rS a> +mº®e1€ ¾2†.£Ñ[q…Œ‚’ì³kÖ·¹az`Ú3—·  +endstream endobj 583 0 obj<>stream +zºC‹¶¬èÔCJjÀp´Ø§ _ Î6ÂY¨Hê8Oü’œ\À#} Ì`·¹·—ŽW‘âËÎÿjöÁÙ8»nzsf¤M&†Îªü4­XF^Ðë®d„X¢ä”+;Éò¹=>‚”yJ€ÓÃùñ˜Ú4¨_©…'B4 +endstream endobj 584 0 obj<>stream +^YBûÜ0Ž¡NðÆàtá®õçˆx…ý\æfŒ)ÍAªbw%\Rêf'ü:²ÊñL±3‰8Y +Ùøçü™Žö"˜©쀛rp^ÒtÓ£·" Ïñ¥ðJ<¹Øʧ”`1Èþù¨ÉuKx¢–<¿(Ž#áq¬/W‘Ok“ +§°úIø5Ê("dò“¦R +ç‘ë…À +endstream endobj 585 0 obj<>stream +­€ïw+0\ßìE»´–«z÷ù¸h*¸V3i·Zº¾ œZ2?šrzQ :†_ôœyáً¥î¼ü¥-É çТ™Ÿ¦PçL‘´!„&ùD‡ˆiÁò»8Ü©–¶¦}Ÿst'nePp®rìèšñ6ñºõFùA‡ )%Àä$þ\·%”‚™ßª•Ì ÿ.7 ‚ÛÜKìŸÞÏà_̎ VmN@(Cp†çŸ°SèŒÇ!Ö¨Ñk¹Ôõ!ÊÀ¬ŽS»Œ¿¿LՁHâ‰cR©ýZx{ø¼lýØÁkfð=sd§:X a‚Ox­pÖxŽê)s/´ûÁØx™þ «¼èplÁð8W½Éû@k¢àÞÎæùs-¥+=št"]iÃ!*圮~_J€pQ$ÿ:ÐýG|—j§‡|›£< +endstream endobj 586 0 obj<>stream +¬ ’‡Æeaâ?éàÕíÆäûë• A‚&+Þ¢‰l‚üË‹Þ ¢†ˆ4‡.Á‰æ¦:c¾0ÒR)nŒÁ Ì+·Ìžû,wy ÂôQIrÿ?é`Öéà"MºD¹-mT·‹™Ë“ª8ǎŠh{ñÕ4ðò”ï=|ïÀœ•„ +endstream endobj 587 0 obj<>stream +Œ„çî©!Ô³^Àh؜c{ißIAµóôï»j7Už‰ +Åf{ÿȒ ÞB´æzLSq³ü‰ x\€ð*ja?de¹Þñõ—Y—Læ€üôçÑåìGLQ¡Æ€©Ü„H™¬f³€ìŸ˜Q"x”îX4þTæBnjÓ`>x·èôzLÖ wãßG®x'åÅ ­p9dìô`™3„+(-j„¾N +endstream endobj 588 0 obj<>stream +ö›%zŸ›8_u(gU ¾ãbf:J”kÐ!ÁXouÚ<×f©Å|ÅèO™¶!ä_ÞiÐÝþ†/¸¤¸•Ø<ð³ã²æäãÓøÆ.«Ø»Ø£`wÏ'ÏÊí¤FO.B+S°µäˆØ†¡àc$ °´&a¸Xæò>stream +Ž`î+È.Òís,Ú Ò}ióØʬ{¥ ÔÁ†cE ÂPjGÆõdt6'´ÕØÚ3bWᲺøœSÚ·ß%*£Î,dÈV !(+ Ú\åÊv³í—ÖÕMo»s7F…E`qª‡rnÕ© ++,G°ñA{sˆ3#Êìó\Œ®i û• +endstream endobj 590 0 obj<>stream +uŠ”W-¦@R;ól=ÎÖ4Ë®cÿ4̜5&$°ÆÈbâ×ì¡Å¿€q< ~þxSÄÜCËmÛÖR#L}aÒÎÞ rG¾¥büõã¯ÄÊÀ•‡áÛùâ Ž)ŽÊq—‘[ è¢ NÚëU Ž™5Ù¾,¿:Ý!/øþ7ƒÊ6­ß™XБv° ¹_2ÉY*‰æ—ç | +endstream endobj 591 0 obj<>stream +In-*+{,Úî9(Ͳdz "óœcÇÍÁGø‘äK  u¥6ŒêP Wí#ðÛû¶;ƒ˜0RHë_ •jÁ™!, +„Çk¿ ŸròÀK‹Y,¢ž}Kô(5üwîÁ×ÙZý³)ì‘aéï®åÃ,üÓÙM|‡š>þQÿÉDÈòHá”ÌýȐ¨²ÖJ£¸Ÿs>£Æ=oWêßÒ®Ú:\Tžûnïҍ¾í‘˜ËˆsŽþzUî>—jXdÏÇùˌø,ýÆ6Qð#ŽpÁ¤%½¡t­}‡ÊÜ:¡4aޛq~£µa5g©~DU:E™(ÓÐ`©§Øäz+<© +endstream endobj 592 0 obj<>stream +™àOÅ"ÙÐkfiKÿÆE)ŠM.Q{®ä·«ËfÿñéB¨)|w¬t0qâÛmÒz~»€lßw6Öê„wˆ¥§Q¥Jq`%¡ ù®²çï;zÍJf â·ößë>h•mZœ—Ä*hþÙ +endstream endobj 593 0 obj<>stream +·?scrñ³ˆýÅâنh³„¥O/£v,ÈVäwb–q†.,e>½¼1ݜå`y#è^'ÆS5%æ€q=|à*9?ÖH¼:궢©ã¬„u]¯”þv?w‘Ý€+õe©ŽWëü²î—ˆF‹n¢½L(‹§H²´d-^>G Ú*£!IÜ+ +endstream endobj 594 0 obj<>stream +ÿkXàyqÇHUà(©G´Ÿ³N;…¢å ö[äe-ÛÄei ÃcDà]y:¦ÎÇÿæùɲ#sœ  ÐqÎýi vºÞT'7‚…Ø_ߎ5Œ1é~ÑoSêë×æß æòw0Â~‹*PæRæ±@K^jqî‰kIâï}cçÙ©(lCä鷉A +{»­žÃå' ÿ3ÿ«x†é +endstream endobj 595 0 obj<>stream +©3˜¼áH!TéÌm˘w¸æ@ÿ ]ç!–Ù‘“Öù íÕþOrÜ Ó b +æÁ…&949  +endstream endobj 596 0 obj<>stream + 0¿ æÚñŸܦ CÒ#¿,#cm±@?M--mxG)dMfIlÿ:ÿŒ^!j‚ +‘| âs,Së]=¦2&Ž§¹B44klÁŸ“«Ðþ,ȯ“Õå‹œÆ9‚¦Ö‘E:º"ç²E¤ ®£“A$ ~œÇ³«EÈÛ(åufíQ L>Êç;u)IGÞ¦|5ÚF–“1_í£„géqï­Y#¨ë›Õz€#\ü‚™• 4¹íG¶„ÜS´5…í9F +endstream endobj 597 0 obj<>stream +„¯ìe¶›=H‰ï”3ˆ3Š©–u©þ­§â‘sÅÂd…,„dîݘŠt7ê+”CFVÖëŽBž ~÷ŏº‰–7ӊ±ÖGë}-ñ›wÄèÔ]=éy"rý.öËπ€þôx +endstream endobj 598 0 obj<>stream +ƒœ¥ð·|n®Ú_ÌÌ6®Y°¹{ÂÁÖ%}ç­\»w¨5*ƒÌ‹ˆ•‰#~¢áu¹œÑ§ „A"Ø.H$F¤øñcÉÉu‘Ft¾™´ç˜¡Góm”ÄÛv4#fU ëóJGG0–¡àõÈïî««\¼Öö5ÕE¯\Ž +endstream endobj 599 0 obj<>stream +í0"«ûm•ÃB2|&b Q#ÌEœˆ7W! 2y~( —š`Ÿ¨Búo<춣6) ˆò=ššødƒ7Lj›Þ|Ê|-#|Ö + +¢ ¢d0›% >$®™.9ü¤f´ûË¢,ÝT-Ôz +õ›Š)í ¦ü˱¦EHõLaØ6̀­Ä{„[‘M–rÃ^î÷Iäõz&ÖÉøÜAˆyÐ$:WŸ|¸• ò‡ +endstream endobj 600 0 obj<>stream +öqcBêù ×ñšdÿ«ùZ)ªà…ñ-ü?Èœµr¸«ÝTæó±$óÊ-£ –›r“© +endstream endobj 601 0 obj<>stream +Ãڕˆ»)Hd¿!~Ü¢ŸÓÁ}xËF“.ý’åü ñ×ÝC,d§D¥a¾QÔ KŽèÉå Ü™ì[˜”E)[íÐ>$@îyÓZ¯D¾^ÀðúŽ©1䯜Áª…&ù‰Vυ¤dê3–:ÞS/~²‰v C¿†çþJ„È_صC? +Qá9fýâaHU¢ßQc/Àð°*ø †*D@þí'“ºL5zo„äàïù"C§–Kv§R6d£j³’V‰ +endstream endobj 602 0 obj<>stream +/òÜdvŒ¹ó¶&Y4ñ Fý/Ðî,˜öšKˆTB±%‚žqN˜í±}8!)º­|µ¢UC»$`À¸+*mˆü +¤w8ýë¡äÑő[§QÃK]T¡$Ô„âêšµä¾g\u +endstream endobj 603 0 obj<>stream +Œ×Æ¨DƼÌØzÎ^O„ÙöˆÌ˜ÑJºòÉt„²Ç ֑mle\ù¬4«zFŠ¶ðàíÅù4âî4·xTÀHøäX“ûP~Y¤- ¥Îç:Bhô\æýÆC¶°Åas^¯dåzô[31NÄ!±8VXàäà‚'½n`: 8aà'l™ +endstream endobj 604 0 obj<>stream +¯'!ðñ:Ç+ÑøÒՁ!Øiè?•®¾ºO=Z‡ÒÑäìôs3½‰£á)¤$¦ÊÚBþšcGàبH9š[ïUí¢M8x5ær@keQ&i—¥ˆÁ ø[ó&>GsÊæ1qÆøHÿób,|órdp±¤¾~1:ɁÑʶ“üQEGYdD¬ æ7„ ”€`èÄgeC«È€,±–‘›J‡dŠöäR@ +endstream endobj 605 0 obj<>stream +¨ùšm@¼ ÖfÉzJäŸ}³<­ÿ×\ŠE:#E5Qˆ`ßö­› Fßö‡šú +endstream endobj 606 0 obj<>stream +ð9ʨÎ%=Rã¨*ˆj¸ž3á¿Š2E%ĸá4$Ao{o|Á£º©ÔSáGÙז‹c7µ?ÄÜN-Ô0Ä- +ù…ýÏ<_{Gò"ì[–ͪÖåUvæ˪]5“MfK¨Aý+·Á¢Šñ'uô"/ï¡ëpädÊ1ÕGÒh–X +ìòJ™¥þŀž4®¸-bÅg.Â5]Òâ\¦5²1eFN%åEû-ºEïýµ¥Å.µ)T9Þل\ý¤t¡ +endstream endobj 607 0 obj<>stream +îAî>‘` +Çܯ>¯S“z©®ý¯º¬xvJ3Ւùá´¤{,©>ãÝËK°Zà›ÐC•$âìë^T Lq{@ ?>dµ …Ox3»hÊFôÅ«Ä:Êà?–%·Â•V|N?­tÍ +endstream endobj 608 0 obj<>stream +fôk-i%¢Ä‰ۛ†,…É9þ¨ ŽºNðˆ9«“|ə§ä™¹;XŠ’ݛˆŸ4Ÿz±ª;À$k~lÓ¡ ·2…”ßB)dÇFá\N¡V]v³9IŸ€ø×¹éÜE'ïÑ6ºT€µ}Y©P¸7l·ì ‘‰83:S©ô +endstream endobj 609 0 obj<>stream +¦P„Ý؜µh§ðr¸ºp¦­IöfýŸT6ou² 7Ùhƒî[¾qÏúæ„ô·ûu¨i\¼6ýó$®ã±÷‡DSÙ°êZ +À‰sØ0÷D¬·õý½–¥)“ˆ+¸äÎ cˆN$"È­¹Q²…T0}+°ð‰Ü„ +œí;ƅý®‰æNTz½¶Ì}µNƾˬµAÀª§ûTa1 +endstream endobj 610 0 obj<>stream +Ï£}Ͳp +endstream endobj 611 0 obj<>stream +G¡!ì÷®ÎLČ¯yÆçBèɈ€ïú1³­”»dâ +endstream endobj 612 0 obj<>stream +õ9'žºΚ¿q1Ñ°N “ø랟ŒÚ¤gê/Ú¶Šxîoˆ·ðÖ~Ó\¥Ðõ:oýÍ\Æ/ø(®Ñ’Ô('v±¾0³g,£GŠûQŸñ½ªC‚ë°›Â/qõX† jFIVÕØÕX7‡{C»H`ì M>Om𚧶 0>ô:¿ºÏã$ÏI½¤jéY…Ä”æŸ>•‘˜ïÙG¼$J{ðŒ…yݔ>bÉqŸ"$ðIÏdqCRZf¯LøëyÔ +endstream endobj 613 0 obj<>stream +ŒkD–ÕÖ´­·Ó­¢lËûÄrL@ԝLG^ŸÕDßÝe½À>AßpA}¦Ï|<$lÑKƒ…,gBóŠåH7¬TÌ©Z¸ÜÝL¿g«¹úâg2&Ò¡„R:ÙÙs¿&Œ·¿[ë„ +endstream endobj 614 0 obj<>stream +?CåaùmÆËTӁíÌ;n§÷iû®L½Ä8BYݱ±¬gØ +ˆ'a…+í¦glw³ƒœ„²yhǟ\S.ÏwWÆìà0ùRqðùÄí÷öf ¼—|Q6×y ÝÌ@‹Ž­Èü÷€·Ë8–if 7]–€hAÎ$±ê(”Üf  +endstream endobj 615 0 obj<>stream +·M1’s™iӘÐ@xÍÕyüŅ¸Eñi­jqsóÚÎ:Ύß_Zà÷ß ~¾™ðG¿=÷[!¦ndã>YÔ'|)È9(·›s•ó™ +xØ®ÚB‰q©üõ8\C«ec’Š [gV¥•Ã¢‚7Oá9o͐ýqÿá6Uf°þq]LµJè¯Ú›ŽþÅ´Õ|ÿŠå\A¬ôØôöŸíÓç´l +endstream endobj 616 0 obj<>stream +NAhTéIXP7ð~ƒì®¡‘GTÊè +endstream endobj 617 0 obj<>stream +9œõÐ¸ §)àvwå{õ«fó¿•´òªØÁª5h2mւ\õ:@xžëtÙv ~Zü¢üÜ&ôæa`>Gõ>èÈ+å”Ï24·õ[‡ŒÒÉ·'^d¨‹'Ss6Zš1Y´pwáýØ®Õì¨5·détʵRH(h¿¢ï~È,/_\ óaP²Þ6·u]¤Üyä›@Óìj¯zÙà‚¦® …Ÿ{ÿ„"%ézI"”²OÝoHŽß +endstream endobj 618 0 obj<>stream +:âYÓ&‡¡Šx«ÎZ¾´{zkr¡_r¤BÐÍ·±ó_$åÄ`I3…ý´& úvs|»-7 +±´cm‹¢‚w‘$hU OV9÷% +ü LÐù‘Ä hòð +]­Ÿå:Lîè^ +endstream endobj 619 0 obj<>stream +DÕ.FARCIì.eV•Ú ¨&÷QñéÒG±î¿SÂ!-ç3Ûª°õô‹>ëÄ?¸\0^Oï[x½×@± ÿÃöm?l×ÔÌ|E| Z7¹p5¬(÷F-Dá•EøÙ7*¢÷©…àºÜÀ'ø¨]|òÞúüwÂ9šZà†l’æö8ȶÛ +endstream endobj 620 0 obj<>stream +†86”@ºÎÃÚz™ 4´v®¿‡ÆNá¶vúÈ8³%†È¼V"ñ×ÄÐóH˜°C둄.H]~e´!\ÀBU­Î¸ÆFyöCgü]URËüëE]©@ó\mBÔñzãºq[÷i j¡yïJ²µ´júÎÁC]»F§½}ý‰¹…­Ý!,ì3k­úú“ÆÝ}!µ-w˜=+5že^ùëÙÿ +endstream endobj 621 0 obj<>stream +>‡1ŠwšÐ¶ôV^S¯¯ÒLY,ØÜØ+Ùeª &dÞ®ÀÇ}-"Dî¬)YSäê&<7 Ž„ÖmÞCûöE‹KHíMf‘Ú²;{cï()¡†ËØÕ^nQ!Ú-¨ +ߓ®î¸ÎÌý¦~\?"I¾&hÖÛï×| +©ñI© 9鱁/´U¢âdìÅ0'Î_Gy5:½Ô.柯Æò¨7gµÀ×é¼Ô3«¿}u1‡ò#1kôðB°a +endstream endobj 622 0 obj<>stream +íº5Ü%»žÇsþ¾B:[Ð"K`ÍìB\-ÌàD¼2ë)p†k[(ÜÚ£ù×ãé²¼^·£ªˆYWó#pCC–þÆ8WÛYD‡q™ä\4Rz[•ä䏆Š>¨¿ñ’èÆ +endstream endobj 623 0 obj<>stream +U{sm|Ԗ7¹@ +’owgó~°/â,öqNxdßuÌV¿…,ɏÊ,é1"üáþņm^Ü_EØ ZIß_°MúfͺHÆAÆ"Þ(€/Nýƒô¢¯‡—úrÑ/$oï»aiÎb­åZÿ°ýJ»ÒÏ=Ž +endstream endobj 624 0 obj<>stream +û(Ì>‘Qî°]½}’xC$5I–s㖩F@¨vÕ1(η3|﨧:`¿Ptm¹ôc(;ˆÁY1þ +›"ºÖŠ·éà„øxÈç/[{O11;E”DƒÁÙÎM.Ú6´6«|¬o:,U?È*4§xÎÈÒ)˄X¼ü½¹6ø _gS\m/š¿’!)ïtLKNZ©rÕ4×îyӎG,¡K +endstream endobj 625 0 obj<>stream +T»sï_A?ÃRx€e;¬ÝÖE<-vÌk¡L89g3ƒOj5ð›Ã¿Àšù%5 Ïy`@Ç"VÛÖ|øHÕw›òÐÿ„R=`7Œ…OhüÐ-†žq{ûT¿Ÿ뗁µEFO½¡ÃÝ7$öJ%0¾%ï˜å{7h˜\6Øí¤kD3ܶ÷¤ÇM|is¡£ˆ\ ¼÷ +E!¦Ÿµeô  +endstream endobj 626 0 obj<>stream +£¼\7ïjp¬$–Åoö¥ 8˜Ü& ^^¶2w?Éxªq¥ÖÚ"üøLì;æ´‚Žcí¼µ×b9p­„ĺ·Òßó§qÝ÷i]ÂTg\Ÿc¸pRŒ¿änTfýþÃø`¹BÒà*|•^ +endstream endobj 627 0 obj<>stream +Á&ò,<‚—CæD";R'7]ÞkcJl cvÛøô'QÉà­6*T˜é׈¿ª¸¥3›:¨wîÌ5e¹™—O‰"Yd#p‘­ƒ`NÐnÅvbRÿRÚ9+µ<%ËßÂÍñÇ%¨º€uLãÓ´C›c÷u[‰&ñÇÁôîz ¹v +endstream endobj 628 0 obj<>stream +ìoQΤApñó·q3M΁'‰‚Çr­×ï+ŽÜ‰>ó˜Àñ_íá5]ëÅDðÎ2Xރe5´9kÝRæö`U6^*@Ö-1b»Þ…ræw‘–¬Ýy²(Õ£I¼¼¶ÄRŠ%Á©Ýÿj« +ãÈsŠÎ Uìɐ½YU{ÞX6ýkÍC•Û(QÂzŸ +t]Oxþÿîâ“WÜj¡Ö(nOK +endstream endobj 629 0 obj<>stream +i’t•{¡j¬ ‰?FpíZÔpŠxázqȉÇK4î3U-‘E‰û"³ŠŠð¯ iñ)âH™If#¸UæãcG³']&ÆÔ÷Í`Kl] ÎK”mȳ2–‰WR Â5¸vQ1˜ïG®Ã¼¡z…ÆÇttÿLüã;ÈZÿØ™·Tá,0Ú ºøÌJ˘]f3$•£íšxNáõŏ²W08…{ÁÖÿ={}H‹+ +endstream endobj 630 0 obj<>stream + §îå@Uöá†WÿŸÉSت;bE ´‘¤Îu¿¿eçàü4¢`›¿*Ü¢"V'¦ÏSN|»2t¡Xì'^þæzO½ú(â½»—†ðÄƒ¡/JYžÚ ä]†óyÖê¶)”ló +endstream endobj 631 0 obj<>stream +»$ÄòÍ­š89Y8½Ð"8ùT¬Lf¨“œuèæ"O뤵úÌÔúùÛYLßi±‘Çåû+=þ¯ÕҀOlqc#Ã*mW½mr‘•#–œ6הÏ̇,ë,P3!/ƒví¹b—,]Uí–tb~ôW˸<‹£ +endstream endobj 632 0 obj<>stream +n0ÑTmRæe.š-ë-€wW'P€,J62 Fpnc=ra¼h¯Â³‰>ÞÖòaºÉN´ÐÖ%¨½Âˆw3šà"Vîæѳ]ÓcäyÞteªVUÚc¼8$´ò˜JtçØï ¾½S·ù¶©™ý•W"_žˆaR´³_¾»`Òeú8ß'5Ï-0ÌèŠ%„O-ŠÙ¶xa[TÀ/ü"î{ñ·|Z| +endstream endobj 633 0 obj<>stream +êÕî•v‚ôŒ4ü21xÒ(,¾OyUÈÄébÌr™ç?J©\¶îÇÕ°bäû·odú®Ltjh¹‘³Æ]\t3»,•á-åñ•´Æ9‡ã&’ê¸ÐŠ^¢×˜º!s°Ø骈~sWþd’ËK>stream +é­< sÛoz}<qÄï¬r̕™×`* Úoˆ*³µŸš‚Ü…«?_$Õo¹{EñusÛjð7Ää¶õœà‡ÂÐþǛ¡Ä .¾%Å,çTŠƒñ0Rê¤^Ԇ~Ô#t]†ì–J +endstream endobj 635 0 obj<>stream +Ñ “Õê,ÅÒ²êcA•|e¨<®:h­©G®Þ O Ä ²Wiõ{ŒvÊ¢LÞRû‰9r4ÕRäåä˜d«Æµ|Ç<ǚ ü?ÐíÝE_ƒŽxZ,js)SájÆÞUpŒfc¨ +endstream endobj 636 0 obj<>stream +#_A<Ê +¸¹ûⓄ½óí"RÊ*’ЪsgZMóÆó%@ëe4Þ÷ÉpíjP©ºÓH5bàOëù!¯ ¬e}jPÇYÄ£ë'üåñ6¾ØFӗåä IÝ9ÌX¹éJz+a…?+"̌â`†HGëžU¤<™½ñ{‰ +˜^žÛ%=ގ8éýÑÃîœÀŒŒ9ô9EøÃa›Š +endstream endobj 637 0 obj<>stream +Ä NDòáz'g„j¥õŸëj5&±]A˜'ùH%c¿&¦ÕãõÒkàWÎ1piüT•wê¿%Fó—%x¾{õO7xªü•q)ìšÕ}Ãÿl\pp~‚Ú:éº ]u×ÑCv¸ÐZûcC½‚@~rþ` ´z¶‰8À@7o¡߀Q9¯×O¾`óÎ +endstream endobj 638 0 obj<>stream +%¥N›Í”tC–Œ3àÊE´}ŽZ¯á:‚oàìëê­·Lœ£L}µÔ·NEi44žÀÓîøO3ywZꟛvç ŠvDc¡ È×6[Š©¾ƒolÛÏË9Aў{ºiI†pëÑc Î*¨ +endstream endobj 639 0 obj<>stream +s"fO-?Ñï°«(&ž¦÷`ˉ–8ÏrÙk<îa‡åY¬¸öÕzQR&ŠÚzì-sã(}Âܸ-}Â÷I&¤':éš6Àr𬫲äù«µürD-{xò`zBÆÃ8Ø¡–öNâðœà +endstream endobj 640 0 obj<>stream +ã÷ÑHÝX,]4Æ^’z*ʸ±&I{ ‡;[*õÀ¹M+êÃrŠüˆ¾`Ûw=çA° §1óÕ²³ÜBlÈ|7ʶƒ""t:"EÖ­ò[¾ûÔ,d~Y†¯Ewµó|φ´e®êôSCR'<‡xµu+˜lÉGo áç¤s«Ý±V÷r¢dÃjocîhp¢»Æ Õóßz>ªqÜ +endstream endobj 641 0 obj<>stream +ÇKã"e¼<^¬õvÏ ºôÀn¦#g“i“ÁÑÕÕ»»÷o¯3­ëh¬l¾•cJu€æ}C„Mð Ã{æYÒÓßøOµÅ3w…p@Ø+VÆF¸©tkÒ9ÔÓe¶í£Î†ÍÑHF²Oß +!q]V§ªÑ% ­¸½,Í)_ ä*ïÚ$è¨Éׅæ50 +endstream endobj 642 0 obj<>stream +á©ð·!Å~Ø%63 H0{ªŽÕ0Ù C:T­ß2VOd+q‰r‚«^KD)#ú°]îüUvËñålðé4f]蟂þi|Û­v,ýŽ›t8(˜ÆPgYÿW[[ÀPÝ'“t<‘yƒ +endstream endobj 643 0 obj<>stream +ëb 1؈’j*Y÷Ǐí̔Ã0f°GiØØ^Q4OAà M´‘„áÜèӅ›UDÙFrTvŒ®EЁm/5¡âèMµqá‡'X;5?þÊ`ÉÎÞ_ºæ¹BCÇ(ö@IŒ7µ”ÎwÅ}L +endstream endobj 644 0 obj<>stream +…"ˆ Ú +ŠäÑ[£ni.6öÖÏÃYGË9ÿN{l>{9߀”ìå{úwå«P>C}x«wåûø*5yˆ^Ū¶ÀJâƍÿÁèrü–¼Ó6®• CÏÿ1niì?lÃk Ÿ#ó/qä b Jqªaš¬Ü=}-å¨m EŒ³°$$ŸçØ’(.dnö¾ ôD%]ö>stream +e§Áí¥Ž½°›»s•B$¹b?I68íḌ°:Ÿî1X»Úiýì_ò;DÇ5p„r–Àµ¿ÊY>ÈÓCÖ'LuNK‹ó‚{g„E&ÈyƐFb¹<8&ÙI‚ûº@¶ßAìHjˆCxk` +ËôCœî>Ü¢TÊø&1} ÏiòÝúoC†ï@)=ÀÇ5 +endstream endobj 646 0 obj<>stream +eíàZåÿ„6²†‘mÏr§‘ ,I§²€¦¤IºNC‡—-È¥QÛs$Y"ýÏ0ð9pRäeÁéN ÜÏü 5x(J]• (§¿ºÄ=UX“õìf‚5g`Q÷Ý£¯¹ÿ{§ƒ¼M +endstream endobj 647 0 obj<>stream +&vNÑ2zý²·è»… ųilõ·§D·;³aŠ&Œ»Þúè„ ûÕ‰c¤$§ƒÇ¸š“h-½ú·à„3ÀvLF úé­žƒjþ@¿–̍B­.j¥B¨‡Q›bûü,Ï|­iLDIR +endstream endobj 648 0 obj<>stream +z·.ÀI¶´cµ±E< +ÄØ‚×A0˜Æ¼¯N·¨¥"ÝFj7yú[Z¿„·ëûMCy¸!‚ƒ/÷öIiVoðé.‘,Oj͗$MDÿ ykž[Vƒ¹…$7ØÜ*$öªK©jIÚ´ÎÛDÛ8;ÖTŸ*—íxý;6Ïwb㚀mp Å'öŒøø¤o³yAø}µ:é¥?Ÿ1o>] +endstream endobj 649 0 obj<>stream +4i“÷àvnš·mý²©Ê(–Ê{ +ŽÚïÌގ€äõè8¡¬·AÕNzÙuýv·ØߛM§Ârò_ûµ¡‡§ L¹Ôºz¦©r¦Èܵ_Ǝúq§eó¡Gjr¸Œàæã(3Xæ½CcàN¦’Ñ0J7+/—|–íÈq!˜G‡rBbåU +endstream endobj 650 0 obj<>stream +l¯ æ1Oþ4;);ÝËoqi×¥[¾,ôétÕ¼a› ÂGi” 5Œ^øª¶vR÷yÂM"²$õ…®‰®ÂhøÚ|BµÇ›,RÕWãl"©0ŸüZàÁ¤‘€DŠ@ +endstream endobj 651 0 obj<>stream +´ÑB ÉÏ: Z£•Vmìmè‘| •Ï¢ Y+W¨ÝŸ¦…Û)žNȲ›ÃÄF\ÈžÆl½n¥Ùð$}H©ØÔ?I‰q5C†N!á\sÚ"\B‰ï²ö‡TàÕÌö K3Ä +endstream endobj 652 0 obj<>stream +ôéSf¯\M>cUqåCIŒ¿Mã~¿ãõó@°³å{ ˆ íµ°ƒõé£f¦ÜØ(ÜzŸýoÇO-·ØÑ‚h|té#õú‚ß¡B¾òýhß‚…€~‚§á¸äcøÿy^­ý/)‰=ˆ„©Ê^"@Tcχx­öPÛÙ>$„¾1² Jü‰ðBDˆuÝÈ7ڜ_BØ4#*rۍ‰ +endstream endobj 653 0 obj<>stream +£gbY«²ð u_ÝÓe¤ªkÿ èW2PkôO¶¹â9˜#­n+,3¡…YäÒçþôr +ª©íßúÎ%)†š\¹ŠõYõ¸9Œ¦9®ú˜µ%€º%©¾æþ‡ÌÍbفþŽ8á ½5oáaTÆ_–vÓ¤ýd̜•X†ð˜2s% À+®‘²Ú”įã/*Œ +endstream endobj 654 0 obj<>stream +RáN•ÒÑ٠燨.]š´ërЬØÌ*¡ã†ðáۆkG‘Ä´›¼**q÷‡é­Ø:ÃÝv„p€¥ûùK¡Ôôª©²ÓêÂ,(¢TµšŸ+Üöϛ¾€ù¾š-l;8P&0{6J +endstream endobj 655 0 obj<>stream +¼FH'2D1¹|¿£U‚ÌüAFñåBÒd¥Éþ¸h7)"”‰ @’¡ÐTìã»A!/¿ëñó>e¸_ƒ†©OF¯yJ(’ )2¿(Mü +‘…ŠYZáõ›à9®ª½!‡áf»§*­ +endstream endobj 656 0 obj<>stream +1›oëáÛ ýOÒþPçwÌúéxCqô”k1A 84êjá =¶¤LÄ^l۞\ø1*÷Ð_D¨YfRüxaΔæ17¾©ãõC2ƒ]mÀd¯Øs#¨Þܟ¾‰Ü0T¹TjÆ*È9b,³þ݂´È*BtÔoÝ4`} ·s¦ŒÂéÒ®í[äûhR¨ºÅÍ+‹ˆˆ¥:"‚á +endstream endobj 657 0 obj<>stream +oé ¶[…E¡×ÐÕ8¸ÝyÂ5<‰óC£ IV¹Ôż.¢”̃&qv¨Ø¥ïí‡Û‡á Æêrÿ†G£‹Z{B†¯C¢á´Dv7ËS';ŒºõbLצ£DEx,ž څß¹è¡ÈƒL©rÿcTtå/ó¾šîáÿ×x=³æ.b(û<1‚o¡¿3 +endstream endobj 658 0 obj<>stream +A8ÿP†Ç ƒ¬¾RԚðÏþŠoh)­ +@4¬bmÁ©Ý–$ôÍRU9ï‡ð'„Q ÒÄY@ŠíÏ6²ÉéÌZÉ}›®¼Ic¨u‡vó£]ô?#êïσ,1T ÷X‰1×AvB¹@Ù +endstream endobj 659 0 obj<>stream +T +Œi¨¨mÁq›"g…¸qéÐ_Q¨¬¨ÇëÁoÌÄêeëÂҐ +YÑ &¬]ª÷?™Wª2Û¥›Ÿ÷ie<ðEø¹Lp½ØéSo –ÒÝì>ÆÝ"oç"VJ’ýK±©µd8 +endstream endobj 660 0 obj<>stream +Eæ]K:'½±z«np“.aöC`–n˜óÿ§ ÈGß9s­­A(}v)óÛtKd>vTšA!¤_ é¿|[‚€C#¸DÀ!p +¼ü-<[4_ Û]B0ß#bôUEu€_’¶Ô³: +Ž= P{߬S¹ÃX®Ø©¿~Ûú‘ ÉÐâ;iMÉÞÃ3?/¤èñ‘M,?¬gf·pdŸÄ].5Ž +endstream endobj 661 0 obj<>stream +Ÿœ7GÂ>e4kñÍòå“ː9T£J$Ñ!ç”Øû´‘´NʬFí%] aŸ´pw¥º< ³¦Q~cÄLd)>I)¶O†º:PúZ›èr¿oWc‡Õ¼ÖNX~&éú7Ø_zº-ݏEà̎poª_J[‚f!Àç³ÿ-''ÉQQˆ1+ˆ‘oäËܑ +endstream endobj 662 0 obj<>stream +jæ¦e do`ånÝ_(I’H´y(ò÷ ¼U‰AÐ,Àó RüõÁtà{ ú„Y5á†rØéŸï´ DØ©+ (×Äþ¬Þ²t*g+ҝ–¥V">¶ä·V»où5Ò¬/ +endstream endobj 663 0 obj<>stream +ñ—C5iIzLm!¢QÓÄÅÌç°Ù”oX Õ¥`"«« Xö“ÕíDý¯ÑåÁ,Oèí{H½„JÝí¿À”>›Ÿ$ûÜ®JhS,ág·_Ցj»û6éÙRh˜[†}5ÒLĉ€^» +endstream endobj 664 0 obj<>stream +ls¾órä'Ëf"m}CŽѪ1ς p`-Ž*4Ïx6¢mn³Ó^º¸E×v¨Œj¥Og}é)kí¹Ašó~½Ï%#_rëŠSgiêžÏ±ù?Ñòu½ñKòŸ^Dš²ÛŸ‘q¿a£ù’ÓÒÕñeÄb(òqqÐuو¨½Æ4T{D®±g¬ò`3æ]IòÕ´Yñ/Z¢L\ßò0×ÄÞ +endstream endobj 665 0 obj<>stream +;X*EZ™´ #PÄ܀Õ˖*¾sƒñÛÇú(®à=pœ'‹¡ªðrdnǒ@ϛã1Ӭȝ{À_½ß‹ÛI°“jÞ¯6S&èû׈š1ͯš€e±ìÿ¨C¬{›Ž›Ô’Gۄ ~:¯ŠùäžOzêM5#u–++ +èK®g(‹R“Š·²úO~m>—²F5 +endstream endobj 666 0 obj<>stream +‚y'³y\`$‹¸Þx¯÷î–Ð`p5E:W+Š§c³É½aéXË°»èí0óö“mÂPl‘†YKæЧ ³TWõ@D¯·"e’Pòè•÷e*ÕhëÅqiªBƒLa±K +endstream endobj 667 0 obj<>stream +ä}õG'Ð +ŒsŠ£#+¹žr§|î³H ±TšnŇ¹¦H¥Ü+´Šãy‰.‹[® ¦…ׂá1Ù©‹â\¢¶ |¤‚[/Àµëjïx \ù˜ðhCôhÜGª™ÍRl$|­.Î ÞsQâ×ü% +endstream endobj 668 0 obj<>stream +1%\ÈcZ×õ¼ªÌž¥4Ñ1Ԟ8Rª”¢*ý*åM +% ZÇu«çû†A"ˆ¦9¾<Æ.L¹úØLŸ¥ÀiÈâåÎÎd­&ÈĹôxb“Á¯ùíoµŠ‚âú®ÿ }z3HÌæ=0Ç8±y;KÇtÕpibB.¨÷=žƒÁ½C|”Ü./ãaÊßsßá)nï€ëb‰ „qtµ`oŒ +endstream endobj 669 0 obj<>stream +W?ÙHes kÉõeI?ÿd6,€^Õ[r¬­ŠïÎQŠÿZ)™‚I«<Ø#M¶œRü ±((ÿl„){çÝ¥Â$+TÎÖy&.«ÓåõfõРMttL¹ðI¨˜Ò8+ø2'³-¥ˆƒ'5pðƒö¤ è”ÝŸ“Loº¿;S°­‘NN´uB„“- +endstream endobj 670 0 obj<>stream +Þ±†1»9Äa¡èg™ÖVË°z"dä9?Ò¸º“ˆ«FƒÆøŒ¤–a0ýæÀÇ;ØԅÈ¿÷ÙR>M5[d<þÕÆRq@n57H%«"¤êÿEìÀF€üž‚"UI‘×k¢ +endstream endobj 671 0 obj<>stream +›w&;ß¡IïµïæqN“Ãl›S_¶wXIÀ0ñ® •u”þµ‹é»[‡OH[ Ÿí€ +ž?÷TÝé•züт‚Fbƒ«¿¿Hd häŸCÙ#p4+±GûõNlªñ°¼ãlãˆÌÆív“ +endstream endobj 672 0 obj<>stream +ဤk•Ök1àÛîä!•¡?Šõ·ëõ£àKÌ_÷ÒgIä| É|‘^v­jÉ f0ÖYå}Šl9ç¨)¸¬š­Â mÌ­# Œ"9éóFB˜“ÇÈ¡ÚPí$ØìéjÏ´“²¾–{ÄLèÅ,×[dæыêcH4R×ÑÙ®Xø¬HæúZ?†îzülو +ãISX打øˆaÏ@x>sÄ +endstream endobj 673 0 obj<>stream +v…ê ÷VÅãøE{ü¡Cén.´’š¦9NXäM CŽËZÎÇáJá>\P¡„[pÙ  $‰÷íêy²6”7›¯Ä¤DŒ ‚Iæ%Ò,ã j:ôC€·Djm…`EhY–AˆºÉ”(Êò€u$C\*LIÈœÃ킯3½ìÐoǭѧBÙÀ‚+Ó +endstream endobj 674 0 obj<>stream +'pv5ߒ« l<ûœx0¡¾çBÕÃëæwí‹;Hh ¡S¬"R8´Š «¦“-æUrca.¢:ú>Å̜úK×_ãÞº™‹UìËë‘ L‡»5¬£Hÿ‚@T’s…^@<© +endstream endobj 675 0 obj<>stream +r±ŒÊ±*¿Ú”kkëzzRçáƒ|ž‘?YÏëfç|ôù¾ƒ|‹om•Jƒ»âÎLUw]%õêYþu÷O.¹ùã}Çæë»yö>stream +2æbQNýhiŠ½fUŠyùGç–ð: y`gBðŽá=qrs¨O鐔·Üg½¶`¡qæu­TFtã mÛå +7¹B‰† îúL·‰¡!z !vgAèßW -á'Ñ'©}dCˆE !KßøY¯·èèÚº±«32/ +‡SJªå‚ +žŸOÝø:`4ÉòñELš†1¾P¨ +endstream endobj 677 0 obj<>stream ++©I”B ™?v2€8겘œ£.‘PÄŒ¡f•ø÷£ôAҀ¨Ö‡'îpè»ÞÞ* YäÝ ‰~ol{¾åe9W§õþUÞ + šˆ}öh»5‹æi«â.¿mDo9‹—LjšöÉR.ðJ3ôË©«epväž?ö V’y¶$Ó +endstream endobj 678 0 obj<>stream +LÚ>˜¿t;³œq՝¯°;2Ï/@uõ…9Ȅʃ¤´/bÜNž°¾UœãaÒ(ÛthÈ; ² íï¨]P ©2¨Ý4oõ€HÎn!]nˆ\Ëæ¶a¬bZAÅ +v43HH"Wu@ +endstream endobj 679 0 obj<>stream +25çàcaï“󽔥¯_ï5Cí¹$m.ù%­*ÍÆkQ$aVæ0bkQl4˜…ÈK~`«]ˆ©(Р.hý +*ƒ<ŠÑ^y×øPÃÔímÁ-Åpº8ݪ0.,³H>$Í0Ê £Otdó8áùÒ +endstream endobj 680 0 obj<>stream +‹¹Î!}7òãÍm³RŽ_;/Ïö¾«Iòԍ'¬ô%’çýh–+cn%€rõžH4­ya’Ë>XIɯD¡⿇ (< }JZ´æ@Iä¶Ýîjvk"¬Úô¨}»i¿+–&]Ùß!Ðo¨– œKl·nwM”{é0mûUKCËMq½ +*]‰MÊ+¨jUìè“h\Ž*¨úû%–Ãü +endstream endobj 681 0 obj<>stream +¢…ÁSªT;Ý2Ü^¡‹ü‘ÝoÕ· +à™Xm,ÀÌ~[½”Rçî—_DûçzÍTL–wd†ƒÖ#§šyI“¹¬ Ý<`pØ2¿°·“¿¥¾ ú®šÅL«h¢è92ö`Ñ^ +`âÙ%[Ä뼓íeÇò ã(‘z·&Ry®©–`‡½Îù(]äÕÑ÷ǵK Y +endstream endobj 682 0 obj<>stream +õ6ÊZ'åýµ>ãwÍàïá(Œw¿ý‚]]&¶¨€Ù +- Äîé!úøEÓ÷·B„~¢/¿á­jK{ŒŒÔrv@+òžhE(¾%ý¯™‡=¢Óôr4,ÎfôDg1Õ¸=™¦x +endstream endobj 683 0 obj<>stream +/h*œ[,è +ŽõE:¹¦JÔt.-+, ¨YÅý¦w—R®¾øþ“l/k%â•@ÙÏ'¡ÀÙð>stream +ÇYˆÂÆ« >cœ‡QÜÄÆ×TË^„ɤDܯù#³Â ;þont¾fàCó)8ÜàΜÿf1ÈÀìñ 5Ô¶"¼“Š²WF¢z.ÉnkîKS-½cPSiø^É*J'bSÁ &â¿@]6ÐÕ3HŽøv”’&…»P˜‡°‚¬Ï­±èÒÿ;Ð0Ø)™`ÙFñ‡a3GàKP +endstream endobj 685 0 obj<>stream + .3oþoºn´.¿Ì?ø¹ï±PŠÊ×l³¢yPƒ|“^MÕÁ,fÓ΢KDÜëËå~ù%Ûéc·\õ¥š',%¡ä³Kü!±…Öü¿0ÌP„ü%ª·XŸ÷ÃלÁ ­ÕöL†2;`K<c¨Å÷¾]¦ßÂi–ò + +endstream endobj 686 0 obj<>stream +êÂØ $ä:,“Nµ‘¤‘ö0ÿdÓ‘û¸ÊwÇ|o‰°dÒö—,ƒ„DÇ7o|Óg`›Ã u“Ê÷çË;ÆÀ±‰<“ƒã ­ss:ã-ižZåÒ~¥Åå'wÕ?>stream +s[½¤tðh#Å¢o¢e·íØÀô…ªh`¤þ‡/¬RKi¾?ӗ6—1~´úˆFnMöïÂ0~‡è:OõÌËÁiBb œä²¬[{ëµ°$Ñ5Û5ë8&r³GeY½gXFóJNÚlú kœ>r4“… +endstream endobj 688 0 obj<>stream +¿ÊÚJÀ²óuK$ñet]ºVV”³xè¸žð®Ûe(¿K™¸Æ£¯#cË'óyü%AA˜ © e#ly%K;ɝéSäjÅ%Pk#r’zy^Ș¾Ñ‹ Î .¶`ŒNð¾}9–°Mµcàè¼Ú6PfeývàþæïDÉq×Ìg­vÿ0VãÕNkˆ WŒ5_Q' +endstream endobj 689 0 obj<>stream +" ´|MP1)D÷Ž¶H.#ÉKŠ°Î°+7Å@S¾>OBí|¦øM˜9’ìëxFÙ +Q;x†©Úwªârõ^?[ó‘'՟ò*¸äÙ_1N«/Ûd$1mÁ“Ő8IÓØšâ|0Ý[ÈÅ`‰EËë©(Ô¯§½Ù‹ °ï°ø6ºÜ%© +endstream endobj 690 0 obj<>stream +£n[Ha‡‚íg֌!Pk„·”ª¦˜ïc/Òæe0Aƒ˜®º_\âÏê©;²é +$ 9•½Õâ4Z׫e€Ûü@I¿yB˄Ì© Êk¢vfZ8d0˜Äx- +endstream endobj 691 0 obj<>stream +1,©ÓS #!˜3§ñ™›»ËÛû°Câ’öpsfà|™K*Å˼×YwpôXÑQòç[Â ð„°•:a»Â¦öªÄëɒCeð¾›LÕ᧻1¤HˆæG©°|ÊäyHIŠìÒó.‚¦Ö +endstream endobj 692 0 obj<>stream +"&/XÚâ9Œ«Ç­ 'UýÅò⚀ï*Úp ´^l¿Òæ⠉¿Ú–Òݶí^¶ÅéÍû,"£‡ï0©T£BGQ2–Ç„{(ŒøÁá8¿ÊfÄØ[0ÑIzB;ÿ:~Ť§¡Q™Ø†ýçÙÓ¹Õû\}ÃÝ^¥;ô3â*ˊï·$ý1û–6œv³ßØG`šjP&&½ß]| +endstream endobj 693 0 obj<>stream +2npI;§%!Ãêeï1óô¼¥m‹Uy_l£.¶$3¼h Yú³mrt![dÊSZó¥¢Î“dåu¤->âô¸_FŠCrä·ÐÅÎ'ÿVyŸ”ømû`æQÌëäL*µB…ÄXÑ«ûj{ Ákö1ßøî÷6Ò©â47¨µbÚõď+BêϚ +endstream endobj 694 0 obj<>stream +÷?ғ_'ha¦V—râbL…™KýKr¹,¶/XÑ6¹ˆM„ûó¬ÆdE¸7@ä{…‹0Ú¤Àù cŸ“ÜQýç};³Øí§k“¿à&îQ'E:›mép¤ˆ¸:×A +endstream endobj 695 0 obj<>stream +×ÿä¾{Óɤ͇1~¨ÙµJ•nƒ¿Àù~J¡õ, ³þnsÛ'-ɱ/µ&eMÆ´áÄl VLÄiSìTC6>XÚ-:ù°ØA}³ì¾¼üÙ9ìhJ“„§3AÅE(ÃH› €zW¯ +endstream endobj 696 0 obj<>stream +æ@÷ø)ÉÈ(‰jNN5(Ãâ“‘¡¬å2M`à°ù¡‹`â& +C{xµÕ ÑÁ2 ”Š%–üœçŒþÌè½ì˜B°ÅsºÉîÆÛ“‰Ü9?Ó,T„ß탬nzb6°ÜÿùÚÝ´²HkÚ¼¬&‹¤@$mdÕñ̬^¨Êp÷ÊW¡Úbûu‹û§ô% +endstream endobj 697 0 obj<>stream +ƒˆƒ¶]>„4¡qR¾oäSÖÍ^\Q–p°hZ×Ö©Kþ«hÕ8¸Z>D‹ÅÉð,Á.á7Ù@E¸¥Í­@éx1òÀŸ@ى雴G‰&ñÈ52ž…ì×x‡´›$&RùÒ&Q a}»Rm’ÏÿQ! qZÅ{E×jZs1Xˆ­“£àÝéÜ +endstream endobj 698 0 obj<>stream +ûÐÇgà]ë³÷݊]¸¡öª,“”f”G[¼e†‚“¦§bî¯OySd¼ ϙÇ©ºy žïð o£4é´Šµ²€t$ޞ]2²Re/èðžÌ~['z‚^‡!Bg +endstream endobj 699 0 obj<>stream +xùGü`Tca¯‰Ýúæ#cy×ÆYÏtɒÀ²Ä>S«^Vhi¬cEÚ41¾U)a9RNÚ&ƒ©ƒ +‡}Wsï""v¡"b7U´œ^È¡D˜fe%òšF‡ µ°ZGzŽ4_ãhy½°) +endstream endobj 700 0 obj<>stream +)q4Ç­zþð™z´¦0è¡ R ÊP7f!»² ô¸´‚,f*½Í®=#ßÁÄÄÑ3,‘J?׎MóL‘?üAݑaŠÔghÏE%7ÙYÅ×<S<‰–æĸëà¾ZŠå‘Õ e¸ Tɂü§!Þx‹­i²¥POYߏ‹KiúVLþ¢“'s°¹Û0\¦ƒæ~ÃX ád³Õ 4ª±î÷ +endstream endobj 701 0 obj<>stream +ÚæÖ6|1l²Ž¨ÕgwE·Ó¾rè/ÚG˗5ÝšË©_¶ïýý~œÁ+ú}8™1æWк$ŒHÑ18ŽÊ‚¡½à˜UÅxnÏí³ßÆ·«l%¶vWtƒÓ@ÿñšfÖ¨[] rY2ˆÞRäYŒŽ„²e+ÕمPÆ3GÊ&¾K^’š| +endstream endobj 702 0 obj<>stream +¹= +æHëûÜiÇpÂL·ùuwÇóª|øå›b:èޅvì±µþï׊:1€»ûӂp«Ø“Û1è´9åE÷^ S0YŸ‘hœ_Í ©Ò½ro'ò`ânjÑåEÇÀ>ÑȖ£ù.ìJ“ô/ +endstream endobj 703 0 obj<>stream +bå"¬ÊdR\c3mÔ_tZ—ܟoPa²9<´üݾRxÚ“Û†}ddhv­RÝÝ£1R‰çåcIB®wZÞr€Šÿß ‚à{p#IyÓìÁýÿ@”äü\:C”ÀfÖ벲ʝôØÄp +endstream endobj 704 0 obj<>stream +·jCå"T€¸ÍQ9TgFo-rħÐî.ÝaV1«1jœ¢X¨B9"¼zßÕJîéàÑr»‚³1cϞgC‡XsÕãÃgF䚶<¾N넵œ)E¤ÐT¯»­m1 ñÏC@։ç·›™$*ðþzJ#Š„>i©tûë¨ P™g ûÊa#vþ„Õ/C.Ô\#àbXú³ÉÁ +endstream endobj 705 0 obj<>stream +P(¸È¸²û‘l3L¥ï§&˜qéϤüAc–޷˱”Ðarı³‹×™Ž²¨0Wéd_i½3dÐ"…Ê#Â9Û2¦ntƒe“)=cëçRž¤Ì·  [äuœXüº˜ÎKn”Ù$›<•´×ñž¶^øÍvÅ7¬|ö~[ú¢XË}Fâ?éÒGIº +endstream endobj 706 0 obj<>stream +|Z(<ª|xYoëby’#åþKÛoÍG|ÙòT²çÃOê3æ>¼÷­®˜>qiG®Šå/O Ïx§Ÿk9<`;)5:½¡ƒ…l”gÕ荲Ë',轑þ¥Ü½µ +endstream endobj 707 0 obj<>stream +à6ÉÆCl »˜}z¿.¿_ÁØå€J~²ß= +ô¢üï¦ßª–‘MCûÓ¡ÌåÏ£ªÀ‡=Ð ,‹zSØág)±€Zž£ Ôæ¶+û”ß9ÉP¤ßÄ«0~û’•ÈˆÙGñäƤ,úù? +endstream endobj 708 0 obj<>stream +m¡W]wžÏˆ™S²”7±]mznX›èÍ$T@óþö]Hõa»kmJ¤#ñRnQ€±±eúñÆGÝj4<ªäKÚëíe +óä=ú.‡¢òŠa~J½Vݖô¼·Àn8 ½¬Ú?&WôÕy~ÕýS’Mb)±Ñô H7MÎw…[pòdÄØzüûx‚e\ãØȸݳ:Î;=L£)K+õ +endstream endobj 709 0 obj<>stream +ã”ñÐX/°©š þƟò››î ­gڛµ?Ç`‚§à­˜þœÝLˆTjÀ7“HÉEgä´DŸƒÕÙ®\Fo 3öÎhì‚5o¾ÄxšSPœ)/lp×B?]㸴·_ +N9zG‰ø·wßùwþImz™ŠüuÄíûPGû¢žÓPQ?p6¤H- +endstream endobj 710 0 obj<>stream +oõÙé9ÜÒxtšS¹àwžÙ¢ÂzÐñøO³_cò´„]:ÿN@Ú2¦“ÿÒÖ܅wÌ>©þu¥•S!9<ã&ñgßj@Úýߦ'“ÌI¨?§±KÃPÄ­p5·‡É´£$Á^s +endstream endobj 711 0 obj<>stream +Zê/E[»ËÐ&¡‹§v\Ã/Å°Ðñrˆd”M¸…méïˆnÔQø_Ë®7Î÷^ǾÁvIDßp›¤Éñ‚0Ý×ð~y¶-東tÄÓ×q¥ÕG´—ª£±.ô +*%ý9­rRó¶û +endstream endobj 712 0 obj<>stream +Ŵ͊qª·!åÍqºƒ&OüÞ#, F±•OfŸŒ5WÅ<¶e¬ ÚQä‘s¹¢ĚԻ †j_Ag枕9BhMî,¸ÌLòIB‡îÓ;@^íŘB•,{8жX·Šo;ߧ !ÅL%p÷,×Lc@°¨1bc‹ÿ‹]÷NýšîÔR€ŒZŒõä2˜ï ›®‘:cÁÑàuµpµ +endstream endobj 713 0 obj<>stream +×HŠé5CéâôÛU.å¸+q½†ž#0êc¤“…²š‘ŠDgSÄzæ֙"øš?Ê¯í“ šOþø¾;C¸DpÞ«ÒÜ?Nyõþ}–¶Ýï󩺇"&À!ҏ`’YLIBšÇÙË1LçB‡Ä7Âá< yþDžÕ^ÔúÄÉì;M¤Òu‚ +endstream endobj 714 0 obj<>stream +‰goH×toÊÂ#ØeÀ„å§Uõ›—¸Ñ&Étš¢Y>x~¢gÁŽ}°c#¿é`³n”=t"âè/=N•Oø]»ƒ”Û†—a¶õÁ¹§:Òs>â;ŸD+ÆÜ`ÐÏ&Ú¹ÜÁN_ +endstream endobj 715 0 obj<>stream +1J€Çký y0­Öý éžbÚ +ÅJ´” òÚÈ÷Û¸çÅîÇ^7õw21L³Z¦üsgR»æ|Ž¬E€ßí¿†TƬù5hKa_+‡±Åš¶²ÜôԎþ¨|–^ãZü×û/ +endstream endobj 716 0 obj<>stream +¨æ)á3Q Ր„2) G "{x#Ä|iJ‘ň Ôpìp>}\"PÒL=/açÏZëã iÎ۔´/‚Žø¢Ì(ê´AÊÊÄw +ä·~K°þ>áŒúîê&y6h8ªŽ[Ý ]NS[Q‹/Ì¿=TŸ8¡2°ŠûWÚ5råz׍†:À¸Š:/9Yƒ}ûrñ͕¯¥Œ +endstream endobj 717 0 obj<>stream +¿³³$Åú| Šh¨I5uw;·Mi×ꩉjuÆ¢Ìßé˜Ñå7U%àôí䨶p(U½µòÒDÊkz¦nOVS³¿‚÷ûF¤!:ènBF…|W,÷“²—ÓˆÒ¶”%t2$²EÇ Ÿ:âAs}µbw[¾Ël‰³±×.ZEñBúê? +endstream endobj 718 0 obj<>stream +²“¿Ón +Y½~NåÉþq¾¬3¬ ËëðØ·¨x¢G×ÍRÈpÉ1L_v#Ëj î-ëø#Ìۛ¼ko­ÇvE÷•ŸeBÁ¶5D9N@Î`äWRìï,£l˜ü7íÞ9)WÎq +endstream endobj 719 0 obj<>stream +kA®´^jHúø™åjë3F®J®<)Q™Êûb%É,JZ‘pn¾öz Ë´w@¤¼æHú`ñØÞØÍBî)HexØ\Æý1àÍ6O%­72×åCÞxòC„ÑåÝ°¬và‘4vøÈH6¿ +endstream endobj 720 0 obj<>stream +Äýqö9ý)—|*s°ÄÍ›Á¾•'âϞ—õ`¼v¥°›fîÿ³üO—F˜á;cLÕ iשŒ³Nm‡q£Z›¶PM `Gá Åà–%§Š^0ܐ«¼¹jˇcQg­¬o¥$Șï¥1³ƒé¢Û6&W^ V° È`[n6Ù?Ê|ý1ba–Ú†¿T£B¬Ì­L^²ãVí–|Æ +endstream endobj 721 0 obj<>stream +]‰i‹@Êæî-뜦l•º±põ¯Õ³6`¾ûËòëq¸ïi¬ÝM'׬pi{$·|÷\j@êÁ…ãŽã¡H>ÀÀ­°øeÝyp›)w¼ MC厨\¸ßâtøAÕkq‹­½_ÏGV¢ú‰‡¯–FèY¹çngeO6ãH†ÝÙ0 +endstream endobj 722 0 obj<>stream +ÝÍ…-½Œ* ÞÞ¥ e¿+šò†PZæÁo€ᇺŠ4ù~ºW‡mN®ÂL8WMŽj…-ÿiö£tpÀûýêbCœêÀ:WZTñч]]!pcd½]ÏN +endstream endobj 723 0 obj<>stream +«_¿º´J¹>=‹\5]o9|fq®ÝÔ³­ÖÞ:Ð=Ò ¡¨“TœS\€ÛˆcbÖηûÏÌׁ~Gõ£9ñ„§¼„Úk†¦^Ùg>4o‚Þtæ&r1…µ1ã_¨Ãh5áÀú-c8nP±(P"\U +endstream endobj 724 0 obj<>stream +À¤Æôè› ®aS¾ßª%OöË/Ü®+›9Xg¨ËRG Ë(~]ËcwÒÁíÂÖiçñ¥hŽåÅüIÀ½Ü€önȲÅ{oŽ-ÑßÆ0³=Laø½‚Ûž4OÌNð>¯ËxléŸ÷ËƆàεe&f/Œ§!…ŒÊr×D‡O3Üz8iSĊü|k.„¶„(´&Ã8x.R`Œ‘ë¾Ó +endstream endobj 725 0 obj<>stream ++L®lqeŒ’þ91Tž¥æ_á’%š¶‘uÀOÉB¾DÎíÊ0<½¢€¶èøƒneùwC­v+¼² ‘ÛöîˆÑÑ5U¦lMÚ ž°¯½mÕçZD4²òÅÛ/?BXæÎM”z(ú‹( Ü£˜ÿjç†(1T’Ƚ*"ç‰÷Û~XÃ. +endstream endobj 726 0 obj<>stream +ƒ§Ó•XWe$_ÂúU¾¤¸Ö8„~•áþxI|ZµbÑQ·sE±@ã¦ïì¼Í øqO7/ž1‚Ÿs\hë ʄ¬£–ñ‘ã¯~V"u[N‚&ºYX4†'§¯Ð×Ô3H×#7 +endstream endobj 727 0 obj<>stream +_ô=@W¸v7S[neX 6é +¡+óʎ™&ƒÚ/ωú>¿|ƒ3èŲAÐf$›] ¥ðEØ«ÊXk‚øÎs°]'à¸Ýf¢DÅîƒ^¶X]Û€ëWv]Í«j<5ã­D¾H%ó +endstream endobj 728 0 obj<>stream +1±QIñÛÌ1`Ï,ÙåÓ‘tó¬)©w’$¢:°½ úˆÑ+´nÃÒ#È2@ìûĀûø’hù0ìúðz +&zy'K˨¥Óë²È2ÚeÍ-Ž Z*Æ |oێ®.a-?æ ÏËÛï]|!À(ç¯ÑÈ¿Š’vïžã‰g븦éÁ0¥šúåÀc÷•ßrˆZ€±•ÅxãEùýUø +endstream endobj 729 0 obj<>stream +ÅÃQ¸ÁµŽÀ2d…n ¶”FCæ}ݦ‹³"+"‘†õƒ€V×v zŸÂÿ»©W §1Š§Ú!µô.+şÙýŒlÄ‡ÊT¯?N‚-õš¼ÍRX° -µêL<ƒ¬¼Ž¤—-¨—š¶.žV™³Å}{é!ôTU!w÷«. : +endstream endobj 730 0 obj<>stream +uPS3–§÷±÷iôyKŠ\Õò'Ð]…y Äâ†}ÃA‘¡eҀ¦ƒÒk‹gؘ›ÿaêšts”2úòq”ÓßëÕm"<#CxêB¦¡äïB³…G ÈÅò€¸¾VøWoÙ +endstream endobj 731 0 obj<>stream +ûôa5×¥+ÌuDí¼4dYݱƒdªœÀD¹ÌpÉì£|^Õ&æx%ÇQ|¹ v:ú–•Ü¼­~éÀŒ=Gµ íŠ9Ø^z]"} ™!~B„õ_§aÏÄ_Ô#kS_ò7- ‹óL +endstream endobj 732 0 obj<>stream +“\¹³÷ªZÒ|vÇ[u’€°Úm>stream +³z äDmþþX»Pš\Èe¬(8㶄ùGxìWOÔ®Ü=ÐÜݯ¬ù´·ÔšaœŽµ‚'OgÆcyÀP¯.ƺ¢“¢Xy¨òƒ$P±x¢¿†ëLg +endstream endobj 734 0 obj<>stream +ð¦LK¢É€Q§Þ<½Û9½GÛ}§'y™E×;V®ò›¾H9T +8㷄t°Ô1Ã9uÈ}ƒŽBÅø%·ÐVJÜ Ë÷57%ÌʑðŽû‘#6IbD‚¤Y ò%¨Ï/ùn\§,` +endstream endobj 735 0 obj<>stream +\÷ì mV]ƒ&½ça¡f:µ|‚}£ülƒY[·I·«¤©°&ŠIwÝ´ÀBúÇRÿu¤‡œõËcîÁè2Á 9ÛÂ&ѱ°ÑÐ([)-Ó/:È´ú™a- +i–v#PZxìEÞ'ŸA +endstream endobj 736 0 obj<>stream +Æ«²š™‘¼4±JžÃî,? +0³Àq‹4+$„Š;o÷„]®ð.ðõ´úéäéedŒü˜áµÚM#Úd¸0¬XFKe!Ä °Õ¾#ê}°ÒÜN­ÿEÍ0?ú§—÷{ù­^Ö¯€m0t´/ÓÉZ8əüÆò`´àk‰i˜3hQƒÎóA°Ñ£ÄÙåH¦ªSø)‚7 +endstream endobj 737 0 obj<>stream +äÿ?ªb~Pr‰#J‰ÒŠµ¡}K(ð Ve›œÇ.c»BÃtf´KŽÃ 'u!JQ!ùV†%)a(=ŸIñ°D[4#ÝͪíŽâ…#HÁ¸0¹{Hb tð¹$?>ü¥rÕNiZŠ2^ËØ(>‹­/çësä„WH\*‰žY^2ìa¸AÓn +endstream endobj 738 0 obj<>stream +Î]VG*ümF?¨AsEŠ©[BÀérŸÚ¦Mh•/}(\&‘^!»¾6˝UíFFÀËËZ~Ï]ˆT8»Ô¨3ûŸ…÷ª. 'wW]ÝFvü7po¥}äm¿¦â‰Ý&‰3…ó#êEr Ì +endstream endobj 739 0 obj<>stream +5qŒ,ŸVWž¬°³î¾Ü m˜8Õ,[8˜¾€¥‰¿7½æt•P».t ‘çÖÍ\Ž{âëKM< Éeá”/ •]$£VkÝqg\NÛZš¨Á8ö5&ÐñS[X»‚†<•Ÿ +endstream endobj 740 0 obj<>stream + Ld'ʉ!²e%õeâe Éô¹SÇj–!VlРø¶¢åTIçŠ(Î+¹YKF|Hþµ£æ@¯<ƒaˆ(‘ÍR9þªu÷A"ӕ×laâO”e`/þ ”{øð蟧GøPº<’ßÄ[äÿˆø†j°ᝮe替"?,qÝŔik¢o„Ñ(8§•ß”³UYh +endstream endobj 741 0 obj<>stream +!«6+¨~dñu€É4 /÷’ºôTç͛  ¸úJá{êzyœ¢¸ ´u¤õTâô9ÛñÕ7É°³9ªÆ` 1l9âr˜,ÊؓwÂ÷¢üçò=à2÷¢üP§”ä³xnÖxMg”b·ÛòèE<~c†s¿xCIÌSŸ)U­ +endstream endobj 742 0 obj<>stream +#KÍü&º;VÅr˜ƒ,¢¢– úÞÝME£qò +y=‹ E}IÂyZ$]þ.Ž #ÈâiÉlRCúáȚÁ‰;zÍô9M¢g"iÁ§ù`i½Rý4>RÚ×ÜOúFòR8ÿ²F2P +endstream endobj 743 0 obj<>stream +T⨂ÁO ; |Û§€µíþî.tÓPól.Gç †YUÕa¢ÿb¦ê¸Ñي|בfüðŒ cÓsºÅøÖ½a¨cT^a3ÍJO–¤!fæ™Oî»díºôc+`aw·¦ê2y»§Ê¤]tmÖ +endstream endobj 744 0 obj<>stream +Iè“7Ç®W»Ò‹Ð­J×_ıßâ*%av½I—õoœ‰1¶g– GB²ì)À•ýÚ¼ñ˜Æ# “§TËÅZªÔb°æ'Jy#Åó£FKÍÆ÷NÆ1u„"˜X$a>stream +4Éïˉõ£e.Zh‡ò¨áø{»G\ÕßxÓÇ`'_œq·×*l'n~÷“z¾ÀÏco ¸Ú! ©€“ÉÜÕ3 hÇU$ä<rŽ`¶6u&`ÆV¢ÆMǍu‚}r„s\È®8›‰XKÕ³>™L°±¯u¾ì°:µ¨ÄHb@ +endstream endobj 746 0 obj<>stream +U[+ÆOJŚAìžÝrãRŸúó4îĹThˆ×R,UWéù¦8‡RdïùŒ¥pâW•_¯³+bÞòÛAÒúnÇS»?ŠZî:â]ëlÁhŵ¥:¸â_„CˆUŸËr75k1«Ý +endstream endobj 747 0 obj<>stream +»ùÎ*"}ՕökÒMWÔajSÐTµÅ{øÃLádŽ(‹Z‹É%”‘Ö¶]§ !¶&#­ˆ+håÇÿæ &ìp.…8»ÖXFÜìŸußZ²«’©ƒÛOUE‡íH¦ìkH«õÅöÌ[V ¡ +endstream endobj 748 0 obj<>stream +i.¡à¦Æ|³TµšxeÐA¹“O¶dý£öeM ÙÑIŠ8ìW<_i¶pY­’xýc¡öêL®*nŠÿ[­I˜‚rÈ­êq¸áGÁ°Ú6@²½AåXܨŽVݒ^±m‘‘;ù³¹Yôb&ÀíM]q ×uݝ\lx“·¬ÎôËÉ ª¶#ïìóºZĽFoby’y½hbŒy[#áÏ +endstream endobj 749 0 obj<>stream +ƒÚT{SÍW0Ӟù#âÇÃ}â•ã’ãZ+>¦U m=N—!›@w¡øP°üNµh ìõêÂlé¶/ôéŒG>³úRë1¤Û‰º]ÒT¬ÈB—‹'äµ ç ‰Y¦¨~õî‰Ïî Äö Ó(rýâ»BvœrdoýEN`²WšqE1€Ÿ• +endstream endobj 750 0 obj<>stream +(Y:’«^ύH:Ç粺±>dñŸ>RÆä^*Œc½ÍÞ-”áS….VÿšüT‡ˆzwHoÂ> œD@dÙ¾wL Ç—@‡žõ´ºw}] y:ÒøÆ Èà0 +endstream endobj 751 0 obj<>stream +–;…g@Qáã-:ÙÄ_ ÉÎ.¿xÁ€dÇ9[xþW଺­£ö*.‰ñ6ߋhñ·cÂùO“›d¹0:É$€«˜ëֆ +±»=\5ñX( +¸â8ɱømY¿DïôŒ±BŠ$© +endstream endobj 752 0 obj<>stream +.†\þ¡VZãh5Öî†ßI“Œm‡Z¼D†®¶”N¤0Èéò® |Ë-V a«=í&M’®™¶^úP½\>ÌM  ·`6À‰d—ÓD°XGÝÍ»HL¢›BCaØN¼ì¡S¨¢%”Ð›ò¤ÀwèȤ ’ + ¤–ÄËã6!‘¥ŸÂvˆ 1×T¬Ø, +èóæä7Ëùç¿:ž¹B: +endstream endobj 753 0 obj<>stream +Ýá=vÊ®êîabmf,ê,w˜ÃÈsۋ «£ô_  ¨èÒ«9)ʁ!e§wù‘„Ÿdƒ=½v¼•Å¹¼‰j]롅 ’O‹ûۃv»cö›5ûy~”Äj{÷ÊÒPôëx9†å¼oí~×ôU#¨a7E¾GAÈÕfœ +endstream endobj 754 0 obj<>stream +jӅh®ÕÕqéŽ"©†Â9§ϳŸ½GFŽo@1/;§™4þA1¬~2)ˆˆD½ÇІL8UÕk,š +Ú(9Ý¿&Oë þŽ1µb”xæÐ÷Āô3)ê‡NÎt–à­ö +°™x"‘È­ +endstream endobj 755 0 obj<>stream +¶´·±¶ –Ï]8hç ¨QzoÞaÕÊ7OLö@>stream +¤–5u³P…³¸ù€†4™rï FS(ÞÝòï±N>>ºÞ'·¹§z,ÙþÊóÔ´í½Žr m¡7RtO1ËeèŽX¥Â6¨ˆÙ·J´U9vÏ%e…×´öy.íFèŽMÈÅZtø•Lõñ»¡qS$‰ÒîÊÒèn¹½~*âäeYÌ„%8>tW/… †ü˜«ìK>ÿqÝÅôÂî +endstream endobj 757 0 obj<>stream +pkÇ`Öë!SiÈT._±/~PÍêYZw +žëw%³¹ÄÐÌۛ°~ûþHßj ¡§w“…ï—$ í£´+>”OÏrò‰ú]•©§²-“Qã1r‹´â³jcû²žIªÖݒ£x=6=Ç8lHõ‘xØQ]dŸÆORÄ4¶J]„p +endstream endobj 758 0 obj<>stream +OÐI˜BÔ5•@‘F™°àæBûuÜH]pà +‚ÒÓ>„½ÈC†¿Y2Yìÿ?`Áݺ†Fnch †¸G„ã§ð+ÃPîpŒÈfu§DCcpu¶Ø"éï€u´ªXX¶ +endstream endobj 759 0 obj<>stream +PË´.2^çrbdLÛ²²¥<’±¥ò¯$ÈÃö©PgIý_JÀu‡Êo›ÛI/¬´ê¥ñvV(6d°Å8µÉê‡ÃÖæHðwµ†ýZAγõÆt¢¹7ݶ‰q¤Ú«s,º̊R_ +endstream endobj 760 0 obj<>stream +ƌ g,?ø¹ Xþù%ZÎi5NúREH[u¯Š¡J\GUcތbÔøB¶‘FŸŒ`xrø‹Bçƒ֛ȿÂxPg£jø‰ÐĨµ‚ëežì¾Pm!0ûré٫㒠K!~šŒ˜½mêû`Ç·ï¾\ÓCo—Éa·p¿ÌŠ~Eñ bm’D5lçæü×;‘¼ÞŒž·=šö¸¼’ +endstream endobj 761 0 obj<>stream +U…ä{р/c Dk—êx™ÍÌÌ­°ØŸ¿û­C^Õ hHK_Ö=áÌ{ +ÿg¾¤ò¯î‡ÏS%bÈát®è¤™Ïa6 c¸Ö?=Œç~~Ä$lì)ÍPdYé7ÊÄÍçÙ¤’|L¼ËM³Sª(÷]6\}—sÀÝÒ§Dó“Ä +endstream endobj 762 0 obj<>stream +Njp9#i|è63!Æ Öz7Ÿ‰KNÑ.ÒÌG­Ç€(¢LAMaOËl +&iûºÅ~6j~.ß²i~bԖ›T†±ŸŸØ—Åß>¶ ñÔK-•´‚§º²'ï’?mFR(l©Ìq ¥lGL +endstream endobj 763 0 obj<>stream +X2œÒL- +”½ø°”ññã,1Â} $nÀýý{*a'ã6ø\ qgÑSˆ~øNø‡E*ËøœÌ§¡o•¤÷ˆnß Š˜òl‚KŸŒx!jqëÏùqL/`¬%ªªÓ]9¼ìP‰åXtsœÄ‚¤ +endstream endobj 764 0 obj<>stream + ß@åCˆíÒ6ž«¨Sâ¤|Á1ÝDÚ]t$²õê¾Ó0>Ĉ§PÐîÏ@Moy¦…h6ee€ŽfÉövDOÁõ‡µ×‚ö r úæ¾jۓt £U ·¿€ÌÝN +|ZÓòZ]+`7§º­”×@0VÌѱ›µò E: šï yàºtˆ=Âd ùŋ¿‘]‡ëî[ +endstream endobj 765 0 obj<>stream +½ø1ê…Ý›àwåíyÙ Ä)¬Yõ«XNEb‰S†ÏxKVðYjÎWÈ~ˆos»Ÿ?÷I}{k<ɖXìJÅêrÛ(‹ù¤HT^Kñê¹óö! ä8éa˜¥MèڙKèìPtªŽ5Ç’5·e!ûÞ #æðÚv›N/áêfËv8 +endstream endobj 766 0 obj<>stream +Uy…D¯éÁÃ+‡hçáTµr‰ëÅÏl–áFZ-ϸð,9p‹[¶—ÒªÖA ˆ`¹‚Á˄ã©*uœuÐÃÄ&°…2«VuäF€'ûSjf•ÄiGùDk=wI2ó$ý¦앧A +endstream endobj 767 0 obj<>stream +G翘UKŽˆ]c_›bî"‡;òÙ{j¡Iâ‘C2‹Þ½;j…4ꟼ‚üÐù™Ä@ÉFGM„ìÇ YĽEHé ‚è»ü3D©«5[~N)Ù¥ +ØÛL‰MV³D8£Ö.ŠP%ƒÿTO=. +endstream endobj 768 0 obj<>stream +ç¯òՃIöË$l$…S§ï´ »<`p=íH3±]…½.‡;iO¼•`Ï°¶8ªEŠÏ%Cáy…_þâ4ɗ¹ë‘ñ®áYŠ0Ñ»¹ýA–!0+ÑGƒ ÷nú¸:¾8+Áøà³/Ë0 E†5r:@A(!ÞË÷wK¸ÇÚª¤ª´›Þ±nÌaîÙÐÓ3®XÜÊØlê!—š{ +endstream endobj 769 0 obj<>stream +ÍY{Êè÷SÌ+ù'¿¸Øº†×e3‚q’…'窌üÀÞv³ø»×wyYÝLƒÚ[·ÂõLTn/:\ÀÐ%ý•ô`AÝCDó'·iâ÷î-'EÄс╒;ÛƘð%Ô6ÿhs½•ûD(!ÿ§BØ¿¬a_H \ +ULLÃ+: £ +endstream endobj 770 0 obj<>stream + i"êšÏ;Žìݱšì €QÈ+¾åÏ¡Ÿ¿"9â_ É£Cig\˜›þø½Äo‘Æz×%C4xwFTU8ù +Û[6ÿ5†Êóm~X˜Eᜓ<ã7Co»©w6@M…ü7õO +endstream endobj 771 0 obj<>stream +6Ái-I%܄c8B¶å¹¦Ò\¸ƒ)–AḈ‰×‹MI†W¡'ïÚW(Ãj°–Þ0È?}Œ©D3!}=âEDi [ŠÕëœ;¦hPd1šª§¸h_$ þêïŸV ƒÀä LÕé'R +endstream endobj 772 0 obj<>stream +s"„|]'”¼« 4͇ö>ÞÔ/¢#Jêjo¾cuÒS¡ä™èۄhNPWpĈçåV¤KÍSægՈ„óîÒ$ìíšôPVíPÓϝnf4d¯û’”© ܝga>stream +s“êÄø®Yj("LZ¬yíVZ«äö­ü.E€#•çd‚ðç†Ì°`Sø'Ô"µ0‹qîýÇVþÊ#ç³²–O;cQ)÷ãÛNV´#Ïnb™mBIïðE~W°ôi,ŠÚöŠÙÀÙ~§œÈÚ âÞn8–ý4kÉÅj±ƒØk +endstream endobj 774 0 obj<>stream + øùAÃI¸9Û?÷U¥%U¼'úYûð¾UÞj÷åËÕlþ·@ª×¸±„Æ|”û^K¾_ÔlÐÔ ã>Šû"*ü›ª¢¯ã]ñɨžlÉ ¥e§¬ªû°²琬4¼µ°Ó× +endstream endobj 775 0 obj<>stream +tÃ]C£a…bc”E„f¸/¾uùëg}n…Ä#Ï\yF:¿ºËÑîè#M’e½‹qZ„-h0ÖÐÁ°l.‘ ^[€ ӗ|…¿Oìç›ãnxµ€tÅr}îý+®R1 mþ† éç#õ°c» +endstream endobj 776 0 obj<>stream +VPÓÑȺ¥ž±'/hùÙõ_yí>†Õ5š¥V6t‡QWhw 2è.mkpAç1¾Æ7ܳÍe)úbWο‘Ööì¾¾’ªÁz~¦Ô‡Ýܖ¿ãEâòl9†Ô¾oæk(6k4®§$©z­yÝ>Áô +(µæ’›2äIj–wXÓ¹#i@ëPšïìUçÜɋK«õùːڒ‘~!% +endstream endobj 777 0 obj<>stream +t¶A<ÔÓÑ×V©É`€ÓqÄãÛ~~՛‹Ó)ø¥™–`´Ói“?¯}§,hg„™i°­}°ª¿¡yr ®ÉìZ~,8T‰éV³W8e^²óŽî±ÚI%p6SûSêo!F·‘i°Oºšé·—!sl?j Õcôx£ÌÑ#øÕõãÄ +endstream endobj 778 0 obj<>stream + ¡x¦½ãbµ˜‰òf÷¢QåùÊ&1Ç-øÏSéöê¿Ê3%ÀàË'Ójƒ€„3öÌz½V4—”ò6|>›:ªrž9o 5Ý=Ã÷?Q²bèºÜZŸ×NæÿZdNÿ Ö +endstream endobj 779 0 obj<>stream +ÃôÎò¿¡‚¹uxÜR1Gý£)A½v½Ch·¢ë˚SFÔ"«´w¡fa»ƒ”ˆïµØ‚ç¸Ã›÷TÇ#9 aù^eí°/:ëo‘UÛî%G¯Ó¿þCmŒ®Ñ¼µÕM•"íí¡ƒÇ#³æ +endstream endobj 780 0 obj<>stream +x•ñÔc²ÖW÷‡³úԟ¬+Lâ qÀH*‹i9Ù¢àŸYøaUXΪ÷UNGªN˱T³é‘c…eí;ÁÇfxo¤byÌåP³ôžöbNŒ‡1‹6·æÝ 5›žÇ#XL!¬NmÉ«N³³FNª®m>û.ôºR/ÂÅâM߬ìà\ªr»—;¿XåÀs*'š“Å +endstream endobj 781 0 obj<>stream +0~Ê{Vºß–jÜ5¯áÙ®Iü£`¶AóÎÂltŠ”_¥J§­^… }W¼R‡¶Ø€Ø&Ñ+DÐ¥íôg~#†.OËƚ  HÞnËíˆNJêP}@ ý]T„6åd6ÀÓUþÐ_Ñ`víÝ®û!RP\r¶pvom +endstream endobj 782 0 obj<>stream +*ÐÅC„¶¡K¦ÿèü+Á9”kˆÒF˝]^¡Õ§’ÎPRøB7´²ÌºÉxûK>stream +üÝô·ÇÈê¹n•¯ÉΪ"™eB¨,6Ü°,¡& +±­vér²î‰!ÜPH™ƒžÚ0„·#ÉL¶ÜX±MšœøUû–ÈòÒEú†û¸xEz.‰àSt_›xˆkҗø” ²u”®ºsx^AeT +endstream endobj 784 0 obj<>stream +] ¶dç 4Õeÿä&|ÒJ┢ŒH„’5Èrò`ô¤I4*tp¤zC·¯NÕHw¸ ™ó +¢ñ‰×™üÿ0ò\l£Ö—ððÒSër1Õqn4mij¦}Š”ÓR¾²í(÷ç™Dº½Û$©ö*°ƒ5¥£¤ú›¡Ì!Ù^‹Œ¤·±P…öÎrMWÿ&UxW«ü7:ÞÁ`@ìB› +endstream endobj 785 0 obj<>stream +Ù ’p­C®MÇ{XsðJÀ9‡Ý(‚lž#~‡Ÿ2٘%y"ËU|6ö…Ug œÃ@S½þ~e}(RÖÚ¨zÏP¿oþÑ([ì íÛ”¶¾>stream +´+N|Ô¢”·Vë1͟YŽ‹“Ý"™ŽÀ¡¹¡ó¥s˜$3ÍïÕg@æ=ᘠN6t&–³"ó¹œÒ7êÓ՞¾HxˆPV4ƺÙÍé5¹É+ÃXí–ù~¯7D\¡ UÑ"…_Ý +endstream endobj 787 0 obj<>stream +Qêvâ¶èEÿéuÇ%•R¯Ö×$-8Á6W>stream +×*mt/}Yå?X€û™Ö´ÙšH=±|)©Ûÿû¸÷ûj9ÁôçF#†…Tg'<BĤ ñ%–ú7Î¥ÿÌK_ìÍÞúÏÚÜI- ÒÚTâ©aÔ¿þ`VWGûÉQÁÆJ'㩛»¿å… ƒ’z¹,”›ËOÂåw³­äK•Ö+üŕ—(Xž-iF÷ãa`å Û­¾"Ñ +endstream endobj 789 0 obj<>stream +ànÔ/ùÐ&–N%ñf°Ô”ôî%‚S‰€*á`÷w¾»:Ý4Mÿ_²Dp4›å qZ3¸L>oU[_ßSú½D®úIÌãQxÝÆ2‹4¦\m»Ñx$¬qJ.Ìs„q—¹'¸ÇÖÊq_c ÑË|8Øʞ@μzÞG;Ð@Èb1„ +endstream endobj 790 0 obj<>stream + îjõINp˜ +8"UA®óM¼Ÿ¨m“ð¯,•DšX&ÄÑòkܹœ)UKª^[^ ml1©¯n/xÕ[>€ó×OVBo²'¥¬Õ>/†?CÅ»½¸|=B¯ò î_ÐUŒá6 +endstream endobj 791 0 obj<>stream +é¶"¨éÜçMnFÓêlÑY¯`dÕ·t¨žJˆ¼›Ê„©©[!çf¹¶òòNéSވh ª-G¡|íCûIï$æ\72Õ¢LôB„øS=„}H|Àp ¼Sz³›y²éŽ)§Nhl +endstream endobj 792 0 obj<>stream +šMòF²¿=¨¤‡”#ÒÙä$KÉø´ÚC³ptk'O[±úò`“›ñ<-̟Ýê þ´Ì53¹KÃ9!ÃOB¶ìéç'Š§øv1xªÙkqœ +`Ë( &( ¾àjpbec­½j’Ï3 ¯éÞwQ‚äÃN€ t“;äò‡ó¨$ʜÅzÉ/’| 闷y±4¼ö6:» +endstream endobj 793 0 obj<>stream + ¹õ¸âNŪHìõÍ@`eǸv*£~‹ôâ%1Ù+Êuñ[i9÷Võ‘ÌŽ{_â.&+1«6nÍQ¤œ£Ü5xt5emðÖM"ñÌ©™«JPí¬9b$›‡äy:Ž­ €Y¯H×s`1Ãæ—Ù!ÆùÃâX;*ú犬×ù +endstream endobj 794 0 obj<>stream +R·à¦+ôÃ-ëVÜÃV<-ÔÆbŽz ×ó™jבEm…5? 9®cuW¦çöyijt2bf±É5»a6vûx:>ðeí ehû‡v:§Ÿ·ÁUKÎÞâ#®ä`rì­. |ʐ +endstream endobj 795 0 obj<>stream +S¯`þ„ ò€ M¹xâ0σLM%¥AœRD9\üñ¸Û<¿#ÈD ŠaoŸ1ÚÒ­g”xŸ¨V‚ݼîþïò’.ì¸>ß Nݚ_«³‡Žà¶ªãԜ úԍּÔȃäãWKÓX +endstream endobj 796 0 obj<>stream +iÁ‡ïÜÀ7dx®£½öŸã­I\XT\ÿ^|;íWØ=mr,îó9äR÷ä'([b±a +^Dl½…Û@±Ô…´3 ô_/Ž‰X˜´û÷,±¥IÌ2ï©&ß +­wžÌ„}Ã<ÜƱᘍôMkÂU©øE+Ú{Ā‘­l>—lõÜ?Õ>stream +êQ3Ô@—º}hÓó–éí²lØ«u´zšp/ÜkãÑjõ¶õ˜/°h|®«cÇZ—Þ³}3v7—V…PjŸÒ)Á¥œ{K©5¡ÒïæýiÄ}Àš±9@)ŠÙ¾Ý%̇¬ªÑ›¢•1IÎZÙ.= Y„ŒW_PIúÆÞ +endstream endobj 798 0 obj<>stream +D8úÖ!YfŒ.e¥Ä}=Þlo‰Šÿ©õ.Xàé[©¤yµ>±ûj ÀóÝr÷´oT'8ԞáWH†¿¨°¥á0a•hÔDZcÅkbHD Å$²õ™’:+—”µÚvé§NUí¡ª® +endstream endobj 799 0 obj<>stream +omÃõˆÖãŽÙ,ÚiYíT–Žt½mÉ ¡ìvØÿð ­FВŒ”·Pc…ŠôF´“ø·ˆ°¥ï/ %®ÛŽÙ§ŸÆ'PnGu0h ÒÂ\WŸ[ÁMx_­•‘Ø)DYø‘sA–N¯üO&,J1 +endstream endobj 800 0 obj<>stream +3úì?-®Z%˜·ïç¬ó©*ÁDª­ü™eØñ“Í^9^iÐëè¢!º”M{CnËaáìÌ$pÔ4=£ŽÀ@H»çõØÅÉ¡ÑKwß¾Óa ýlðŒ©5"ŠÁ‰âÈïɏ£˜"8ŽÆ¡Ì4iÿÝú½â¶Û Ý~9ñ%€#€: +endstream endobj 801 0 obj<>stream +¬X$ZÏÕ*çV°Â«…bðݛÏòB¨P¡S¨‰ë ²˜àªâÄ2mGKÔP‡ã —vq€ ´LZEwϑ«÷½—´~$N¸+ygâ)¹¡XlƒN)¾,­ô½­ø4ÍCH%ygÔ–;4Âdµ\Õ +¥€½-yê8/ÆåP +endstream endobj 802 0 obj<>stream +”»,ì¨ÝØρq®s›yoçû€‘¢b” ðfÇín|BþʼîÌ»)ÓÔ­qx¤†Ã¥DeF¡ãV— ˜uxÁÉݚVm¾úU7Aõ"M/Yϧ¸ðiÑJ¨Ñ5âìÎ +endstream endobj 803 0 obj<>stream +Ó8ŠK”Ñɇå±%®Âr$ #ò›~<Ñõ-©pªOB(ù Ê-ü‹Ü9GÕüP·ƒµƒF­ïq|xÒí¼Cœ½ðþ ;’t|åòȞÉe¦vMº]‹ÎՂáÁEÎÉÛ;–ŒS{yb"ÁëõØ÷œ‚ +endstream endobj 804 0 obj<>stream +)N&–cQêH\“°/c&3 —û“!Üør-íøáq}:ƒ¼ôâ𷝻™4': #‰Äæú$ÿÔߟñ#àðjq?Ñ^ü:¼Èþ˜y-ÔŽÍz.ø]ã÷Ý+ßO¶L톳¼ÝÔ伺ÐSZóžüÄwÄ{Æ$@®·ëëeSTDòpÎ +^;øb/2d„5(Í +endstream endobj 805 0 obj<>stream +–Ô*¸?ó˜ï?%itM¼çùg„€ì‡ò‚}=Jµ°!qæ¶ì÷ahœ ²e§Ûܵېc9æ9a„RIß0Cë›"ÂB§,l»‚Ò‰ùÞöõÅc×OÂÌW1@~¾(uì÷c­¥[ý½É*‘u¬î™wT^v¨É“¶TŒtÉ=y +endstream endobj 806 0 obj<>stream +@Ë:E«‡êWy°z©73£‰ŠNœ ê.›|ÒU +*}ÆôHꢷ´Ú¯Ž^"Ïé!ë“Á1ùv„&é”5Ó³¶4®Fú:‹Õ0wmj [O¿694¢KNjº†¹! +endstream endobj 807 0 obj<>stream +ZŸÒïjÉÄ»yYM!qývßSFL‘b}»7TEzah½å$wÓ3¸Fpl—§ûRæ’p™ Á¸PÚq'ú¼ŽÖ2_~£±ï•r•#€RäøLL?7Ì㡈«?£º`´é|u]-X7ê +endstream endobj 808 0 obj<>stream +äzýoôt¿]¿B‚kŸü‘ â™8€Í5ðä¼üÙ&I%pm;‹Œø1JÃC°×«1ðñÖ·L¦‡?Y‡ï]\·>#êïB,Ú"4öŠßrì}l2XhÁOC|ý *yè"yXê”Ä×㡇5ŒGþû;¬:X3ùÃ>Xð»Ï§wÍ ™Qá‹ÿ¬Ñá ó½ˆt˹ùT +endstream endobj 809 0 obj<>stream +‰²‚zŽjR]áòXfev‡/DLú% l®>/Âû¢ÉX·æËhxÜc6´ÆðÈh´6oFãBh‰Fñò}l}€¢õGCGÃçoZ®Úfd&¬‰ßÕU£ÃÉñ“cu·JR¥ڂ”K¦¿½~6é=UºÁlÿ½ô’ë… +endstream endobj 810 0 obj<>stream +ðR_{ÂêÏSM¿An CDœ´éÿü/+„e3Áf–Y-ùTGuP¼P\Qö2ÙQ?ÙçÍ¡–jü¬²€ÓG>¨™Â?àWètA³ qìRõX™#˜QpÙåC9@Qbòä +endstream endobj 811 0 obj<>stream +Åê!”Âì ›ÆÂÿ'ðL>ÒËîb¨²Oh¿COØÄC¥?Væì Jd€«½ð®Ž1må׀ÄÈá¶&d&è!†}LEl¼ƒjPš.fÀkD 0²¥n·X#Q5ëÌÚz¯ý–eÜ· +endstream endobj 812 0 obj<>stream +Z'EëDíŸ0ôƒ UïՖ·Uè»}¸cJ&š»9¬»,A Sª/îz+d\yƒNdGßeËwCÚê^»"Y´ù3dŽºQ8³¾’Ø’}šÁvUó~O;  (œ Rƒ{ZE`è‰ú&RµpÐÐÕDÞÕb=y*Ù5£´°ÇY‰¤–ûk¥éb ´!ôµ ¢Û/]#_¦Ë¥œÃà +endstream endobj 813 0 obj<>stream +¿Š2t‡ \% æÎL} 6tM¾ÙjJßíÐIõ¦è…×`Û<èÃ÷U‰÷äè5¤¤ÛçhÊXšÒÓ²‚øŒýîý´>®p3̝­l¡¯£yVjÇòŸD´•n™Zé² Iñe´LY‡@+d%ÕùïæÞ+=÷,Ð_¦j#&2_ +endstream endobj 814 0 obj<>stream +Û3=Cß!Bšo˜Žê @ëàÓ´þ” ¼Ž2‹PÌ*mØt£ ¯ùðÿ6üÓ~Ò¡QE%™HY•BAcVZ½çC·£Ž‡5æaVà.k„7m•Äµ×Aö÷¡#w +endstream endobj 815 0 obj<>stream +ž'¥uY¤TáQëú—2’†Û…Vw}]¤.IÆy¹¬Ó˜«åkŠ2ã‡8l$§}ùReì½~4kÇ>½ÃÖ»ÿ;(¸“%û±ï!ï2£!¡†ØÙié­uÆDÇ×ÿµÆC>АOó*ÉXÊ=¬8 +endstream endobj 816 0 obj<>stream +ëݟÄy½F±à(+ÕÙá=/¬@¤Z¤Ì³†|Ô/‹#½Â¥á¥­Áée¥¸žù‚–¨GmvJp¦T.túYZ‘ÍOH²úHÇÇm=ŠhZ£@¶à)MÔIې¦Žï±³9šû›â:@Õâ58n}+ØvyýçH> 8½—FXjk£ÆÔ¯ØWכèÏÌ0Æ@¿Ø²1Ω» +endstream endobj 817 0 obj<>stream +Ý%\¢yôÐ á![ p/ë/§©ÃBx.#Ã5ñÓüšÈ¤æz?¿Mç¯)OµªW?­u ¤ÝâS­1¼›L¦²N#]©ÌW›”)î4J‘wÂË6ǙvÏ1ÈÐzƒI}Ë?ìKû‡9À +]¼+Áuv.y\n)I5¡ë;y`t‚ +endstream endobj 818 0 obj<>stream +š26cNRñqbÀ±ÏªBÇ À ÕúîÃZ5~ãxjPõþð݋dÎ)2ÚÀp„#~I„ø}Ó +#a4&1*À¾®a´£}X”0OZ.ÐÁ\Ù¯ÔYq"I— ~EƬÿPå +endstream endobj 819 0 obj<>stream +™ˆ…~9þÆ +:-ã.s7XƒK¡ËXîŲ¿Ë á9Zi—IÇxr f!^žÈ;#øóŒ¦f6ˆ Èúü»·7¿:ÝKcàÞd\Qä]f „Yÿ¯[? ˆÇ^9†L‘LùñŠ¸~“G¸ +endstream endobj 820 0 obj<>stream +¼e3ñGW®–³ü Ø{ðÍܓ À°ž#Tuñ„§öpÔü~’x¯-[¡È^äp ¡mLu¹Iq[tÈ~àhU0‰«ÊâÓRÁ–CT¼§$ߑZ’'Pè(°êÖeèCw˜Îÿ߆‡R@Àg¢ˆÂmÛ?YL={¯Vßšê¤;˜ßŒÚðKhwR–ÉÑ!îq%ïh#u +endstream endobj 821 0 obj<>stream +Q†ÛwïÆÿ½è¤8£“JDR¦ ŠÄ¢§³–¼£'«˜|äúLUúÞtyèá§"ǔê”é6 Ì:!Tv)½j›"*ónÖd2À2iïý©jLíÝ ÛŽd;¸÷ƒ´ã~~2µ.Jå6çÚà9?:•1•Uzå˜Ï¸R«^ +endstream endobj 822 0 obj<>stream ++æ˜H>Âv|4\V>=Q×ÅàÏh-Ò]k^N,´¬ñeNÖX¿+òâe*ï+ß÷d ¯ûÀùû¾ïØ"׬Î!¨·ÖáÝû3aPÑ©1âùæú\µbDÖ˜#°r=ŽŒd­ +endstream endobj 823 0 obj<>stream +ù‰ø,k‰U¥gÛi@€¯ä´,úM/=…€Ü×4Ê0«Ø¬Èvþ„Q|MµöfA¸yaÑ–ÃÃÒ|l9«ÙžËv´/êB+2MÈÓèëG§¡  à¥VH0Úû^Š>/ \ôÙ:ÕO¯r«{³åÀZGø< +endstream endobj 824 0 obj<>stream +¿ÿ8;>­Ø‡@Ҟ¤îÅ´:ÇÇï¡PƒÂ“òŸa%›‘lAI0yСQè§îK6Mnë™V‚nåù2I ÁޚJOƒè=ΉÄrɊáU†Ï1\¨ŸS.LûHyÆ—щº’|cKªUüÎÙíÔdÔ=íEæmøm4 ±­Ü8eu+/#øª°á[ðQöîß¾w±H+"¥ÏûÕ +endstream endobj 825 0 obj<>stream +Åwèö +þäÙ³ÿ‰&ÍÔ]‚9þ£õxé+« wà5·ûAU’äôÜÀŦÿwÝ9*§oÃÆT±e±TjßNk„ .FtÃVwAJq.Aÿ „v Å°}ï61`I8à¬Av†Œhñh!Ù +Mð›Ó( +endstream endobj 826 0 obj<>stream +­ÿƒòÓ;¹ø!Yw·²T6£/Þ¥KDzé1ß`q&s*XjVXná|WRtÍEuÈè~ä5šmôÔQÃx8q$Խˈ3PMt!b3:Ñ£Ä|Á"nb²Ë½ +nÑ۝ÁÿÈD° +endstream endobj 827 0 obj<>stream +›UåH’D† oì{Z”-¾sà’Ó>§VmKLF0dU*¹·ääb®¶ÌÜ*h…¢X,v/  VJ~×W•„n-‰²[ó°–1ˆÊZyB½ …Ú-mZé‚)gÒGŒuõäg« {D-vi‘ö[° +endstream endobj 828 0 obj<>stream +ïA3¬ Jäw$oæAÔÃà1@¸’KÙ>T^ƒz #m=ó‚‡gV3jlœSp8÷á±s`Ös“WÂÐD¨û‡¨2˜,„ú|f˜“ß͆tÎJ¿íoÚ.ӌ&Z—Ö¨B+kdý‰ö´9›qæ­Dlk7¢֕žY™™$ MgfY©7i+gʔr»½FV +endstream endobj 829 0 obj<>stream +zý‘tþP9öÌ©U±æ97·:oIø.K{aIÍÃÑ8T±FÈl¥æù: U_­ûçòž¡Öµ-ßòÿC2•ô̔J¦ˆÀBëOШú#hñ‚+û¸È(ñEI´ a™ó‚Û&+¶í}uáðk\Àë|3é1Þ>stream +¨ûò‘«,߀gk`T”„ޝ¸}µ‡cïßdô„ú/ÑN7ä©Tø2Ÿˆ_„Êçôª"OÄíŒá»¢ NÌ3¸zۍ>stream +·®Âüñ˜eÍ71 +У s·[B w¯}(Ý@Ùåà;ëµUÕáàoWÊá†{wvf¼íN éJ§£ÑQäͬ0Œ¢*.5Œ? +î¿·0µx¶üõ¤Ç."U¿>".#çQwmŠ3] +endstream endobj 832 0 obj<>stream +ØD~ž˜yÎOv3g±®(Ñü +´šLO=„aÄsýþ”KP6ýôf½êX>Τؘ56vEù᭟_yëûz¤¹K@’šZÆB­™tïFöt!+ôL‹@z;[@šLåuîÖ[æâÿ'L"ÐÎâèüO>˜—6ÓÒ©H£¢}”{ß6Ø#Ñ݋ÛYö +endstream endobj 833 0 obj<>stream +£Ý¶•I ‘8ø_cu©×oQB‡”H_WY‚6³Ùà‘œø5SýËÂ-ÇÍñ‰„“¿a9`ŒŠ>nÏß»Œ¼§$ ¾B Î)ÙÑúԻă +ä"ÈdõE£1_e-zzºB òL WBbÝ9n”Ñ@ûÚ4Í&ø”ë¯,\ +endstream endobj 834 0 obj<>stream +œý¯&ÎÁglK¦ðQ¸™ah&B§+¤r^5Ś@Ý1_Æt3礽?L5î!'bœ“[ ëróZÁ.iÍÝúÛ3”¾L† Ÿ†F9jJŠ,o˜“áz>stream +ö$áU +endstream endobj 836 0 obj<>stream +Åa;¬KåG#ßíœ\,órŀ!øoúmTR»êŸaÔ;÷¿K½Dˆynáà”#K8'dÉyOƒÞÏbw¼ €ìx² @j6x{?:Ÿcg¸B# ,Øÿq«ÜŸ›Z(Œº2åÅÿ§² +endstream endobj 837 0 obj<>stream +1öZoë?ç2z/º¢l! ªOw'sÌ ­P¨5ŒÒÕžÒ°ó·-órc“ˆ:ó‚}±äMý¥Ë­Á>Gšо3s>stream +aþéA=­–Ä»÷֋ŸxêÌÊQïöŽë»wöñé ó®êÀÀ|f JM½³ÿ`¢º2žHxÉÆ)ªK%DZ.¢ZvQMŸ †Á¨‚bD¯ù*N7H]w‚×IœÎŽèrÉ6½×#uÖˆé¯7ˆ,%©9V&þyYùü +endstream endobj 839 0 obj<>stream +û)S-4¸¤»“ä]®qb«šN¶«ÿþ¦ü<2ŸÇ¸»L22Dýêuíÿ`{$çüý¸Ó„-B¿ñ +e¨Ó°Gv¢ÌKŠ°yI›úŸºV9䦃úâ:/±û{{Tqݐþh¥@Ò +endstream endobj 840 0 obj<>stream +!‰Â“jB•>ËÚdd½4ÖøC=rgœö©Õ9ràczÜ¥ŽL¿”35Í»ç¦ `¹SGYÂZ*h½±o ´¯øC ÀÓIbwÅdJì…öÎ\j¼"þRaK0åi%f´x© Eªv^Äöìã] +endstream endobj 841 0 obj<>stream +ç;@ !#\+—›¬=a0`%ši­±LHœû&$eÐSéoÈ 8BÛ·qÁé·,½A'Tj÷\gŒfnkU&·g[‡ÆÍ:•ÜÐëkç Ž´ÿtÑ×?É/Yâ³ÚW´4ÞÎpŠ†:àF榴jì{$û3P ¡ÖÒA66ªßÏg´Ä»Éœ\r}G=»°ùWŽI^]JnÔU +endstream endobj 842 0 obj<>stream +xShRÝÄ×0!9@6žè…Z<[t{ð"ÅKjÈVM‘öQrÓË,U8Êä'‡°ö`—2¿>~2(«°bC¼(jübñî̙⾐û?¡î°‡oÀF ’W¢õKo´>Ӟ-£B9PwãÅSž=w;¢_nQ7 q® +endstream endobj 843 0 obj<>stream +4YŜò›”UéR|çSžê^úÃCu‚=²xF,ÌÁÕ³°«ûkD§øGeÝ%ÒLÂދö ¬)‡¥G¾³¾S‘fúv…u³[sïè×Euœš`f¾ù—âƒHôãïYÍa # ÊF +endstream endobj 844 0 obj<>stream +i»q!׃Þ3‹S' ª'b÷‘; 5‚digÚH"ïCVWæõ—L eÅÎZ‹adf’R´šÛKÿìðI¹bâ»CHñù›—ôIôÉ\¦®³änÒA'éž!ÉòýŽ!ÏE°ðº¸sLM$°îd +endstream endobj 845 0 obj<>stream +<“LÝÝ7èN20l‘íÆ]B‹–öèn’Dfp)«‡÷rs8ez´Z¿]gu¤b2•ÿ”~‘½¨U6ñNˌ•îaZ/³ü‹â„£6dd¬p%™Ò=Ì×-v‰°bÈ ëWãyIkô#gb¦0ÀAÆݗ +Gïü –n[ô'°–Š+¶E5ëR骓~#€¿€0¿ +endstream endobj 846 0 obj<>stream +QXϼãÕX0¦sà°yÕjø߯;äßЉ»˜TeÖ²)lØé6OT^!8è¾nFЪƒ7Õi>æ‘6¯±ˆY‚ø6³,1 +%ü4dý']ë•GY²°Md^ÜÂïÞ¨*£â›V=9ß©RƒoÐÇî š€¬)³¢ë-ù' +endstream endobj 847 0 obj<>stream +pªdúÀ¯ÂëÆ5¼uˆK¬ M½'ØïÈ`ë֙jq±_Ϫ6›_˜Yj%$õ¡Ó’("2¾Ö&¾}LÜdEL×Zäo–”¡nÒ¯üa~^ú ~iŸ»3N +E‹QP¥& +endstream endobj 848 0 obj<>stream +"ĕóRVŒ¡ªv=Ë%äí%LÂ_¼-‘ËHPp˜8лš3¢âS|#SLÞäÞ{‰ º/þU‘'š¨æ N´Ùõª^ÈMPxù¼ìÀi7x1hd#ù":<•~³ºér +endstream endobj 849 0 obj<>stream +‡&]=Ü|G±ýÁl{rõ` OzâžÝ% 3óÛ~Ñ5Û[…ç3Í#(ô¨ýñe±&ÙYßå§-ÑKÊèé·ªäé©0+ûï™ÇÔfôF&Ë¢¾’Lq¨ô6*Z?üÔ¾±;¶]Í}‡Ž0´×Õ oxïþ‚ ò ºIhдºí\a +€óÆ­úì +Øц2ÇÆs +endstream endobj 850 0 obj<>stream +ç݊ߢ\Uõ*SÎtÏ7àvÌÜÌú"œÚoA¯{Pü£ËLüÌC_àì’÷ÖU@÷pk²DtLHY NPŠGÕmês‚\ãpl)ƒj÷W°R'8il[qŒTZä\²3k¤»ù¶LÀˆ_C‚E‡˜,²gÛbÑÀ÷. +endstream endobj 851 0 obj<>stream +žd<{k)ÀM2G N*GžJi0ю×èbLÊ?7çG~${Í Lú¹OÚ°‰É8ø$òLÉܶ#ñêö­‘™dt&)å`š¹þ)”7`»´ÅjèEÞ»Vï/ +endstream endobj 852 0 obj<>stream +WòH©¹EQÜÝ¢Di7)-jS“s)§±Æ[æ^¤Á¤Êo>m}›­jñ…~\‰ÿºd‘ÔGºÚæIœòìË1HC&ÔðQ>1Œâ›%Û¤à̳mˆ™ý‹-î¡LõHUtjl¶ +Ãã#RU +endstream endobj 853 0 obj<>stream +dvO| +4(í0ž:Ùù à¢Îø±K%ҏŒ5¶¢ÃPÝǗÒ§¬O-íA:ÜDnÝx—!vñ˜ÈGš~E #»  ]à~$"èL›Ôwà؏׸Þ.üéÐ)ß*•º¨m2?U–ÚcX)nÿþ#øùÒ79ÂizåoÅRlÝx®ëô:ŠBÝdQÖ-—Y# å÷u; +endstream endobj 854 0 obj<>stream +ÑtèÀš¢ä s']1 Dý]WXQ1zÈ$S¾r[–®èûÃÑ` +ÕÝnô*ÆߥôñiêhÚ¡äÒì?cSfȾ­îåšþ³§±|d$fäå§ldö‘åaÇFÌx¡×d=œöl1Á f¿…PŠ&É&/ +endstream endobj 855 0 obj<>stream +ÀÑõ¨Y„¿Ðiµwóœ«A²U p@%V0;9ÆÚº{;.°ƒëqEt;cÔAЃ|cï~ ^L!Š.2k€ ¨»S¸Ó”e¹C£°SAλö+<œèí*ŒÅ +endstream endobj 856 0 obj<>stream +,±fÇìªÛ£Oæ®yæ€xÒS÷ÄÍ᪷©Ö]n‚>˜Ÿ³uuƒç¶Ó”B¨YWsždƒˆNþý§ù ûßPñÀH3$â%#· xà°]¿±ŸJ€Ó\++ÙK·õsK¸*äßúÌ.ª; +endstream endobj 857 0 obj<>stream +âJjHJ?9¹v¡%5¥Â¿ôJg€,»Ú›6\LûkÚn9.ßϐñj¶×ÌÔ*²I„ÌØàtôƽUYke1óESš±Õ.žqi +=’²éþa ”ÚwÉ\bØ@E’>¼üjÿ„¦-Á£Ð:ªC„ýJôƒ=Ö̾¼nìïj{†ÉdP{N²À†RÝêªR8o™ +endstream endobj 858 0 obj<>stream +ù)€y/˞‡ýú¸]_’\ÒrûY€S‹»ÜȝJo-¤ÄcÝq¢îféï½rÝD.ê[Û욡ŸBlµh‰Õ´ÐYŽî/ð–Ê>øïΚ«ù‰Í†Õ‰]Œ´löˆ>¨[P#·ï„&Ë6¿rÍI +endstream endobj 859 0 obj<>stream +U^¡|Ñ°"τ䅥¿58÷±äøŠÃÜƘÁF—Ê ŒöMó} ªBS5WHâ¼³’ §°úâ +/¶3\Ù:IŠ vÔc8œfì1ùX”5tt“ïú´Ýï†~œz¾¼¼ +endstream endobj 860 0 obj<>stream +Y†©ÑUãH>ór0VЫª]mì9jiˆu³–ÇÅ[´ˆYÉ+貉*Ã$55s»¼É–Xÿ;ã¦É‰2¨6Ÿt!E‘…bþ²³D† º8ÖÀ FWCÕ ¬^cu Ïp£å¸¢î¥ˆõV1D'çü‰ +endstream endobj 861 0 obj<>stream +z(BÖP»é¸ŽãÔ¯emc01Ũ“§3žu`¯:gˆ¥¢SÊ»æ°$ ùÂãað3>Ç!Oú0µq§zÖ¨A³§†X.ƒM¢´P’”4O‚&n>stream +ÚwÊÂî--ºƒ6/ûÍøñÇÅDí0ºŒ‘!¾R=è_x˜×:&˜FzèÂJ¡þÓ KýçÈHÕªÅ»‚yu¤âÑ}ˆü‡ZÇRÜ«"\„J®×§Ù^Sµ)GjX{Þ/A ‘Âû¤\1ē€Z­.+µä‹C +endstream endobj 863 0 obj<>stream +ý!Øí¦ëq¨Õ·ƒÕöGoq+RGíñW)w¤xÓæØãs™°ñûÞ8³8ˆÝxœ½´ÞÜ9»nÔ1×O‰zƒ‡, ŠË.Ÿ>9”S"Ê|h!Dp#7•¡ „P[e²÷ȝæé +endstream endobj 864 0 obj<>stream +‡ã +d²q¢¦°šÝÍ{²gZœ›üT…K…)qà¸wB_¾yfdï)KC®Fi±Ðە+D;d>è/§°Ãs4SíÃj«¡À¬w?d°¡¾ ºPfµn’<Ȟ$Ð*º‰ÕøÍs/\jUV +endstream endobj 865 0 obj<>stream +~#ÇhLß~„KRëÐoÂ<¥¯égñê •Û˜á[;LZjTY¤m¼À‡E„³T+tï³G«‚ÙoÒÆôå‘üŽ-®GêõP¢®¦5y1{-ª^£F+T9ÌÄ*›2˲Ž^‚áïíi0.ôh4;œ€)™i16†)}êŽh«'aç9ü(C”=£W'Ë©¿FÓ'ê7„è@¦Êó +endstream endobj 866 0 obj<>stream +vŸ-)S„Ã4ï s™³ê˜H_Æ"/ý½j¤oÔÞõÕ0BüMCÔR×Cÿº •b ‰uD?†«0€eôvw:+ßiæ™À‰Ž¾®TêJO+epooôìÊ0_˜Ø\`£&ísWi†ü‡†ù%?*Îý֑÷½tœÜÞHŒ +endstream endobj 867 0 obj<>stream +8¤¿$çð2 ¥È¸Wx„…¡òìƒB˜Eyé­R“Òsø‹]Úèþ~Ç3”Cə©_mAĄª‹: &²>×µè×tvd²„ëE¹)®ê¢É&m°|YHƒÑVœôW6J‰v…+­ +endstream endobj 868 0 obj<>stream +›ŽSڵр¨ý•|歙„ŠvNŸ9ôm Þmd‹çò"yÓ*Ñ#ÛÉ=‹@°¤õÀU¯½øª@î>í.]N^ÃFv͘'p:"ëgí¤ˆsøΕ¼ƒ¶ž/i +Îû"Ëö“…Š~ŸoÀ +endstream endobj 869 0 obj<>stream +h0c0áàÍÌñX?€zFÞ°Û©iÐC®—6ˆV«:Æ°rŠ½qè»»x>dhV½`*Ýi5æ1W#äÿ.C™h>>stream +¶LFbAaû*YŸp±¦Š…zj_¡(ŒW‘hN[ ǍÄK–W\yvV±·…Às¾¼ÆG³ØàïX‰Ñ8©JÕã6¿a"‚&ã95¾$Ž¾æº\­Ù ’È–î¹Äxûª×ëùCªaܼtýY¯'P=. +endstream endobj 871 0 obj<>stream +ŠÎ¥[í¸øìa.Wÿ4îÀøó¿³|I|› H‡ÅPÕûšSv§Ñí àrlïPT>†?€ú¸ Ö&SŠ©¸m"}S’Òs”&a-˜¡uuQ@žb´J´È1êj—2dî˜^ŒÕg +endstream endobj 872 0 obj<>stream +N_A¸ìóÌõ°ñk7{jW´Za°ÁÓCȨ«½>¥%~@ºbœ%s¬ÿ›M9VñQ‚”꼯)€76¸hX3ŸxGvôVÎ{Êÿ/ÆLZ½™)Ӂ/³*J\9@²ß¢Êûâæ\áʠߥn«r +endstream endobj 873 0 obj<>stream +\jÑH#9t³šXÎu® EcO>ύ”ÀîÜåƒF¸hI;!…ôn5^sՄiEmüÛzÉÖT}U-Œv©ežFºÌ›YÚaœ¹Â½t-¨ßv¦ªA +¡—ù‘9Æ7<|ôÛø4‹úY9ýѝ‹khèai|X6”lâšpKwÕÒ›ˆô +³ +Ah#²-…7 +endstream endobj 874 0 obj<>stream +ºeHa–PV½¡§;šú M(ý¬¨ÌD‰'WÙ$9¥Ó»è1Ä4þšÖ2A~î¦Ü—ž*;igŒ?š§6Â4{£æ3õzÓ ˜Uý5/z•@’ð2xl\\ ¤RPN±Î?šPKn¸bfXBµIqiÿÏ HèJ©fÛµžAîÔ +endstream endobj 875 0 obj<>stream +¼bi—SDÍ"k›•¥gØ<úâº+s¤¾SƒxµÑ]«õ¯[¢Ìªf†ø‹Y{VïQÚ ž³“(ež¿Û\~«,o vP~f5ejœÕìJÚ¬1*ÜTúáÉâë(ný·9 +endstream endobj 876 0 obj<>stream +ëø'’Ë]&ž”òéþúñÑå4o¹=5ãÖþÚTÅٜ,Õßk©¬ì©9ñ=GÚß螨²‘NgFaG‘Šâ&ì¿;#$<2Ýzs‡Â•¶îô\:àêü½ …b\;Ô³£ò­7•ûô=…¨Ë +endstream endobj 877 0 obj<>stream +Në§TÔé¨ 9  Zªg$¡'ã›iú®ËP;^¥t97a“áZ¼ÐN%©´ ÃÒ±7]nŒ\p°š +²Ëµ®ÁQÜᬃŸÓ2ÊÀ¥`âÅ÷ÀµE$\Fo°ô¬ƒ‚·y¢=à>%7qajˤvtò:³^m§?“ØŸd¥Cg‹…À ÃÞx.1g, +endstream endobj 878 0 obj<>stream +”|Þ'ø㠎‹l‚ ²¿ ]ÛX‘ ûgüð‰çÜzçxÎÓ» 9¨!ÍoxÅu†Gȏ?8ŒS¹i݋Ö^ó†ÓÜo¨;Š”:zÐgÚü €OhíÁňÚ{úuà–Àëˆ<ãcR@ä@@A«L›$¿€ +endstream endobj 879 0 obj<>stream +A‹Æe +endstream endobj 880 0 obj<>stream +íG¡\bc~„D°x;ñ`ýWëW\Z rq _œâŠUx ØÝòÚÊß(ë#Ô÷rB6ظfI²„Ãø*jCVR…Ö¨wKwwš_>[Ùª ]`™"ÙÕö3ǎڃN§A[æ* +endstream endobj 881 0 obj<>stream + ˜B€ +endstream endobj 882 0 obj<>stream +ý½++ +endstream endobj 883 0 obj<>stream ++óÚn¡¢®œRÙ{dÔÚëåý1}oËÔRc×Ç棲)‹Ì9[jÔ_¡#†Äq)‘ùÀÚ¹ WñM .}ìཫlsMßqÜ7ÖÍùó&í½éy³2€Lï0ýÐ-¶u”M‚¿k™ +endstream endobj 884 0 obj<>stream +NÑðgaÇ·MŽ£ü¤£²T ¬_S.*i²£&_ӝ<£C=ܦˈ)ãúPíä½úТè¢5:Ž +•¨‡lÃ*·ö¦/ˆ¶ÑýÒ +n¾¹1c^š„çé&5 +×ɧ%…܍FMÞÞo*+€Y‰ *1h-z(ÂØR1Ô6S`üý "e\PE_ҟ!G\à,·8r +endstream endobj 885 0 obj<>stream +XËL-Ãïñ(5ÂP(ýCê2ïxÐ.ävÅˆzÇHÌD¾‹‰u.cZ{Œý”o¢Ùa T-˜Ä‰×$ASƒÒ¿£UvŠü¥^„w¾ j{{å|æô¾tuŸ³T [÷ÆæȽIÂ6B_ÕÄgž!󆍙9»œss7 +endstream endobj 886 0 obj<>stream +G¨ +endstream endobj 887 0 obj<>stream +]!i…©y.©Ü½þ„’ú¨€Ò£«¢´)…e_סSËûÝb·›‚MôF‘þ/‚ÞCÈc,M¤‘Õ_ +dž5ŒÜèË]èV.§Öß<¦TÙ¹Éé##þºUT Ԉâf¡± +endstream endobj 888 0 obj<>stream +–6kêC”ß +endstream endobj 889 0 obj<>stream +ÓéßyBEU[ڌ7V]¸—µÉÿDø67ØN,ËáºcÁfÒ´˜6¹Õ4ùܗ YÁ5ÕjµéfÔaZÖ!x—ä‹‚¬±´‡¹†°©Rv~vòœï[3KoW­íWƒÍn,þÜ'‰ä ’Ž +endstream endobj 890 0 obj<>stream +¬­Y€<: Á`]µŒõ+KiôÑP¤èÜJÀf”Âú(²Ñ‚Î!K×ôƒö˜k?ü +endstream endobj 891 0 obj<>stream +š é±G¼†8§°ƒ¥[UæÒÚõîÏžWsU”¡_+i°îBÝ0£\ì +endstream endobj 892 0 obj<>stream +ŸSÌ"jtõÃznÂ)DôtŠxf³œéÀË_tœÌQ†…;ã=OÎ +endstream endobj 893 0 obj<>stream +’F™×ΣqUŠH8¶v"T6ŸAyÿÆã­§÷·Îs +endstream endobj 894 0 obj<>stream +°pDE]è‡cQ£7'Õ$`Œõ÷]cY¬¡ˆi… +endstream endobj 895 0 obj<>stream +1^¸“?=ñû?÷ȁ-˧U¯y>stream +ò—´BKK Ãü”M iT¹È¢Ñ@l™¦§'¯ëã̸°J~´­ +endstream endobj 897 0 obj<>stream +²~Cf™çU{'¥åþ>&Ÿ‚È¢8T·tqUƒ¾~ +endstream endobj 898 0 obj<>stream +nÿ‹¡Š ¡Ólý¬ífÉ%)k®@ǝÜ1¬¶°qe÷Ÿš +endstream endobj 899 0 obj<>stream +QD¶‚„ |õ„ºgÚ|ÊD»öøV³…˜7©‡ªѱFŒ`,ZI]7 +endstream endobj 900 0 obj<>stream +© š5ˆFÜ:Uˆ£Ró´¨}3 –ÿ¯ÚËbÜJ;# Ò +ÇüU +endstream endobj 901 0 obj<>stream +[ ˜—¹^ٖ]yǕö¥^+£²= KÜÃê©?ôÚ + ÃkøœÓ²Âp8Á¢¶6 +endstream endobj 902 0 obj<>stream +Îø~eÀ©|2È~‘E9IÄÝ÷ÀJe¬KÇ^ÿ.\Iy¡z)7é +endstream endobj 903 0 obj<>stream +Q\՞ÛïÃ*Þøˆ³}8YðYÈ®1ëuƒÈ +endstream endobj 904 0 obj<>stream +´•I<ÎC C‚ 8¶Sþ1è™ÞÞîÞà +endstream endobj 905 0 obj<>stream +* ›O©Ìž"éãxY¼Q;ªüŽÞtEåå +endstream endobj 906 0 obj<>stream +ÿ+ +—®É‘Ä.ô&@\šã +! ×~úö™à +endstream endobj 907 0 obj<>stream +ˆ(§¤yÚyµÂFTР’û˜dkj +†Ý +endstream endobj 908 0 obj<>stream +ýe|H”ŸÄþÞ;,{ÜH'ü8Q¢þƒÕ +endstream endobj 909 0 obj<>stream +v$x`'“K-²ÈöÜ5CQÉ Æ-Çoõ +endstream endobj 910 0 obj<>stream +`ŠÂ‹Åõ.9.¨s¦Cþúš)Ït +endstream endobj 911 0 obj<>stream +—¤¢ÚH›$ܝHC`dž FŸGª +endstream endobj 912 0 obj<>stream +¬[”½¸#‚©Ã¯5,±[zÉuöú¶°a +endstream endobj 913 0 obj<>stream +)­³6àÑüæË\’OâêŽE-DŸy»z +endstream endobj 914 0 obj<>stream +’»}ó#©Oð[) `ýÚ]f4d +endstream endobj 915 0 obj<>stream +K#œÄˆöI!°0PU¨ß•ÚǓ0À¨ +endstream endobj 916 0 obj<>stream +—9ÿ¦ŽWNPê êˆ*ãyí©\ٝä. +endstream endobj 917 0 obj<>stream +%ê¼a)—_e +ÞtÉ¢ÝA±¨˜7tLçLj +endstream endobj 918 0 obj<>stream +Õô[JSúÄB Dªi¾ÞSäR'­|.–´¿o± +endstream endobj 919 0 obj<>stream +ûÊbÇvh|W>èYqpbiÆb çÈÇÊ +endstream endobj 920 0 obj<>stream +*„!n·¹¸¼p&‘iW°÷|î8Ä‘ÈøMÀ +endstream endobj 921 0 obj<>stream +”Ê8¨Lö†½Ýg{̑–èc®ÒzŸ +endstream endobj 922 0 obj<>stream +áÎMbýRÙ÷[Ó72ЧBD¤vwBXÔf +endstream endobj 923 0 obj<>stream +í¬2 ºZ¡t¾©¶Aö=Ãîa!”–k +endstream endobj 924 0 obj<>stream +6‘þ\¾úÅ9šàQgø¦¡£â¯à„O +endstream endobj 925 0 obj<>stream +ó°Ë¦q–™dÉ2dâýG§Húí +endstream endobj 926 0 obj<>stream +€‘ԕeº‚„´+4ÌúPpäÌ¥v +endstream endobj 927 0 obj<>stream +ÁýŒî•e¼9‹7EF²Èü\¦¶¿[ÿ +endstream endobj 928 0 obj<>stream +F[knx3å›.¿þ×mjÊëÐ +endstream endobj 929 0 obj<>stream +ç:òµ8³Sô½J J +¦ýˆ¡_ˆg3ð@SJÓ +endstream endobj 930 0 obj<>stream +± +Èɒ!NðÅ_ðÒõÞß>âïs‰j}»g¡½à +endstream endobj 931 0 obj<>stream + ©ã ç`c0Tâ$H*ÞíîK…²†4z+•:!® +endstream endobj 932 0 obj<>stream +1ó±µMÇÞR!‡¼XB»ˆ:„{é›Oe›•Wó +endstream endobj 933 0 obj<>stream +.ßäP%N¿Ü(«ñ2«q!5ÅÖÜã+5< +endstream endobj 934 0 obj<>stream +O¥Q嵊^ŒI½st³6ÝÝ>æˆ, +endstream endobj 935 0 obj<>stream +]EI{ÖB +Omˆ†RÛ1¤`zõ + +’ª +endstream endobj 936 0 obj<>stream +‚Î2ô3¾£ÃØ ôÃ, êxJ·½òøó +endstream endobj 937 0 obj<>stream +Y†”}âi¶õf½¥ÛX\_ †ŽÍ—{ +endstream endobj 938 0 obj<>stream +Q2a_·Øf¢÷íŒë9õdem0*žãQ# +endstream endobj 939 0 obj<>stream +h"âkm·u£]ª¥Ö(ƱÚ;zš©.¾† +endstream endobj 940 0 obj<>stream +· ·öV"k\Ÿ;ekòÁ¦“6àSåÿ~¾Cø© +endstream endobj 941 0 obj<>stream +ýl4S†pû-ºÐ«f³ÉpÊBϮУ‰ð¤—è +endstream endobj 942 0 obj<>stream +Ê©UR[ðì1zۏëRÐ\‰ÀiZúmòâ…eU*¶f)õk¶¦ +endstream endobj 943 0 obj<>stream +/ôāÚÚ×»­ð Ç«~'aÈ·­ +endstream endobj 944 0 obj<>stream +Ì!ôu:®¬mb.Jj HéõÈH§ÇÈ­e]u™\ÿ"jÔqô¤k +endstream endobj 945 0 obj<>stream +»É¢XÓJóêbI°"N +lÑ5îßVp%dpEW~S ¿CRØØn‹Á=rÄAï +endstream endobj 946 0 obj<>stream +ÊߪAt)´it`O^xgüèŒ X=Ϲ\‡Œm åÞ)ÓOÕÕü>é +endstream endobj 947 0 obj<>stream +‹š êqsÙˆ›.N¬iÀÄJOÞa{µ +endstream endobj 948 0 obj<>stream + ¢™±ÿ'-%]ì~.ÙZã•Üñëó½+(vŠX|î) +endstream endobj 949 0 obj<>stream +Þö $+0aƒûÉMÕüã³·o¯‰øÀ[—žýPêu»üzEÓ$ë +endstream endobj 950 0 obj<>stream +*|×#3Á7ql,±þIªT›-wO +endstream endobj 951 0 obj<>stream +!E.²´dçl÷Ê2¬Úeï!`’0½ßz/”tÓ2{~­¹ÈšEn`£« +endstream endobj 952 0 obj<>stream +•Gš dzÜ­¸ý<%äq¬Ð1ìLÉD%›6g:ÿʺ*GÙQMaÏqù¤ó_]v +endstream endobj 953 0 obj<>stream +|¹sÓñ®fÙ¾5¾(¶€ãgW·]ÍpÑ:÷šÙÌÁbÄEø +endstream endobj 954 0 obj<>stream +Í8–j£kè.°*"œÅÊzAiöŕ,ãjCÈl´L'J àdÝFܐüúM®šüëCÕÔç3b·Ø +endstream endobj 955 0 obj<>stream + ç'ßNLÓK ~k4 +SÒüPä_9½ë›¤“wƒôˆ~‹õ +endstream endobj 956 0 obj<>stream +™£ßPÉóûü¯p6“ÿ¸ÈH&še +NåñÍ +endstream endobj 957 0 obj<>stream +YF>ô?ÊƘ¯Ù0òu0’\èët̲êcÒ¦¶Í(y±68ِ +endstream endobj 958 0 obj<>stream +ø|}¦(qf0.)¶?• ï!OáŠhœ™Ã„âQPuF +endstream endobj 959 0 obj<>stream +Ιԇ®®&yN’1Íeï¨zêø%_Ѐķ +ӛ8$ 3¨è +endstream endobj 960 0 obj<>stream +÷{¸ZØëÕó`mq'£œb™¾dÁ Îaò¨Í&Tëíi¾Ö‘géÏ<ÏØ'Bº&âaé|JœƒÓ‹ +endstream endobj 961 0 obj<>stream +»»N£FBŸÆú(ú£BøöçPàk·ç›¡¸ñŠ5a +endstream endobj 962 0 obj<>stream +íöBGc‹ežçY‹7ð~9ˆOñá Í +endstream endobj 963 0 obj<>stream +ŠÉ«²43ÅýQBY"[U'gVÝL7úÿzKyûÑ +endstream endobj 964 0 obj<>stream +ÐË£âƒ]«þZcW&Ol1Çm5ÃރX?žê2ãBS +endstream endobj 965 0 obj<>stream +£øZ™­½sМä¥íÒ©È6vŒØP°Jº€¿ƒï=,4˜¨ +endstream endobj 966 0 obj<>stream +ÎÆ ) ! +šóÛ £p{ی»ï0^ƒI½±o.ˆ?"PÍB-–}¶Í> +endstream endobj 967 0 obj<>stream +:/P½…H<þÞ°eÀ à£ÖÉ*ßÄ_Á\s?o?“Ñ“Åj3{´€çõv³vŒä +endstream endobj 968 0 obj<>stream +ü®ë™¥ýðÉ=`T0cJþHû‹çwœ +endstream endobj 969 0 obj<>stream +”û·J2^G·Ó„,¤3­Q©hBQ !é_î“/1˜àGXE n¥X—ð(h~! +endstream endobj 970 0 obj<>stream +3€éÅÁZGãv`æp*-ç-ÛÌÊYaÂÆ>´–!ñÍÙh°ý`î‰m©BwUáXÖç… +endstream endobj 971 0 obj<>stream +xèjÿ?Z¿)p©"1u£" +¾sct¯€²ž,d¶\ÕmÌe„Ók›/Ü9ôݱ±–AOXéœ +endstream endobj 972 0 obj<>stream + ¶â̤íSÖÔ*ª“‰ +ï_Ìæg¥R{–HI_Ѥ@tu^Ԙ GÁøš¡Uî¦Ãwä+ąr]@ÇÚ» +endstream endobj 973 0 obj<>stream +¡Šèï‚•eT4"ZGkdž<â“#oOHIÇArüyh6>stream +H«®ä‰ì¯íUŠpT©¾§µ?‚³}XÕL›¼¾ +endstream endobj 975 0 obj<>stream +â©7ŸØÑT}¤¼ðc@ÐL¢íRÎU„ÃՃú…™o(3òzc%M…P甊,‰S +endstream endobj 976 0 obj<>stream +Ó.÷£ê‹ ‰ã™–’ýPJ +¤jžÄ:~¢4˜¼´ŠìJúɞ±°ÆƤƒß¨}T8 +endstream endobj 977 0 obj<>stream +‰aÚý4 ?EÒ¶°âì¸õR¼µM?ä˜+Å;À|ŸMîÌwÆ0ËïlÕéô{ç¸=ÈP‰«ñ×¥dZLÐb¼2 +endstream endobj 978 0 obj<>stream +“/¤Ri$À6®?²—;¦&k†~¨”“ :~/„sËb +»LQve# 3¡o/ÅÌ!2R;¨Ï]I€S#õ +endstream endobj 979 0 obj<>stream +–Ã\W5‚nӉVQÑàhE¨'5· E| +endstream endobj 980 0 obj<>stream +±hö.*xAÙkŤ)ßrfxÚÜ  +endstream endobj 981 0 obj<>stream + +„ +š8x^±­ÄöªwÙj¾É +endstream endobj 982 0 obj<>stream +Î×çÕwSGo¼ûJõݦ³/™Ÿ` +endstream endobj 983 0 obj<>stream +'m ¢T èe¶ú‡[Uí“>#`k_ýßd{CQ’¼ƒý›þÙÐ2Æ.ŸNþð–9òUUñ›þ ºÃw×Õ!·Z +endstream endobj 984 0 obj<>stream +¹Ì§}H›0^/c¶#m\/rŽ÷5f°QþHíu*^A‹ß:ºæ§¿†]¸Aãq É¬I‰I±ñ¯8›os&çÜv +endstream endobj 985 0 obj<>stream +¾l´ðŠUmöàu¿§•CՇ¡ÕGJZx†ã +endstream endobj 986 0 obj<>stream +±1̪qÞtIQ9þu\aÛQÙcb< +endstream endobj 987 0 obj<>stream +³PQˆÍ9¾1Dö,Óu/…‹Œ œû'¤Ôˆ‡ +endstream endobj 988 0 obj<>stream +´î* 5‡—Yºì–ýñˆ:·µ•ÿçL” +endstream endobj 989 0 obj<>stream +µT9‰ïeíh„ìI!bÜ6ýÀ‹b’Yª +endstream endobj 990 0 obj<>stream +Ã(ëwËI#åÖC¤ƒüÁšÕõV¼Ç1c +endstream endobj 991 0 obj<>stream + ~í¡æXXÕaÉ!`ô¬5Ànd’Êó +endstream endobj 992 0 obj<>stream +<Fþ‚$п™Ðøso¿»¸%üy# +endstream endobj 993 0 obj<>stream +HâDÈ÷1ðc$7i~´xÆÄ*WS¢ZË +endstream endobj 994 0 obj<>stream +ä†æÝþMóï=;ñ–§™1öIe^‹Ñ¯¡Ûõ Í +endstream endobj 995 0 obj<>stream +Ö ï—Ý™ï”0‹ôáéÍIjrÿÕÿÀüÊÄÅ9 +endstream endobj 996 0 obj<>stream +õ‚½ƒÛe1fk˜:²•zÆÿˆòê¯~=ß +endstream endobj 997 0 obj<>stream +ƒçښz’^…GsJO¥öD˜IbÄí ˜gäv +endstream endobj 998 0 obj<>stream +¦ ¹Þ²^¿‹¹ç²†´‚þ硹oP®0aºu +endstream endobj 999 0 obj<>stream +jV^jlë+¹º}Ñ3H¢¬uX7ÍÄ  œ7Ê1 +endstream endobj 1000 0 obj<>stream +ܑçÞ0Óö1òÙçÃÚ´Ï ›$yO¯€vê +endstream endobj 1001 0 obj<>stream +à +ËÿàqôÄk¤½©úŠ÷±rÚB¨#9de +endstream endobj 1002 0 obj<>stream +¢†GP¢ž[?Ž‡Eÿ"C²¤óC Áò¯ +endstream endobj 1003 0 obj<>stream +øhDÿaÂk¾2b²„˺1ð?%G£­Ê _‚ +endstream endobj 1004 0 obj<>stream +3šA&á±åYS[–¸ddèì@gê +endstream endobj 1005 0 obj<>stream +Š«vù‰^°¹aü¸;aÇdÅÍpkû|x +endstream endobj 1006 0 obj<>stream +£µ2䒭J"n…ÀsT¡·;e²æÝ +Õ@ +endstream endobj 1007 0 obj<>stream +¼„ŽHž°mI0Vk¢\ÅX|—§£m +endstream endobj 1008 0 obj<>stream +a°{75µƒR±–……VhÄb™Ý+¿û +endstream endobj 1009 0 obj<>stream +8‚Íè˜{ßsõص?ôa< +/ª!¼ŒÀ½ +endstream endobj 1010 0 obj<>stream +ÈæàT“«w=-׳)ÙmþãJVÞ =È +endstream endobj 1011 0 obj<>stream +”¹:\2&å +%ICWóÛ0zÞ¬ÝóƒgÝ +endstream endobj 1012 0 obj<>stream +÷h]ÞÏlçp©ßÈ{ΜgC™„†ÛŸTÍ +endstream endobj 1013 0 obj<>stream +à„ãžëߓ¤ÙxühŸ~ztßœ S +endstream endobj 1014 0 obj<>stream +Í¥!¶—&õMÊ}ùljÑÚ]ÇU[ß@FÁà +endstream endobj 1015 0 obj<>stream +1A¼C':MÒ«¡Ú @¦Ê +ƹ|’” +endstream endobj 1016 0 obj<>stream +@k8õ·wqá²IöÐáçÙ7âûڌ@ +endstream endobj 1017 0 obj<>stream +4"ºCÙi22¢9ÆÙ¹9eÛ'É5̐ ËƍŽ +endstream endobj 1018 0 obj<>stream +”:œ¶±ÓÀ5ÁÓC0œ«íWH0Så˜ef7Ò +endstream endobj 1019 0 obj<>stream +>stream +š›bÁfÈ*R×C#ä5ÃZЉ»½r‡´ +‹çx +endstream endobj 1021 0 obj<>stream +øQ Òi¬ÎдԱýŽ¯Tq{5«@Ƕîb­ +endstream endobj 1022 0 obj<>stream +7]¤{ +. v +_Ø2‚ ¯+. õêÚCÿß +endstream endobj 1023 0 obj<>stream +^‚÷Ï>-]OÕ)óL÷ó,JÚzFCMõö . +endstream endobj 1024 0 obj<>stream +Èi¤™s{āÀÝ¢)×~ŒÞKŽk5§ëD¿Ý³ù +endstream endobj 1025 0 obj<>stream +D’õ7ù½øI–Õ}»Êx,˘HWÖ.ãs +endstream endobj 1026 0 obj<>stream +L«ô˜®.„”a;’c(¸38à +endstream endobj 1027 0 obj<>stream +šLç£h¬J‹›¦*ñx ÂVØÂo~ +à» +endstream endobj 1028 0 obj<>stream +™ &Ö½†îGÏ70Ù3È8j"Ö¾Ì@ +endstream endobj 1029 0 obj<>stream +†‹ü™è¦†t÷XUA㊏¾À\Ѥ$a‚e +endstream endobj 1030 0 obj<>stream +ٍɈ ěbxGŽŠ6¾1ï™u$šþ8 +endstream endobj 1031 0 obj<>stream +·”ÒÓ!t™ +úøĪ^ÀÈKúзÂÅ" +endstream endobj 1032 0 obj<>stream +ïÞ8÷žƒMŒq›ÿÛ!u=ýØWxíÅI +endstream endobj 1033 0 obj<>stream +O^ïg³ NÄ©ôÒßÞ˜db˜à +endstream endobj 1034 0 obj<>stream +°‚9» ÁMĜØ=†"îT,nZj¶àµu/¾ +endstream endobj 1035 0 obj<>stream +š<ªÜMÁfïå9—}‘t%U•bfK`â¾ +endstream endobj 1036 0 obj<>stream +c/®©–x“å*[*—Ò\“Þ.…ä)»À +endstream endobj 1037 0 obj<>stream +Ú/҃p–[« Â*kºù>•¸Ê&u>) +endstream endobj 1038 0 obj<>stream +s+ÈOw®¬Ù[ó‰®_ã4vw„mœWy +endstream endobj 1039 0 obj<>stream +ùÃdÏèfA|Aç.…‰EÒ°c:ÎrÈ +endstream endobj 1040 0 obj<>stream +lg-°D4ž¶n¬&òE ¦†Ï_zSAK3®ž +endstream endobj 1041 0 obj<>stream +S¡àûÌ@Û햎Ä«^¯…â¼xo]ç˜ +endstream endobj 1042 0 obj<>stream + Ä~!‹‡!3|(žòEÕ:ÅÆ٫̧âdO +endstream endobj 1043 0 obj<>stream +“°ÆŒ8÷J1á7(fBaza»“îÌKëSh¤ +endstream endobj 1044 0 obj<>stream +Y„±­°"òYÃ'1H«0ƞÌÂlÍíPh‡ +endstream endobj 1045 0 obj<>stream +“#¸8sñkXÙ]F˜-Š¯guäçóog·l +endstream endobj 1046 0 obj<>stream +µÛ¼«+˜ÕnÌxN>ÚìÐÙÓUwù\Ó@ +endstream endobj 1047 0 obj<>stream +óCö¹˜-ëÀN¦h#ÿJU¸¾vNÔG ý» +endstream endobj 1048 0 obj<>stream +Wó’¥ÛôÿSéÕ£Š<ÚjÀúÒsm0 +endstream endobj 1049 0 obj<>stream +0³ÊdÞîPýäi¤öoÝCÝT»Íyù, +endstream endobj 1050 0 obj<>stream +Ñ7BuàŒš6ŠÃÁ«3À¹­ìx(Š± +endstream endobj 1051 0 obj<>stream +zÜàKE u{ƒªD¬‘SíjO0Šmšn +endstream endobj 1052 0 obj<>stream +.ã)§3]ËwˆTÒ*Tr¦²8ª¢¸,:3 +endstream endobj 1053 0 obj<>stream +°³;»/³ UwŸÿ‹;‹N$]ðt÷–£é& +endstream endobj 1054 0 obj<>stream +[—Öž’)Z±VÅcӈ´°X•VJ(l +endstream endobj 1055 0 obj<>stream +7¦éíž-ÊPŽ ½hšsX¬º³’™ +endstream endobj 1056 0 obj<>stream +{ݶù0à.Biµ]·Öw…/!ÞU²‡™ý +endstream endobj 1057 0 obj<>stream +Üh ÃÙPò%[[Zim• .tvCß^Ò +endstream endobj 1058 0 obj<>stream +ÛÁœ3¬ºC‹Þ¶|;øƒ‚ɽ«¦ƒávwxi +endstream endobj 1059 0 obj<>stream +ø…ÕÄ+9·CI¢·ûž-‡Ìñ|Þg_H +endstream endobj 1060 0 obj<>stream +ýTPzŠ¸ŠÍRlaÎhyWщa +endstream endobj 1061 0 obj<>stream +M ’"ª›?WŸósjù¦×*nKv”m»Ô +endstream endobj 1062 0 obj<>stream +ÇdÕÓ54žx‹¡i?“ý\s‚·± +endstream endobj 1063 0 obj<>stream +;‚È=ÿh—d%#úÛT¡«z6‡æ Er)Ÿ69 +endstream endobj 1064 0 obj<>stream +¶ö͹ͩ +׸b’h§Œýä9œßßѹ× +endstream endobj 1065 0 obj<>stream +¼°omÔ!/èl´Ç¾9 Ø7ŒÕë'–l0H +endstream endobj 1066 0 obj<>stream +æÖÏê@ƒ\B2í$ù3¢Û£â€4äÑâLb +endstream endobj 1067 0 obj<>stream +¦ûPŸä×^!å֎Ӎñi +P Õ¥ó¹7ˆû_ +endstream endobj 1068 0 obj<>stream +žá£ •‚Ü‹êáæß :¶‘´åøõ‘êAßp +endstream endobj 1069 0 obj<>stream +#¦í +CkZ“æ?ª<ÞË} tªHÅ +endstream endobj 1070 0 obj<>stream +æ‰$Zä+9ÑŠýå^C4q#E>“‚‘ +endstream endobj 1071 0 obj<>stream +N 1@2Ôÿ)#°T¢‹§¾¥´ +endstream endobj 1072 0 obj<>stream +6Àè.`ÃÝLÕâ÷I„l=`®óF< +endstream endobj 1073 0 obj<>stream +ó>бbÌ÷a(úZ*Kÿ¬•ÆL‘:F^i +endstream endobj 1074 0 obj<>stream +’%É?¬LéþlyŠ\Ù^¯>stream +ÀvyÃ5¿dÃ哗`a²±Ö(íŽGÉ_÷ +endstream endobj 1076 0 obj<>stream +6yJF®%ÕeºÖ ÿ+ïú4[ßð°~¡ú +endstream endobj 1077 0 obj<>stream +k4ÂêÂ;†švœÁ ñ;{4<®l\ƒ‘ô +endstream endobj 1078 0 obj<>stream +y¾Ž¡©ÄbæüËÐZ3õ¢´ÿ>i5 +endstream endobj 1079 0 obj<>stream +ÑóQ4h~ٗL83!»_6‡‹ +endstream endobj 1080 0 obj<>stream +îú«aËÄþ¡‰ß“ézf§s°e>b +endstream endobj 1081 0 obj<>stream +Н¼GO7ì6xý§ +?–c‰îe“ÂI‹² +endstream endobj 1082 0 obj<>stream +ø7®ÏOŠœwK…ëÀÃy@ ¡juÐÝi +endstream endobj 1083 0 obj<>stream +c„žn'ú«6e(ò$æ8ĦûîÂ9¤ +endstream endobj 1084 0 obj<>stream +D³sçWNÑc8ë@«z¦¢z“Òž +®Ä +endstream endobj 1085 0 obj<>stream +n?¶B& 8ûsceÖ¼1˜z]ó%á! +endstream endobj 1086 0 obj<>stream +AÚÔ}ªÕôî1éBjð¤La.âoÈÍBq +endstream endobj 1087 0 obj<>stream +ŠtÖæ/þEú+F¯Ñˆs™—'çqTqê +endstream endobj 1088 0 obj<>stream +¿jêÎT0·å@`Ԝöê™#i¼ +endstream endobj 1089 0 obj<>stream +9pþÃÇ+?Ùv}7o:ùÿÅxÓc-ãµq +endstream endobj 1090 0 obj<>stream +tÈU ÷¦¶Øòý'þøöÙm´l -Á +endstream endobj 1091 0 obj<>stream +ïÝ2®¡KƘÂYnäŽ ˆ»g"º«ó +endstream endobj 1092 0 obj<>stream +ž:H5Íxµ'²+Côj÷ýa¸7Có +endstream endobj 1093 0 obj<>stream +ÛÈ*¦o ˜Ê¶©Üá1ùE2¹ +endstream endobj 1094 0 obj<>stream +W®ª Xo¤ËÍuö¹õeÃÿ´ÐEÝ%+gy +endstream endobj 1095 0 obj<>stream +ò´7°¢óÆf>stream +hTµNC/:¤dˆ…¬áma:§œ ØmÛ +endstream endobj 1097 0 obj<>stream +P¼ÖZhëÊõJÁU!š3ç*¯ãéùrŒXr +endstream endobj 1098 0 obj<>stream +wÄ£´fíÝûE2–—z˜^VÍß{¯¤¢ëþ­ +endstream endobj 1099 0 obj<>stream +·oÄ +[l¶ñÖçÁÝhõ±)£ Òÿƒ|Å#À +endstream endobj 1100 0 obj<>stream +eÕ[ðÈþÑÚCҁNdöÞJõlºg +endstream endobj 1101 0 obj<>stream +®¡ÁàoÕlÈ%ºÁ~KŸÎ­Á¶´Öoiæ8 +endstream endobj 1102 0 obj<>stream +ŸÌÿë›?G<‚ˆÁ¬ÄÁà"§ÝEÚ, +endstream endobj 1103 0 obj<>stream +¶Oüe÷YïSˆoӎÇÕþH*Z4‘@R +endstream endobj 1104 0 obj<>stream +ÀñÿœO`úa\P÷>Ù¢~˜G§‹äçžô¥I +endstream endobj 1105 0 obj<>stream +)iÞG6YÅ]ÊHÉRԖڲDÃÛþ®ì +endstream endobj 1106 0 obj<>stream +? ÀÕ:Üt‰†Sùãޙu€Š¡Š>{Z° +endstream endobj 1107 0 obj<>stream +t^q^¿?g`°» +˜Ï¨ÚË9 žÐ(~än +endstream endobj 1108 0 obj<>stream +f˜½fûkµùImËû ÈŸqA¯¢,• +endstream endobj 1109 0 obj<>stream +ÕR›H¿+ǝá.‰gä04 PÅ/# +endstream endobj 1110 0 obj<>stream +Py‘°Z`¤­rËÚ +wì“n巚_Ù*²'S +endstream endobj 1111 0 obj<>stream +ÿ[TÉÛŽº¥@Yòo4°+-׉~e&6µ +endstream endobj 1112 0 obj<>stream +X̌̍µ…ì;šÅ‰cùÉfÒLóî•y +endstream endobj 1113 0 obj<>stream +覩l¿åKí;lE{† +;œsG)›‘‹ +endstream endobj 1114 0 obj<>stream +àx‡ô\k‘ÃNéuŪ9­§ˆ<,%u< +endstream endobj 1115 0 obj<>stream +ÂÝ©›ˆ|ðú/хX›¨Ëë1GD۝h¤|. +endstream endobj 1116 0 obj<>stream +¦¯ËoÍæÆZ!G"l6.Y5d\­ +endstream endobj 1117 0 obj<>stream +rî›åСØú3+GTí¹ü¸Vb?¢T" +endstream endobj 1118 0 obj<>stream +¦Ï Œ¶“Êg&žÀx^jj]Á…×E™üÇ +endstream endobj 1119 0 obj<>stream +æ‹ñvoû3 ;ø¥ H%“¦äkøé +endstream endobj 1120 0 obj<>stream +.¼ÊI^bⷛ炟cæËh–‘+9§$c +endstream endobj 1121 0 obj<>stream +íÑ3i÷Œ9€ † ›ÒÅC‰û"¸9› +endstream endobj 1122 0 obj<>stream +L>&°&†é¬Ñ,Ý·k“wçmÿ› K“ +endstream endobj 1123 0 obj<>stream +ã°u†U<)¿ÂŸú"E ŸK-$Rø¦] +endstream endobj 1124 0 obj<>stream +‰^ÚRÉj´æý6Ɇ ېuÍàI«L +endstream endobj 1125 0 obj<>stream +eTSº¢m0÷åiá‘÷ÌEd³(“I +endstream endobj 1126 0 obj<>stream +ºÂöÀ¿€6¨iM¥¸t8ï+â×÷’Ð +endstream endobj 1127 0 obj<>stream +OP¹Æ¥euŠ÷•&HjF2¨9ݏí{‚üÔi +endstream endobj 1128 0 obj<>stream +ögªÌ»F¶&`+v¨ P¤KÈH +endstream endobj 1129 0 obj<>stream +o–‡ÃñEw¤¥è Žaì³@›Æ + +Ê +endstream endobj 1130 0 obj<>stream +©½¿|,ȍÕ!.–Ó3‹7kwsú{Ó +endstream endobj 1131 0 obj<>stream +É7ùéZ3[ÖçrÛãNàrSÊÖ@ôíºû +endstream endobj 1132 0 obj<>stream +jý¶eA9›‡†Š'¤äpK3:Åxô¤4èÓZ +endstream endobj 1133 0 obj<>stream +lß5à Ç& ×ÔXpæÂG‹-@g +endstream endobj 1134 0 obj<>stream +W»{µtÙ ï8֛KÄ ~ã©¶î– +endstream endobj 1135 0 obj<>stream ++ 4àáW¾ÞÁåG,¼¥¥­r‚k +¿ó€ +endstream endobj 1136 0 obj<>stream +¨Ð²Ä!SãÖk`$?M• ‹÷H˜ !& +endstream endobj 1137 0 obj<>stream +–h8þ%@o<š3 ¾)Y „VŠÖ¤}ÿé +endstream endobj 1138 0 obj<>stream +6¿íÑlY‰3òz.±´.U5sO¼‚©U +endstream endobj 1139 0 obj<>stream +2ۇèvÝ1#+‘„#KæÏîpgDsò³¶ +endstream endobj 1140 0 obj<>stream +ùþ;‹±¶×ۏ1Aª,T `‰´é€aï +endstream endobj 1141 0 obj<>stream +5IÏC7d³«Ñ:ŒUáx6ÃJ|«[&ro +endstream endobj 1142 0 obj<>stream +Ýèi +¥Ï(œ}>A¡ ÌâÊ¿$)ùiu¼` +endstream endobj 1143 0 obj<>stream +¹È»À¢¤  "㮜<Õ&ÚbY\΂ à +endstream endobj 1144 0 obj<>stream +·)âÂ? ßÁ0™í`{)´ÏÎ/T@ß` +endstream endobj 1145 0 obj<>stream +ÖùšÍ'X‚°)X ‡®K©L 15ó˜5 +endstream endobj 1146 0 obj<>stream +5)¤fÐ瘟ʛŽt)]·¤Ò$»ZÙÂO +endstream endobj 1147 0 obj<>stream + +ÑÏð²x/ß`v8*Æ>ºtûºÙ‹¹J­ +endstream endobj 1148 0 obj<>stream +*ힾ¤°žÑ"û"fÒQ× TL>šÄ + +endstream endobj 1149 0 obj<>stream +ÞkŒ\©wÏ8~ûT»U,ÓlêòG»pŽc +endstream endobj 1150 0 obj<>stream +·‹ô)meq²½=6Ӂí½Y'èɞّ“P +endstream endobj 1151 0 obj<>stream +5h‘¾ô( +yš†Çh>#ˆ:±ppܺ +endstream endobj 1152 0 obj<>stream +7ÏFnÈÍéÇMWÊ“çšFNÜ\Az' +endstream endobj 1153 0 obj<>stream +Ëåkù„ )Ô|Õnï\ ¸Ú4Ä„ +endstream endobj 1154 0 obj<>stream +ü?CÎBTX¼‚lWå¢äËYóê|ð!Í +endstream endobj 1155 0 obj<>stream +¢Äþº¬?]Æî¡Lé-Íö°7àî ¹ ¸ +endstream endobj 1156 0 obj<>stream +¯JXzò¤)/³{ k¨µ„ÃÓ1ÛþO +endstream endobj 1157 0 obj<>stream +'ƒb]§6è4´8ìÇF̪WéâW•=è +endstream endobj 1158 0 obj<>stream +R'”¢úH¯Š +oóŽ´m‡÷Ou›• +endstream endobj 1159 0 obj<>stream +m¹D:Õ½™]6jϜĦÁ äüý¹'œ +endstream endobj 1160 0 obj<>stream +OÏñ½¡,öFªQ–íγ#C÷R u+, +endstream endobj 1161 0 obj<>stream +Gj SJ><@8ŠUCK2Õà¯ߝP†0· +endstream endobj 1162 0 obj<>stream +!P‚Dg8;­g³®"NFÄý7À/CS +endstream endobj 1163 0 obj<>stream +šó +0CqŽ8`hÅKM¼¡ÚVˆ8¨Ë¡>á+.ê©C§ûUÚ +endstream endobj 1164 0 obj<>stream +ðÀp~ûø,-ùìk‚rË~ä œ¿isª +endstream endobj 1165 0 obj<>stream +Fd +b¯ô…Òÿç¦Mý& í+«UT«S+–(_F–uóâ#Óàbpïªó Þ]G劬ëpÉ# +endstream endobj 1166 0 obj<>stream +†cUê$K¹7Hü ¤âªÑÞ è$^ïGk} +endstream endobj 1167 0 obj<>stream +§nê†Bü¶¢Ã1ÁE´Êƒ¹j…$†êl +endstream endobj 1168 0 obj<>stream +VÔݗÎërïÄ’ÞjP¬†Ž•ýrÎ$ +endstream endobj 1169 0 obj<>stream +n s);€>-G²¬cöK]ª‚‡Feâ¥Íɜ +endstream endobj 1170 0 obj<>stream + pÄ6HtH¤"ûœ…½]P¿ûmƒȇ0 +endstream endobj 1171 0 obj<>stream +TÁU“;ÄäZ,¢´`¯m]Øm)«vSj +endstream endobj 1172 0 obj<>stream +RbŽ™s²Bä© áuæq©8†4fÒ +endstream endobj 1173 0 obj<>stream +âù%|Z‰¥ ÷ëõäшTœ­_0\gr +endstream endobj 1174 0 obj<>stream +œŒ }]&»™Ø(ª›züx @ãŸñèíÓÂp +‹ @u…ý +endstream endobj 1175 0 obj<>stream +?&Åä_QØuEk?4¬¨ÂžáÓG%·Y,A +endstream endobj 1176 0 obj<>stream +úŸQ+$ßPÙZ©kq9^fEZ?GÁBÀóÊ…Rã’͇O2‡¬ +endstream endobj 1177 0 obj<>stream +Ø,ÍsòIWá®È›«âôT<†‘‡§ÜB +endstream endobj 1178 0 obj<>stream +˜ëuÙj¢TK¥ß¦¡ŒXùO?“!€…• +endstream endobj 1179 0 obj<>stream +u™¥ÿЖ ­”>«]r/¨?¦²Ëh +endstream endobj 1180 0 obj<>stream +æFI”âZéD~Gºí‡] W·ÓŠÝ¯ÈZ2 +endstream endobj 1181 0 obj<>stream + Ó8„\‚Å-š OxY@ÕåxgÒg1º +endstream endobj 1182 0 obj<>stream + w{¾/âêgÿKªŠ›\Íê{U +endstream endobj 1183 0 obj<>stream +ÕÑèø`ðt]xHŠ—.R½{úòâ3þ +endstream endobj 1184 0 obj<>stream +œëëŸá}hòNrjÿÂ}êÁ˜Œžîñm. +endstream endobj 1185 0 obj<>stream + Š£¨ª>²£úqËÆíÌyR™ë{GÁ’‡æ Y¡ñªû +endstream endobj 1186 0 obj<>stream +¢Ïr[› ]„…Ûˆˆ÷£ª7<ÑÅ +endstream endobj 1187 0 obj<>stream +}da/×ÙMT“3ŒÞ?uE’«éÕòÔ1"`9KV( ½ZK_Ô¹ +endstream endobj 1188 0 obj<>stream +(¶ÁÓêÛ<¿÷±GŒEžCN€ÐM‹ +endstream endobj 1189 0 obj<>stream +¯g: ^ø8…\ti7 °ßä\x Î +endstream endobj 1190 0 obj<>stream +{#Ÿ,¡×Gup]*š\ý#+ W™›0 +endstream endobj 1191 0 obj<>stream +…Ábý©ÞѾäÎIø– sVHfä +endstream endobj 1192 0 obj<>stream +ÑÄ–Ž¼Ÿ2[ªgçhnx|à|æ{ +endstream endobj 1193 0 obj<>stream +U3*hBòè÷(èÒt@Ⱥà†Ùî…DPƒ +endstream endobj 1194 0 obj<>stream +àšÅ™S!*&É TW~vʚ-PNMŸn +endstream endobj 1195 0 obj<>stream +ß¡ÑÀ‚ç#£ 6q…Ãó²âªS˝òNˆå +endstream endobj 1196 0 obj<>stream +œ›“ú/¼ü%\£šÊ·‰”GÚo|;5ÐÇ%–Æbé +endstream endobj 1197 0 obj<>stream +_(Â'Õ8 +Dé^‰$7sRód(éeÄ…Ý +endstream endobj 1198 0 obj<>stream +E×/èd1¶Ý\ӟ1\U–¹ìl¾¸×8ƒJ–²ÿrK®ñ +endstream endobj 1199 0 obj<>stream + ÙôÊóF”]Øþõ¥¼ìFÞD,_ñ„"s¦ +endstream endobj 1200 0 obj<>stream +©Ü:LÂCRöHÓáÎupœ„¬36"Ö +endstream endobj 1201 0 obj<>stream +Ðo¶Ìø‡ºK¬»c7[ìÆQ9dv|‡ +endstream endobj 1202 0 obj<>stream +hŠ̲‰N¬bNÐFFêPŠÑñ°N\7w +endstream endobj 1203 0 obj<>stream +b±S2Kíý\éÆÝê†j¶`h÷í~@¬¸`` +endstream endobj 1204 0 obj<>stream +´ ôþ,Ò…¢Ad2͹Q<ç÷‡"V¹Þ m +endstream endobj 1205 0 obj<>stream + ‰k3>¬?ê%_f®ÙÞCŠ UKoF÷ﴄ +endstream endobj 1206 0 obj<>stream +¹¸ê+šsšPù¥?‰ÉB«ìž«^ +endstream endobj 1207 0 obj<>stream +N®–Äî¼SÇñ èVׅ/[€©TškâYLšÕ; ,Š[» +endstream endobj 1208 0 obj<>stream +ã+¤q1ˆêÞã\ËÓí0©†zÿ.wŒç +endstream endobj 1209 0 obj<>stream +ÒÆÿ¤keê` (ÿWâ£!¼bÞ}Å ˆ=)üðRŽÆp‚ôIçQÓê +endstream endobj 1210 0 obj<>stream +AÓ84(Ãد#õ]&¹$ª‚€n + +endstream endobj 1211 0 obj<>stream + «&sg¡SÈc«”IJË»½†¹« ¸ãÕ& +endstream endobj 1212 0 obj<>stream +¤%7E C›CÿÝV‘Ò×ÔÀbbÊÚ¹§cŒ Àí +endstream endobj 1213 0 obj<>stream +]Ð- ë¸9h~̸UkÔª +ž§ìëAëø» +endstream endobj 1214 0 obj<>stream +I>¬ºb†"Qu4ž°à<6·LD; +endstream endobj 1215 0 obj<>stream +ì÷-áތËD,¾ñjÙh½ãǏ[6R +endstream endobj 1216 0 obj<>stream + ‡Jº*¢fó"%u,MPmé +endstream endobj 1217 0 obj<>stream +*»¼¯ºP "D½b–ñë> øÞ[O‹¹Í„‰ +endstream endobj 1218 0 obj<>stream +íê : +ã?“ÌŽ“ C +äÀ¯Ïí¼c2‚»¤Žæ¤ +eÏ è +endstream endobj 1219 0 obj<>stream +F^IÍ­¡3¸‡Ÿ]މFÒ°. d^ +endstream endobj 1220 0 obj<>stream +HûD¾>ð[gÀÙ'}éë‰_AÀ>oJœYþ f ¯ar¬ˆoeðm?R ©Én +endstream endobj 1221 0 obj<>stream +”ê^ÓGh?».Þ_š™, ûÐ šƒ +endstream endobj 1222 0 obj<>stream +.¯5yc†êFñª½Ý2¬AÃΧîÁè'Ú4 +endstream endobj 1223 0 obj<>stream +›J_(‰ öÃr“ y„ßt}œàýEë{¶ +endstream endobj 1224 0 obj<>stream +öF…ãqQkZ2q¯$¦yjU‰Hûþ<3÷T“ +endstream endobj 1225 0 obj<>stream +Êžu™yú¯÷õ± xfobÇr#RD +endstream endobj 1226 0 obj<>stream +Åà°j‹vÆa—GTeŒ†ß8« ü?¦Š +endstream endobj 1227 0 obj<>stream +T€m‘Xô1íÄqÑÖ,FŽ¿¢ö´Eø>¯pÇ +endstream endobj 1228 0 obj<>stream +‰³ 'õm¹­áÖ~6<ÿZŠ¦‹T¿% +endstream endobj 1229 0 obj<>stream +–ùDšœ ýÛc¦Õ5,³§zš +endstream endobj 1230 0 obj<>stream +“bÁymÒ&4v26R^×=nwyXVdw2º' +endstream endobj 1231 0 obj<>stream +|&MôãP9µ+‹\!…'×ÅçÈÓ»ÙÔ †P +endstream endobj 1232 0 obj<>stream +—¸Q~k•kÓ|&+8Óy3h¯èQ»[nP# +endstream endobj 1233 0 obj<>stream +p~€.žžÕÚD¿;H8±2d†*ºÒṗ8“Å +endstream endobj 1234 0 obj<>stream +€œ{ó \?ˆFD°úTû’\ä*vGÍEÇà· +endstream endobj 1235 0 obj<>stream +“ZïƒKÖÑoô¾-Wq¤‹U.PÒ6ïUÄ +endstream endobj 1236 0 obj<>stream +­-úøäLnµ<u÷æ +ß³Ê1eñ +qÌ Ù– +endstream endobj 1237 0 obj<>stream +ÒG•=ÍrQB~ùÜgA-¿Å× Á +endstream endobj 1238 0 obj<>stream +Õ5ŽÖÄßYÂçUoš{|Œ‹‹ˆ +endstream endobj 1239 0 obj<>stream +ÿ:"Ò2uaŽ¤ $p´|ž:ÜbT€ +endstream endobj 1240 0 obj<>stream +yK¨æÍkï;éŽi×¼M!|úŸ»$äØÀÃàߤ}Û@ãNVà +endstream endobj 1241 0 obj<>stream +œ­)§5œÔ˜‚NIîç.›Ö-“µ‡i ߁‚Ê ‚fElTĖ¸µ +endstream endobj 1242 0 obj<>stream +eýêM Ò*xÎk¨ðÐ © ´êOyL>ü +endstream endobj 1243 0 obj<>stream +$ŸfqÖWAè ­R›V‹°8rrÉ-<Ñù.üûëeñÆ—Æ ø¾Ì쩊ô¤.t +endstream endobj 1244 0 obj<>stream +7Ûk/î3…²Pµ¸p¯MI 9j_M)¦¥x +endstream endobj 1245 0 obj<>stream +yš8¯Hc¶ów%®âyOjqéƒEQŽOåî=ƒÿØ)¸ +endstream endobj 1246 0 obj<>stream +œ>^Vö7L\¥³±ÑÿïÐpÑ .¹,`€* +endstream endobj 1247 0 obj<>stream +def{ݯÖ1Aù"z´‹ÙRçù‹x-? +endstream endobj 1248 0 obj<>stream +fOnZG×£ÜÑÔßæ<¡4cÐà +ls¨X²%ÊÐJßï¿+(|Ç +endstream endobj 1249 0 obj<>stream +X£–Ʋ6h+ú2F#X3jV¨tÞ;¢²˜køò>>—o«ÚO +endstream endobj 1250 0 obj<>stream +úçÖ&ózäÈ"èÞ±–· ZÖñ¥¨; +endstream endobj 1251 0 obj<>stream +c² r¸®ÔÇ¢¿¦HnÒÝD-˜@€á~ݧ )é¢-¶uÔ52ß +endstream endobj 1252 0 obj<>stream +\Ú#êþf­=¬2 Ìúƈf A1eŸ|ªAŠnC¥ÝFM–ÓxUã‚W=†«HÓ®è“Y´jAµå¥Õët20­'9 +endstream endobj 1253 0 obj<>stream +È¢b#mØz½Mïv«Ñ¤éË +<â>Ŧ?ÿ +endstream endobj 1254 0 obj<>stream +ÌÞd™¦±ô2›Ot(|£ü=º7·ÏI$[ +endstream endobj 1255 0 obj<>stream +Ê-É=IóëÔƒÀ[x+[<ØC¡}%jKãb3~¢ +endstream endobj 1256 0 obj<>stream +™}[©Ë‹ë=‡|"^Ã×5p>‚œÏ_ג9O +endstream endobj 1257 0 obj<>stream +ÂȎ‚UîˆO–ADÃpû ¢@|W¬½Û +endstream endobj 1258 0 obj<>stream +f­°hÇ%Ér)÷g²1ÞCmž¹Jðه#gìÒGù)ª +endstream endobj 1259 0 obj<>stream +îjŸf`KsvKÕ×ÉÎ*51·† ›´h£?+e»#=†ÿ$—×⇖ +endstream endobj 1260 0 obj<>stream +סX¨I¸ Ös·¬L”­‹†»†€xˆGÂ'ÔjAÓ=‰Ñ¤.­°ÔdlsŠl/“Œ€M‘ +endstream endobj 1261 0 obj<>stream +¬Àað­~{ïl¢¢K‘·â{&c:‡¯ô“{ñ+pÞÖ© +endstream endobj 1262 0 obj<>stream +üÿhë)¼ö.“ӝ!QOEÄ’χ88Cÿ_ë/2ó +endstream endobj 1263 0 obj<>stream +.•°Á~„T)ǬææåLþ‹ÞDÎá×Õ +endstream endobj 1264 0 obj<>stream +T0†ûbcL|öšF°¤žô œA·?¢¦,VQ` +endstream endobj 1265 0 obj<>stream +&ì¹¢É?yU†«Øý¸¸»O÷¿Ñb‚)õtè +endstream endobj 1266 0 obj<>stream +T,þ\,“úÝÏDœV·¤õ?PoJ­iª9"zÌaªZ *ê=–Å +endstream endobj 1267 0 obj<>stream +°ìáˆV±U2•èzÞërwéí¯ŽÎûèîÅË«yÁFX„IoZª¼¬Ÿ§ãI Èwn +endstream endobj 1268 0 obj<>stream +¦³e§ ½³ôÎG `þ_aã=gõ½éxæ1%z;/ŽzžÐD^½_¼ êº:~ñ +endstream endobj 1269 0 obj<>stream +øÈY½h—2¶P˜ Œ(uぼ4Þ ‹¼ýçÈ +endstream endobj 1270 0 obj<>stream +fÐÅ^l¹ÑlçÕ×Ó&¸J±‚°Ô:ð>G "#»¼H6€ 7/ 9“Œ`!ö! @åQ‚> +endstream endobj 1271 0 obj<>stream +j_âY­èì`‚BZ³Ë(Þ½¾“´Ÿ„‚s\GÈm¢\ý3@èäA 9Mî6]jh…É7çht®%9¯…· +endstream endobj 1272 0 obj<>stream +¹žÌìr/lîìo^i9©R®1âɶ ëW’3õs—NÇ +endstream endobj 1273 0 obj<>stream + î¿R=9˜lí‘融cqxT5pm¼)²«®üÖÐXÞäß ±µæÍӋ.¸F'ék=`­ëªÈCÓH}¡ +endstream endobj 1274 0 obj<>stream +N\Î#Wx{sÛ»œ{ø‰TŒaÀþDÜoÌä¡rsn™0~f7. r®¸àæ¦K|ò +endstream endobj 1275 0 obj<>stream +ú4t"¡^[Ôí'㘟-nõ0!„ô’tG +endstream endobj 1276 0 obj<>stream +ÆÊ)ØöŸ”]K^W¶»£²#?d£·5|ãì°?n_é†F$Ó/‰õìà(ºÌð¡" +endstream endobj 1277 0 obj<>stream +SŒw°‘#ö +§â»½3˜9Kvt®X-‹Àmú.‰žµæˆNídóՂ<dd Á:$”ëC˜$OŠuúH‰ŒaȎQ +endstream endobj 1278 0 obj<>stream +%ÔK>ù°«ÀSÙ£™@àÖ}†͂ÓmÕ ñn¿½g!h~é +endstream endobj 1279 0 obj<>stream +RÅèó÷CÅÿq¦BðZ›”‰™üßÖM +endstream endobj 1280 0 obj<>stream +n­ y¸ûG  »<šgD9¥Úœ‡¸s¸ +endstream endobj 1281 0 obj<>stream +)$¥¸T(«æQQ``ÕkYFµr4އ!< +endstream endobj 1282 0 obj<>stream +hµÉÛº?M›4L=ÕµpÈvÛlž + +endstream endobj 1283 0 obj<>stream +nH½Í³cˆpù–'©¯Ýø«¿}š(Ñ +endstream endobj 1284 0 obj<>stream +;‹X†ÅJ¯]>¶14õZ`ª=…ù^¥ +endstream endobj 1285 0 obj<>stream +î˜4ÚBß ߀Í„]k±6TƒÿÅýy*à’Ñޔ ªÍ:Cm¸D]Î0áF(äºÇƒ¦­H4±oÇUϬ[ï; +endstream endobj 1286 0 obj<>stream +TùH0Û5F qi\j¤#<…+ ?°Z5ùÐL ¿®³¨ª¶L +endstream endobj 1287 0 obj<>stream +ôűN{Î5ˆöHé˜r4î#²¸„Ëãp” +endstream endobj 1288 0 obj<>stream +Á7ð•{xæa¡)òšÖOéõý!RfÒ +endstream endobj 1289 0 obj<>stream +b´Y;®*™)Ð`¸;wº½šr|>⨠+endstream endobj 1290 0 obj<>stream +.xœ‹­^²Xi¯N¤Ï,kåž-Šé@ŒË +endstream endobj 1291 0 obj<>stream +Ð|8£Mçb1R eÅMNÊ»ðÁ¡§-ü¢/Œ +endstream endobj 1292 0 obj<>stream + Òéšã•».<èÜõ "oG6\¬I57 +endstream endobj 1293 0 obj<>stream +¯.îIØOyLß÷fž¿]Sq˜6µyJü~(> +endstream endobj 1294 0 obj<>stream +„†¿ȃØÜ<ä³ñ´5HғÈÌ3ròÞÚr +endstream endobj 1295 0 obj<>stream +FóE \í•/[ Ùm²¬ë 1|ÚÑük¶Œ×±®£-ÓR Ž]¥pš9À×Q÷ÈÌ€, +endstream endobj 1296 0 obj<>stream +ݑñæøZK¹ÉPüÐvåžÑ1XHeqŒÇ›aœ +endstream endobj 1297 0 obj<>stream +Ë®ð\I„w76°~Ê\æ0”háIÞ×È1 +endstream endobj 1298 0 obj<>stream +m~ ÌÎ}Ùùß"$Æ.pòè¢ä’DÙÑøÃ,ßWó +endstream endobj 1299 0 obj<>stream +ÃÔ@x´Å)pšì©*]¢õE¹ã_îM1Õ +endstream endobj 1300 0 obj<>stream +ÐÅì•=9ÐUú £¬¦èëCõ6?± +endstream endobj 1301 0 obj<>stream +ìED†ój8XæIDÍèWr x7&Æ +endstream endobj 1302 0 obj<>stream +´î霷¡•·lsÑ!÷ÉtÍí­:Þm +endstream endobj 1303 0 obj<>stream +§?2ÄÈ2T&ÎZ'3ä¢qwƒ43CpZ +endstream endobj 1304 0 obj<>stream +£ñ” —îŸe"€æá:‰G—ú”R‰ÊðÅ2ÌÐ,{1ÑÖíUá#µ§ +ì0 €ÜlInmÜ~.|:ÃÈ +endstream endobj 1305 0 obj<>stream +óÝâԐlÍÿÝøõºÿ³øwqø Ӄ +endstream endobj 1306 0 obj<>stream +v* õ™k½ýІŸgeˆüí0wµûÆû¯ +endstream endobj 1307 0 obj<>stream +Û»51_•ÀÊy:ò֗`Ól +endstream endobj 1308 0 obj<>stream +éÂXB!˜†fG#%q«Ð÷3^~1bå™ +endstream endobj 1309 0 obj<>stream +ÜAeöŒIÇ3p t´qòÑgÿijŸ±ʁ" +endstream endobj 1310 0 obj<>stream +€lA0Ù5cÔˆËBùMÆËï0Æ ß4, +endstream endobj 1311 0 obj<>stream + ˆDMMßqg!¬‘0á@w}O»] +endstream endobj 1312 0 obj<>stream +ƒ÷œƒzï epb8ã "đTË +endstream endobj 1313 0 obj<>stream +¸Õ՘{ûG£­ÛF>Žá|[z1‡ÅL +endstream endobj 1314 0 obj<>stream +8™½KÈËz)jÓÆÝR8º¡Ԇƒœh¸¬ +endstream endobj 1315 0 obj<>stream +i ieÿKaBŠz*½ÙåÀ%†Éþ!uôƒ +endstream endobj 1316 0 obj<>stream +iéàBßævdvgˆöhÍ$ÖË:æ¸Ïz â +endstream endobj 1317 0 obj<>stream +aŸköçŨ°Wi®B¸OâòPBo¾e¯²da +endstream endobj 1318 0 obj<>stream +­‰ü›¹&ÅMŒG$7K‡BZzº;ƒÇ*dÅè +endstream endobj 1319 0 obj<>stream +ÏN!ÿäÍv ÑL"Á­,VXxÒpug4 +endstream endobj 1320 0 obj<>stream +D¸åâ[9Â,u.¥þe;R„Ÿ}iº‘Ph R +endstream endobj 1321 0 obj<>stream + !_NìÿãSÑÒšsÙÉîR6ÿªðx¹Çe +endstream endobj 1322 0 obj<>stream +(ô÷%p ïÅ$TR™’¾wë#)º="o¼^ô^Ö +endstream endobj 1323 0 obj<>stream +¶ÉË&.˜»¡|x'"Pâ¡Üã>~ªêØUªù¹­ +endstream endobj 1324 0 obj<>stream +U¿R<¥€Å<•j›'óÖTiK›üZÆ +endstream endobj 1325 0 obj<>stream +áÿÊKðJäõσê¹î “+¶úÖV'í¦—-_e +endstream endobj 1326 0 obj<>stream +ÚTâÞ¬è›ë{¸¾˜ó¾DQ*Þ \MtÔ +endstream endobj 1327 0 obj<>stream +yóƒ8`—ì±Óäfôçt©nü"h£ +endstream endobj 1328 0 obj<>stream +Ôk8!}^ 0sá|ýVuòÙF›h6þ‹° +endstream endobj 1329 0 obj<>stream +Á»Å˜úøõ»¹ìýo±uw?{ r¶@ +endstream endobj 1330 0 obj<>stream +œµPˀ¶í.K”  …ÛÃ^¹R€ +endstream endobj 1331 0 obj<>stream +•z9ٞÐ(zeÅñFÍL½ñp¹ôø†. +endstream endobj 1332 0 obj<>stream +t™¡]ÚØha"ÓÚNxÊ2cºïñù…m; +endstream endobj 1333 0 obj<>stream +¦R€è2 G£‡ésÃ, "(H“Õ"Ž4E +endstream endobj 1334 0 obj<>stream +´fkráú¹jÊE6­@^Eš=bZiÒ< +endstream endobj 1335 0 obj<>stream ++ôrg‚„€Ææ¨X]5ëÂ*:ÁÃÖ¬GÁ½>ä +endstream endobj 1336 0 obj<>stream +AÁþ*È0•Gm€[Àonœˆo»>º”0Ï +endstream endobj 1337 0 obj<>stream +bþ£q¼ÔBÏOdØMôÎXH#½Ûq +endstream endobj 1338 0 obj<>stream +£‚L¿`ný?¨z$£=‚KšOü%C +endstream endobj 1339 0 obj<>stream +›€ß2êC%ñƒP¨êTié] +endstream endobj 1340 0 obj<>stream +\ ,{¼,¿JÙÔ¼WzKá3ÅW“$+˜˜£ +endstream endobj 1341 0 obj<>stream + •€Q¤½ºV¥Ã^“²ëJ2¦Ðãä ¡ +endstream endobj 1342 0 obj<>stream +¸M¯s1šP +uðP&Üw~°£c­¬Î¼N÷e<dXÇø£›/)éRj16äþĈóÀ×%,é=½»^·i +endstream endobj 1343 0 obj<>stream +û  D××\íÏ©²èÙ±ÏZ7¶Ç…Wu<ƒÑ·³/U…*ö·ºæx1ÿÓ8}2‰Ì{ +endstream endobj 1344 0 obj<>stream +æïuÛ)»ä6W +ýŠú€>zÍ@ÝBöº6 +endstream endobj 1345 0 obj<>stream +܅%ûE˜¤¯Ë³(©‹¸†;Š²zõ9Srã¤iÔ +endstream endobj 1346 0 obj<>stream +ŽU„®ï`ƧڢJcœöÇÖg#KÛýċ¶žoÓH +endstream endobj 1347 0 obj<>stream +W@ò Më/I/Â´Ô +B/fI¤äþ\äùr +endstream endobj 1348 0 obj<>stream +{è–&`L¦³œTï¶i ãõ‚÷˜cÅq1¶¿ +endstream endobj 1349 0 obj<>stream +R¥“MÚàò¹6¥:–3S±ƒ{ۃPƒv³Ë„ñ +endstream endobj 1350 0 obj<>stream + Ëј)å˜þÍóc’ݵ;ùr‚ë¯$wÈ^6hf—É™9B¹’npËRBFLû¼½Q +endstream endobj 1351 0 obj<>stream +óÙ4Ož¥j}.:õðj‡“¨ÿ¥uqa¯å$eHM¥²ˆ{²Ïº +endstream endobj 1352 0 obj<>stream +´–äaMyP/to×S(̌mKèzݛÖi>• +endstream endobj 1353 0 obj<>stream +•ÃPùËd;g³ï&+m|^ˆøS¸ƒýmò +endstream endobj 1354 0 obj<>stream +š•==¥æØÎ=wàêëùrù’ïÒó +endstream endobj 1355 0 obj<>stream +ÇÉï_ûŠ¢BeqIòÒé‘BžaR5&s +endstream endobj 1356 0 obj<>stream +âDšl` €.WˆˆŸ¨r0’ +endstream endobj 1357 0 obj<>stream +æû7¾ Uíô­ |V„Y¸[£‚M5rÈ +endstream endobj 1358 0 obj<>stream +M´fN›70b úh¥q¶ˆeõÄâ©·“ +endstream endobj 1359 0 obj<>stream +ŽºR3?ýrê3J:h/‚&8HÙê:.l ëû ò…Àâ¾ +endstream endobj 1360 0 obj<>stream +Í$§iA³O{ ÌE)%rJ“ÝÌz_ +endstream endobj 1361 0 obj<>stream +¿Ëñˆª]*Ï35E|HUž–wÙ—ú +endstream endobj 1362 0 obj<>stream +$‰w¸”‡©\ð;~Cì¡P>stream +g¥0Ùc. ÅW¼»?öô †‘h +endstream endobj 1364 0 obj<>stream +ÿÛÍB»)‰IAí_‘Ÿ`¢êº¿7 ¿ +endstream endobj 1365 0 obj<>stream +bÕ¼_lb¡Ýõ:t¹w¼‰Úï+Ÿ[É +endstream endobj 1366 0 obj<>stream +¬v¦»áLì :Ü­ÊÂ×>3DƒèƳÃ>óÈB4W•“ÖiŽCµàÔZC˦f'•:!(Ü +endstream endobj 1367 0 obj<>stream +¶ †•›z&C®àv;8uNh‡ùd@æíꏸfՕxÑ(X »ùÁj.iqÏ +endstream endobj 1368 0 obj<>stream +ÓK€áOŒâÉ]œó'Gí@KN™0ì§\ G¶ +endstream endobj 1369 0 obj<>stream +Ɉ¤Ï'I¹r.5{ËCõ`ýKcúh¨xБ•S +endstream endobj 1370 0 obj<>stream +87˜ðÊIúäÊ]ӗ +*òÔÝ£ô»D&©0 ­ +endstream endobj 1371 0 obj<>stream +ž@ËøJ³X¤Z ~րžtLƙ¤c1éo +endstream endobj 1372 0 obj<>stream +·žÜÐÛÙ`_RÐ÷XŸYÜqhá…Ðj±zÚ¤ +endstream endobj 1373 0 obj<>stream +ØTG½çû‡›P&¡m…h;:« {v"u;_ +endstream endobj 1374 0 obj<>stream +»ç FáæÂ{»½ñ‹6šÞ¹û)”Ù³_Qžp¹!Ã~ßËù7ɨnFá"¯? +endstream endobj 1375 0 obj<>stream +õ6åŽo’á+é€Xõöú’h'ùC_ ñ€¦Õç R?) Lǁ2ƒG!›0Gø“ÅÀèV±¨<ƒO, +endstream endobj 1376 0 obj<>stream +_¡DAçIã^'„ìqIQ}„W¶$\ +endstream endobj 1377 0 obj<>stream +‹fðÉAŠ¥ +·uŠÄ)ά-Ema +endstream endobj 1378 0 obj<>stream +¼7+>Œ±BlV¡q͓‘®Ìnþ‚¨– +endstream endobj 1379 0 obj<>stream +M¬}«y¬p’gúNâéÕ ªC¦qEžHa +endstream endobj 1380 0 obj<>stream +Ì 9^ÂR£ R“–ͬãÃ{µì†ž +endstream endobj 1381 0 obj<>stream +·ÊKk£‹uJ(]EÚÊÜ8Á‘~Èîš +endstream endobj 1382 0 obj<>stream +ß<3žÎǽLu‹ ±L =Œ…Q:<% +endstream endobj 1383 0 obj<>stream +Æ[ûgìï@~}Éñ)1Óú¢ vôµÎ@ +endstream endobj 1384 0 obj<>stream +DÚ]»ã·ŒT-èi›®Ÿqßùª¡7ÆF +endstream endobj 1385 0 obj<>stream +¼4uü¼Ê†;FáE r•ò¢ƒßS×o +endstream endobj 1386 0 obj<>stream +WÜp)JùyÁE'ÀÇbçõÜ >ïÓ®…e +endstream endobj 1387 0 obj<>stream +¨•˜à¦ÈÅküÖ«¢©r’@h*¬ä +endstream endobj 1388 0 obj<>stream +pÇK’Wõ\Ô“fÛȀeèZS&¡Ü +endstream endobj 1389 0 obj<>stream +02EÛWô=y (èUïÖmµ›êfòÜ +endstream endobj 1390 0 obj<>stream +vŸš|Yñ¶ÀÚü鸛µ_JlLàƒfJ +endstream endobj 1391 0 obj<>stream +,éÍ.¥6ÈD‚‘ˆéxf׶ÍÚvÑ +endstream endobj 1392 0 obj<>stream +"ªÆyïäܟ¢ Ãä”ckB"¾sÐ{¨Ú˜ +endstream endobj 1393 0 obj<>stream +¤j”°ò͇!ԚÊŸ(ÆêÔæîzi +endstream endobj 1394 0 obj<>stream + Úè±>üPÌ4eU;·dÀCYq¡5zr +endstream endobj 1395 0 obj<>stream +±Šb"²0)’à„)¤¨Çl£äýTLuá +endstream endobj 1396 0 obj<>stream +cM•’ r|¿˜Ÿ@ò½TëP!žkQˆ +endstream endobj 1397 0 obj<>stream +RÆÛር%¥u +õ ×V_\ydÒÓò +endstream endobj 1398 0 obj<>stream +ìœE˜óÁ áŒ[gDEÝÍÆ¥ƒÉÝÓ „l +endstream endobj 1399 0 obj<>stream +M÷× ^U­½ïpJ%àfÚ'ü¼3 +endstream endobj 1400 0 obj<>stream +lV@nÀЋ׷MxýbAéväßx +_ô2hÞî +endstream endobj 1401 0 obj<>stream +‰§ÆôQÏR,¥¶DœÚ·Á©ªÀ’´° +endstream endobj 1402 0 obj<>stream +[Ï>‘‹KævBOBÂ2—K„óÜ•ªZº +endstream endobj 1403 0 obj<>stream +yŒ@)[ìgRG¼ÕWÃÞìéßt¢„÷ +endstream endobj 1404 0 obj<>stream +ÉÔPǦ¸>ÇÓ-iMi Rã`º:_.‹ +endstream endobj 1405 0 obj<>stream +Ös­½—ŽUusi4¡ÃŸrËt“|ŸŸ…81 +endstream endobj 1406 0 obj<>stream +v³…¿Œ¼23Õ: ƒæ¡ÈÒê]††$ +endstream endobj 1407 0 obj<>stream +Ò²&˜‚pnw1’÷úŸÛÑV%deÎAîH +endstream endobj 1408 0 obj<>stream +!ýê³g.aÆIu¸ÛÜZ‡˜"( X¹ð +endstream endobj 1409 0 obj<>stream + ·(¢Æþ”G>f“9Í¡át~=¸C +endstream endobj 1410 0 obj<>stream +ù äkõ3±kcŽhäcà<œè¡h +endstream endobj 1411 0 obj<>stream +ÅÜLèëà8Á©áÆ^g¨5–2)Ïr" +endstream endobj 1412 0 obj<>stream +ÚP•|­“º™ÈÚPÂÚ©÷{R:žéçQ +endstream endobj 1413 0 obj<>stream +aèUÿV6â¦}Ú'gHòZӋÈõ"’à/ +endstream endobj 1414 0 obj<>stream +„ÖsùÓò.ñêù‹Bc) Pn·µ-j +endstream endobj 1415 0 obj<>stream + +’ó/é0²ñ,q|)sÂHûãR—ã] +endstream endobj 1416 0 obj<>stream +œ~‡ÉØ­£åU–ì{ÝÉ3eæm +endstream endobj 1417 0 obj<>stream +iú¹ê3ùš dêÁ%2}~ûK"»ŸË¿ +endstream endobj 1418 0 obj<>stream +Ü°VeòëÏ"2Ãÿd¾ÝBA¸=ssY촘ª +endstream endobj 1419 0 obj<>stream +×¾?BN:T×úš"*g‘&VOÆ1iŸ4U +endstream endobj 1420 0 obj<>stream +Yp›sbëÉ=]Ёé|Ti|ãzÊ +endstream endobj 1421 0 obj<>stream +q8òDa²hRšO“Ðã‘+Þ ÖÀ©?à +endstream endobj 1422 0 obj<>stream +Û%!Žâ `Ÿ\Q-T›`[åçbz8M +endstream endobj 1423 0 obj<>stream +ÂÅ%S†Ú ðo»2Qû'Ü8k@ÐΣ} +endstream endobj 1424 0 obj<>stream +o%§r« ŠV¢slÉA”´ìù[§\Å9½O +endstream endobj 1425 0 obj<>stream +9å¼ÿÏqùgO_lAUþg$V“—’ŠPÏ`? +endstream endobj 1426 0 obj<>stream +i¨„œ}VCš9È£#½oÇ[‘”²ª +endstream endobj 1427 0 obj<>stream +àL ¬!4Å»—³•Š;®0}òRL]Ï×£÷ +endstream endobj 1428 0 obj<>stream +‰øó‹±+Zgoè÷"RŽ®3?³0£ƒc +endstream endobj 1429 0 obj<>stream +p¦¥Õ(€]ޔ&  ˜réøöG b¡_% +endstream endobj 1430 0 obj<>stream +VcóÊ;ƒ²?2VÁÆ-LùÁ€ÊU¡ +endstream endobj 1431 0 obj<>stream +…u¹×Š^ s‹õFWYÉu·ÿG +endstream endobj 1432 0 obj<>stream +½Õæcp¥~;=ÎÀÞÖúÛ:dE‰S8ìË +endstream endobj 1433 0 obj<>stream +⨺„\2Û@’\ º×§0ÖÂðâ„ïié +endstream endobj 1434 0 obj<>stream +-´(žҁP³«]V̙F‚B +YÅ S% +endstream endobj 1435 0 obj<>stream +þjf¨—üÀµŽrà­nVy省‹ +endstream endobj 1436 0 obj<>stream +X:¦¹£ñg}æ¯9Ö £ÞÎÀzR4ìi£ +endstream endobj 1437 0 obj<>stream +ËþÅÁÇÞÆÄï«*ÊÕA¦ôxÇJá bøf +endstream endobj 1438 0 obj<>stream +np#¤š2Ä lÞú·eí̳Ù.o–¦ÚBò +endstream endobj 1439 0 obj<>stream +¿œŠ5Þ·ïï¨Ïz‚WpËJ“^S€Ïîe‚ +endstream endobj 1440 0 obj<>stream +ÁI͸ ö•$D³L¢Yh˜IW+Œvëk +endstream endobj 1441 0 obj<>stream +QA4SŽ©½#â>ú”™þ>ؚN0;l6 +endstream endobj 1442 0 obj<>stream +ǟ‚< Ü¡1Ö&†c8‚%÷±æÙ2a&{ +endstream endobj 1443 0 obj<>stream +Ý=–†¹;Ùÿý§‹Ø *ós¥2Ûác–8 +endstream endobj 1444 0 obj<>stream +õ÷‰.à'¸áœÒЙ1Rèìmƒ0 +endstream endobj 1445 0 obj<>stream +0¡×•IêNf琇¦Åz¨§[ýÞ@c´ +endstream endobj 1446 0 obj<>stream +qÝï~º³o&õXô¬†˜f³nvÌÆEˆ¡ +endstream endobj 1447 0 obj<>stream +łXði…SåïDž|Ó]"h÷ ¯LB7 +endstream endobj 1448 0 obj<>stream +Øl”9AŠYMWå¶+ëÇæ5É&%Ðh=´~ +endstream endobj 1449 0 obj<>stream +jUéÔè7ûr⺟ŠØÚÓnP)| +endstream endobj 1450 0 obj<>stream +QQípu!ß÷Üƈ Ëü&ûÏ +ݨ“ +endstream endobj 1451 0 obj<>stream +ò€ûíô°cS7RPM©ò»K…Ï +endstream endobj 1452 0 obj<>stream +®¥h½Ìäò³ B1 -›ßÕÂêvtÕ +endstream endobj 1453 0 obj<>stream +¢DçþÜyuMäüè5džæž‹îÛê.¤`ú6 +endstream endobj 1454 0 obj<>stream +Ã÷ØÆN°Êìé"—|0[Ý“j§ôÐ +endstream endobj 1455 0 obj<>stream +;ñU,6ðz=Ì o›èÕ$3܎ËmIz +endstream endobj 1456 0 obj<>stream +.ü!6ÓÎ[ÞO"Ì®øËCîä)Õ]· +endstream endobj 1457 0 obj<>stream +ê¢6©ÂoìˆKˆÏK7ÅYå†Éõn +endstream endobj 1458 0 obj<>stream +Éü…°(") +g£f÷y +Ÿû§·˜»ÿq¬;;õfc»[§<Ÿ™¨—-»º}žۓ= +endstream endobj 1459 0 obj<>stream +A#÷äå7¤?§°±âçŽé®’\ç|ÇëbG’xTÁÕ>%àvüô=Þœ†3¢Bæç+u ²´ +endstream endobj 1460 0 obj<>stream +XD <Š4ÏÅHÅ·œ˜»Ú]nçÝÞÅ° +endstream endobj 1461 0 obj<>stream +|ɳ=Ñšøg0– Nyd£gxNuÖp·‹•´5Å W!5 +endstream endobj 1462 0 obj<>stream +VQ ¬ñŸÌ։ٚˆ Y€pµæ—¡ÒìnE +endstream endobj 1463 0 obj<>stream +`þ4E>„¢‡é¢äOÚ²÷!Ó.ª +endstream endobj 1464 0 obj<>stream +b>ÿ«%ؘ&Êxõh>w@ÚÞç2¹-ÒDí +endstream endobj 1465 0 obj<>stream +’•7X#›ÛáV*?vÂõ'ô%4ٓ½ +endstream endobj 1466 0 obj<>stream +ß÷5§„¥BâÖÉ*ýfœõ³®Lú%Ëž4{)»ÊÇ +C +endstream endobj 1467 0 obj<>stream +wñÜ­pƒœmûã÷£“zÍwGQ&d´\/2{ìñ¨ëÕ)‰Ï +endstream endobj 1468 0 obj<>stream +Eè{ʛ^I­Á (ÞjøjD6ü­ +endstream endobj 1469 0 obj<>stream +$‡nTl ½w ¦×>B[“—”B]rË7RýÆ//=Ç +endstream endobj 1470 0 obj<>stream + +\àüËFEÁu•ð2º í?‰¹‘| +endstream endobj 1471 0 obj<>stream +¿o‰2+ ÕøÕS9‰ÏÝo2L"Ù¹53g +endstream endobj 1472 0 obj<>stream +SÏ㸹›þšàŒ]Lƒ5§7ߒÀ®ý|­¾ +endstream endobj 1473 0 obj<>stream +gÍõÿ¡ ÛQ +e¾„å7kO@§Â± +endstream endobj 1474 0 obj<>stream +Û?†ý+e°š\Xë¢ùÞûŽ¬Ü¤îq¬ËåÎ6žóÜ +endstream endobj 1475 0 obj<>stream +tD®ÅÍsc‡e_pñKlÝ$õ½u¨òd;ð]’ +endstream endobj 1476 0 obj<>stream +&];±ßD07SpOû¸bI$ê9Þß jÓ +endstream endobj 1477 0 obj<>stream +±ÿ R÷žšv~LÈ¿;5}fºÍ®ä¡i$šœí®ö80- +endstream endobj 1478 0 obj<>stream +œô\­Êtú²…ÛañîϬ¦:- æûV®Û +endstream endobj 1479 0 obj<>stream +3qSc]({‡‘‡¿yÿ>stream +@†às2¢3>ZÍ÷ñ® .+b“{æ +endstream endobj 1481 0 obj<>stream +ÌÏ NÅÑ9¢KQ;o¦º.w#%9yó.‘ +endstream endobj 1482 0 obj<>stream +Ó}‘ö|X%˜8íÄÌu_—!,QBـM‡m€ ÅcÏÚS&ñx +endstream endobj 1483 0 obj<>stream +³§Ž/iß,Y=1jQšñ(:° bl”µz§´Öµ°JKžçX}6~‡ùë2—(ßä6øâTxLÁýh‡l< +endstream endobj 1484 0 obj<>stream +> +h“d¯Û.XÇw}Ú*d¡™lv ô° +endstream endobj 1485 0 obj<>stream +SеŠ_^Û£Aiá;ôL‰±Ñg–FÑL—“O¡ +endstream endobj 1486 0 obj<>stream +L1¦‡Ø8³®"_¿þAºœÏÊ#¼Jéðñ& +endstream endobj 1487 0 obj<>stream +£û–pAJ/•í0*âìÐäËú +endstream endobj 1488 0 obj<>stream +áªú–Ir™²«ßW²Å§zs b;eš£.( +endstream endobj 1489 0 obj<>stream +‡ü-o1ŸtÜQ•r«ãAj{2í°¬ Ï; +endstream endobj 1490 0 obj<>stream +XŸ/Ô &ãŠO²rìkB‘ÁÒa&.-±ð¸ÑöºOq쑜#‹> +endstream endobj 1491 0 obj<>stream +ÔULmh¬#^Lšè²zÜ6±u´§¾5FØP°[dj2Üd×ÙÞj!]D—(Ďí¥j•„¦íó[“×ü^ +endstream endobj 1492 0 obj<>stream +/7š÷ì­9cãiUÏmA¢üÉ2Sú†• +endstream endobj 1493 0 obj<>stream +òŽ7ŽpÀ°`ÊϪs¢ehÙðl¹rôCµ–M¡öXÎkÙF +endstream endobj 1494 0 obj<>stream +´QÍÂ9Q_7`þ"tÃUTŽ;ŸÜÄ +endstream endobj 1495 0 obj<>stream +Ïñ´Œ‡hH[1–t·²@oyèÏýÛÈ€ +endstream endobj 1496 0 obj<>stream +y˜ÖQz²èÆáT“¶ Á8ß.ӊ΃b +endstream endobj 1497 0 obj<>stream +\ñÂ:êb•\’²[º@! +c ¸8Î~ç=á­ +endstream endobj 1498 0 obj<>stream +5²„øZØ + Üe\¶@Jî:ë©?‰f´ºæ—ˆ¶§Žüð¯:ŵN +endstream endobj 1499 0 obj<>stream +·Ô€ Ëh:jíåš%[é®hftÌDg†Aá>ÀR#ã3Z§dPM‹7˜½…O±Ó.Sû=tn $ ¢ +endstream endobj 1500 0 obj<>stream +PñýLk•âëŸâ*ú.e©M#–—ÿ +endstream endobj 1501 0 obj<>stream +l]ú€ý­ž;uß&Ŧ^ò(Ëð(¶oq”Y\RÙ[ +endstream endobj 1502 0 obj<>stream +®k=Ԟ³–.ó¢Ý«”?̑nç +endstream endobj 1503 0 obj<>stream +!:¸´ëø³ðÔ«Ê9 +rÔ±>W>9 +endstream endobj 1 0 obj<> endobj 2 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 3 0 obj<>stream +­~¤>pX s)™‚z½ÅÂöǏ`œïlüþŽÇðžÖMPîŠ&«Éû‹ø>üš´÷]9G¸ÿ½w>CýNps¥ —8CQ ¥aQ»ç7ßP|™â]À~$3“«ƒHÖÄ 46#& Ü!Q”?.¥oP{GAy«àÅct®7fFªa5-F@uGÕA€ûź©N¨§øjn¦ +7€õ=Ex4s)ý›.ïüƒ7Ž4¨ÑfÔ•îØ ›uÎKé5·£¯Zé°yp5ÈWBè9Ã×/Û±#k›pËmΉJÃD2_$ªÞHÛ¦{îÐ=ì´ òâtݾãïP&pÙSI0RŽ·ÊžF6•ª +åÄãì ë]š{Ûs[bV0Hnô‡Ïà÷ɖêBé†úľjJŠ=a+þXª4åÄâ2ùý¯§áUøé>ì.OíN4¶ŽCknýì5ˆÃ?äQ.Üx†ûYîýXÌ^Ñâ»T2rªæ_w¥Ë g\«ä¯.̍25wï¹:—²ß-î»y‰«üºÈŽyfÈc¢í·Î9BFXM„ĠòÝ0êYøS$ÖKƯs»È(qÊX;#Úy6€€Œ…û7 +(J,±Îˆ§OOãùuw”5Ý–Ák¥§ŽyJQŒðMø`=ÿÀµBOÜ1üsTŠ¦VÕc#¶^õí{Ó1A§…¿üØÍOß÷ÙÊÊ(:KòêÐÝޔñ¡~œç“¾Ó , ñWí>•÷˟Ð}äØÈùÏN¤` äÿÏ@ö%}{Xß±»©ybñðH7¤™jÏH€ä•Øc0[dñ£Éú–yÀÒ鶪Šq_³GêNU|x¬Ê‚Š i>¶z+Ká”gL'°=Í3Š\yõ£­’ S@] Îuô(_Dòº¡?!*«ÅÐk-‚þù')n&¯\¡WŒ'琵ˆvEÌ¢ËàuB2Ó±¨Ú¤)¼zîõñ¾ô2Þ<,X)ŽåŸâ^9…pô5ŒÚJùçw˜y +ý2› ˜#ôÈudÊѸ,ü´ì–66ÌöӖˆQ­^9ìʒj3…e*ñ + E„¶/Lݐ–_¶Áañzñó +j=6û¨?èÀÎv:§Ñ!/BÛóËK´¤‚¨óX:‚í Gƒ†ÂfdiJ¬Q{„ùlK!ò>¹òÔ7ÿº­îG'ö˜?àêÑï‡0?t«±ÎÀ‡Ò +endstream endobj 4 0 obj<> endobj 5 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 6 0 obj<>stream +'d¦Oò08^¿À7‚Sx^49#ìIî»»‘‚»º“…º•Î*ÃrÜCە‰ócü5uÈÕ9ø.÷©ÚAQЈ}?$g‰FÍ4HQRxP2Jm´K5]åjg÷ì«ðYW"£»Éœ‹&hÁ']e§uLj=Ÿ…•)r5³\RÖ^͕\â5îbã3‘käAw¶×õ¹]PM™õwƒéTَò‡R2˜½ú«!.f6µPêÿÙçÊË)g?ᡍT¯ázDÖÆcj=±±ljíW§ÛdQlo<‚ ь(¼qÛSґ̴`ñ]¸^¹Îu(m/ŬۻÐ4õ¢¸ím“ðÖ-¢<’U%Ž@C gÌO€ŽämèJB¤ÍysJãœG†—j¢úŽ£¯ÖSPÿ,àÜCvšSOÂm¢=m¤ò5ÞC<Ü+Ã0¸Ùò-ÿÇÒSœXš[KsŒBæšžÅQQÍf˜(šzI«{®h[»®œUC­gÊ2X#ˆE†ôƒ á(Ôۖž\_ü§9Zƒ~ûP‚ôç—· QÌñHè~äd–§4þ2& ©M)_Rù4aæZ›+Þ3æ@/G $ÕJŠò™À\5‚t銒}–kŒ{ksøû"Ë|“FS‘è;ǹU(’iL˜®\òØLì‘9±%Ð €Ã1»¾)»WéZ/¹:‘bÑºúXpª:Dú6Ðõ~h vÁ-Üò÷ªK_Ôc©aŸ°>¯¤úšH-k£Ö®´C)eøsÄìÒïçá5¥Ô"7U#~SÕÜêŸ'ÙÛ´ÛMoÄÄlA˜×0ò–kuì~ZõX„Û÷C±Ò#ó%þ˜J‹÷NMÐïGv kgOƒ)`m¸oO éµ®™œ_Hý@ ¹YѹŸm%e&¯H§v§á9~ýÈÊÝб ÖöÎl µL—Ƶ dú牻ַ¤iËé ×K"ð\…³€Ð¨WŽŒžc¯1Ïju88›~'ÖoŽÊY€Kóò[™±(8ÀdCˆŠÊ­Üƒ×Êq(·Ø5Ë -xC X!—Äv-›ëŸ2&|lVÍi6´¥8)ϵ==˱R  êMÅç»6n/ÛԐ–‹gÂ0Òû%®.ÃaĒòy9¡µ'—µ¿~ݲb:=;«M5~J# €ôPÚC»ØÀëã¿Põîc©ZFËfž¼lÇö9h{ðñ¸yÊ3ÍbÅ$N£}@Ð×$Öô=_´€OÑckÐøˆòˆÕ†ìv,e‘­WÆ*™âDZû’ó•¢técšqÂqµªM(%&õ% œÅÙ²ŸÏªà:&훟¨%òsØGL »¼tc`qpÈB²ôA‰jkÅ֐I°óÙyÚÕÙj»›Q—¶Ôˆ ö`Ÿ¢‰qŬÿù'9†÷î‹Ý )h˜¨·ÈãÛ8ïÜ6FvĬó¼ã–·þ³Q8”Äv4Õõ-†å%Ú'ÄvôçfçxÖçÛðû*­<³žt”6I |ñR›Yt†T ̼ŽŠc'Ü祅Ÿ¼Àtv“b¾JlšŠÏEZNîMnŠØ ‘кf™ß™’Ù$:|d)ÂcÍÁœpˆF1{·žùùy <'ÎØîÛ,¹÷]QÆoKSTfêXßÖ´ÛGÅ7ç%±TP' ;aÇ;®~0ºš÷ 9{Ä@œ4¤€ÌÑf*zD‰î3ôÑL9‡"òí8¦ÞÊê%¦é2fq"Œ«“Ñ»fž—z:ÄÖõ¥·¸lñ’Üä·=§±EQ‘ÙûZ\öïÔFu^.Îj‘¸¤Uy«bøt'A§æ8Ð3±±zÍÁõquK£> ?«w1ê"Êõ_ºú\þð[ÝÚTs؍ڞñwš_Ô5¡gLüªµ÷âý}¦B®Q0”‰­-VŠÝ 8Q*O¡’æàRÔE#ÄW‰Ô'½ý~2§s\ßî0D¼¦fÅ·4>"GGµ3Ú«þaêÄI“Äø±:öÁ+—¦YŸÁ#!c% ¨Þ ˆ؂·Â>ç‡Àó¶tÀMé“ÈeÞõ‹p¤òm'Œå—È1`~yþ²Qq5èÑdµµeÇìùUç‹Tn()ê&«‡”»\õµßB? ö‰¿»”uë圾‘;.|äË·'Ò<5ßÑ͞ûP¶§‘ièÄtÿ§N%DY´vG_Tsþ¦²}H56m“ºƒì¯DPí‘ÿh|ñÅ~sýà†±4Üè³Ü‡•WöàdeçGÂÎ,„7%3wþ2æ9牒Üzc}Ãè†(æ[ÖÂàAw‡óÙÑ2âk7â¹5"ó^ú(<Þ,˜3;Oøô)v^;í ^½Þt Öğ½N.éAè|‘yÎ+…׿óIp“_½b’Ü^9‡”.­”<2¡yÌ +g;ÒÌÖ¬ò#H|ù0žhðq^•FV¦ðã7V:‘.‡*áÑ°/@y~|ÎâÚiXWï\$«g¼C3EÔáV´pëÍԏz—%Åo²˜ëÆ+Œ)¤¯ã9;Ý3ø ‹$hö"5ÄI~{›±óIÖ$Bôì]•T–pÆmÞVQƒ^ÂÜ_J Øf¸¼¯ ™R®iÚ™pxÁ¥‰(Ûõë<~Y)T›_ZVéÏ$-w§ùûÞ#y.z9äïOR‹Â¯”ÆÇHþ—Ÿaö,¢UåtVé¥2ãcŒidS‰ÁqILà‰Ç@r)ÖÛr⍽<½¼Ñ5 €ßOpÇ[%X+ĶڴAˆ%„'*_ÍÜf"ýFZ‹ÊqXhÒúÖS¸Ð”Qæ&AÐWE¨IÖ¯Ž˜ +AsÎù®C"èäˆ*©u[¬Iý¾HE ªÒ^¯Æi‡$+Òù1Áj%a€y£7sZ"¡äJïe}OZHoþsŒÓ~fÚãÔ? °zó4§ì“­ázܾÑ-û ³›Õr= áë”(ˆŽ† Û ¤†ï¼IŒi×ûñ Ï$¦ž~:O§P-KãÐK‚è×gÚÑøÇxͪ‚½P‡òYӞ§¾à&oËØæD9ãîëfA †~MŸW +F X8fÉÿ.Ì^1¦M.Ù2ÅRÔEÄó7?¿ø¾X…JÈÁ·Jéf&5c¼Ž§ ½QšËEIlµm§ v¸²8t‘.&¹¯Ÿ‘Ï©Íëo$tqÜHπt& 9s¬ ¬`*yUœÍz/ßÖª@Mˆø5 ;NÝdX;º@8çÐ74 + ÇÌï»Î‚´ÇeÈ¢'σ zØ4¬Ç’q‚, $zEþ¬š†<‚Z\ʵÞ<…֓âvØ°˜Jž‰Ll캪À hWz0ïԁân¤s$dSZû,é(n¤w0üQwl?tÍô‹^Á¹ÙæÝ_ÌܚïÚXlPŒ´Wy4=I»‚…ü?ykÏeÅäŒø%o`’—ÀWɺn“ œÌÓY&µGƒÜoõÕIÒ 7Œ_`ý¥¥Æ1Oˆ>4 {Ãiåÿ]0Ð֏ +PsË-Y†O§ÇïǨ 0tâôE!çZ²MɲT`C?z/Áskö°ÑÓQݟ ‹û¹±d· â=´Šs—L&”Ù}s½%Ý-åG5 +ß'£Խ£ÉBØn6ê2ÔOLѸ#‡ÑDäHôH#šøÀcž  >¬–»°à”gÅĉ·bHø +ö> þS©irãˆÝì¦@è8•Ì"ø…؉5c7ÑZä îÓl»Ábà 0T²îDtϪ‡r)XñŠ‹‚2$/ýB(Ǝ•Á’ÉÚ?Ã÷b÷$í.—óE£1¢ôe#?ÿÌnk!ØϸŒšàn}Ð3åˆRæïiTRþÚÉûDæ-ل薡yµ"òæÓs@÷£iÖ䡸 ¹·ø¨ÚšqD«øiImÓpB¡¾O“¢h‘Å/ÂäÛÜxbÐêÎ l×ß7¯RÖÅæµsd.—ýþ¿sPtnÿ>/ 0ŠÍ÷ 0ÿÿÓ\6=¥”é#Z¶=¼R«Ò$Ë!„)ð¾è^î@ÐÅ=D˜/Ìc.n¥ -pò÷tÚı +¨7ILËlï–ÖÈ u‚xïŒ<ß|1QuÀ)SÚd“»æ„Jȗr Y­Ÿß®™J—`à9jôSÖò8´qEžG!ÿ66; ¿.Ë­ ïªaÇT€kª×¯óúò¼ [L݄íJ)AkˆÍ˜,¸yk ˆ>g(¥Pè\’¶Æ lF˜¶¡ÊP€O»ÛCzK_px{-dh"NcAoGš~HtN¡[*3ˆÊ’—6wþŠ5h;®-›Ý<¨¨ &èk^ÀÇ9çß"î=$ÛñzÅGÌséµïïö‰ýç8,þõîy¦tt¾T |Þ/’ +ÖÚñ¥­Ž%‡ŽÉô®HÆì[t¥Œ‘‡¡DP÷#ªLDî&D³Ýô“™ÎaÇ*TD ݛÉ`G10ÌÓò /¬·ˆ‚ÓKßÚd!Óv$"„ÈfÑB¿—Þp÷q±|Qnb0‰D %rėËî@‹G˜4Xjž™òp[ºÊ7*EgɈ>ÈöQÁ1Lëás½¯)ýcü,²5¦}£Ô­-K»”Q–ãRÂV1h^° =»r/"÷Þ2ì<„"”§OæŸ*ØÍ.È`žL:SMO—þ…¹ôrkÔÀICÛ`q°Liâ蹤ˆÚ¾“äs…Ó÷/ï·NÚìc!Ï­°žKò¼Ñ\²°:SÀÔÐÌ­If®ÿÊAOZQHÏ8.NÐñ7º*Y­ÛVDhıèŽ)d¿@úº –[û$¥Ÿs¢»Âs6}æ£J(‹Awööѯ‡Ï{xÆýì± +fUöîg–”:7Çu\͟+¬Ý')?£ÿXòëz¼‚ÔSUÕ\¨.MÚgÜÐñ¬[ò3ËYRܹÔ×rM\Z× hD ׺vâ`F©Q"q#£Cs÷! äÏ÷WÚ%y·¶¢F›„ ðœ“úKv8ÖÐd™þ8J[ŸaºÒ䬆@ár¶ªGfK´•àØÎâÏ*ª~…‰°å€sö8‘à¯å@%z‚ï<@ßð5þ['KâZ÷#lw'œþêXñ”<á¬S¨Ù7D;¿1I§…<#0óX(Ï &Oå³ê%¹ÄRµtÛ{yÞBÎ>eĕ¨~¾ˆ®¸èÐÌNQöÝâ†^œÎׅz2ÉáÙ;߸ÆJá(Öp[Mì­y<Â@ÔŽÉt0Ïèè4ZßÚ£h¯¸i¯Éƒê_:y-"[ŸXlZ¢¢Qé­öàD͒3Q“~ބkˆD³—ÖczENjY•ýe`õ%_§Ç’¨R]ó“õ9ØñNŘÜbÂð¼Ï?" )ßéè±Ø¾=‡­Ö°8ÀÔÓ¾rÎÀXY¤bÕeï\+‰Ú+´°1´œéZMœåۀþ@Q4ìïZ—ñþÞñÖÆöÚµCH×þÿà&.K\Ø+pÈÎdµæ9µ6Þïm”’Q—™=j;þU[·v•j¡6€2e©+V·a—½Sw4£q +endstream endobj 7 0 obj<> endobj 8 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 9 0 obj<>stream +·uú’öXESôÕfh\ᚗk‹þ‰„@íۋɐ†€‹vÍѕ%'bD*ti£ñ V¸ó®æV‚ƒ~~é-%Åú*q< g +:·ü›¶Ãäé~~ÚǼ¡þýÆË\Ä"jUMw˜9õ.´>‹ç‚¢ ³Y•d¶ì»Ýx- % +ïZ¢µr踼¬!+Ö¢5`oa˜9ŽéŸûãöfÛÚ[Á݈L £ŒÌE<€aÍI_cRCÜ×( ïòáÄ¥ÜyÕ®Ê÷_±b’Zùà斴y¼Š|jÿøOI)Ó@3|`ý3¡Té #þ¸í™LìÙ§¿©m¾ WXî³?±šøßVUé#£Ë1_ìþx¸X¤E”N[/KÔàäf––ˆ§¼àm“G­Œ- kæy¢H¡1ªzE9'ŠüƊœALzÉÛÐH·ˆ2<PÅû^97/ÿ<ø‘¨¡û±¼„D*77ŠôW®=lÖ˛жŠ±Ðjà±ÔÁå÷ìãк£ì?²Fï”g‹ ¼q3K[”ÏÀ"ÉŒ°¤w…Ô¢ #×Re±Š9ôäWB¶¥XUUù]FWû¸—Õ—1ó$¦uÐ{H˜ÎúMk¬Ä÷u ‚,å(ÞgÄ+Á³¤UT£R÷èK÷&ï8EÔ`MR)·2–‘þÕπS²_¯êC þïÓnϪÑï"ÆíD‚ruƒœwH|!Ó«RèŸ(9í÷ó~ü'‹Îö"ޛ S%Йöï.þ)݆Ù|]2a%7©H;žaXP'SºI¿¥ ™4ù ƒêVŽw&t$tc§nM…ÛÉáºqëçåèrüô†z-ðáKðî¬v¥bºÓ&/ÚÂ"ûm•qÐ~Ÿå׶n$“ÍpÊu |aô¤¤0/¼LÛ‹ Hmé_> +‰©“!© ¢Ž.â/4 ‡,‹ñ"e'e»!Mì¾õzº¶²aG¢T8 w÷H]¶¾£¨Õؼ@;µŸ÷¨É!†T¸FöDöÉ-H1°¹Âø#}·ïÏ=wÉMSô`7¡¤œz··½Ö¯×œßæâ}Ó®tÉàòôÛÔ3yµ8¸+.‚}lÈ2ù|ÿB¼‘°˜ÍåÜõDáÓþþ‘$ÐC¿hH_…û¯g´¢$gkͱü4ÜkÉÙVŸÏä²Yð¾î‹†ô”BÈð8âÓóüˆ¶Ö}ÁÅuJC$ŸXËöfgh+c õêQ¹°ÞDj7 ‡m¹t>ûКåîͳ÷y<6ޜ ttsq0sŽ7)NÉýtï4-thèIWf)¹ßï ++ån'‘Aµ•©#NÖ>û¥iÆ¡']óþ¤­Ô´SYlsT¶KÔ!?^³òŽÛ©:êܔ¶Y'Cm4c祼£ŠóàÍÉ,ã獈$I¢yô‚R·¤ã§«5L6]Œ—د\#Å÷qÜ© +c*Í2Ä ;ÓwD~l1®tšýQ†¢`â@‚)“$®§“ùù"DVm”+º!¹¨`(ô/Ä91¼Ã¨\…0²o€ˆ +ôhìæüÁKRi£„éºÈŒÀz‚W?[Öææp ]r7nۖHôºÒøøþ2òp£ o×t@ÈÕÂüÏ-5”dU¬{Iõ—Ýxæü6å®î-msä·¤GðW’`CgÊ{èLÖ¾DØIJ€>îai­®¯¾`„—Æk>ٛnNû˜¬¿ŽÔ€mízgŽN#>&Ùðª÷TÄÿ ÜŒ{öÿÍ$ç8hk§„¿b²±öÝÛ·0‚ð[ùóuj²!îÙåÔÀ+Z² «¢´<ŒðâWw,€7cföéØ­;{Ww¶.¿©ÌKÀ'uÑ0·$wŒèÁ„ŒmDui¹K¸ÝÁ®ZY vE†OØÌ­ Z>Æð\º@Ïäp´>Ãÿ`–Ržšà¹a÷÷~ÑL¤ç5œ ÌÁEá9cNË0Sc² +i-´: ÞØRYn[ûÃ`¯.Ê,ƒnìk½]kÇñ ²æ‚ÉÅÛ"T½ü'¾Ž¼õ¸üó}¾b±‰•èHªÍ—¯þ™òN{WþÙ8t—]˜«ˆ—k•Bl¢¦çô¦. ûÀÕª< +–ò{ˆž…ŠP'Z˜ =<-K+L\4¯D7E¾ÂZ@òúÂj?7‰Ö•"dúfŸ£zw¦³ªí MšzwIÛ¿rõƒ¾Š[»áIJë!Mo øâŒDQ4­[nÜ†C·®dn/õ CÕ r•ZJ‰}ÀáxyóeýyMàÕ"‚é#$~3N½;$ +èÓ«àfužW+¸úIW‹ý0l^ª×°†jÍüi¢wN$m’ ¹–Z‘”œâ¦Î«ÓôÉF•šoMúR!”éøZˆ3ŸÛâå³=ü…lMÛ6š©§ÿîçÝ©ÜGîÝéøu )Œ,#(2݁rÔYŸ,"ª(-Šå÷áSüÓ½Ýo¡‰`§¾…RãNÿy=^+ÛX:Šk;üÐÃFSög€åßöÌsa2›áŠ6¨‹–¹¬0ã`€g6eGû±£µPXÓµòO_“:ÇÎH¯~fHPÿ!\GÀ{«…1\°Þº±À f=Ϟ[.×{î /dÛíèXŒžÑ É´ÚKÅpb¡Í(‡Æ5¢æQçóíA‘~ÚßH#5(óÞÔÝQZ:ÑIÞ ÍÙ4Á•ý>TSTò0—[ùm]a†O9ýTö);¦±ú<Îø1K õ¾ 3¯ßù+ÝÙC¿¤88©1Ì-(œc5‘ˆ°£ÿ×ÂsÀ@U» ‡(ÉÛ~Øá6ë~ŽuK‘©Æüíq½½æuÉ(²ß~̚§|^P½amTWÒ­²EÙ½ðÿ !yÎé ĽT´0…t¶é®ª:³cÇ;™d}T¡3f¨åÊÆs¨ s,<óãYƒ9õuw‹U¼vÛfúøø[6Ҁ—£Lå‰#zÛ1¨ˆÉ_¦j=çÞBDõ&çÎ`»é×ðò³˜ÑjÑЍ²×³Œ™u¡þÿ»!/h©6Ò±œØ¨–õØqˆ)vòõ +cé¬>ZJ„F^çӓÁ÷IKÃâa–©ÈN}àVÌR2Ÿ÷Þþf4ƜÅÒ, ¬ìc7æâ…úð1’²da¸¾^ŸÛÜQg†¿/“¨!€‚Rߎ$^g½ªec&ÆÔ50ߺ®žÅ•4¸‚Iå˜ÛOõÄMODˆ|±Áš9ÜôôÎ,‘ì3Þ#!ýà.¾mqÏrëh¾Å'YCC‘7‡ù¥ÃîWdC+<™3L™Gƒ#Ê"W¼s˜omü€YŸ*ìѸ‰™ô¨>P^ÁÄ;0¦#€#KÔËg ü¼bNyr{'¢t͙nºlm¢Œ¦x/ 珬–d +Sòg㖠¤Ï  hƒZƒ«çmC¥ZšFðIx‘’ðÃ5Y©@] +´Ñû·øwGÁähÀSwÝʨЌúˆ2Gàic`(DåÄhí],l>V:åKl?¼s”a[*€ÏGN=»Š:î hL*w*±åbU8ab½Ùë|—ÉsÅ뀢<¨¬í3@ïÏã÷j91±~¿¡¦«i¹3r—í°ÎkކdÙÆÕnÄçþCN¾ý&ˆÁRñ}éÍÜO^«‰>2IQá–>˜I²Æi­‹©Ó·o©£Ž´pk7$`‹0fÉ]XEºNo%SIz£/Ÿ2ß%֎6`k˜",–‘–ÌüuöÛAV²AØ6«‘ÄÛR<#(A¢pÄoPL«Û¢xyœyR%V/žç‹éø;¨¤\¯{Äßõ‡Y‡—X çv‡Zí'Œšw}"ø.%·Â͙ATôÈ£Pr¸¬ ôËw?1t…+TÞ>X¯yÁóFuTf­=rj_ÿݍõÑ­2ƒ²yÜáx0p‰Ý®«'lõõ«'ßáéRXϘ݆;Ȋué:›ÆVLœùŠžztQ&ˆÖywÜ~ãsUW—3®qI¬p\ä‡mPÌ/°m¯:±£}pð:n:QxôS†ÿɵ¹UËÓqú”¤Û¨Çž¤½-‹7 e=¥ù…1ž‡à•ÏÍⷞ9Il?P Ðd³:ºKcÙDz=˜¯*ŒRORÝÀ.ç+e˜³c+±<͆f]]€Cš£È«­æ¢QVq„ñ¿ŽŽ—²OZ¹½¼R“‡×Wì—Tn¤?OŶ•jòñnûc¾é MöÂICã·'&18¾¹¨--˜b Å×úŽ¸.Œ-5¼™nwΨš|Œt>+TkH£w‘úô¼¶lÎ;šŽ”ÆóFö¼ÿÉ!'ó3ÔÑÕv)rDÿC÷jäL5./2WœöpáÚ¢°ïŒQwÍ=ül1½ >ù¥Yj9²eG…W²Èùð-1­™Ý}/îT\K¼ºbéÉ։ÙýQK[VCJ÷öY”½'eÌnª’ø?zdI +^ÒùîÿïTEª¾N)°ô”ï€GCÝ,öö"ŒWÀ%%Bzñ/žO]s}xpµÑž:wÃÿñÿ +3îÍOÚC»`ôÓÂU[Ö­ £‰}÷ÙՓƒ³Àç–=åu-š]Êþ=θž1nŽ­ß(µõôfÎò·”W¹À·Â ҍO¨@Qú:Þ àb|B7Ëëc¥‹÷s£V5¬Œ9¼Ak­ÃÈ=nYPhè ¨?U_ßIù1Á>)¾Ç‹´ëp“@![ýjÓ/V»æZÁÇ0_Éô_=ÂáW浆äAàC@iíõÑ2FµS|SÒÞÇ?<¼%Lå^+‡±§ùÊ$#¼;rr@±}[*vm^ݓÈÅ“tý†Ùµ`f@¡VzØâAGð>ÜCK"~vH9~HÉÿ8ïfݦ’1úB#QTë­ÃìÕkв”ÏäS +ø‘βU@‰šŽóã q¼ŏÔ9¿žl¸®Ñvçúo Õ)–:_ÛïªßZ[ï¸ÃY‚&¥Ï—X6G5ðbypyY Òì!ðËzWï¼ÑiuHî¸PöŒ›ySµ[© ÓܱáÓa0`–b֒^οÒ¨¸ŒSW„ðӈTáî«Ç€ÈÚõ Ÿž!Ý(z‘ƦÎtŠŠÓ€Of€³kR¥‘0Ä  DDúo÷2õñ–G“Ü:9ôf®y§oÞf×éør;”†=XÐNÍ Í”q³ÃZfì7¬c‰r]wë£pÈ;(ÏêýÌ}e}!P/©)ÝmÞI«¸L,M$¯¦ai7‰ar‹tDÀ“¾ÃÚ·'—ò©|٘Òôn¸âªÈÞJfHÝMƒ*òIFÐ âåq«O(誼Kò‹æžhöæ9’Šæ…æ ñ ce½žG4…)9²”¦7PúœÌ௶ƒÂ¿Gý–ö;$½æ »QLeê_Ž¸Ì²g†¥Ò@W6løށç.®ÄZ+1«G2”Swí6.%¥ûaeøJ:Äú†vŠûY9¶éýbn ˆj¿·:–tKŽª™üôÔ9Ùñ)ÌöûµuäzN҈GÃ9­¹né"î[;™%âáôã8¶"¸:¾«º-£ÛˆÂy[°RÉ¥Pùÿ‰ñ„™hEÖ.Á0ʂ›ñ“òa/àZ4PdI +i‹ªÛÙæê¼l| y²RɁ6 Ó¦5ŸS‡‘Ð36àìG0)®,Bƒ_´(zEÉXëw0¢b.oµ!›™bßÙPO°Š¨!g5êÄõ÷ÛF²l- +endstream endobj 10 0 obj<> endobj 11 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 12 0 obj<>stream +=2DÃÃäÜÓõ €®dï‘™È.qÿèmгÜv՞Ê÷U¼ àY£y§ÁbÝ7ò•™ïÒ4U“£{ûÞ áä¨än3Ã<{ږn…#©ÛnY,kmÚÀ_äM™ŒìÖç3»rëfæ¥ÛØ#ŸTÒáW`ëºóLkŒ¯Ái%³öñÌp¬…Üwb÷^ô¿ ¥F³»Ì(lWž÷>Ã|8’Ø48û&DÊaùy¿t[[$aZéD頜d ýÃ‡šÃ{«zø^@Ã65\I¶·Ðdƒ‡uú4ˆ¦TñC´Õ¿»‘–œ&9¿æàӻʭÅíëDÕe —âÿ\ó՚äNPn5ÕC–²dêP&­{¨–.ŠŠw;ïðA("EZõnòO\ÑHNû;ü.ŠàA%mß Øk϶€´YœÛÙcS†Yõ[hqöœH:bëO…ì%^ä¢"¾ C(¸Ë’l ƒ|Ý.²MôµT 0Îk#»Ñ؁¡Sƒ°t)/¢mië“:à!˸P.ú–~ýL`íð@dT[NËà›@LLÓ£€É;©þŸÜsµz¿±fCNÚMÇüïz=‰¢ÕäÐ{‡Sì +} Ìƒ£SnŸ2‹¨àûÿãvîß|&ùŒåzEö• ícøo.Ù>¹òåó§šý:}𽠐—”(«Ï᢭ý-È¢$bíÐ ‡LPД™ ˜ôC¥“¡#⠍e÷ÀâÜÎ •*°CÇÕªbìòƝc,[Á3–·Ç´¬ ¶0ŒÕgÐÐpv\}"^ƒH›÷Üʍb½‘Dٌèi`·âMƒ¯™߃ícԑ“ÜN¦AEò~¬)ª#=êµb‘Ý}¼Žkô㷙ål¹•ù½öl‹Ê^ý5] ¬¤©”Rgõ\%¥—½âMê‚éB{}pt]Y؛ÎÁތ+ +$t•Pesá yHòC¡ö+¡D¥ª‚Á»EG—‰©‰Bó˜Fj=H¸^Ä*sŠ¢0~ï¢vBòìømPŠ/x¥oD"v>UžÙZIÎñ¯DjJ! ·;£_d±T¶+,§bي°t(]גÛŸì?jõÉÌASå…ãúšãõ åÌažgslC*ãòPåêzSä-fš“×Ô?T晬ë‘Œ³6»¤9B­™¨¾½Zxö0y?fF]/Ú²ƒµcJ¸Ê{m>UÏ1ûyÊßÍÛü×ôc1x™¬$ø²T 9òs[©<“½è¶"Û n´¢iÅå:;~·g0éŒÐzvÁ;$*6óKV–?|üFÇJYǜ÷Ññ5üƙÌ&)ƛÇiáþõ”X@5Ð/*xŠi wȁå†VÙE˜?KöSÙ!{‡oËüŠ[U%醬å{ŸÕëîè<¿’öus(§èœ]+éaæˆÍáç ¼>WO7@{Ë)¬*vú¶ßõ¥WjQù“|E¡Œ90.=ÙáTÍP£¿‹»ÞÚW«†WcfV€o3±…2çöâc$„ƒâ\ F ˆ¾fLÃ(·Äb"F¼®Ê2NÈ(RF@ã“f q'º'Æ¿ê-ȉC6™/ +p­ÞTõhf‘ÉÉRÀËÜ9{ÇꉾÏÒ7ö›Ñ»»Îj¿‘Æ~}Ô°ZQ1õ?¾@šŸ!, #K¹›"Ê1J¼¡ +2⧂öV4aÞ첑ºmNR”·\»e¹|¹.Õ2lý‘‰}Ÿeäܐ:`crÂûÖ$"ý:ŽŠÜ븼·ëÚ_1Œ}lžðð¨â‚bÝ2OpÇJ÷«jw$¨V·iq¿‹.\+œ Rb½8ó¿è1>ò+™ ™«iVU´÷ÄG‘kâo>ビ¿“Þ¥‰H¹±xAÉÍ`2—"Khh¹¾+ÕÎQêdà†§zï´,p—É¿YRl¯]:ùi²°JfLpœÅó`æ“{ÍëŽJñHӇöKGÉê©7§—VF«a=XbMÝo¥ã~BÛÍm «üƒ5mÆåž^³CcÁ€'J?T!ûò(¨{RÄ£äkÉÔ¾æÓð¾Y ‰6ÊlәSð‚P²ñ6ÐÕN#€êózëA(†G'DvÍR2^Nú gô·; KÔ¡Œ‡EÔADӜÏÜid J¸‘×kôÛkúùˆ‚ÛÏV_«LågTrߓǡ$|c±ÇPŒ†²$«ä¶h¸Ñäêdµ‹ÚWôAòì‚é0^Ö&\Sê½Æ'c”@$ô—ËX;Kožµ€‰ÖýŽß>t ¾þà~ ïc;=Æãû=&¿Ä/µ—j?Ï 0W¤Ñ©rõíëq*y߀,L=%?%è”k¤Ù]Fta€7É¢S¿UÀ¢ÿg²¤JÒX3`a>ã,ÜúËdLÅø¬h·þFs#ÕÇfêß”Ny ƒ 9o£ñŸŸÀ«à*ƒ0÷÷ƒ;É°$²@ÕcZ1› GJk K/Ft½p_–EêªT(p}–éÅøFM n¾L¤0—tcfÞTêüÚä|›ËÅ#²À§f áê`e„ÙÇ â 0|o»çcµ ÷rfZ§©ù}šÝ Քo³"ÕA×¥5Œ¥pxȯ“«‘e/EU…÷B>SÇe õ!þßoqf\¯“‚p›žðïã™Ý®ÉS*߉f&j´ÝL®Ö½žØ’øý*²þM#>± QEá.†¬bxA@Wÿü•ûòn€É„Í9 Ôíä@$Jpª] FÓ,Ef>:(˜æô`ävAÙZÝÕ’ã2 ÕY÷©˜wFE¸J3:c¸»þ@W}I›Í.ý:0F¤AË(Á¥(%¡¦*-?Ö8›ê¹·"0›î֌©­¿–FªÈ%£¸Y‚­±ÿCT¤ýXó| EQ~ÖÁkü6cd(Ö´˜´Mo@ð&eòhÚ¬bY1[)ý`²OAQ¶Ðüüû‡œD·ZÊ–*”ó Òȟ Í 3:óމƓRÖ$wo¦q/Ì[^—ð +9$=Þ@kù«Caä'¯Î€NøñÆ#iÅ㾛Ðöºý»•¸~ }Õ@öXO[Ý]¸rˆÔ4gF½¦‹®=¥,8híôàì&ÂÕ·T¹ô 䫼‰þUKqvª§…Á­»9^êE(½À€Å¾'a{ØfGkSÚ~5ó­ÌíåÑ`/‰æìÀd¾²Do Ù­ܙÒìÒ¿&RWO­‰lèŸÃ‹}: q BÖ!÷ QFŒ^CªÕ +CÍ&Y£¸ <‹cÝOÞÙcbßRùOBˆ+ö1t•ô[:¢¼jŠo‰¹ÝÉkÚ¨¶ / Ü×ö¥“D[EG¿ùö%«ŒrïÔ¼\êf;“j£eq×øsÈE Jß´œŠ'еgëTPŽu>¯Ê³U/•2!ÿß ¤!kX¦V¬rP¯!]Ë®ÆøJš¥ì?¢ë“À©f_¶]ŒFƒ¬×•X©ŒTF @žêëÀªuõÔëð½âa"×p¦zp—W~lOºì|Ó•˜Âê"¦BâŠmaŽ«<ŠoáxÕþxÿŸ‚WƒÁ}Jå‚ºÂ…¾ºN$L ØꚊo÷º4 ,óÓ¾ç|X¦©K릭úD8 +@à˜-;¬ü‘Ù“$µõÇ,›ÓyÐpp¡ ’ºurÏ/I_ìȶŠ*C¡Å­üƒš«áô]Y! +ì6¿`Up•""•KËz?çöž ?2 ½Ïö‹ðP®5ȧŒáƒ_€yßà½X±Ó2Š£z‡eÐoYwé^* +öz9µ£…3Áۚa5úۊ¼[*³œH@Ƃ;Ñ«“ú|´Qùû&Q/ƒºl£ÕY¯\4ûjôÀ‹50UyPu‘ŸÁ1ŸYSµ­ù¼- XèÑáèîÀæÇR:/Ý£¹Ñ +¬öØmŠ‚@Ë;\òÿƒ’%[ᆎ1³S<G )M6ub°AÙÞ`\údP_Y!ÆЊ4Œk jëؓ¸; bØZ´4rا››£»4(ôIObpÞ]ÚÄÃçfґ{Þ݄ñ&_~àÅÌ<8m¤‚ cl3쬛+;ÜîØÖfu‘™WÆ¡$ÊJ»T_ï£zeº&Ú£¨Š\#‚T ð¶Ò.DC¦Š/•SˆýÝ8׋“ΕN1›3 [\W‚Ö˜eJvoћ™ÖCbùaf¿ÀJe’4ër9ëÅïàk|¿[#!ÚØ à¸›Þ£‡¡v9ô˜­1&ˆµ«-sÂ*17p¢nŽž°9A›W(e–!#ð ~Ô´ÞMŒj\-fB£߯Tµ¦AtY~º„údäh9{;«:_±Õ¸ŠXøÇv塦+²¬#ܹ_fdtB¼ž‡ •ÚqæÚéÎ m`)–¡d³Aeôê@¤•Õˆ(žsr>nÃÖÔ *À‰ÐãA¼t–Gú cõL”¥.æïG*BŠ âäê¾nõ»ccÛÔOfQfÊËÞ¶–€6ãuкûþXt“Ö ½ 0k™àŽ~t²¦ë1ôC›—¢o9YKjÿIBíb.à +Q[ØBz*ÞßõuϗʼƒúÑ !Ö\P-Šk„¼Ü­Ù-Їwàä"; ëU&4.r EmÙ±Ì\öõ§úþ)< _ ñY=xšd„ïܤü²¶Ñ)R„D•¿þ̀[ޜE¬PDñí&؄ˆ˜‚Á’†>#íT|v"£S×m(¤Qáé_Ïz“Îiàz¡giÝÐcÃÿÇ·þMœdOŠëX!õp\»ð&¾_4:Àô¤;î¼7 Ù 5àÑV™z,¶)Œo"VNÄp¯á»cݝUGâæÐ +֏‰DSºcٍðٞڥó€çi’ß-eF<7?|û ¨43ÂC,*^j‚¾Ð_ohL9–þ§öVeÎÆ;P§ÈwkÞá1›Í†¤ï |˜ zqUˆ'”±›Ç!í€bõŸóHËèò?f³/¤>$W,Ì9ía?³ãʏk|e1¦4wÈÜ؞¢axÔeYP²°ðj¡‚ RLýÛ®ÿbF•“øQ4•ø–W³Ï{µ¿®sïZÑßë4Q³¡~.#Ìb_pÃ;ß¿S’ú€uŸõ†;ÊÑ÷ÕX6nIõæªz‘ò°KÑCÍ<¤ÑKÎÂ%Ø •¶4k×8bqs™½ ‰À5gkÉî“Ó5'ìóŒUt[&䋂½,;HwÎl”K–£µ‚ƒ¢¬Â¼àjnŸƒG4? Bg4„“i +endstream endobj 13 0 obj<> endobj 14 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 15 0 obj<>stream +`¢b`Mº(³6KŠ8)‚`3}”2V,•ÿêQwDæ.J:þH¡I˜† Òaû¥¾p û̳°95çS=Û×]˜z +XI?z${ÜH[h¡܅õ³çI–+úR ™àÈ·õ¤=l£@ +úLó'Ùn$ª•Ñȝ€ƒcqJÃðÞÓkϝËÒ烢óä£Á`ïe¯ýÈ{ít Þòé¿UÌí}µâ)ᚍ¤¢¤ .ܦŒ³öâí'OƒÖéE$ë¿]+8§%N—»(Ó®üM¸qœ[’ežÜóÀ„æì7”®”¸0:´øKøÆãd€7—¾ §];¤*Û±W#¨Œ{ooÍʏuÿæË1k7>¿½Ú–dE,šãúpçõùCå‡MY…È :¤§ Iwˆ´ÔziÉë%OI‚fYÐ5t/­^¦­`“20iÓ÷µ/Ôp‡œIÚÉ°âdҙ2Æ‚Ç +­º2Ï5èΕ+„gJ»R5y”»;AI<Ã(Æÿß|ã ýö¯žÇ·—-ämJ[(/Ž"Lž7 ›S¤ƒKL†O›IúËÜ8&—ïCp s×­LÙ©™s„Èz§¥œƒýv ˆ<Ð 0 +*ë·ÑœMÁÔ¡êÁW~¿Ó‘¹IìêC%ös û. 6dA€u8 +2öé{w<.᜞»”Ò¾Có—ö•«_]–(x6 l3rXX˜D#ÐÐRÚ +òQ7i›ïQ³Mºþ¯ßUÔ~.q𥗦ˇ‚îl(qoTíU×Ლ $G´8þB€ï¡^YFtK„RWBø!$Äè3K±Üî•xhD­xeøÖޛé¡l° +ðÏ ž»}Š1åQ‘!$¥o†÷¹˜£’rloŠøpœÓütÿ%UºÔ!þ”ØTpNŸ”z¡(EQ^¬hNéø­ªA=À%¥¿eÀ…=Æ-sK¾ÔÊöXaZ d]/ÞG26j]†„ ­”Õú}‰;6³ ‡®NÀÌòwd)K¶O.co_’s +Þ®¦…]7Lqñ3ÖÝþ±†n][µ2Y²®¥… ;.yrÄj¾’ò(°ãaç9–öhÙ.œ C6^Ái‡ˆ&: :ߒõüeÉó¤bÛê˜:Ë–_¥#Šõú­qKµ­¯rËãƘ7ñé*—3òFÄMÁ´-ÞLá0½e0=Å͊KTÊ."i:oØ4:§¤?iál¢ë+Q̲䍩ô%è8Ó¹ªÔ²ÛÔÄìS¸û d2‚ ûjÿ±k䧌¬~ㅙZ‘š“µ…·£žš>öù+3ž• ÛŠ*‡ëÏÞ¬±£u2¡F{ÔCùÁؑ¥ïȅsa“äVG†˜{í\/ëž ,Ôì½Ùˆ³ôÒà½N ÎÆ>í¶*£ÛM›sr»ŸkT4ôC¼qօ˜Åg +í߃/ŎÞ&Muõ­iµ€njHځ]äÈ¤Ý c<(âËm­dЯI´ßƒ99G«ñúð‚×Sˆ‚úC{½Ý¹".”ÅŸ¼Pâ4 ŠqN+||ä&$ñ6AÝ®u Ñ]á®úU`}WŸè÷¦YgšEéuH‹‹[Oo‰ƒÄôÀ5¥·îÂo.CðsmêÏuò•“;Íg‡¯ŸaTz®3ÌR'U¤´eÃÞôÇóËJÿ±b‰G +ö_êgëæy÷ÉöÀ¶$”v=íÒÛîֈqÖÆCÀm#µv"Á]Öí+Ü¡jS?¯YEÉ1)¾:X<|:ÒF(Ø)D©Àх€ûËF«[n7Ή_.•'?Z£ixƒ‡@û«|)=îü¾ØÙúÁbΎ#VîðB<º:c9=iVƒ «´o…—*{æRtG©]m¿P³Þ£c³ÎÀÅÔÐÇѽáâã.RFQ×÷Ê+¥»¼hâˆäRcfMW4 /øŽœÆµ„æιë‚U´.ðOñ†ö!û~ž>'êy íO½WÁÌ9Á¼dñÙòq٘-ã²µo¤©Âÿ)šl(ÙpÂFÖµ"õ :Iah?0!&lÙ-yðXóÅ@G—þÎÅ0:~¤ñޓNž*Œfºl´T Á ¦:;jô_]þI¿Ê?¼á¤è'U÷µ–ùÔ X…ö—‡•ÿŸLº"Q€†úEF¹j©ƒ k¾Lfê¡ÀäÄô•—;ԂîŽ2HPiM>·Ñ5îGì&­@2šìj U²ücˆ_‚ÃýÀ”ÿK“‘ ¼róXȟ6eIf·Ëá‚F½Ä¾µY õßôË*œ:_Wyå%²[Åyï÷曆½âHºqò®&ûòëiÕ^-@1bØ8CF9h+‰d^®UÜB_úçv OÈ쓨pdéÜ4›.œßÓ@¨vJmÞNÅÿÀäåvZ‰ ¡»4Èâ«W €ó²ËÍ¢²½^!ÿ5ûÜd åXOº‡Aï/ß:¥ ´VøšÎÍòÁÒÞ¸ZÿW¥[8î§K™‚¾*ßÎNºtñƒf Nˆ3šÜÆëd¢ªò2¡%—0Y­õŠa’Géý¨p«È… +›Ø~Zî‡W™åŽõðíÎÁÈ xš„Y}ÆL‹Šúa͕1ÎãÕþf¦ñ…ÓҝWbälîéŽt¾N›Y~TVçßÇ`ñÚ¡3Vœëq«¶ÖdÖ¥èž(¦€º©IÌHoŠ Íe®E F¡ëœÎã"Dâ„úêF->½cъŸBbÛ¢¡é_‘¦E×Ô3Å{ÀžTPPöðžß~b&w˜¤™a·}X³n•%w h&æ ¯&(Ìò€\¸Òx™“Ê Aü²nA¿æZÀä®,vkÔï·T/èÍLr—ÂBÍN¥~„€l¿žËx‹«¦Ò S¦VøâkL™¾/ í•®û™müÅMŒXíÿÕ»Hbà„9ÌÌüûmgqGõ +°©ÛXŒ¿bŠY@iµh iÊ|‡1Žáâ52/UP*'¡½*®.)HóUv]Ã1ꁃÏajÏðf<.ì+SRtÿMßËUɒ†ÄBç -vwâ’e²+ñ˜+§ó{¬*»Õ:ÂvV¦"œþa®VåõÄ©F§¯PNðŽæ7 +£!]¨$LùìFrñQ ö!äÙJf*k©ŽlˆþU:Ð +¾qÅóBàIêøoÿ/‰ƒÑâւ[j[êå"Xÿâñ]kÕ<4<À+Ýs¯Ô æ᱆í®-§ÏÎ¥Híҗt“×ͯ¡Â6¾€—ô‘—ؐãN®ÆϜ—òaŸCá•act^׋u+™==ÜAõÃóù Îó.'Øõ +×O†n=FüÑ–ÒRe{šõ¬ åsØ5¢bMkÈ/Ρjeû`·Øn`ïNþšK¿Ï­”󐉞yJ +ÏAæ¯lK\ñAxÇièËáìæN²æø, Ì3Ê<âE”ÎÑ]rÜBºx•ýJ£š8+`bûܽîå…Z»š*UaÌ *!}Mθ(¦,I‘•çà#<±ñ/‹øHáÛ€#MP Õ¡;ËVõÝ)þ~ŽÑ%ۛnhi¦¯`vVÔÃöô5Ǎ¾“«Ò :¢œpZJÌH`&ÍvŸ‹þÈ\A¬sýa:ºF5£¿%ðyn3ŠÊgE>r£§hKƟÁÙ¦%I·¢4U/ ½z‚_!Dö[h!SYÈè6ȓÔrʅ}¸gá.\Ôn#,­u-T¹Þú´ ¬\èº*Qî=güº°õ#ǺŸ) ÕDŽhÊÌÜIæêšDÕX-'͓œYAInö;Ç+=ãë;uΧæŸÞز«ÿ°£¾ªA]+Mt. µVš§†)ÕSîFöœ\ºKä¸nìYÒìş±…53eãØR%ŸG ƒœŒE#V›!Ù»²ÝZl8˜þ8_|ëǎ;*Aс‘ÃcðCªÕÏ úD·µ®p›h֕3u¶Ï-òú§ ¼zúÞ~¬/i°2ӌKÎ~‡¯ÀôtZ¿ˆºð¼‡³àéšDúÌá½gmæ¶n•˜JP´Á°"¨¢miTþþ¹—=˞ê7$`>[®*T]E˜LÑÊPm +Giçg–T=r0õF­Ô´Ker’-†Yij»ü®m†ûuLáKЬÉA§ÁÕÍzõMbŽg±†#!¶uâ˜oêΤÙR±ÛÓ~PçåY`àñ¡6"æã)8>ãö¾nivàíã0ÿöÔ²ˆ(U¬M†n¯;”d3:*luÕ|=ãX$“;óÈwÊë€ìŒÖM<ÁÅÈâì\UK£µ„oÓzçm•3½ù%LʗŸ- ˆùŸä‘dŽ Öº4º°º@(³xæ`)G=‹u¼¤aÂsP¢\Ñ4b•Îæօ,+ŠX€Žaˆƒ”uùwv˜ü[ûû%ñH¼Ö}‰¸Ù¸ó¨©)™ÿ^ü©(á­ôÿ)ôqY¥Vü …üI5BV˜fj“ŒnÓUJë´-þŽØ&¸ï!¹W¼ j›4îÙL’ܶ,0ژÖûx 5Rœ»¤4v>éÖrü±5U†øù½/6‡Š +jòUîP+eÐkiþX|i~íX p¶ÈÔÄêÎñÓ¶¤ +,ö¼XÐÛé$"ÂDƒr89zQ¹¯ÙJc:êß=è¥dýŸ˜­Ç@E¹+é¯Þ"ÅÑYGp•ÃÊël!ÉÆÂK}±’’„yI\‹ÈÏ@;ÈêTå‡YÛ1Hà/FÌ1ÒoUÇõ)Ί,k¤~3/ûØj˜ÂowPvžh u²ÿ¬R$¤5æÏmšQî“å;€¬»•2$yÃÂxóѽ·Om—MÚ´_¦†s¤¬i,-xŽ¼h]y©É°yz;Æè•é;‹žhDéL@Ëp~á +endstream endobj 16 0 obj<> endobj 17 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 18 0 obj<>stream +q˜ŽÒ ku Æ¢Z‰OûžrDŠµˆKsñ5¡Õ¿IÈ4ÎÉZûåyӝ…_â}Q^0AgÝÌïlâA³F"ʝqU)o=Æh ¦!ö¼[Õ»– ETQù·Öã¸òðÍâJ""Z†N;@ـùpU®°çhø=±ÙÎ·× ‘S=Õ‚K&–•›®$„¿Œj……xÑIÃP/U…žŠÿù6˸¢ˆå)ä8?gLߊðF'OºÖ×Øýdâ‚ä]u Û\˜Ç׀ õ?_Ôº¡GÀbñŠ]Ëì±÷ÐÅM~Ú7×ùö~òóyǛöW‘o8 ¶ëRùƒAß [âa'¸Œç*?«·í›8 j^&­¼¢<¤õ-ã=VlplOR­[ÇkÐÓ~¼Ùø¹™Íp{oŽËÏXVA^&§‹W!,ò´C—‡áÆï'`1KšÎ…틶ϞÊwéîÏÓTrp¹npo•>Ë¢­9cØ[Àå¼×Ã2€§]Øhô§˜ ¯fóÂ2b` F“¦{±)3A—GÁ/4²pydƒ03IÐþ|€A«Hƒ¨.@@Ðl›…Ü¡‘ú7Lqp«Ò† C'jƒtߒõGkò7M3Òx$^x· b!u1åït?Ÿ\Ö«sÿùQ÷ÐôdH)êS˜Læ#ç¾Ø¤ã8ÀÁ^âO)ú´jÇ»+Oì[‚9Krƒ¨ZÂßær#龩õÛú­Æ^× +<ø·I!z.¸ÈÌïÿ)¹ ¾ñ!Ã]¨1(½†ÅNvNÍUíÕÄvVMnDx1øºJžlÓ$Ä׋y“á¶4å,Ärⱂ\š¦Ö 6‰dqPM{c%†V^0ß* ' ›]…2‡¬ow™§0ª ¥6ë_¹îáLß ñB_a#·yëUž#5)®ïƒRädHÏÅ}i[+cFJÕ¡¼‚¸vÍÓC¬àæ3‘0¢6(â÷—ÙM`·0ó[ÿüßM[ž‰Œ^%7ïk€ŠgÎ)ÔåŸ5)CS†&ï|ycëR€t›ÄuÏ·œ‘Â÷ý×"&ñXÏÑL6 ݤ’ö¹M²ÝKàïŽÅ«僛Ã8ÙslÂ)Ž¹QB}2Ž}´}âç@7®_þKJQš³ +{,ŒÀxŽmhÁw«y™—:»¼³+2-J‹, },$båܯ˜¸P—M¬i7tp6]ÛÁû<Òpäßc¨Ãóöf$DV³€Ú¢\¼`¹4?'ØÙæï’±R®MÅÛ´¼óiö½B¡—EPóª#½3†PBöìëR5«Ñ)Æì”Ì/V=¤¦MJ°ð‚)’þT¹NŽ6qž>LrQՒuÒbêsØØ* £Í}!ØydL hNzT£’\…C[?±ˆ¿3èySL…L‚>U‘F"Ör‘ÊøÅ~bü$'ܳ"(²„í„ÆðxïV®K¢¡2«@KðVyªd½VA%5å¸AELØBŒèû ªú˜ý:vÖ^ˆ%`¨ÅD„b³ÓòZ;=¿úu¨E)¸ÑÉwŒ>p>ÜU‘ ` „žde²©ßúý1iw’ +Øy6Û%¥¢À‚'|<äGTè]fs½ýŸ¬ëÒë.¤Æͱ¥¶ !¼’ºØÝï2#›~ˆ>&msùOP݋™pŸdǓŸw7Q]+!=9ŽÃ7z߄öÝDe÷ $ñT£@Fžk? 0׿®cÂ@LŠmCÖÒGî=CDÖ%¦s ݅­p)JÕ1©½åB@êF[¯UÀ¹\4™¬„{ž‘ý3ÂDh5EǶV/R,e›4±‘>r¦¯W#éW&7éø—õø)Â4 8 ¢{±“ו¤m"‚iULW]VÂiv¯ §ä_=æ„BlÍ×J®õÉÆ1`åCDàÇæÄûò¥i•Iøå» xîV'#?í_¬. („Ķ­‚¤{_ú”0u‹ ï_ é“,ƒâtµìô†¤’:avýR*DòŸB×M¼Ù§âÛZrÔ¥‰˜à@Øý‚Säqµ•§‰f¼ÊlONÀ¬ƒÜ;=¾ÚýÁyÈÿŒáí‘xÔåñ Dà[šÌû ‡kR…ª¤ìÍ؞‰Zêõr:›ŽÌ™ +0¤òÆñnߖƲü£Bµ +3´Æ=¬°õ1 fW•´¿“ëS*ÐN¢w§Ýf‰ÌÛæ¦:Ø΀òoë:ÅÌ~Bœð¡cPܝÏG€ü¥›0Ž¯ž®´2 لœX¦e¥%)g!GiםϿ•â³ ¬¹¬HDÎüªb)î~»ÃªÎžŽY9öç9±·=z¶6ÉÂDBnÁœÞ箛ØÍnþ*?DÎfèÃS¼DöÖÒ&ðüý /þÞsÑyu.çN-}Ÿè tø‰·°Ôu@䄚;óf)ÿ~Ĕ¨Ž{œ9ËJg3p”!pƒ÷ÊH!šÃ™zq€k$™´º í´3 $û6%2;óÀ’’®[íWˆî pîëW ,s£ý"G ›b\ü=«¹Ç¥6Ù69çÚÔZMI9ž¸YƆ[ÄÑÔvüHÖÛ]A® +ÆQdO©=H^büµ†›0HÝ?^Ø Ü8‰@•ãƒ°D(¿Šï°²ÿ\’³€¹ }R’5š wBƒ%ìYI—´À/jÂ)ÔáüYØpM4‹‘Êý˜ñ"Þr +endstream endobj 19 0 obj<> endobj 20 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 21 0 obj<>stream + üÜ%ìa×J"6eÍ}5“'[O4¯ú„º=sa'د¨øõH~ö!Œ„|ö‰{2ôVJ̖^Ãýä+AaÐ݆m$’E,ˆ5Øß^>íSÚyíÇôeí2$ãÌA3ƒKJ±öb'Çñkg¤¿F!膶×^#+ÒüË !ªW÷¥3ö~ñrǧ86áO¼".ÄÝfŽ(ƒm_w½¾ »drNƒ·2”>•åÿ He|醖˞žÏ.Gí `á´`íü訕¸ e·Y¨ýü~Á¿.Áv2r xUN[¦×?)T¾à‘a5ϟ@YÜsOÉϯˆH±aOštpí¶.Åa@¶Tv”þãHhaµGç1…¨æÒêg?ö–é~+,ìõåÖÄyL´²dö†cªèÝí[ìßFÎEïBot¤"Ã`î`Å ä@ÇU¸ëz­÷ÆÃÚÔwÄcŒåÎvª°Êà#ë±kÈaK~/ÿ$ObC3ßc³êjc¼rÿ¨8 Â=~ _XFm Üf`Ñ/ød/6›Ä”ÀC]Žk%­ÁŠ}YJöõG›åV]¤ö\´nTb0!ü4n©í˜IšxujO +Ì`^«”Z]•g=ì¢E:¹l ¿›3N¼]"®¼Ú`¦Wþš-ÌèàBŒ—.ˆ5Üq"-x—J>"_û +™ð³±©€Yܽ\˝®D(’ÿC»,§`ì”ö)ÇP’÷\¬Æ2 +¨3S֘áþҀ3™‹¶7Ã2Ih›bÛ½<\ÎvdÌìQW#Ôï¼1Î +y†šâ›Èeaü´›£«õŸø¸A³Žä~vm¬o”¢Êc{¼5…óaRÉ÷ Ûà™a¬µ~»ë®®ª)Ìgÿ¥9ç ¸ˆ€È³ -õåð­;ôö³¡`½º,J¸YjA„¶‡,DÎÁØC­qæ×h¹‹ÃkÃÙ«fa>K?{|N±‡¼§Ÿ†zrlûØ¿¿!©š9î¿¢NFsšLZtš¶¨Õ@Ø6$¦N’æÁ§×F2ó‡t {WAQˏD¬É0ïN[K•N"û‡ ¯¡h'£D %‡àÛ½ôÊC~H }Ó¡»K»Õ¾Ÿi`wŸ^³bMýy7DîöaQ07Up!u½¬§Oªõ^'ë …Ç¡×Sž¸ó%d–Ó›÷ßÈRXµ—ÉÙEºm]ĬOüUUñžiŒ°4vüþ3ŒBûTXmZõ0õë.ÑþA`Á뿐ÝB!>ôT’å-¤Ï©œÑ÷pPàÑ*ýrr³„â_’b•mѕȱPìc*ÈZE;z‚E¸Dœ&g:‰ÑÌ=n>ÎéðqH‘¾Xl+ÿd®p’ Uè±ôtœc‘£/7—]W‚ ÙQ¹1* ¬à4x¦lkS3?ð‘ÒUP°rB…’@‚â¾_âöîóóÐ$ƒß@dd÷3@\7¯y½/{Túágwæ;Žáì œn^FÎIˆcU‚SSx’6Ä¡¬ô šQÜ&*÷pº à"©¢õ~ÁŽ„>¾]ýå#‚8LÏWTÜðÖëô¥Ö„êV¤÷kÁ~‰á½õn‡‡P|‰®óS8)6’V/µ97Þü%þhgˆOR ¥è;£êxÄá/ wVŠv1Dšv§êaþ¶A5sC—MáêŸx§ +aÊ­ŸiÛ+ šJ(/.÷¦F-Ž…„pŸß¼±÷hød?õÔ-;‡*å/p¬ãZ§ÈÁuHZ´{t_$^d‰wU¬ ¿9¤¡ÀQÅþ«&s§{$@¬¡':•§7°†|/-ù‹]˜7WMOC( +Ú#˜©‘w»ÁX"›{mIéúNÆIëé¦øZ½¯qç T\¬p{ÙBJ'Ðîuí›z•Ú4Ýë¬F³J÷¼ZªßîO;n(‘ž]}Z5‹@˜ÖåQèxUIÄ6Éô`ˆø*`l1‹ÄTÆXé̬Ùè}þK]{LæGæ6ŸM2w5_e-ëÎø”…1xñ59 +ƒb5¬FÙ) K|¥\§ ƒtÄã;cbÚ¹3>†ª«­’¹M¼E…(H/O½ê¶Š™bë`'ˆ»LJü›DÏܱ·èª…6Z1"® KQÝs‹2Õ=šs¼‰zæÆ=Š +iQØÂHæB摼ŒØ‘<•Qƒi¦@1¦±³‡-µ¹^Ò)‚œGöwNٍÊNN«\êDèhÄ衆Š‹L´-õjXC¾•$µðÄÅÌï Ü­Pà4Ý +ŽÂµU¿«£w_ߔtÂ+áÁüi†Ým“p6c€‰îý³#û)úO%ÿ¿ƒÛQ¹ÖFÌ*›I‚¦¹›k£¡«‹lXˆƒ¥$ãY;|Šò) ô¯ÒÛÑ~u¬Q_(9|¸ýà­«Tؑ*Qk´¬AaãÅ#‚Â> +BÒnÛ¾!ì&9ãz;n§çG.ó½ß_ ”뉃ŠºÀ•Æ¿×\H"˜|ž&×$ûO4´Ú\ëV/yÃ)˜%ûr?Ô@M4Ef=,ë±l=Óõ$Ò4Ö¶0á”O@Çï. ±Iì+ƃ®DUïD94.úõqò–ßjDËÁEãfIBͅÁcs ý°õ!¾å#ƒÖPJÐåÍnù®…súý³p0ÇË+Êh{VáZ„Æñ•ä§«Y°7uº*î"[dR¦„ì—­dÕèՌ¯lˆOd+…²ð%UÿÌ";ê­óo}¢þ4ț¾}%8”ó,o)?Óø>Yž²ÜŠfÀ„fÿ¸bÍ´—¶ÝׂÀËqËÎ~ïiˆÒóË=·'š´ÛŽXØ ºïžÚƒ ¬þZ2qwOªÚBl +§¦)ýôñá›"Y¨iúOƖŸ7ʄâãƒuh#m?ò䪺ÿ²Üdç rÙϘÞØzrI½¢ñËZøÕÔèx˜ùá‚P¶å¦éÏ7ô˜Q©ÜÉÁ:&åðñŃåÓ¿õôg3nÚ÷Ò¡_Šó>¸VÙ½XÔ¿à@f ¹î‹CÃÏMY*I/c¿Œi<°*U’\Ö(㪭é%ž®À<€‰ˆ%_ A‡Æ÷{¾ÐÔn¾ÅÁ,ý;Æ­æëÜj×(Ø̼”r=çFð<ûÞjìáË_É-÷&Òãëm¥}õd‹røìáŠßͲ%yö´`ü‰` +™º¸çI[¹‘çÀ„U:³æ\«ôËÉoÖ°j„§&îºýL*´K\ÙsïcÔݏ'”ÖNIM–Qü@ByÌm¸âk´_ÖSbˆpëo/ė[à F5Y²ò‰f…úƒ ²“SK¾‰ÊNëêx9ÖÙC'|‹¦úpNV#Ɔ‹ÒhoÙK´r¼5 +Ÿz8¤1bªJÙ¨$õˆ†fP&K±§TžYxVK‡4jcŽ‚¦q­¨Æ‡D éHqúœLúqÂdg Î_S£ßÒ /‹1îžÙËyä*G>©E¿ëfe#¯Ë£SŸ®ò/+>UC~«ôÀOêƒ"¾4ÁУ@êÛE»ë‰¿@Ês+”4Žw…ÎöNp)iÓ¿Ï Ij÷ `‹Ïp ƒW¹zŸ€ÇÖWFÔä>Œ PÐÙtÖ¾sgÆ@`â‘Fö^qÄr,‘òsÈèW‚lÎsº×´fbÌ?ĪLJ0ô2èàÛ®è.XÎP~!ñ_ÌmzŠTò‰ÙúÉròbt³¸àÅbᑦlm©«³gÓ£Q"&³Wâø%mt%…Fà»N ;½ªäƒ©X0¥ñrO,É·À{žæ_Ò8K²iŽºÜà Rà to•˜R¦Ðò)¥LÆ~ºT\¨3³n ¦‘m… VÓHÝ_±û®ÉøD‘êÌ$ÝÂÀpàD™³~½¥‘] `Eس͖¼ÒI3œ«]¿&ÆÔMÑdÕ´'²ldÊýҀ2_Ğêe–evo´“•ò«Ž!“·QX¿òìôÆéÓ~¿ÄðJË HäÏ „kWz´ÁBÕ²âr›£05†{Íjš nÈ?Í-F¼o€Í!µ¡óîΈŒ XŽB?,ìɕ”Λm^Ò¹¯—Ï.Þ2õôB8Ë:üJ•¦§“ቛÇ}ü³–*F¦œâýд'¢tkH›% ì­½óGf)£Ú/»ñCëf=Ý6&bµÏ½†”¤ÎJíK㳧¦˜òBbc†X;Ì5Í™Ê7›ä ’Or£·Õ³hõ£X3ë‡$›Ó-œ3àY7ã—O¿õ]pd»jS)WBËÖÄyþíRl÷ÈÃNÙC¥}Á~Ì>/”j;£ÅáÚF´«—Ö-v¨Ið]®z€»èØxÇiUnÁýyöÄäµF%ɜHƒ#áúšÎÄÙ»3ò>ÞÔò!±f©‚c¦Œ¾y*.‚mÓ´|tz1¾˜ùæÙÂãfíZe°sq/·®“ÂéóƒQ½[‘¯bF^À`þhcaC,ëà˜ÆêÄ#=\«.YQTÿÀ5\Õ*À¢OåT&Bøì±Üv( õ6´Ÿ¶Û¢€Õè‘àûÕü±>Reë^de5Ãçð÷¡©‘ôܚÊ,ÿ®I¦Ñeú½(yåøéLï(ø#Óȓ‰!ñwßÄt¸r2Û萂A·™¶"9Fá=oüÙÎk»§Zœ´ë+oµdšÌ"³y¥6Ýmô®ªÁûëù2˜ï ++à0£½'¥lm²,ð$k%Tµ³ Ñ¢íõ»¿Ø Cq®ŽCâ$bÊ®M}ç/|È )H‘æ=ó/Ó« +{Ò{q¥ÎD¤‚Ékéâ( Œ¾Ãþ¹oò»ð±'¯®:üw{o҄rÑw}Iod¦\îQ~4ºpM #† :è6ô‰2Ü â®Ï4_•ˆÇ s'õªý?uu{gâ +J–ŒºlܶUG»S½c“³ààÚe#?|¢\Fî=HbªÅ`fñS0Iý±ôIw>v})ǯXšáŒƒwÊ&[›-ÕÈñ‡ä©˜œ 9Yðhóõ+IH½‘Æh£N£âAv‰iÀÖH`',Ì{ðkÿÜ_ 6¦5v'|?æ=ýRècîÛEœ+)Ñ£Gۀëk{¯É¦ky|V:%öŽŠ¯ˆIÆ–Ðý½¬¤UY°!¬€Ge|„ÊËà (ՋM›™Kóç ͹Í«I;ÿ ßV{‹W1=›œZŁ”Ï8IŽ€ +<Óx¹ eÇc7r÷‡‡7Ðjü §ãYV‹ +endstream endobj 22 0 obj<> endobj 23 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 24 0 obj<>stream +ò½}Éhù؉×ód#"~õ䵸JCûEñ?'E³EΩ.EVÇPNrS¸â>q„]\éäæÀ¸^BG°1],à׶}£W¯£‘Åo„”ò«$7Ñýã¦q{À!ˆµL…â^ÿ•Ü¼K>9ü[žÒâé¼Ü”“b0â|þ‘̆å‡U)Ø6wÀÅMªòàR¬<Ýg~Žª*¤!ªo-Ÿ4”ô%TæV€În1ªå¾úlÒPŠn3µ‘—8{ˆ+Ûªï­Ö›ù^ÆRªÔäÁÃ¥Jn]±%%51Àž¯Ë½g–ø"ª½@¸ö¿hL}a¥¦\0”[d + ­4®)ŽÒ»;š‰þû¢³ö‚$±»ØºöMvH/·•'¡ƒ𜠾̺ûça#ÀT,–÷I«eÜ=Ê¥¸óñ ÷ËÙLòÌ©ù'[Ö q¯€g(6–7ÜÆT`›‡ùՅÁaÆÄxûŠ¸~APCGü“!›SuÅq ‹újk·BRoÑ'Á#eþCg叛F–ªôXþ•­+$ó/È`“H>,¡y¸KÈàØÀ9ú£úí9ˆx(G8ž¬Î“4¾,˜ÉbáÅ0bŒàÏ[ÿ÷ÊÈÕ̱I„?9gì3×ãÙR…Ýx!ô8¯Ò8ϏÚië O]JjÆQšê•ùx#É.c<0iä7:@$˜?†]aèe￙lrbˆÔûL1ViF RvXÓÁiÍ^5§žHühÖºv5*’ºRâ7p)rK]ë¯@y’¿⁾±àµ0¦º³`T­—gî®$ÄîèoNÔPÀ‘NVçP-çøo4û8ÆÇôu]¿ë[KW5¡ +”i–kn0Ü*ō]‡é¦}h†<–‚Ñ;Öuk%Mö'ß¼\»+¥;œ5ö2ÐÝ·!“&ƒÈ +pQ”15b?µE ‚Îóå$§u‡“ =¢B˜˜ na¹ Ã"eÝn#c¾º6_Þ}ØæÀ¨m¹àb.č+ÊYæPÎcêÄåÃny4‡fÛ E!r¤õ;¯DŠÏ°Qó¡bD€KÒ̸µË˜Ø6:Ú@Äví5±nܒË +oó\×[£‰¯h¸Å<{2%ý& ºóãñÏ-H¡IàÞZ ˜@ãƒÒ*VÇ[ð$fÃb¹FoeíOž;æe«‚µŒ³n3:Â8@< V½¶ÉÞp>w£ ý{öMOÒÃ}”xÕVÅ« ¥}HFHÞ~¢>‰1uÒT ‘ÚÈoiº»°Ø0ÆMíiŠžlNÙ<Ö´ö˂TÉÇöµæÝ8V ¡ì5 ¸ÖØðäÔ™š¿iÍOÄ#¨ßG ¸0þÑ]$H'ó +ÿ]öcÍ+»gP¦ã'g¨6¹Ljwdof8á æµ~ƒJ2‹Dî8x™Xb»>;úÆ¡MaKJ NÖ7ÿ9Sï«7Œñ'híe«S?+ WjÆ¥Ñ~4‹Ž”£êÖè1÷lúô âï?ê—e#Î$ãiÏ[UBþÊgf¾ÀŒÌZ!g@çïèü"[,M襹Nlç¶ÿÇûa‡÷ ÄA"-ÖúrºN»bÆüµ¬/x³'0ØBhå±Ë¤Qk% ŒC×c‘s{M¬™ì£a¹þ{ÿ¹rs8Úú '^N#|«");º4€›Á×"¹,ÁŠ5Áùei¸íÙ¢ãÄóõƒ‡?º¢ÉóûƒúÕ¢Š;$Ëd—ªàäR) ^7ò_çÔÄ¡ÝtIðj{‰¿DIƒ÷M>ë†ScQÛGSAEh#™4ÄX`D-¡Ë3\f‡½èè"/ꈐ›NÅ°g©-É¿×HŠ-OvljP@þ~¶§EFœhh–s¡§‹ÕóØÕ?cƒMúJ5"ÙuTªŠ0œÒŽCâ–0ˆ—™jèÿÒ¹Õqê‚è„óOLÉâÉæî—t-ô„€ µ}‹UÏ{ˆ¥öù‘¢b`»ÌϧGRK½bԅè+70gtªÀ´’6ÿƒé€Àæ!öé×¹ƒB@·¦ÍìßnSIüœX®úÂÍ2-»§‰¸B8h]ƒÙhÄÿŠK;Û¬ÐԆ+"×|ŠzàþðI =òA>Œ00úÁk¦ ÿ ÚWW5•ôpg$¨ð,ø ±yJ!nH-vs©K»×mj  ï›F‰g“ÛçoérŒr†3^jVOc¹•¶ÄD;WΩ g¬1ªb1ÄÀ¾„àםð¿Ž(Ÿ/ÇmK€Ž5ÂÖÒY¬áTÀ¹_½–“˜5õ½RI}©ã³ÏÕø‚`\â-¦0—-£k¸ zÅõ'kzGOþ¢´ 6ÃYÒ}$²œo½ínxŠÒÚc/]1ýÇx_LôôœÃ“ƒ°TŽñÖÎÂé8 C•$?9ÔQ©s먒• é ÌÝ«R5Näú*û¨±dV³AÚ<3tÀÃf¯Õ¶OÄôN`â}äSøw§?e÷VloöÔSchÏÈ!ô…,Ìì³ØKwðl9ÇuïL, +PŒhY ì/‚^—KGˆ0ÐÈ¢}ˆ™Øƒ;ƒ]…eG‡·ö)_yE¦êÙeÝÂ/߅i‰À¨ÈÝ íHƒâ¹È2Q"œâ̋üù:EúõïË=éÝ +£äë ŧgX(?ã{¾×'±ÇÒ©˜ŒšñëFE©ò—­`J"ýŽ5qÎÀ^¨oK}œJ)ÝQn™5p)‰7¥ËRuó[âÈä¹e”9 äò¿ät%­BI1¬é?eR#l CerUmñ|ÄÊæïé‰ß3"ö q{ç .†oÔ×jú÷Ôï«­az­&Ö#Þ¿0‡Wß;K¼þ†nÿ}¼µ´BºçÅì¦\#Ô æJÿ/n‹€d@R×Ԍί”ª‰ñxã{‹ö@Ó8ÝOÈ!×ó{&ï¯/#0ɚÜ>OÈÅ1Š²h#O:÷ÝÜÓ²î¤ñ_=}ŽË§}&àzªªq½©‡ý7rÚç +_ç3ësvqçkãhCvêÅQl†‘R¯rÁŒŒõ;hÜE!ç(á©V|à5£î÷Ôb^ͺXò}ӝ`ƒN²îÔÁ{ÆSrìë6~¬ZCAç“Nü0vÜWÛB—¾}n¾éUß©§³ä $|)uÓå¤_Á+¿±Ÿˆz˜,¯¦ß*n\ôMÐËN®¡g‚}în… ÿnd%(4fȂ³£‰…âC×ïìû‘4äŸ;3ò|‰¤YÜ ‡Ø Ÿßt¸Òÿ ‘ÝâênìNËèõÁÁŒö2%~¥«½vØ=…C2¾uB‹cå§ÞS (`¼°æ&HŠ}y7%qQs¬Xp¬%Œø€²[‡,9 s’à’ŽKøP3µÝ•I eÂâàLÁ^Ë ¾ˆ™{s”[ÛÖ*þ‰ÞXî!êq"ŽDf4åôþYTa¥2×`« ©„·«¸1¼uèSÃ9 -{ÃLˆ-={göÄÂÇP–WªÈçÓÕÝÃñ? Ùx÷hNÆâßßïok"ío†˜:úlý¨a`žœWcX›01µ¯L®.çÜ *d ¬Áˆá™}&ÁT(RÖl³[̗TVKžÉ!láþ63ÙVкÔÉ(Nðtÿ¸?J¥ÿˆ%­¨vZ¸;qØÁMnm€.bâ b0iµÍÛÏЖ³q CïÀ~}&É»‰b+ë†M¿¸ã:Ö+ûvõ’M®"ߢ&rGÒxÒ²p»‘ýê÷Äaג«¶d¦,FÛ¤[·Aê—ÂW"#L)oÎ÷q„k_½ÅV0áGÃL¾…—8þz~2.H¯Z<Ë´3| Ä$­ÊùB0¹-ÚT[.W#æC&¹tÚÔÂ4ð˜®üS~Ë»ç]pŸR5*ýH®Bõ—k$Yý’¼5EŸ›Ô’1ͱ–þM綍,üH;îœÒ]ÐZ!©:¶ÖޒuU°ûgÅ-£¸œÎxŒYË&õszËÀ0a%âU6J°Ñ<ÈؾŸêL!·P¾.ê +]½ºèâéAC|“5ԅ@èŽÂ"ý¶֒j ê-%݈áCí**‰$Ù_ÇւIñn1jô*!Œ‘8bÓjZÑݗIâꙃçjÁ3‡ »ò?| ]Ò5Žâé-ê¹ñ~”¦®Ñä9ÁZ|Þj»6å4~‹À9­þñ˜)V(Ùä©Ö¬Ü¹ò‡/«SKž•§WˆàÔ((vî£âÍyi$ôÞ[Kا,É!b‚æ­C?]ƒ܂üþ„ôÔ)¤ÛO퀹¶Š‚]CÌf‡G3Š…3û.˜¾wža€ïYYln¤ñlàŒNaŒâÖCú‚ æ’L]õÜÖ<'LÜ£7ØR1œâ<¢è§ØJ¯‰­€¼gbW=ïÖ۔ʐò„îí¶}òèò¼8.y³RçcK»dß +ó!t Ç: ÑÏ=–_zt­³ œÎZ¯”¯ é󦛆Ç;öý¢lÄÚHíÈÅuɾæ˜Äù$<Á§Ò6sÂdÍÍí(C]ø$Cs‡F9Z?ÇèÙq¬£³?âø«™jk'ƒ…M'\œðњÚ0òXď|eP DŒ:ˆê®3Ûs]2·þË +ý™ò¥hãâJÖ×=#DÝ +Ir_x¥ÂCþxÜÅ!î]åÁÁ•—òø¨—Õt6ñ.±Ž`›¾®{GÇ8ØѩԛKEï–hšpAÕDéN²*Ε¹<}îž<ÒŸ©&ÌV¿Ø-ÈF«›NõÖ$ ¶-xa@»TM¿2Xc6½•oHµ +âøé\r*®öÔãr+ǖ‰÷Õ¨ï†Hì]%­­óbëJràHªƒ2´.MÞGÌ1’°`|G,°T@ù0ÏÄÃôM°AbëK훳¦â ùžô;âÌÀO!šþ¹Ã3h¬Ú΅pQoÒÚRü„Y ;ˬ™„S6º^•ƉZÜf¡wÔè +endstream endobj 25 0 obj<> endobj 26 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 27 0 obj<>stream +½2žƒÓ5gúpF€ð75ÔÜȂ-‹›\jKy1hQâÒ¬]nz…î~@d3jüâø• +eõñçµ\õ›üP[c0"ÁÝD P6y®¢Ë)<–¦÷–Â_jUEæ¢Ôwõȵ½–<š¶Èß@Öûáüá¬Çb¡çèóÚ[ɯb)%L®=¹³÷B•™A94"ä¯ÿ(5†JƒƒžÄh9È%«¥Ð¬gù¾rû‹Û$äjüº{i†œgÅmt ÿE۝ðb¶ßôËT´&A 6=6 'ûÔ.ÝZ:‹\šã daÙ<‚wKa z;°„M}Wcˆ/1l|ÏKÀNØ2a -7¬ À¨= F + €´­9[æÿ=¸ËŠ3 †nm<‹Í£öì×(­´ã€Ò¾ÀJj†Î?°ryH2zÌç3ÒËám¹ÌÄù«ë`ڝ¾çXN‹žÈ&vKŽ€—ì­Ê*Ï73Ž_c)œgÌÉÀ«SŸ¶ë㨐bñeGÚñô¹ôsñ”}KüW߬ÒÈG‚BïÍ-ò…éNÊp¸»N«+ʗçÚeZýÜ0XŽ`ÜÄv qeÙ¡ßÝP4ÙB¤å³K¿TǃÇ,‚!ôx¯bÿ¬œºŽæe¦Z¶ K¢PjP",*4vñ"]oC×pâœEݪ®)«££ÝåU6ÝĬ¡­¦õ’:Á4Ln¼Ý9Tû0qüVا-ïq¤ó荝1®Í·NKjŽ¬ë´%×áR¦–fê¿vˆ{ˆÉ´^ÐØØåË" }ý\:è >‰¿%¹niXWª+ñˆ@7>Ôèš4OkÞi]ÿ÷¥J1ÐÆ 'êÁˆyъ3NàÎ9‡RÉù„9½ kOοvvS‡?BUɺï™]¯ÉÕÕt>Srü15µ¨ê-¹Á,s[«Y¦¸Ÿ¨¤ÅɶŒQ/$\¡åÈL³z¹Vs«Æõ2@EPÖcDºGðWLšÐS»Ïz=4gŒ ‡_z!ŸÆÒۄ酶´hٟj½0zÁÁ=eJ ï§xH¢Uª —‹ ÏM{°¯{_;ó`†7mÔiŠI—i~ýñ°ÎøÆh×0®µ@«[N3ó^~'ÓN ~ü¹Dÿ þRµÉõìšÍ A*‘-¦ðUSë ´û¡¥T‹›–a - +%d»`ÁÖ /®òeÍ« +æòéE̤Â1Îh•õãÇwKA:`ƒ^ÐE¯T’52ûÊ•ôa¨–´¿žܦ½hJ¯¦xِœpÁ4çaÍÒe˜ôpxy„"©¹ª©,…Tî3X½Õýí۟"UUÓSµTäêÄ$žÝâ ¿‚e ]°©+ÈBeøWjɏÅ&_žæýQEïvݺµ>î@ñH¼Ý`Y—ɏ²øƒàGjàw)ɤ^¾®Á:&a—jô_uÜ J-·øCBúŸHÙ(Š<¢ (J·°¸K†ÈðæœGÌ!ö‚•«ï B÷ÎY¨_ª½.?óÄ»Fn•Ù•Õxz+à ‹ïy„¥½÷3r݁äò9œÄÂÝ Œ~"ñ;ZUVÕ]¬ô&Õ¥|d/NyvÕIÁ uä.VQ£m²8!@*Qö¼NÓ¬3Ÿ…Ýáû£WšL.–±vi§îÓ?¯¤W +Äú°™ô…uU`¸Á1FgÅ4¢X3EtV[ÈÌ(kº_ƒµ”µ ŠÔ6¨£çdmu¼þrFOýЫ'$Úg™Ñ«5óŸ{j•Z×üÚòĆ/û®p¼êz²vßâiٌ -ÄZ?ѹG^¹]š?ÜÊúíV ŠºMÌmòñùó]ü¹þˆûæ‘÷˜Ùé rwA½žd‚ai>Ý{KF’€“åÈSÆ2”й®®Â7كÝÐ(ª•øSî “þ夯¸·©bŸâ¼4•­ ›^…óCh ô& ø•.›`һ舧jx,O’ºú Ô»‘œÇ#l´Q!"éË]Yaw.~|mÎÂCÀoXa ¯W;9š¤ñô2ï$Mç ۑiy/×±·Ê ‰á3±‹ã‡ûzÈ1tNRMÙù51»nj¦! ÏP!7„âx+Eï¤;jUúÑV׈-‰ò§â|Fø/AŽNónïٝ%⹶Ãb/ÌrÒUJFó&w"Ìô<íj(t<Ü.£5Ȕdgw pyc«¥6Ây`X:úW *ü]¨{™ß¬m‹K¸ø'5ë1üÞ&NôàkjÉR§={hºß®ÍÙHðèá’ÜðˆPjü¡)Š6MŸžM’8ø]žÚ¾–}X±Ýxu:P4.elžÃovìÑJJ½l%rªgBå¢{à!Éq'ØA5 +—W22ÌU>žD¾C/aykßâ”"Úè¼ïcЮ>JÓh(O;l2žÏU§¦ånöNøD€XÿÅÙØͱqÔÅ¿©5·™Xóâ…N±­½ü<ñ½î[éö4"ï<’uÌ%yÙzïÑ1.—¡ÑßäU®FMæÒ··èhYa>‹™ìùó¡¹cÛ·iSÎ}‘”Òµ β˜h=qù˵ñڈD¡¢©S0M2îZ+MôÀ{0*¡/LzŒ‘Ƥ [,ôrq—wm°&<šôºù^;b:Ï)[Àsˆ ˆ:ñ½Tèé׶))„'å1zða–JÍ£ÖyäQÃ5â3h;¯”gB+™è¾qhñ“ Dd-õø½ ĺaÀ‡Øꋆt5’øJãا|îuå¤ZÅ ÑzÅ3øâC1xüëKw¯@fħ’ÙÅë5°D dçY´êáW> 1 é8Æ1‰3èêP§o%gӌ¦nÁ3öœ +ÖÉQÌŽŒg^P/ábëýˆ_Ù˜À†>\¤kK²g»¨í·…27mS"éŃI©([UlÂ²Í Wpÿ‹ÏQÐﵔV<'ö|6¿}»Ï@À—ÑßC›˜Šø3ù>$fB¡~—LJAïTîɄ¨Q:@½×ñ„˜#›ñÓô5iÎLZEaW@Ç\=Z탅wtìñm…qµ¦¨L/ß©ë{~‰ø2ößìFßzWån»‘ãRƇ4E%)Ôð#€‘¶æšÎ#猣€móO…C„,ú„<@aïEIfprÿ¸÷øuéåͽf‚¢YòòöÓ¶Qʜ +œ‘oKԏêî…YëÔ÷ã/Îo\ÖŠD^1;Ðo`ŸìõTF¶&…;«ÖûôA7ãÕ°…‰ZIÈöƒµ1ò‘q +endstream endobj 28 0 obj<> endobj 29 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 30 0 obj<>stream +‚é4h,7"Þ¾6Y—,SÚÜf\°àó<ôúÿL¿íÙS!q|º4Ÿ¦œy7ÿîÿ–Vێ”õ‡Œ¿9À®/Ÿ§ÅG·Ç!#Ä(î/Ä åË'·‡ÄýÈÌyå_CE`§ö\J<&\¢?8R -@|²õ6Ǭ;«°0‰¾eæ •/­j0ý«kRˊ”¡ì”HðÎã$Ä·¤å¤£8™ÙîY²&‹NJ3‹åg6ºÂ,òŒÍò<¼l(”LmÀžA1&(¢·¶J5éæ±¼Ž µÜ~OGîCDãInKùԙò¥"*åŠþṈžùW9QDD·ÍlƘs^ôʨàӸλË£‹Ÿ²4”‡xhZòQ"v< yl]xµ°pV–§AvZƒÛê§&"êZõC;Aáâ+¬ð•¸2‡R;÷j"®bGã¡6o¨, +íÝföçgÑÆȍ @OsÆ’¥¹¤°O06ï9 . ‹O]ûp>¸Û°HC%‚ ¤=¯»NɪŠ6„¹«’ö§·œܙ¢D·i ¼d«Ñðޓ©\§D£)`QmøAÓ ú#JÙÏ¡Si4{›š\þ-HÏ{›y,«†ªK‡‡$µ;ê6g•¡ð„ÉqÁV‚z–žQ ‹5ë³Ì ciG8±òÛx‚IêuÀ5xuX +²¨6ržš¶Dv[ñ寷¦Éü2~Á:¡7˜7MS^˜¡d˜ŸAMB‘a¹{«o-ñð× Ó½š2­Q|ÌÚÛ¸¿ÓȎ)1½`ň€ < ›¶™GkI7ÖêpӕəËrxy&”B&A4/ô…}†¶[)¯U‹Ê‚)ö+éwã3‹Eèݼç +,õèþÝÀ•)%˜ÕüÕ¶˜Œ?ànb¶ä¡ûÎÈø˜Ü |ø¢²ëBI™[4כ¬Ìą Ã9( þAr+_º±qõüD(o ԝ)~QšÄïXõ„þaõv Ä:¤«òAÑJ±‡9ÿCK`ˆTaR¸’2`jà$9NŒÞ1â'%Sƒ£´÷IÎÛŽêa¾+ƒ/hÿÈ˳ʦÇ_]&‰¿;«b“k°ÆP؛êrd_qKƒÛ_ÂËv†&u´YÑ#]§Â!H-8+œ Ìâ+Êç¢Ì$ˆÍá®\ݼà5mP¹KÒ˜dBäqԙ'µgsŠh¼53`xĝGû4º0‹Ý×5æ´±OR•þ•_¦‰È6¢j¯È2{) šb´‘ó?ý:SÖF9’¨=ŠÜ¹.«PÏU¾]qöc°Žçêä¢3a5F…t%w4¶©}öL’ÀS] •+îBZt†ÖÑ·¹Ò¿F^ýëw£ä:ÄÝ6gw"¶8< ]äú‘?r5MxýgѲ0kõT—œš1e‡^Ž+äcðf²e±Z ò{ai{‰ B¬•CRõ$¥Þÿ™ò‚$ýè>0‰òpÈv|•T.p;Ö­ ý‹pèAï<&6'_iròì+¡ŸãõsÚ»,)uáH=ó<ÉÓ·+îä·føÁ­åÖèå+›Ô¤Î$QyÛ»p¿Š åˆ5¸<ÍÖyÒà··§§äÊìÕïC+Ô¡ƒù|9یD:lÌ$úUêùEÒCQ˧G›ƒèº@ñi&\† +!©•®tŽ%w”ŽQ}mŠ¤¯Áq'2"¥‚åóŷFšçv¼Ì>%1ƒT%è=šA„ìÐ4îdÝg¬Ô‰î£àïåÃQ‚®îл¦]–º·œŽ€»Ú2éq#ìe*<×rn³oôC* !‡%7®SÌPúåMfs2ѶÂ"¾h-ö—±Þ÷Š(²ÚTï\?sG|liÄr¬:¬ Ñç’1^z#Žo)¥FÎý@œð•‚4 +ޚQ=֒ñ20,)ÕºlbK90mXúñÃ|¬§Æ(RÇ{‚Ü;ëm%Q¬ zÙ×A¢ƒQ +¿è¹«¬¯†Ã»F/—ÝKBÞdwu®™0i.7lªAs6GáÜn€ŠïÞÅlßJz¶”ñ©û—ÛõñÊb?†P¡ì^-xhšYY]¬r…®$íÃ5‘µÃuÝâåÁtG «èAÂåjé™!Í¡Šÿ1ý3\dFИCt…l™ÕªƒäùŠeòMèóH~]u— ÕBn‡<ÖM\àûB8%˃óJ/ƒÔð=Ü €Š(™¯}ŸO(ùwY½Ó-D±ý!¤2BöÞ“QÔ'Ä+6¹'›Lµ< +¡ÏHL,ªvbÌBŠñÞx`øû•e‰†¨'…óßɺ î6|™9½bݾšO]ÍØL \ËÊbº9©ÒpÀ“5Z±Ò,ǵú4Æ)½§?ãTÔԟ;8½¦õç%¶Ì¢ë¢š,yåDÿ… ^<¡K]'ÜÁat.˜‘­SÝ_?Ž¦>j–P£‘Þw»Ú…føS ,Ú\I’”±è$ãE3‹­£°·+¡„fêtçšâö¹LÄZ|Q積n ÃÒ=ÛM^êâŠCHíìµ²„õA³hßAøFÄFâ +‘mg¿TÌ åçÈBó>ÌEòQV&Ï ¯Ù|ԐÌÈKᯄÿ²ïª¨µÞf¤Î"ÆÕø ÀJûÉŠé Sµ¡ïUã·r›ØY…!«ûX¹®ˆ“ÝÞc³Ì£gýuÆûÞÓ +Ý‘†¿†y$Élt˜Y3Tã`‘FÓ»KP“)eËf\19ë{ìØ›òñ±7P•XKÀʼn, $áªÈMšŽ’°pþÚê|fû²¥ï<’l)õ sü¼©pMp’<Àvj‘áx)oÖ×6µóÖkëÆ4FV$ÒNÇCäØË?Õú•F°¾I’•€íR¸îbœžÜŽ;ZüR¥›€8ȧIª›I¼î0ʕÚê(ëSŠMðÎ@ùÙOãÆ`4gVϓE!³`Жš²]hgåÛQ[ÂêʆIÁ`]´”T#»-³0‚k_öæ(gŸgà»*˜š—GÒõ:`°Îý¬^5«zúˉißu p pÛ,tà4Õn( À¦E$´ñ~+ûÀZ†®‚¬•¶v¦å;¸ô9O´HbiÃ]ƒj+»o©eüÎXèOôï{-¯ð+|b +n¡]Â}b¸·o'Yًéq·ÓL^ØqŸ¡™Úïc9M@¬.êöywO–,¼´ ˆ}xÒ]ceÓió¤E^¨0â%¿Êmlf+oô ªûÁõþ$u‡NŒ=eLjj*HìÞ¬y¿ÔÎ|8ß{ xµ´×°ÝÑ°4úÇÀìö3JBØP"]Œ:˜”{Jm^-2V‰Ww’ìq:ÉFlJ>wž³~Ȝi9Ï1—ù¾ÏZzåçNi¥Ã¡·k6„[î{è»­R"{<Ó,#­evíü/œŽ¯ …t|Fn3í˜Ò˜!æHýnߍ¬ëyÄÌU€»Ø ŒÓ¿$uëp‘¬õ¶>zH¾¶a`LìÃDlÍ›1ÙEöÁï`˜aÞw „xažOä“v:@ñEõ7`9W-\T  ‘¿.ÿbí6Lûh <'ð™‡Û%ûjåO[_"—ƒöà¹7¹­@푊SÏ»ÖaMkÛqÔ"…Ö ¹Ó¯-P¯©‡(¿q2d ŠŽªL¼›‹ƒfix.è° +o£¢ ¼uäM€ªG°gØчƒÔž…¾HŽÿJÖ;óÕ¨Å4Aõ‹®‚”3¶Þ³Mb|t@"%jOCFí€ö}@|‡nØZ¢ˆ7(·Xä]]UJÄW‘¾îî9£¤ŒÑز9 'ò$¢‡OˆÙÑô“äw>ëQÙP0W©Û’B‡*ýŒÿdž•¯K 3Å× `ÈgÈÒ:„…É("ôeá¹,,¡,€g§;Ë#Dûðv¸ !MøKã“=gʼ “cAƒLy…TÉ}¥ÄÐŲv›÷>…·-THå™ÚíA8<íÿòC•,ö‡BK®ã¡‹ӁÏá«9Úžö:?©¹Û&-°´Ëò¶ÏcKQ¬w¡ì‹.Qò©™›hŒ=&š$5ˆGƒ®Ýùp&óÄïWýñâ¤Gç¤&Gô•g«Ï{4œ¦_r4¶‘nVÊã’ûºúîC^á2÷\= ,ñæ;÷õM¼@蔙*ª¬r:~ !*0mS*ÏÌ:ü!> endobj 32 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 33 0 obj<>stream +oš–I¾:òõÎé-óžG›–UÌ.Í æµ(3T'«ÆÛG#µ«ç¾L"œqã½A=PyàåüX`J‡X›Í&W™L`ð«—29â-Ë/gÞdø+H# +”â{zP_,“PM<î¼3ÉOtÚH1£Å¸„ŒŽ¼Çšjüdlê¼Æ|6Õ +fMË 6:ÅɹhMþ‡0ŠrŒEýSo8³ ñ´ˆD\j¤)c5CÜI–¨'œ€«ø=Dö'kŒ*ÌYêûÒ¦§_rê\q³þ(ʸ`)‰O)E͚Éxgn“cƒ—SÍ)¶ €’Áåa~ͻьœØB¸™äàç Í¢ÎsylþGªÆ¥¡ x+‹†÷u±~ðìôØ$°èðÁ·¯ÉŒçMç*VÚÌ}¯"Û¹2N°á) t0,ìߜ-|MG+.iNž+_× &i]ð¨kEü†kÔsÙì}AŽÛHo‡Œªí=YÚU²î§Ÿú +™pE“˜^¸žO¨ómUÁ'µ\Þ¸Þ¦êÓùd†frièáú†>W„Ðí2¥fJª¼ ³êÛŒöq<ú|¡’¿'b¡È—ÅHŽY:h;üÝÚ·«È ‘hšùJž±‰*†<ü 0‚šæîÃ!³ r±,] ¸­Û„ŠŸtE ö<Ú£¿jʏâ=žsB#æ!'p••Í:WtÔñ¡•Oò>WßèŒjÌ3"RÉÌ4ʼnsHt>>q˜I@ó} ÐL`év}“o*|Ç‹Â¾< >8û’÷ úNÅ/A“Ê6©Fi¾ŸL°¾ÎòvååÀyÜ,~ö­ˆÂŠÜì°ºO9”ñ—ûÇlˆT] ¢v%¬ Ó^ož€×u³»’B”S|ä47ÈÀ è*âS:¡MÙS‹Ãß+¹± =ÓÈÓâOè5ƒ­êæÊ ª(¯¢ €õÅ\ÎÎ{䕢‡÷·:™>®#æߥµèB¯4áஔ‹.ö2ÈÓ+Qµ²€/qõv$:y[ªX³ïåãó!`ʯ¶Š&$Á=R+”6.Fø‘1:¬6xü€á9MU/ûúÎþ´9£k/ À£ŒÁßÉÕ¸³†¿ù¶ xýìÉvž-.•ïÞ½Îb¡ª®P&oˆÔˆA›ùL`(,š“ͱ­Éh@À€¤šäœµ™p }™*Û¦r ªÎ×ÌN4ËèK Fºx&‘¹ÛŽ½Áòý`Ê;ºÞyê󑯠îßêø;Tý®¦‰»têH#H®^¡›¯Z² (Ü_¼e²ý†²C>ÞèºbR'¢ñtbò5€Ç+=G8G4o¤Ÿÿmðóòo&‰aDݳ><Çí +CîÔk¾uËEFljO2×-ž–pµj”‡˜Çû!Àzf›A8¯‰*kE4\‹X§éêÏ­t‰É¨’ŒW;‚„f¿\/d˜ÐÀÕ?AÖð^°ÙDcIbßyƒ O'ëHI|%™MâýYHMòƒû )DRþHd/I?©°ŸÀ;i“Ãoñ.ÕIÏ3d0PØþ»ÔMç ù€wÞQí„ÓPŒ5P2/þ$Y¦ÞFÌ]̔íCŠ+Èï™ ‘‘pSÜ~[¬©lŒä’®¢,÷Y’(P £S°…!U|¤êùٽݲ޴#V£ƒçKã|Ù¨;H99ÉAÒE[\AŒ}>q+Œ·(øw0hê×åâCºá¿/•@Ìíñ‹»/1üبcS ³=.´« vè½,+Fè] ù¬#^ßãŠã‡+ف—@èÀք´ÙˆælØê· [F¬)^'$û«éPfF7(°žnÐü½%bþ·!™âHÅüˆú±7†E¿|ö¹•‰ueÃÔ®™u û)Å=w]~4´¶¾ITÌ»†zìÍ 2œFy5j$mÉRÇ¢Øý*kY DÃÁSÂe!®™ñ’Ÿ°ßJbT²7’07'ûÝp%ªs“ \»¨ò]þFyLíCfŒ-X¯d£§dô‘ä.\Û¬œjÇj¢#'æ‰ÁÊ`^®A©µ¿ñšLŒÑ4ƒ×Râ>Íq?ŒÐ«ˆt^ÊĘõ€ µ@˜M†mÇ/vVo _S…íîèÁs¦¬Ajµ5újÁ£ +¨£=N¥á‰““Wýϳ¯è¥„nVa\Íä®6'(( ƒÞó'³R!¯À7ŸZ³¦Ÿ7ZH*”éG¯1¼_E¼> Ζ¸[ÛoӔAvÍæXPÿïojԇâs÷.­Žh¿dâÜ¡ä0Š¦^f +ڎøƒ¦œïKfPÉZd#´¡ÿKÕ§»+‰¸M™²J·²óD>•Ð ¥Ÿ¸4µŸíî¿"匕a{,«ä.óÐG%~Ph¤ ½bž4\d•Îñ0ÉDHÁW» +Yì;P׋ƒ¸0œÖûŸF“‰ìwå‚S‚O (¤ÿÖ;B‚îؓüTšÑ÷Ÿ<Û¡×x¹]Cè.3VX0^pì‡Êz¬ÔÍÕ¦ÁôãÕ'S@Öu(­°xËt7çÛ¦ÜúðEûXåĈšÍ÷¦™¸©à ý™ %'3Œ@óaXuéUç¼Ú=ÕÿH2LqÙ ·Ñ 2è )ráj¹¥œ|í(PÃ@+®ðA\±…wgn½wþ×ÐBÕF|I"ù‰Pß®c© Äèï3¹œ yà) &è’0_)¤!F!‹L«KΦ»o©bÉÆírydŸ¤»Ó`sØ-ÁnmMiŠ(eö›ː? x–Ûƒb²Õ%´ÁA>4 æaӗÉéï·ÁRPT=!œ%‘Êes½é̟¤ÔeÌ6!L9aòŽ«´L¸J˜ù‚ñ•…ªª³Ä¬ïK4±Ìõ(Õ{D7Ó—ßë,q¥÷L +ÉN¦d;¬pM㇙áB%ÉMm ¯“ç¶æÚ¾¿¨]NJF˜Í6”Œt»9ÖݚU_­ù– tªƒa™2ãTmÊÅVeê˜4’Û³ºg; 1o nÛª=0è;‰úÛI^ˆÏ¤¹¨\>To‘{ +ÇòžR½Èìè1,+ô™…Ýc ÞU]¹lÐ=]¨ç˜¯#r]~÷ry™K Ä»ªN³Áe`dg/¯ÒSØ7ôœ™QÉ2¹1káá«Ztü$ú2G§ýH< ø‹èiê߯zyì¼\ނ4Ot>ü6gÁH”EFjùºn͐U9xT˜ænqXgX'<ÑîÆdû—ÌæÒ"ٍڀ/£Œ¢@m' j?ž2B{oÃ« +&,l·YEejq«J4*LÝec ’ÄW `ø¢•´`ÿ |ˆèÓñ‡E°D’ô8Xh—³Žô)N'ߘ ÌÔCu¬ NAƤÑåh Ö&Á~é$je€ +endstream endobj 34 0 obj<> endobj 35 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 36 0 obj<>stream +—Ó¹J­–ü|‡·×È7T#NUjÇlì¼m¹î—Xóø:Ó+§Å›¾†Ò? Áãxëá4EþD¨™Lðî̺Åۙ+”^ç.UØ"Í£8\­,¸y{ã.þùˆCLàBQgYµÃu ${ãIÅЫda¾©œá»;ô–É ô–çV†'»@‡e¢ÃÛ£tsÙ®²üÎmXùut÷</4÷ØaswW\'euÎôx¥æQ–Ç =m]>SÈ#‡ªB¡Uµ”9Žæ$ì â)>Ý4û´f3Õ$|{EË2aáéŒnÑ%حذ’~üž×û`LÙKUÕ"«¯dž©Åó&ގn +˜qmäc|ŽŠGö‚vHPòŒw|Ï­6ÃM²ÔM:±ô‚˜¬vƒðϵgöí‚öæµO´ÎW›ÇK +¯¸4!1áÔ£®mÐÎ@ȟw€ýªhҍ¤z2GÛù‰ðC™æÞ¹Ù[ùëwÖ̅¹nŽ¤Bü„Š“´ÈÔó7ë¾»J‚îÆ5CÕL-Šú¢ë7m× ólӑ¶:ß²Yž¼.VŠiŒ¡áÜubOçÉ"ÏB`x_7ì"Èi´ÐÕÂÈ/Uy>zéž0iðäýÁù‰sÖÕaŸØa¿oÀ’6ÏÕ$5¨µRÔ/vZÊÿeF*6ÿœ#×_`€g¼¼ÇÀ OdjA „…1ð¬*]ºžÉJüz<̬„ád\¼kà{U(÷q °˜æc姇CÄü%«ÇÎüù³ž@-ÎGŠ ­ÜS¬®x<ÑE³ÚùË*e“÷‰öÞn'µGòªVºˆ¦<!y~ÁuoݑÌY]äÀŒÖÕ³‘½â‹ZÁµ…9\Ú ¯9© µÃéò\ÅíØ¢֎5´Fâ!–µb+XDÄá»'[Z% â³°QíÜ^í[§¤”Ðàý«¬šȈysuuÐ¥KžÆçxiL¿ØwDKŸ±NN âò]hB"ë¦×SÑ÷X!XÅJÆ3ƒ¤Ý QîNz\ð© fÜ1螏|û©¶óJ3þ%Ó§ +TúàBL%”  ¬H¹Ý{#=MÑ~ß3r}A©o烦ÇGm˜Ùd›ªñ†t9„Ý +üfå[º¾¬àƒ€/É êñÑbÛ+{¬ûÁi" 8òŸ7‘ræPÄx| +h¥_'Pç-ã,:G卬Ô$s¤Rf ·MÚ¤H}%>ÝõUl6T{œÐt6gQ¦çA~g§ÄªD6›ËÂ^‘ÕʌŒµ)•PÚÛYS—ë’ìúMA¥F§má@ï[û»‰`Ó5²ºÃ÷má1´&†u]à(Èrc;žx¸°¥/¿ÈÍê‹ïèÃð¢~Ðê<5¿‘íµÜ” ‹Ù!n>:úÌ@wÄô²×‚"ûùâ!Gtâԑ`oÃc§¸™§º_0œ¸^…hHŠ +ºÁ´L]äMÑu®e"l‘OxïÄLI€~y\F(ׇ(ìí½{¢R í:„b^NÝ9‚Dï½Ìû[ÌæY$,brÑq¦™z´-ä‹Àeð»RF"Q²Ì)Ù£’Èh³xS2Báƒv‘5ûQ ÌPÇbˆñ 𳷕y„·ùUÀ¤èÃåGGù2 ãtâÙC¯–]1P÷W1zyM°ídšú=1{Žì’}ïN•kWýüI_u±ýWÖì †\tYB-Ùh,àù§TòR¹ÈÝëWGÛÞVm£P=—w¹AY±kçѾH–Ÿì7È \iw;÷˜Ô‘êôLæ<«ðà¡aóÝέë'œãÁÄùåÉuÝU˜ª yG‡–1‚Y:—8ćgüzÔv|÷pŸ¥ºÏnÂÐõ;üq4o¦‹A(#¶£ùSIËëû5UWâÇYÍÍ[åUux\Æuñ²Ll·„$°:çlp¿»l˜“ßUO?SE‹iue°ùx«sZ–̤ÿéø#ˆ˜§ Oª±&¤¯Î&ŒŒd<û5ƒ:Ý<(˂áº\\G6Šò”KÓ­Úïu€¼•¡ci heùSðšdƒY&¡’Ü„JÉþã3ấåo-õª¶È22o›ª ì ‡ióSÙM³þµøyä {ęÃ|½ò§{ª¼TýÅÆ3c•—SŸìÿ@l½×æp G‘l”òtÝu«˜®Ük’‡=]uñåϖœ5tÚýÏ0mÊCæþdPÄ1IK4Ùð}\ÞcÉÿâ%a\:ƒ?øÓIàpï_ç!ۉ߽üWP7¾£­³£RƒÇ.›æð…‡$X¿ñ:&Hq0¢BWÈBƒÛ P¬Ê9)y®p4¤oc€ãο9ù ŠÖ%C0¼?ßEä´_'ðägPîŒ5JßA¿Â̗¬—'¼Ul-°„4¨Â¤ˆZ·—l©®nY2(pWãa5t›Âç!âÕÜ'}£ÁR‰SxôìΚ¸Ñ×ý>Æpû‚¬z®Er£·Ñ×%ŒÝ™‘•Ñp‰¾jGLö'ÿüs¸­Î¾k´­¸X;véCŒ>m;_ý+-²…bñä5ûÜ,,± Ëþ9¹¤)¾.q¬vËÝÿ£Ý~Ÿ¾I·/èÅWёD°0Љ¥~Q9Ï0:ÌÁÇXº۔l10ªê.Ü¿kD{UT_TD‹;FÄT’bÙ´­6Š¢ç4ô +:iÆ5_žDÉX"‡YyöõMcÌa>ù¼ ‚z0Ê3¸í7&Ìì%`‹H‚4ëÁG?¥²^åÒ܇h'‚3÷ñè/GY²Ú¹X=bêlÝè}Á) +Ç2»öÈ{ó1üPøïjªƒ<*¿Oàk‚õ¬œÊ@&N†Lå&ÅàR²C1Sü.ーP.lꥠö†*åf÷©’µ†«lZ+oÌd¤\r±7dƒÂc(Y"q²«œÈÏP´.p$ý¸¡@›12î&¬g«8iß¿ ÛÓU÷¢"ï³ï +5Š‰ ÿ^Zeބˆ-’‘RM§°œ`)ZÓ ò;­zߞëšw{ª:ÕYJ‚VÑ©tz«„6`ÃHhÁzïíjrhÃiòx¯÷IL‚Ö) O¥IdŠh‹ Zž"uTnñ¼'rí'.sl]%=;b³&!ø¬à ­‘Õ©? ïÓ˞™1µÝ:xòƒÞÿ¯~Þ¾¤ 4yEfÙ°]ûWŒqU¿oEðºïyä0 5Á$xQ·¦ƒéø°®¡1]/”°ß0 /ýiØ¡5Ù6ì^ˆ5n¦.uÌ>Voª%¡w&¼‡}åž|ÿúá=r÷.c“ ‚ +÷3Qñh+'æÉuA}®¨…Y¦:?¦Ó±¡m9R™‰ŠÔÿ–Íá±ðä@AÞó/ +>à„îO—¦ë^n¦&–ëà-ÂO‹;÷´wÎJ•ÅÍ^¸®æ0OR¹H˜µãtù³nõäª÷Ðä¼òûtHgçó4^›DSêQ2ñ¾‡º­ÜXýÌܕ€BðZ¦v<ï ÅÁàðäÇã@uûH`¸ÈV.‘°ÀÖTÞ '¨þ¤~Jõ Ç]1Œ" û'ºuûwˆqö_ +]µÊ]&gšZ×=yÖ{_©µðkæ쀿 +ã)‹gås;ÙbcÙ·¢ÀIg% +6ʹ¥Ô1SiÅtHJ$U€^;îÆíˆwKÐ÷êíf\ÕÔÜÇÕÜwøoü¢¨øP §Ð©Þb o‚°Éq·»çu©Ïòðá0ÕNê*†·Ñ[ü;™y9Pˆ`WæŽf(4ÈKè.äK×åݎò‡*¸iXLtá$ŠúÖ?—[é +Óç‘iRE¾q=Wt1îm’áí¹Žôüÿa2Tyy+sŸYÖ=·‹óQ^€Ñö9B]wuHê~ h9¶ˆz¸kŽÐ”Ḏnù”òƒ)áŠ5Î}Ňßyˆsº5ŸGÆÖƒ@ïZÑWÔcièÎTy„gH}#]Yé¨zòÒ?6”Ñ] )áVéÐü[NÁ(ÐM @›Iv»™Xd8¹mQÝ¿2!몠Ÿ;'“ä…0ž´h#ö[êu’‹¤6X¤÷¹¼Ï¸¾æ8μÚ©@’"~Oçó]=ÈÀa‹ÚØÄh=C, ‚ˆXµJRNuDäkpöŠ8èGʇ=<{w -ÒPL7Ïü(ØÃ#C#æ)_R«Œ¤=!ÁUû:׍Һ…È„™9ƒ%_'€‹¬.ÄƆ^E`:‘+ƒó>¼ýºSª”ð8™{ýrºYÝÄOàäUHÇùø€g]éñÇ÷Ï^Æô +i*ªôÀßÈ­†ôs¤缏,ÜL®p§ØšúöȼTú­tØA›ÃÊý žÆ2Ý.‹‹˜¸¦Ûg‘¡~EV;Ñû°í˜brcw܆² +V»mÑ¥dquû’«³þ¿×Î@°€)Ð-5-Ñ[òD_Oòà ®•B2*7à|Ý4M²ø.@ÄõÌ_Ë·Œº•¸ºñ2 ÒLûDºoE‚A¸Vpi÷Ÿ½gÎ'"¬F=˜†ø„¬7ú ?pmòB<,­¥¶g‹¼ HuDyÓõêY +{çú"§ô`Ã-¶Lgä؃µ&µ +ÖäzÉ !rÖã,ß µ~Å;™ÄUÁi,§ÓƒÃW½MÚ^­ z7YsŸf`Eš +¨ð«BRbçJK3·Ãó«@À…Þ“- ² +‚¥¯-^t¢"èz¹XñÅlAx\¥‹ÌgL5‘¤೯6ùäuûø`ìu4\넫W ü2¡cŸ¬Ó÷?݀êE‘=.L¢Rûà#K25&¶Á\)Áô™QJÎa…!7÷‰5zYò³cað¦W rõ&nPV2ÎÒ홟Èч®t—Á"¤Š—4#—µÈåŠ÷áÝòûSòɉr ó¢µ k`‹äï”,q»•4Ž/dËáPÁk:¾4ëÖ¬ˆˆx»G6å XÒw€@Dÿ%Ê·Þoå˜w#'dû$ËCyb +e«+±M2ứ!»Á˲…»l{JË.è,(w±{ÅùxÙ´WL†®´HE%]Àxé!Î<šÍXeôÊ¥;®Ðq^V·¢Œ79Ñ]ÓL„ +WzÆ¥á–Ìgä/«ƒØJúp`nJè¸Ô)èè‹M½öi‹~R;aVµ_ºJY6êá:ƒüÍÍ@¾Ò1gòÄ»øk*U×ܽC2qUˆ=ì”Ó­& p ÕðÕs›]\£ªê‰Õ’¯e´q> endobj 38 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 39 0 obj<>stream +bk€ÚuýO2X¶2÷µ¬`óÌðO¢b£Ò­¥Ô‡F؇QCÆJH+ ü(T¬ð¯ÐÖ£ÈÑ*H8і@ß}D¤–éC‹ð&qQ”LæisånþòᢌJ~¡6:FC_ìDCç¡ð½àà–ýþg¶¾ùb{¤Þ-—·Ù&Ëçï~±ýfªHÖHöxPš ö¼GìÝ°ŽesKû·Íß5¥¯»ÝÕ¯(á.Óbüà5e6UáŌáQ\lø¨èΨsH4¹gœÂäs”ßäs=ÿM}*e±?üsk¼cV¥L ÿX̤™:’÷Ütgåá]ۑç\ÎrÓ¦ÓàRí+™Cͨ¯½±€pFòêS|Ó4™.ÃvXš×~åË)>DXVÅR9W–…¿œƒûÅѦ+ͺ(ù*lÃ^{B Ià|]oõ +D_o«ðÓZ4_PÃïþ­i@ȏ×À°åG&ÑIZ2Ö/ßsRù›§ò `ÄGYé/•³ö8ô$Æí0$l>3¯ükÛѓlڕ}2Þ¨“-³’ž!HÇðû™h*àEˆx¸T]Á󬙢TT;ûÖÓ±V†/uڐ¬‘VgvNžÆiT‡l~“I•îëiÉjˆ×¤ã›Ökp“ˆCf¿Ž"Þ&¾’Æ`cf±8Z„)ýÚ·ê©+Ã\ƒd]ûâY[fñKØ«>ÖûXdÀx]êý±7$¢xUÑ[½nhBî À¶iâÆÎ{€ÑÔv6½×†øQ1xE3„„1Ø(/„° xžkSéí[t` ‡üOú•ãW&¯Þ à‡˜>ÈÌ[݉¢éý\¿+ˆ­ÚX@E@z¾Ì±•¯7Æ~ʟŽRêi™·_yQ‚ÝCe ÈZe$¡øîé5®¿ÖÅêÈF’?Pý%âœl ¢a‘ªþë_‹a}†€2Ÿ€¿þ’1å±a‡’¸yºÚ¢mlÔaŠ¦÷c„ϋs/:!ôÀÅßÞ£(Y¢J-Q=Âu Ö/Â5ØB¤©&1aXÈNƒ"Ö5¬Ïc»íøÈ<(ºåâ=ïó¾CM0҅ql'êf1?yJ÷¾8˜Àë  8jËqÁ¥#*nÚÅ©$O¬…/}%iɶҪŠÌD‘Êì©tîså[%WíôEօÂ?œj•<ª#žgæÍ]*2¨$߁~*u¡Dz/ÛiPi5kË"’HúhšÀË¡H¨O·Ö݄­+ßmpå±â¥ºõ} ·lÁ¢û?c7õRðZ|P ‡É*Ô1íu¨ (Ç—6]*@¨8¢Rm¸ôHä}p½ÆËæ'/eD+£¥RÌP}— Qúè%ì‹jõú7“*ÈQÕÉqH{cûþÖ*(qN§˜šH&©ýA;©Ð{“Du 3³&»vþ›ù“æ—{dq©¡DBÀdžëÛÔ6§|Xg—Gh0šýüŸex.˜ÏΡT_Åf ò뢂${ÏO€óº?Z ú,ÝúN›x#ƒœùR—6óQ*-~tp΅(zÑíÙÅ5ÆÊ?îcD32ځkK¨Š‰5!0RJµ íþw ¯äFÄÉÀ˜/TZªˆßˆU\C yÕ!£Œ¦|Kõ9¹Ñ÷OšÎ5òQÒÕý0–´ÄÖA» ÙmBє®/Kà?Q?B2“¤“ƒÊY·Á=$šµÎõaXqÈ.l8š"Ð"­,ÂPz¬£MãÈ:_šÛýcƒ¢‘a&‘/ÌèÉ%7½h[8(ÙvêÒ?<ˆnû€œ'+¨0†§ó¿Á%mV^H~äð+wS„¡¾ØŒÀ·]Aê­LcH »(å“ÇfNȖu9Ê&+<¥öèVçý3»†¤~œ+pBøX¼ÔT5¡>®¤HJ-£žk‡Ô);ˆPkLþr€oTV?oø½~ë=ÕDnԙDZ¹n—‹nhtþ9矜1ñ¾Tóøþ Z|V­¦²Hº­@×ê‘F“wÚûXߔ&Ò¥bܚ8wç’âÁ 9&Ï}öÈÜÄî»k6Éx?aGȈë°è|¥ŽQ bÛñ"“0iñýɠ땢ˆÞȯUëŠ@3mÎàq7՚º„f‚EXcÊJjöÚÖ÷¨ù +‹Ã˜­ÑîdúL Þ®á‡_°xÅû÷îB雽ÇV&JþG¸Àщ‰j­„µ;E£Ù`íyÞ×y­¬['öäf*:8·(=,.ôÞ:Hœ}.5]vÆâϯçÕYM0¦Cñƒ¾o8QVÏèø‡ö]•Çc=Ú-?¼al¯Å”-SšOƒ]T¢‚¨ÉÍ×1Þ’ÈEˆ~aJŠ¾Fšô9ý(é G± üI¿ß+þÔ@k2Œs¬íåÒ5¬ä=¸\8ºœÝ%ósršPµèCn;”uo©*W7b`ÿ=Ï÷*aa¶÷4¦îœ,Á©†á|øÏpoŠGÝ­™xÍjããé^:<ۏ«„Ååò½znÛ ášSH2û±^~ËÀ5÷*("ïGÏÀކð…Í(µN»:ÛÏ_ÔöXI¸3èïºÅ™ºV<Æi[=3€£:£#&Òsëds‹N *ûÿz(×ý+n͍+õþuž“=¬†¥\bCʄ¹|¸ŒcGB³3³ rÓá 4uO¹D»9m¹ïZA+ŸÞ}€l.¼Q ·]‹ÚÒToéVSH±EÛ‘ã¦øÅ?—`WèîÖï?šW嚊e]Ql'Î-9°Rö×»:U!…ª<ànROZ³E&yÑ¢hUȇbQydoÔ1vR¯už!½½¤aïI‰$¸!ã@»Éj½1H&õ$ݧ§Ô¿Kà:¾V†ZêÊ@3¶Å ´ ÚÌ2?cì‹Ø×IšX8½L¤ öԍ{˜(`Û÷ê§ì¿6«à¬À?-¶|¡Øzm\Jr€ˆ&ÎX…µ\pV%/ú׉ÜÂF‰ÍËoáÐ*pápz$tby4öÏ +[!†·—À}Õ£ÚòãI©¶r.ƒ¥;¸<ð,ã=éðjÖW*uùë¤Äރ±ÈUÙù)S\Ìeᶨ¢äxG0Œ³¤°ñ٘=ä_ ÚìV(թ㮆@»¤‘k> endobj 41 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 42 0 obj<>stream +¡A.©?ÀÍÀ§è*z\~¾ßw“½Œ2 †žŒ&RNß]™”|MX;‰wÂfø]¶É`Y¾?FlÁøcæ ˆð!ÝƔYzEžòÁé(Ô²Pê@$îôèBð˜s· +-Ú¬[éJØNÉ@!˜!{F7^ڒxP£Z§ô$QîÆq›„–Æ]z“2†àuÑø_@it@¡¯I(`3”u}kF=$3‡9sEv¡™­ÿՍŒ°k ûTñ»(;~J ²©::¿uL¯NêöÎtJn¾tUÝýM†“sc£²‘Ì“:…ç cÿ!KÄRe‡Æ•ÃCò¾½0.ÅöHžmyåô.Lúqœ^49ƒnmߏQ2X±—'íGŠÈÙúX^£Œ^•ÃÒå¹¿¥"‰÷¶I‹üBû1Ûq°å—AŒe‚c9#¯iõíœWk{CóÕö•xVù°öS}©0¨ß̨ú,›7–š4ßo(Ø^P¯°˜¿PÍïÉ6EŸüj w¯±ÓC]ªÞ¿œ“« ÝâJº…©hÌk>ñW•Õ®sßr"×WÍnle2/Ñd–Î^v*y½Û ‚hœ8µ‰Ï..€}® r`s†U‘K®¤UÇáWJãùäø*;ªHø}ë¦`[pÞ&»õ.Críٖ.YÐVŒÏ¤ë%¦aÇa±®€ÂܹÍ8‚a>ðÏÅ"pÑrˆ«j¥Ôž©^n2 i‚p'¨w˜ø!دŸ :\ò1ÑÐØõ Ýñ}ÂëNÔeȘˆ9˜ Mpã[o*\|“¿¾$(X°ZOÃ×%ÈÃÛ2ý¤äUÎM½G±}¶é¥=ðj“ F»^"w/BJ€7± +-‘d£X}0®+× 6/ìnZžÌ” Ýä×ÙHÆzù³õ˜…A7p$߸GŒô/ûµª“:µ©˜:IçXUPÚ$£züÄ>môAP÷–´ªiúPër›6Uäݐ)bfˆUUB÷€¤¡Eåf$ÿ˜—•™pÀžÆØÿ–B%³ÎÏÆáQÈH>¬@ƅÕDÀæ•ZpIúÅêÇNÇM=0£¹F›d05^F´”X¡¦\†ˆ!à2§†áq¥’ËÔïP@ô.YQ] —[€_ÚêZëXPQA<#WpHGWØl•Z[¾´Ò=„ºŒg*jNP#ñB7QÞ,ƒþ{Ô×0n§¢÷ŠAo PÔ;—Š#ÉÊCLëÝ7#rˆ 1ïb³È;±¹ðù³-‚@h¿ÒÓT˜Ttø¬%‰ë¥ÝíL=a ³®Å2w_©Ê:Ÿ͐ö2é@r†ðâMD¿e$7*Õµò4dð˜û ö¸áŠ9šÞ­‚yOØWùµR[jfX¨ƒ;)gæÕ#¢ÿ5×l^îkgþÁäö—²éìvÍÚ´¥ìÂÇÑ'9† ýՂ­ íêÙïÅÁXKã÷ˆ*IÃ&ÊÂóÀ”—Êh¬5\l¢JŠÉëÛ¥s,9až«ÜeK¶4~r¢~ѽ¢Ï¥eQ‹{8·à1.&{yà~@Ü°¡-¾šÛš¦z²†jÎÝøhdýÀ´Gkћ}]çÅ GA‰kbܶ„ªRsÁ_ç¤@w,çôóX() …^(¬2I „Í!‹ß6R{$Jòn¦2–cIVܳ?4ßÐSò–šÒ-СL_‹'ˆ; œE4(eÆKSQ¥ÊIùatóg ê¬QãDŒ¨(AŽ6îñòˆÂpÖ$¹á)Âü+DTF‘swB‡Èƒù }ˆšk—^ƒØ‡_k—O#Hv¡[uÖ0¦ ïoƒa”F(3Ù ¡ƒ²ÝŠÀ|’Gâ (]¸Âž2Jç1HCd ˆ6=ûߝIØޏ%! ¿ŒM­w´üvl•œ@ätC<×,èÀºù] +Ë®{ +þX¯Nÿ0/¥ûŸd¥<¼zÀ…h⪝՗láÄ­l~}8o“Ü {?”þh/†V‹þSŠ§ìé8$“ý[7+¥îÝ¢ð֤ŏY:t,ëþ…nSªPº )W96<ÂÇ lƒ§×XÏ19ú.àáâ%´&N’½{Ì\͇‡7ᗠýDÒ_ŸEçç©®ÿxÕ¥­¨ +G%‹0­"dͧõ;»qUê‰D'Qëê»ÌÀ™S)çC,“®Ïÿ ÂJLö¯²°9#@K„ +0iBbíçܾñü{vc +ä•ÂkòüäòßI×b¿¬•7ˆjK|žÓüåûîy&È4ñº.ìž~º,â;ݝ/QL@'À̛©‚ç³H {"°S-IΒÁ­¦À;¿'åh­!,ƒ·ôË@½Ò›Ó³‘gs„ïVS²˜ÝgDƨéëC:–$Uò.ñ`«û—ýŽ×ywt Ýdþg¤Ÿ˜®P@ºÄÐL +¿š$'~ ë)€NNæ9‘ ):³9]^yž€¹r2jpɾCvUôGìºÅNû#{ÆU½Í@¥UáÜ¿pÏüÑ­~™ß¹z^b•\˜Ó&ÿ FH]»Ë)NÖÃõq}‡)8ª®ÜeùÛy3Ώģkd +m^Þºﻥ/# e—OÏ^ô-v¢g–1úäžâÕr~ëlÚzÝif^j¯ + Õ(Ë]ñt¾òò/ŒmÜAÚ‰,5ˆnž¿æЇƒZ¶’ZààDøfæé¯k(Õj@¨Àƒ÷ÞÜܽ)/m}wÖa7ւ‹¨Ü4Š·¥8='Ž¬ÉY~!Ó°uրKÂ~Ä)¦ԘÐé½#8K +Ç·YF!î ‹¬1|ÑyǔaÄ +ªÓ¼äøD|/î0ä¸ýsâ-‰¶:¤²ÛQ€Q'ϱᵳ9Jý ÷"ôAi{tÂ$h¢2Œÿ=2„^-ºTMp³Z5rL¹²z'~ƒÚUÀœXRqi¯p@ì5ÀËL)0?ؒ٠VF5ØW˜{5æbâù:·„"´¦a^p‚I¢ÄVDÌ7á@GÓG\µ³m̋ûðç;XigÍöBš•‰žY"{^¢ß î_}ÊôÈoð—1í5X |3÷ˆwîhçÔÒÀVM‰²ãïÆúŠ]»¬|EúAZ]¸Ÿbî•7|þºƒÑPpì¦Ë º‘µ_Äv¤ÖõÓ,údsŸ +a,½§-õÏÓ=åV®rìÈðhˆý£ü„¥7M^ò_kˆékbVó’=d/ù ¤YÓNÀûN,GIŠ:'1³¸ŠÕ©7ÿÉY=ŠÁDÔxgG´•óQ&QKá×.šG —š8ÊO'`]‡ãÑ¨vB ]vBa"W:ú2·Ù®´ýƛmýt£–‡¸y¶ÜN£Ø;x™c‡²dŸjÁ25zùÕ+Î%ŒZæ`{ò„0r0ýo rAT|`=‘‹ ø‹ñÕ·ò¨ ’₱qjÙOë挸ƒ}4姸° ‘K¦]q +û2 ËLú3¹¹Sm³nM8óìƒ +viB©¥¨ÄîgH¤ÙE3#)†(½Ki‡²ºêÓ0çw`ۑ÷¶‰-e"3yKÉÖdŸõfÞúÞUƾݜY±a¹à-S²èþÅÞ«vÖ²OìÿR4؝Ø?ZÄ7 .Öâ(.=x‡ZVÂ%˜xeŽ“‘T¡D6º3Ó Y¡Wkœ _Ñb\VÝ£O‘`góïëÄ<&Œ=Êj/-t7,%ªºc¼݌€}ƀE«fµK®˜fò!4:·eàâ½[üDuGÕPZÜòȋ|"ßìÌB¶l +ÒôÜK$Ì £Æõ9^ŒS:„´ÂÞÛè/ö%3sÀeÝG©“s]ã–rÒȜ:N¯ÄBÀ\–X—ÝÁBË á覄?œøÿîD5Påuˆî<¿hâªó'wÈåŽÙléçÊëG‚UáDòVÌԐž×ïfÇh/Z¢@‹ó³þªAò¨#²c_Í`µÒ Ð6 +AÌ!Ü',d‡®V >ˆjœŽdv àŽx6YCeÆFèœB„ƦýPzjÒá£÷Þ½U²˜^ð£ ʞ5[Ê|ò˜Í/W|1¨ˆAÐm§b,àÒºKõˆÂ]G*©÷U6ÞqG¢l员xÓν¡S̪ޑ ›]©]õ9Òÿ»ðÀKɞvå9ËIü¬”°¿þ,#çÀ~,½¨­ïÕ0ÇލKÍ&@”I1ñXç ¶Š‰®·Z÷>[¯[ögmî>@©kÈ4QI Aÿ5±Æ"F„O]Q ÎA<5F»•ºRÉbÓZw®#>ú—"òÝIz‚æÀO,?3.¨—'Åe[\¤[€š<3õ"pªiü0|@*ÂQÐý“,GÓ´É©‰·â ¶Œ£s›‰$šØ5)UY]ÔÈo–NÜ9Ñ/R–)h.¡0®> endobj 44 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 45 0 obj<>stream +B:ÿÚùAo;ü˜µÈ—ºå„ÔJ-z´8…a{ß7qˆBT)‚RN0‘ɹ‹Š€8ǪB˜Þe3Wˆjêû˜5YÿŠé‹·gr¬ƒ€šÙ1„»­No­œ¸šýæWgZê±*»áb&^*<äYu²§Rìuv–'ÝÄ"’9ÄŽ‡ "._ä"?R;‡­Q<¸íÒó÷@«’}iâÊλÅйb¤jµ.û­ 0ˆÃæ˜Û7×/Mì7Ê/÷Ò»ù½úÝÀ*|ϝ¶QƾuN÷ìG OènHöô†œ90 E 8a8>zºƒ³§Z†P „…J}H§|É ìb‹:ŠhbgZðƒã.ï<"Ñük"Kqè7÷A&ﶊê3@Ô©2>ÓIᄱu@o¾ÈÕ’A†w}Âø) +z=½!y_”˜øo@é…OM»Ö^¢Ú¹¶°cÉfÐ,^ÒUœKv••2›ëÇSK¹˜ã¥1qMÃ-¾nùé+fÝÃHi…Å Tɬx bbówÎÌb¼l%‘(‰68Ne¾rùð¡1úœ9w͎س/åŒP¿‰†i‹ç°Þå +¿pÁ¦ŽæöìçÎH'SpœèïÛs²ÅénN›‹ü9Gy8l5“ ¨GïSsasHÄjÂõZq˜Å4ØrE9ÿää֙ê¡ZÉ3-ºÝô~{RC4%©RÅÑi Òs„$ÀRvzjÒ >¨á£;AO4š ]brDí/FšIª/5°.q>_nïë4Yâ“?€ï‰úA̲Mü”ÏxIãý9¦õ®/Ö«r[jܯo™©×³^‰›IcP½_yt•oi!yzUI&Þ⩘<Œ®<,Œ7褾V7òù¦wªÎÙ¨ù0F¬ùd„¦Ä»ÇGráöHížmҏ^¬f8~-»c©·©k혡Àð笡{"lҌ!½hljã1_<^߈Á‰(9ßwI{¥äýëxüƒ¦fúò2‘ºìô ¥†¶E‘ùX9&åŠõyí—Êþ’–Lù8ê¼Ñ›%U&_Së„3ÙǒæBt‰ÛHsUªýíµŽBhqEÇç _¯ÍÛ~q%ÿïà)Zù‡Q’¶Ïh®µÕHGÕûúæÿÇöª,AE:ª¤yÑ`O ©Ãv÷ z³ß¥"bqh€G¾ufÌĜ(Àžwóe“Ì_O±†iL£­î@†×¨0_º¸Lc¢/¦:˜û†eá¯çqçŠ(aÒގ'ՌæŠã-î3ÔöÛóÞ#_*Q©6§õ#ÔĐ!(›{·E.0ǧ”ôN™¹ª÷Jšyèkãc_Ì,L6çb±ç“ðl{5´¢g DÇy2“uëîÿÅÁ~!€ÐVj«£?îq@/q"BÆ9Õ)Á…ÆÌþ`öPa¥ÖXbR¨Ž²lû §m—#Þåq<åZøKDøØ¡ê•codÐV7´Yo›y¾+ù§!¼u·üvÛëµÆÉr%;¬5dò’Ÿ‚eþ­ƒÐŸ^²×š ¯R•»ÄáC¯ÿÖ1Ûn¡’ÌÉÑu[qX?É[w¿–ÅW›ó %ñèw[™^”ãeVHˆr§C}ë•có…¨jKðŒ_õfj)H_‡ ÏÍ5ì:Ê~ICöÏ~L‰›8»øâW@¿ÅðJ¿¶Å´Ù!K2… g‹:Åv?9²Êã6 +bñ‡v¥t5BþíNH¥Qëàä}ö¢!ʱsÚè2õ¾d§âуÜmðòa‹Yñ.å8q÷htF…¶ÎrÝvBõ¼4E½/¹´ˆ¹P¸Ø£•gSßC¾ ì›Æ¼²¸3Y7˜&Ð<Œ{œçøyðЌ|+â*û$N0vÚu¢;ö_ïc®í÷>|‰¶ðÛ]”mµÇˆþð +_äbÍ¥–ùW}æPçî”Ék2H­ifá‚ÁPzõÍ¥ÿ–­Ìº›*̃&`æ'ÆՅòX4ŽađqÍ[yÍYKwƁœö¶If¼Á<:茘 KÚ ›¡ ðB +‰7¡ OiÄÆ5›B±^žùó+‡©Æþ ÷LRî ,ÆMåË¿®X#Øô#¨võ‡@[ù0g¨ãúZ„hTñ¸MñiÐö.¾™ÕåÊ«KæíÈÝýšÕö’íÁ‘ЄIý¤ Â\y nù¤L؎¬{­Aø% £ãH±0E¢ƒ&ߍऱ¶î䏉Ú(|ˆ‹Ôe'ïB ¿ÇÉ2vƒs~"o¬Ûá6Ëé)À÷J)½u”K+œ¬`Ī¸Fçjf§˜Cãłù€ŒsC<ô“(Íl:ˆw¼Îúä+°Á?>ºñ*ð~05俞â×ù£ÿ 6=$ïE”²NBFz`>»OGÍö˜@Äà’Õ,ž :_¹Ñ~ºšŸØzsZù¯•½$Ÿò˜@|é@uylȘ­žËÔ7ßÐH€ÕIÇT`ßõC뤋²‰Ã«ÆŽ +±Ø¡[{˜´4¥ÇlïøeÒ>§@±£à‹ Þw–6Þâ&Ù_­ƒJÑT¦€]ÖºÖ͟'O´:ßظÄ%‚Ð[E¢ñ‰6a ô$qß·+°ôU¹J©X”]€•²Ž&b ¦â„69XYb.(Äc÷EŸEþ¿o°ü«Ÿæ&V±ÔzLiã¯ÀÀsÅûs $0zÛ®\ß8\u×j 1ûuR#š +çôÕ?Å6¶ß›Ê¿Ì¥Ñ{§ȚV¢Kº’ÌÍ`ʞ͙Ïðۊ£í5ð¦ˆÍ»m¥®Åpa2ní>,ã5–žañ–þ4>ävÝ ÚÖ(­ð†ã*Wõý $*?Àfm~L{ìîó·â?°wžº§ÁŠ¼;¯èxâß&S“ч¹ÜFƒËéØýU|XìPt/Dªò-§Ç'¢.êYì•m˜ u&øâ’ÿQ%DB¾ªŸ­Ý¿övŒ1_ٙ—ŒïI*[©ƒïÐ`—½ðò⛠nK©ZlÁñD3x ]±ðšü™1¡5Áq°Yߜ /o.Ì©%4ÙÌj@IïjV”ÑEñ,ºæ„¥q«¸f ¶â×Í͑»‹ré’{ñÑL[òŽIŹ‰ÓRetlKÃ*w|ê7DK¶ø“ÿ®føU2Pœµ~¥Rg¯z6ŸéP[ \ñÏAý øo¹&”#Ž<§ÀiÉ,é®qÜÅÚoÅ.‹<Ç°E` Áb2z'+mÑëÅÒ -2êÀ#yúÊ|®÷Ö¿šfsû;çá%ïYj!DÉòö¨Ï؂W)½—@¡Ñ Þ#¶œQÐ$oËyVgÊ6Wv‡§h7CԔ §*™ÙìH•!5A¾{nmCÀSDTO ”kŽŽBßd  *^ûeB‹v‚Éé·ïƾ¾9CŠþsš¿ Vœ%zÆ<¼*߉7xgÒQ¹Ÿ§ûUªæ âN½¶Pë`ÆNá£ÛòwV%óòC…ZMÔ8ƒŒã‡Q!'Ä4¼èŽº{¥tŸ'/™½Šºx:Áˆ/þºË‚-’Ä­0xÛuÞ†f T³«È½šlkT´sj©OÎW.MèÊb¬÷LukÁ˜¨µÍ)„;$™7B5»¨løc,{sî„R€ ΂d ·³Ë¿áKµt·z@ÏÒÔ[ãááJjUÄiõaJ¬%d]9}6ô}³ +àÇAÎ~*‡—wUH}^R¶99,…hæ8^¥gš½»ˆNRºþŠ³øۛ(ät9Þ.L CŒ×p,+mß÷RߌOÖ6c§·&®‹W.«i¶·Úá|Y)ÁC=ç¹h‘æá^A-º4]컨ìé½Û—*‰þ55qnºõÿ–­Ìô[ðšúî˜ô±ØÔßUw>Y/'êwzÚ Fp½*VÄâÖù†ðXýX*`‹qšÂ21’>łf Ä­gýCÛ&Zna<þ՗†P¥"ÕÇa3Ǐs£ÿ•KѾŽ*lG¹t!t¶bv2P\êµõøµYÃì` Ÿ{u+÷Ñ[» +EçЃ¿)üÆzve¢:ÛÂr»-,ÑÍ ‰R¢ƒHûÎOûuïéw Ô¦>b0\©Œe{‘Ë­¤VҐfû|„glýûË<¶•:Å^Œ’Ô©i¨Ø‡ëWAœ®SYƒ™ÌÜJö_úÕRê] ‚tnÞàò2rØ*î + 䱘-ü[Á ˆŠ` Aãn¹û¼ž£Í°8פ[oâñzøn°ÃÜß0šû»]c($šûÚ³®L¼„pK U,2°<Ö£ô҂© ×knk"{u½¨DÝ š I™8!ÂûXGŒ$ ˆ¥e{ð½_ÝßEé)YWp›Zû=\!j€Z·ò¨MUÆ`|öÚäœzL O¬í:,»þìÙzOçogPÅúˆËì&¨9AÏ^{«Eö¾Ìé›æªR )ÂÒÿÃJ{fô#À‘.¯êý°Rr¼- <ÖR0°_kwÍ©¿<åA$Ybur{%cà~ˆxVVE/n½B@]:"€ÍQÜQc{üöâ ®‡ +X„lß±øC$ý«ó7*\=q{Ba™fý.*õhaoe†: T뤨ƒà·®4m“®@Ä «:SŠÊµ2Nt»H\£^Æ  BJ‰d©ì(nYbYǦ!$´Èž=‹]Aïלe¢Hï +¹Äæ=Žè•IÖ ÊOnk'ƒ–˜Èñãþœ× Ñ5Ï·Ó>àþî¿À®è^¼™h9yÚñ¨¡:±6Ö ðñß¡º µÜúâ‡Gþ]‡µ—’dƵºHG©gÏ +îd|³ ø»Š ¨Ë®Š:N +endstream endobj 46 0 obj<> endobj 47 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 48 0 obj<>stream +óÁQ£ÙUGÄõ«ør˜%A8vª³°Î bîcnT±¡l1Y¬µÀŒàÛ[<~ä—ÿnðV`.cCœo5Öï}Ä%èÞ1uËñxhԕ(’§Ám1Å8Øè£æᒩY&72p:·U÷ËIfפunº´9öÌ.Ò$‘˘ì2‚…ØA˜ø›ÏOÒ4§Oª· à´»–/ÅGªVQå^]ÿfÑrðšwl]øÝW¬~h#ßbÞDk•?½r½Œ©<‹ž©æ¢¥xëxƒÃý÷%®.ïHp ùaø$€Ï[ÈÞfÿ†kÏÁî²:ã°V·.PÒPi±`¹\žo°kÍ +ÐO7ZZèñuà…+ÎËR{¨ZAæxЬô}ƒà9 sVÌ ßų¡ÃÎÙúiEܽʏADçqê.ƒ‘±Uἃ37õ= wúÂp¼¨û8/7“ ¦WìPöжüº2³ª?†Œçÿð˕¿J&\°Ü‰ 0³M˜(ÓyÞT ÝN%R2 .»1ˆÄ1ä· -Ÿmg…(.PVµX,GFÿôGó(€#ְ㓈'Ô {Q5¢¤œ“2.²©„TªüS&?‚€…èë¡!pìo­ê€O’›ù5NkYÓ#¢YÞ¬Üf¨1x ¹¸ ¢öÏÑibŠZÕ€‡4ˆ!–S¾½çÅ›_)€jû‡õLHÊÉÓ[Ød˜`X–æSÄÚ¢xKÃj–ùÎo`ÁºÐ­ÔæönõŽC´¦dèÕ ãð²¥FLwÅ`ý{’JwpE‹Ú¹FL§3ÿ*NQ7ÑàD× \ÔÂîãZ’ª[oæSP?B§ŸWœvs`† âø]Þ ¬8nahFbc’iëÔâ lÞ&lCu?øF¯ŽÜ¸!e²úØ]/˜ ”$¿HÙ/¼Å&ˆ ‘øAz¾;³Ç¡­•‘Š† ˆX ÿçAløžœ9Ü`*ÅÃË»•6Ô>•_·Q|{w¦žörkN̽Ãè1ÆekzÁ+fÇFji„äøÝ +ƒŠ"ÿl…W'þ‘•§à"¥KՖ õÖb ?Y¬ð2¡)T xš¤ã¥ZO7Bl}'bpÏõeSÚ~âï «çuimPW»!‹Ý]}3*<©/«¾ê Ãnö +“5ý¸ƒ1Äô±‡¼á ±PÝNQ”ÇÚÚÛT´Vµ÷W%×3ÚO÷€ñèê_=ØÔNâ·²R6ÿü`{*)QÍ~c­¢wµ›ºl¨S›j-6«XOGF‡cÔŬ–„ «iyƒK`•©Ù~ÛlLjÞ`fê…cA±ƒÛ´ê§Km|ðø„Áä…égõÃiü8N2x"”RMõùéKÏó9P A…d¤4š;÷¯ómælSP6ádU;B 8ÓtÃ&je¨–>C'd¾§IˆÒØJÇXó’ÀxäÖÈÅÿðº¬?j%ïNfIz…_,Þ1i߯”¾žm€þÀÝÿBîßqón?8bƒ í°x‚sTõ®µ¥üšÛ¥·ïç.Ô¡ë*žÞÇ· o˜?¸xï,¶èu…§·¤éÙZ~ +3l“«Ä|ãˆx W8ü0Iʀå£~Õå‹o»*…¶R×F]g7óÔ¿ml„Ná×H°ª´ëlª:’·…èCiø~ò^. aM¯‹7Úú³#øêE£&†œwñCöc9Ç\uðÓ =c~Dþs}\{¢|žËn= +> x”–¾M­.C¨Æ[´ + ´ç}øÖ¹¢žspjåç÷ƒåv(Þk¶Bñ·¶ó.S¬™°9ã©üD]ࡃÔRž”‚Äi®f³îŸy LTTÚÕúˆ¢; m½ûLupOïã¦52ãm%$¸Ýtâ=…œSµþu\~ZéH„HŽ½‹GU1áП{9ø›§CȇŠÉuÍÇõ^€™Ðt€aP©å,©[ëW_êñÈ +bʶd—€ô^?.ÎüæwŽÎ‰M¾5s=6ÝiSþb }Qlür·¿ýQÃD¬a¸/¶`B7’ Ã4@SæRvŠC«—™TÔtã$J/A¶ 8؄hE„þÿ¥•JAðwÝÒU `ÐyDöoc÷¬®l1ÉÙsE´eSu¾ü3¹±·+¼†­N'Öé”\²ï»ýô¦“_ÆS$[<ÿ P7NqŒË*»¤(¹ÀʢѥwtÜ泓72¾a–ºW×¢ZG»ËÉËêh‡–ÒĽ]4“Eƒ%3 ÈG‹™<¡ÝfYÀOMÊ®m1;Irš:2ªïA{+^8{f—Ëa‰<½ãÎ ü· +…(‰Í”,¢xO¯AŽ·1ªËå¬FóXß'ÑaP {{z¶•\é‰úYø=¢—ú%ôª¸M±ªÝ¶_P&Sä˜ÛK™OIžžhM!NAïgà­ª6±Ñφ½ãéé•7D€œ’~ã+']¢3U/Ÿº”/ ÷U6]Ok€Õþˆ4—âöp#8Ž`Ñ_åF& %ž5dw7F›èð|³ÂÊ¢¾nŽÒçTBžÔÍïÇq³ˆGip?‰y‡1QžM¨0öW§B “Pk©Ä„HÀC1ë«^¥ýxŸºgéu q™_ã-Àû\o¹ÿê +4CÝúE¿LíÓý' ñ)Â:Dæ>êK8FN³ÙXC;_LÓéAiüÐDÿÒ£ÊËCHõÛ;9í©f£Q‹ÀÌP)ö›-KµõÔWbdrx¾}ù²³Äȁ莠ûßÎǑ‘ +„À19z}rRÃw¨å›7ahÅájÚ[ÐGÚ?oìóBuïk·÷Ž€’ëbD4:Ãd² +¡›ñ©d¾44 Ä×°HãÄ&Eëùä¶ÏS9“<ªXDf—F¨vä˜-wÏL*TGF„jx¢äÑèîå·øÛ»ˆÊÿ«)ôK¦û l’ñ?ɼ˝_#/‡.žùdÉ\ˆÔ€ÂkPXZ«·ŽûK, ›cÛ®†ëa‚®ëuú¸Ðã2fŠW?¶o»•^_šÌoÅY&.wI°þ²|-ˆðõ™B_žØÚ¸}©ê¦YÌ ä0R)tS}±5¬ ¯ßœßp1(4:Ãt®z[÷ÕžY–<â̋¹§|ƒ²Ž-³»Cš¨( Œüê¾5~>hÚ.‰1HzU‰þö„`pëí™*®›¦ ôrŠ’Ò-TNíà{ÁªÊ¡Ñt°YhhH·`vDðc§ÏòMœ¥h.’áöÞjIÂ0ÒdÅ¢›Øº‡ÅYHZëÈ.tm2DW¹¹ÿûäÐÈ×<;ãf“<ëWLÌ%.IÙEJeÀˆõB`c¤”Ò¯¿þ8PC@T +Wb!­¶Q²`¥Tµõ³×†á.ú=cÅR “ø¬®ê…¥Ü·ÜâX³zVK,U»·0¿€ÈŠÛ^Œ‰"ŒznÙš_h ŽmŽ¯x,b\ô~›ËÌ#Š¬,Úæ+˜õåÒ×v·ñõÃHZ£q*™&8Á¡Š\ÒsûIgìE°x qŒÎCü¿ +–ÎÜ(3••Aû®Hl jC‹8SŒµ}κ dÚ´6svU2ݗÆԚëô =åǬÑ;õ TvV}¶hS¨CéÜõ«þÆ8MË;Ě:ÝÙʖÿÞ5ä }Q©î!›‚ +uÅe&Zgˆõz+!a!ïmý×d¸¶ûbªìL¨åÙGôX¥åL{í÷î÷عÀbڃHíñË­zøèÜÕ|€þ·ÆFo"U4wy |Ô*k±Ã†76*OíµE$—€ê2DŶd Y¯N¸.䔡ŒEŽ<ÜÅH¬¢ÜÆvOP.ÎGJH›6ŒEdÖ—Á¾ñ–?t ¹ÕFS‡h;jˆM-ý³÷G½¾@»¨O`T“¢HðŽLËjE›p2û¯pTþpšžábÚGÔ9ôA'¼ØµõµØøÅ;lI‚¸·f«ï‡7]‰ïu3a i¼À.]Ç]„½$²Ÿ«5è/=Ǿ±ÎfE’üÄuÅqG9˜&¿êáÄ×{µÕÄëOŸ’ª›¼ ^˜¹©î½vx4[l.5ÃX@¾h”òú«R»³Z»-fJ …4g7Ô·N=0Mñ§»0×Ú:‹2s*/Ô?Ò3ŸšÖຸdþåA0 +¤Íýðv”ÌÔëZZ +endstream endobj 49 0 obj<> endobj 50 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 51 0 obj<>stream +„/[øk,¬PB‰Zf„‘˜ö À SŒ‹š ã>–¢ËO$38iµ˜1ètLw‹XÏ^í̏è«B’¸ù ›´S©Œü’þŽ®èÖ0¨ƒìÍþ×Ø·Ý@·e¹[érŒqbö}Ré\äC….pq‡Ä¾ +Dõ¬#sÂî»è—ºP¾ªGHýHHEí!oÔjf%gÿ/W—Üød€°Uô®ºÅoeBt”Ü^÷QbiŽ£é>DGŸ¬‹ yå$ºcùr$ÞC·ó +ý;Y×ã]þ'Ï«¶à z~ÔÌN¡xwGcc ÚòÑȤdÐÝ$Ò«>ˎ=J.¥éå;ˆÇäÕªZž3œLE¥¼ÕÔƹ˜5ñ÷M: ^µ‚}*ªGÊäà䈙qpb1ÚHN ²¤€Z%p!¹ +xhf%šÝrö¦Ú[J¶ +'½Œ~ +T{^iøœJ¯tøÕÍÇ`P”ÌJTMŒ¨¤r•¥‚Ö€£eÕÅôü%Uqœ&ÿ’ïŽé­Øäq}t$m¬Úú!ä…fÇ´¶ÊP5ý՞Œ—‘}N+ùm\‡ÇHc M=}-à –6éœE"½ú‡º›Ë$¯è¥Ì a}£°}­)»ËK©oø h’ÙÇ®iLÛTùq ­¬Y¾Ž¬Ù§)¿àÇ-êŘ֐äpE_¬x†çŏ©©8Ûà¦-nT—c¸1Ü+֗¢#¹ú¸œŠ è¼;Å*&£ÇXïã Ÿîo5à`y^ ٕ“'ôù¶§Œv橵¯k•×oZâQbYešùôßóJb?ͨZļu~¨¯m+Ûð÷PG{”¬ þ¦3‹Û}»ác€cÙ*£±ÿìL ó2„Ã÷¡0åƒ~?³Ó%@Ç:¼J…—í0²•=ÅóFyG˜?¾W A.gÖ9èt«: âã½w͇žåmäó—@hbÅÇ¿ÐyZÇ۽؋ÌëÂ#šØ@ÅÙ ?°ë©ŽWœñ΋–lbS v+d-6Iïyfô?Š³á ¹(y‡r–ü*/iñû>-Kí¹—S&ºÈ%p{¬çŠ÷”x•Æs›¶"1MÚl§ ;†L¦`=ÈޝiS#|bŒ2`OFÃGj|ËX7Ë2}~íÑÕJ¸Y“‰½áƒ#ãûX—ùP>*¼,dB üOAÉ ïØÊ3÷/9GK°¹»ËRBT—œ8\&vùúLÃݝëû·ìLsõdüpá½Õ-Î!È¬èåq.ڍÜÝ +)­/“ +O&–qätFAká+%o Ž¸‡r+ý Gh7„Õ"¶9)%àúÁ,öáÂoîã9ÀéÁ¥Æqma;ÒåX +!óóüëUüÒÙ£ÃwâÜÄ¿¸Înk››_+ r¨!ã(J¯^ŒZV§ E€öâ·c“í9ü¨û¦P¡P‰‡¯“á2L4¥ &”Æ…QªwÉhˆE´úúÞ»`¶ˆ²¬^À0nZBïÌiÝø%ˆ& +¢ÔØ#÷çóÏÓÕⴍn¶wœðœõŸ.Np…}-ß$”þµþw\»õ3¢öeÈ\ö½bX@a[G6™L'?mô}@ãØ ’¨!ßÝY³çO‡¡X ˆ¡Àäã¶u@°sÀ"ËÊ>•vŸ)¶x„ÞÈqƦ3}¸G>X¶ßÂ0æ‚Dy²ÁôeþÍ;a˦|o÷ÎôÇuê÷|ԙ—OÃÈ#xßÍ2³›>ÑÖy5ëYczτu^LL® a·!,dÕ=mÙø3¡ÿ©7ò© K«-X°”ëŸðy“ç$±E'8·[êTòc¿ó~õ8Kšzr„€…þ9>BpCu4]%¶*¾üv~« ßKðä¼ + ‡²Çóõ¯ÁC%ªØê?ýן§’#jÎy&Π«rë +ÒFªxéH¯’ÔÞ¥D¤²_Ý'a¸_Þü©Sƌ )¡¥–9HYìÃÀZ¦aþTC Näw¹qµäö0FøÝÑõ6'!T{Mîoëëê®*÷ÅO-ä$¢éœq맥ž;ӂ†(6[⨲òu]’oË®xzl$T⑐¼_ÕzWÍa…§Ù)!œ'õI ¾Y eÁPljÃoó[ÁeΛÂå2®ýÚFŽULÉ'5[:®:T9‰ ÑtÞdm¸Á¢ÓÜ&K²¹SŽH±Â9Æ®m,^z$6ڀßß±wO”†¹0‘¹ë¬ÁlÔ¤?²Lü& AR“ÝËÜÙ^´âŠ™[â/”ORw+;¡Xí âÉVÁŽîŽGs|²¹c1ëê×óûÏ::’i0ÝÜkøXj÷jç×2#½„FCZŒ¯‘{lƒéRé +3Þª!8Èu¸t%šÒÔúf'e¾8·ø×voš’·öS²þ{g²ïWMG,õˆòÍ<·jhУ.í¿›W ŐÉO=9ÖwÀbÜÑW_ïß IÆ èéX±y:/›%Á1±áAi Þ}:¥:e5‹«öÿê]£ .EÔßÂ"²iò>«*ÝÁ‡B»J˶ÄNPÍÙ·kâSãRRLîÞ$(dýä K'†ìVT”¦ï0îpŠx¬†ç¬~áG¬ˆ_RÜ͝@ˆqõyҁé 'sý‹‹É;¸¬zê±°Óæ‘–à¾ÏœæÞ0úÄd©ÎEßê| IÄÀS©Q¥Þ†!è7v¹éd#8ÂD‡yL7@›ã¬p¦iØCë_Ž=S׍1ȸÔÑ%„vìéØâËïÊRLÉÐRZ”øŠ1›Î̉xº.ëÌ´SÑÝ÷tDԚ] ÊÅÉ6ÜQswï[¹pH:”ÿš`ý¿Mèç°|´vË"t¸V¸vRrzNI‹mtx:’ëNqC…’ééR¹øeÆuKiëÁÔr¥éM>häT¸‹ÙàX¹µÑ¸Pmò÷†çpJ£UÞ]íߋ.Ç7˜…géßß±'t%>Ìøè$Xn%¨ æj™|fƒ8 A⌡զ¹ˆ1`Æ?›K²áë#«‹ýƒ,sv¹/¦Û“ú õð’}¤C„Mv‰°»ÑÆâ ڋ³?å(ùìUŒla3rêÐãEK—ìʧbn¤³j¯ŒÅ}¸fsª´.æuª‚‹úƒ!lP”8(èç\A_u) kóh-ð3fXÙXÅdÉõ]ÐsBÝKý$„Ô걯ïNÚûo=§zõcä;,&Ø"åÙ¹³Xã€2`Îõoï5!3†´âC<ä÷Š0…û¡qhãVžq…g²`çz •gº'ÿæjðb“~’ª²{Úä|.ŸøAYºCí!Ñ»ŽO}Éz± ˆ•*%yž!„.ó¾µf‹°°ý-ò;ÄF­(Ï×591˜œ—Ûù!i”ou¸çØ ¹¥(k3öG‘}>—Xñ•á…xï¹Î" |©wô‘÷(¥Ø ª{'MI¯(¼â +ÒתÍ3R7SšözR’? Êl&C:8¡šœ€Õ:’ß*Ì#£ƒ7ïÉa3`¬cçb¨®6Ž\؜‡ ï7z®BsÇÃ2-Ãå¾t`qJTæ •Ss#í֑"TðUF•—P– ÛÈ;œž·äˆ2v#øîD_âTWHåký›ËÜébu–9eWnû¹¦ÝU…Móë6š¢µÐûWcü”©Ò4ÇìUõ“}OPH²Ú0ñŠÎ×!£ó›ö×ÓM"”)ЁL²ÁÜ7Ô»ËýÕªÒ\˜%:+„|å­jø¨þr™Va‚ËwÕ tý[¡ÆŠh»P¤®ç~Յä·itgèõ·îŒÉ­§!äyߧ(F%þ’!ÒÄ÷@óÞ¹á=Žú0 6A½Œ‹D_W½8áGüu2øºæNJ%vUëò¦ªÿ~䢼B=÷°ôÜÀwLöºM "DŸ¸ˆøúAJÍ¥£Û5Úvͽ¬J8® Áãßj;¡ºÕz…wõ2ÝØóôaufåÉ +ƒ«9*j8>mlBum*¼xÁ— qþ,¤ä$фóåEóŇ¡„äB€-§ýäWv°1ÿ¡>…R3®+‘i¦–¾DO®¹O+®ÍY4½ÎÙ1JþƒÆÝ,»:«>QÁ}ܾqr˜•œðW/ªt^qäc:o¾wÕØPÊ6L®&oPö1ø4æZ¹²IZv>G¥Æz§áOBgvŸ2)zA÷;ý*In|û`‰ËGKû AÑ¢ê¢ÖÞI{r'–U{X¦,Äük´àsˆÌib õ½QZ–Ö5± +—¶ÖÔmÚÑBÉcÖzí˜ µÂ«ZŒ˜T& Ȳ“>»¬îå ­u´¾¶>ÁUúR/;vIâśå—ì» !ÇûôÛµ{luì)aº‚Úp“T˜õ¢Z‚éÐ]RaDÎí)ÆC·¡^Ú¶¬õ&l„§bãG0}͓=š¯åíàJ¯§}陝vaý:]×}BÎtؽï ¨OÇö‡k£rúl@3I¤aôlçb†8xVm’¸ÐËÆi›’5K]¥oæ<Ž`ø"´…+«½wšiicŽÕõ=˜±ËLíyzQ‚±¢9#u7/.w9utžÀã$tz0˜Ô4íú'å¢X0Q/ÆXûá$°‚0Ê[ÇU*²> Xy­=plú#ƒ'µŽ¹*2éüüÀxw;È Y›¼)”ö¯ ºvNm–¦.eÅw;”c¯*„:;âàárò  aþfç`ú‘ù|b.0é… +endstream endobj 52 0 obj<> endobj 53 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 54 0 obj<>stream +SÜ/w‚2ŸTâOù9"/å[ z=_‚sÎ+Â®¬[´Il¹O¦¼‡þc÷M%_ELƞK°á'Ÿ04‰‰¥«wQ$4_Ûâójír¤JVÓÙ8IñaMŠr  É"i®µø!BËÖÓ9bŃáªÖó“]Sˆ[Q¢âr¹”;†A‚‹5¸Àc¯3€^«¼G BPD@—$ÚᦅƜ’cÛ£Ôδ m<êˆùróœe†>*¨ԉÿø­MHƒ®0µ¡³„[e+@£ë°¡%؎òGºmÂfYñãæÄВiŠ®ùÑál2Ú̝ ç&ý $gÿ›-ÈVØÙVð`ø&ô©8À¤ÖÅa峗/¯*üìKÀñÞCFoÕ:Ú(Í®Š^±ÖjHÞ}Õ_ JøqwÄM°ƒf„è²8Ww²5Ó¬*ø Åá_ϔßìú¦ñ! ZõÇÜ姪ÂâÍti‹[ô.‹†Ó'uús0}È#Ÿ­n¤-üò £7‘ê)שÃGÓ÷p t†èì£uþ#¨…cÕè̟ã½Ügž€1èH{<¶®„ì'ßك'Á6¥Ëچã»±Õ4¹W—Å_›b} eÃÇ¿Uj=0H§ˆY9ö:œj{‚Û½§s0UI}л€&”Q¥þ,hþ y:™eØû'uŒÚMš©‹N•­íšYÔ.–­†Áììr8lt®¨›Â­$©u tüÑ=5&¹ËóL(¿Z EÃéw?U8a¡ëë!´k\Só§€nPéÚŲC'™b/;XæY¤áU©†aO`&#(¼OÑöOú¿ÄrêsxŽ:ØÔ^Žt^Ÿl íî¿{¹ôl«Áø½k`ƒ®¹`Eã8Ù»¾X¸\;ˆ ’ìùo¦wì÷–ß-ÿcý%­öîäns„"\µdzßR§@.ßu[½ÂÛomUIÛõ‡¼Ä˱Œ ê‰UX“ñ~£ +{«±>Pjå6&\Òâ@yöj) úy¬Ï°võéíMŸ$?ý8^©Ì×xr­þf³ààFKÕÈ;Ûua%gdüvì+üôK#FHY¯‘<âí›Þ 9^ŸŸ¥õL#SÒ eñrÜ×^t4›:QÅÓÞ)²Þ݃_ŽTm¢Š#…X¹‡–å)m4[¸o&) OF狾IËGBÌ{/IÓª#¯Pf˜Ã0Šµ-eôÜyÌ~zùGå'uša®Pj¤ë»“R¬ËVlº9\áD—*Z„üѲ>ʊô¥DI»¾Caa¤zlôá£R¡þ¯5¤„+ÅMlÆ<ǵ±’ç'±Æ Ƀ­¬Þ's´Õã‰(Ø.=ôuÙ"òEâµm닁We ïÑ;” U¯yZÏ?Vj°K‘V>¤’¨b¨î„·ay Mdêü 3P!Œêíµ!n‡&ù„^}§÷JÉ¡á>‚ãü±—o#CFÀÕÿ†?åI=nØ«_2GSfÙdQ‡U:T7Ìe4•2(L_¬Rv£Õ…$úÂmÀ’©D+‘´7t“$ƝŸ¡¢ŸÍ¤WƒŸ—¨ÀVwv…-.m¼D§•„¨¦aJòØþUÍß:ãG˜Ô¶ µÞ’c¯çYoÕÂSÕD¹–¾ù×\Ù#´3¦[÷ZÖk§øV<i© ªÚ!­µ-‰zÑZÒI­½Ñ>ö“þ$á.ê³^ìb6ÅÁ§·ƒ®è·Pš:ÂÉ]¼çª©ÖÁ;[î¯Ø>D)禯é·Ñ¡Ì`Ž;?¨ò€­ÝHä…4‚˜ìãøÅþ»âcßäv‰6—yf±ºê^(Íʃc¤¾þŠ![mŠÛqEŽ&ºœ4h I +ÏbšVÈC˜¥¾½~‰°‰PýÞgõÄÄç³Å:ÇBi…¼—಺ÄÞ"¨ÆåTéŽÙ|4+Þ­“òÅeoá»ÊÚñúÎÉ4h Þ&>ñ£ðz}e‹j Á韄ÿuyò]”@…³Aî>’ܲC_WZrãßåK +/8¸½o +@ÃH±?໑²a¢–"l%BU՘¢äÖwHØÂþ•´+[ÆÓm WÂ9‹}‘F>„Hid‰Êè;6n\6ƒû âµù³²)À5† aûÎßóCíIÀÆç{—T°A9•ÈÄÈ!ŒB!,V4\©‰)ŠíI®çQ¡.,4‹›Ó˜¼Ô7“Óa{¹’ׂp’Ձ¥; +íå>E¸§4V̪ÜK•†ÝÖf#ýqs>C²Pë Մb;•kúBrD8ñmhPã@O¬]ýk<ʵS†Ù58&FUÉ/¢¿šJªb÷·ë0b-úÊ© ü>Ï=*¤Ñ¹ÌNn#{¦Á3 ©úl/Fœ¶O¥j JÕHÿ'‚Þ0Ä}TJ¿áIÄ>óë«K^úpêï%±Á³•Ú¼™ "cÃ_ lëXe2dLD +)¾)¦ …~À:L³A?ܤïJïUƒf5h²v?ï{C½6—˜óL~vñW‰´’ÂŽ"mgÖÊÎq>ºSÊ\XÓõKCsÀýzù#‰«Ú{óð÷mb@8Þº+È¿Y’ôãÿW6”öÑ<ÕM}éìÿ3´Ñ½¶Ý`÷¡¯sÁe3._ue¤hú4Ý-4)¶'~ãp°ë«ÍWHP¿»égEšlw`'[ŠXæ,%ƒbjæû9˜óÛÓ]ÞE”ÜÝW³«µ™ò½Oºc .;P +š£z–ÉÍWv%°Ö× ž¤Ðƒ|jtI‡¤º~¨^µð,—B€k[E{ÑM䜝 ]¥Lˆš¦2wdX®œÅ¸bµÚVzTjOjGYÒ²¡Éjà!½è×6ºZø»7)»]dr&% |÷šˆF}Üû‡¬Ã€¯˜„ŽÒ¶Š`ÞÝ©‹¦NVýn¿w:ñAÈ +WAÉA¹*ÍáWúuÒÕ/ný‰‹Ÿkð¦¥ãðŽ`ÑŽ»^„^Ò.+ºÅ^­¾¥‘ÑNâ¡+«µêò»Öî;õä +®ìdÛÑWºÛZ ÜË6ÊáfaºNÇ +öüVÎ%yùT<$‘t$*-Q̋›çíz¹›£‡(ºÓ02,zέ<¬åK¾måêšOŽ§ðUêƪӔ¢Kc‚!÷d‡6¿C;ÄóCv–ß5lWݶ}xjþòÍËÈ~—­ÒCÊËOSP³Ñ?Xÿ8¤YbB¸YÃ6C;×Özük…Ú°ÕPÛ +Ôüz  c$Bð^󴈂‘±æDfI +°{½IRœOŽÑž~R°tÊ܀Â!ÿYSµËRF@/Pc´\ID¾ióW6€ÒD¬«v£n·Äþ"܉œøìÙ~푁D0b­J œz„/¿è´:48Ïm;©iö¿–f¡\qÅ¡f…¼£8ÚpAšîý9ÞP($ûUUÔ0´Åƒ¯þT4æødSÂ~"Ùód™/õmóÿaŠX7…x+2qö¡'Œ+p ¤À6K=Imà¤Siܚíñ +Úîàn=V(Å]„yœq“V/°‡tïÀ@‹A; •ËÀ݀‚¾Â8!)/'ýï¨TJC$¡`P ?W(Uuo¿Š"_¦â\LæD¼ˆåš2| úŞY“–Ò©xEÓ?Œ=îÑ̟½…û¬ÂQ;Q™sì\û]¾Ð¸„yHL¦ €ŸDi¦ÇzÏ:”n‰RÑ…ÒÄ4à,¹M†Á!妿׿㑠—QÄ>í#Í­å÷Þw†ÌÔ4êaæq2\—Œ¡‚îØ ,”ñQ¯’Õ½´ÊÅfÕسÑYV|—SÜúM>&I§Â²~‹a`7T’ýæáƒpëìm¤C¥APé %´}îiŠˆÚ©'æåò­Ýû|ˆ.§5Ɲh\˜¥$òñћË6­²^†”ý”÷eW1Ÿæ}ã²BVËÄÎÖWämŸ³ÄúõO]a†*®•Ó´_ù±/_ yº@Lõ˜J8-¬Ð®5F%»#ü9É_)oŸÔ5‹YòšswZZΤ‰4áډšýæÁÞÇbßGŸOvGÑêµCrÕ×À,IÀ͞"¤_ˆ‘ÏÀ‡°`ï»]À#ÿp’X]ÕhЃ¨°WȐ$PKº‚öoÊNÔkªÒâbg±yÅ’Š”!³?¦/°`ôÊhoX +endstream endobj 55 0 obj<> endobj 56 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 57 0 obj<>stream +1s¸\²õ6=¡9?âBl£¼f­6Up{¥Ú\+ vÑòŒµ‚wË €²cœi×b +áSµ|A]C¤ñä֎dÒÜ£†eÈ¡.ïм@µ†Ÿ3ÿá§ì»¨ÇfÖr£Ñ”˜aÎËô6 ÑÚ¡|Œ)*Ù +“äNàЄ¼Öàm¿ÎMfVšSçŽõÿwÊf­€«â¼ââ[¢ +àsn¿1žwŒ*Øþ°“'^Q¦aýðßãâOôoM¬ ¤mÉgÑÑÐÇØ9àCӄ »C¤$¯¸4ÓÝ,$ßåT{àX þ6²£49bÉ(´Õ•~<*æØAÏÏ¡Ÿ·ORHax ÐðMª›²“]÷² ƒrẢÈû[ët@„––ùô@y·;¦c`kËtxݶ=Þª +i*Þ¨õ÷d.XÙòÒ]QÃMM‹IÔéS«Mùïb±¬YXàcvF›:¹Eª0/ICV½DSçÔd9y§_ÀZº8YÄ<( ?šŒ7kÓý¹&Up­iãrïè«>'HØPÊÂ}ѬÈ1×ód-­)Y÷ëz«ÆþçS:¬:ŸáŸ;Ë_N$ÍjÈϼÈ&_qÁ>hèáù‰ùmmT»ÆÉðj²Ë¢Û‘¦àm:õ<Åí—Õ"»€j›8¥îÀƒ°†°—1§ÆÛð@`ë\¸¡o„T†-ƒ÷MŸ)t‡ƒ¨KnÛIieV'©ž`ú—&?C¶ éLBš,K–°¡Þ";j%؅€Òà9|·Þu1ŠF-ÇìLξÿ–…<PsA='ÉUBTtÙ¶ßz̨8}³õIâ"þùî’…öú؂û‰’ïy:7ñüo¦G’Û¼Ù5žØGÒ}҃–T,WÇWM]¿vN° +ÕBÿK×h=òÑ÷)§ËR!‭ Žº¹:êâü[¨z¾½Øõܤî;[aÆí[ôÌ:ep£Ò×÷|[VòݸÀ‡Ô¯ 0¼ù©AҖÏ^‹³ >“H¬Ð04–¢W¨sfnPª~j¼M0¶¯ ‚ z3wO:ð©Tý¦õԂ—¢W(L +Þ÷´û‰X AøÔl&D~ˆâ®Z׈£ÄÐ`"îE¾?ošXÿÍ8¯à>%’ORj؟‹¦ªÀ×ú›ùXô]çYPàrլ֝F$µždÿIÏ IžÔ(ÊjN,+A÷»àDÑóȟ߆ÈÞ Ýi5­å®ýq¤”»ÿR¸Nölz㑷ӪRgj³W/ɇ +=ðm þMÌj\y·ý#Ÿ€h¶¯ô=u§”t85‘Ã\½j][oÊ7#‰£Dz¢ ŒU*ŒcjiºhF¡.nPP҈à rGvF ép÷våö7y`BHÄÿÂÓåô=@àbCŠ~7t¤wÿ0š ]n• 5áP‚ +ÙX:Zó›MÛWʁTZèm,mniÁ\°îëoT¥ˆí’5Øœgøñ?oñ},V8©\¤âm©zØ°šÖ ìQµCÎíä/KÑ°QªDO|%Ï}í}TzŽh˜ê_(壧Œãßi¨>M3ŒHø…=±?ççöþ|P +žßã½P%µÜŽ ԙS#Ì·òZ:ålGA˜mÍC~ ¯i3bžÃT’ýQõfE¯2:Û׋¼yx&ÑÅ+-µeуÉïšy`RrÄ¿´[¾®â7cFœÇvýTá¬;ñÂq¹k8AƒQpœ½½¹ö¬ke1É«¿\±°ùdùûsLm¸ïëæáצLŸÄp¹B©Ӈ>$J®ØŸ}^}B4µÃöÞù/Õ"JÌ:ªibñ˜Éÿ2 ÚM}‹ð¸Ì¿Û8þ8C!Tó 0¸–^´»àÙtÓPTt™´¨'þHLª…pv}ççZóNó±úìÛ­®2Ôë½Újã¸ô&ZFJ:²bŽ«‚V'ZƜ×÷¬L뺓¬´§Ã­#N™@|8ƒ7”맦-Ìp՛tÖ~²¿ £>½§°ª©O«kN?‹sB¨öb LWb~›dиk‚F´\•^ÆâQÒ­Ž“ÒÁ–~ jú&zÕ7˚x7¥êÏnûæ3ƒŒ\ü‚p¯y†¢s %lnDwٌ§ð“¹qÊ ãw-ŒQ …½ªÚÀ³yД®î[xÕN«ç¢>™wüìcöjGHÅvÑÁ<®è÷ +‘ ‡ˆíx¾(e­‰’®â°b_b¸© S’˜¬´üj_üÂ!ª©’"œ²ÛËÅ'¤áå„-@U‘&kŸd ƒþaID?)»x´ÙGªaDm+Tï^njF¢ýõ¢7âUôRAð¥7h·HFÐUyG®ƒöâÓP¡F]• +l~ÓèM"«zÍT™ìë­Wv’·Ýä©Ø™ÆÃ玝 ˜T‹'ÔЯͰk‰FäÙ3P(ax»uñ•çtô@ÃéžÖêlÄuyòµS^IO”5‰ƒ&rÀ°}döu ñª'#>v'cÖё^×ÌD,Ÿò‰?5¶¯DFѵɜ‘];¦ðbßf8 |,#(,ò{»/°c]`ÿèÇUߐ`ÊcD¥Xú® 7g»ûǘ +ŽJ®,]ƒV#‚‰áŸ/zè;fzǕ])7ŸM§}æVx^båD§‚b^Ì!FŸÿ4ÿÕG¢W‘z›$ *Pºq’J/nŽ@'¼6Œ?÷ä[*C ØohyR|ff»Ì[QmHC$‹½SÏ ðÔwܚf­ð´iþE®û€…~+–m™òŸ—œ”E[@²½ØVîø±™‚0eqì@ôÄFiZ*³|ãÎq “TÓúåSÕ½ ö¨ÃD·:Os­>Ö¬55VÐýrAý7 +c.Î*„‰Ó +ÄlcOº²êe¿·xCÁÙl'09SJ˜ORaڗ—@Ú ‰§£å‚¥×8»…æµÕ ÓÃ)ö{ì[ú$HÞ#kŪ#®g6!·JÃÿ†0ы8ÂÆ(Šnšù”++ºz{=¼>‚`CÉ-Àšr7ŸÎêS­9D g°"ûÉÕ¹ì ] ü«1 ›ƒÞ Î'K7h‰3uâWP‹âC7©_ÏÓ g…ñl“áüïžâ¾â—':µ,spÀ¨Â,Beșm|[„0 çwöÑk‡Üsˆ4êéä< gડYÿ@z·$ìA[¢ÉAȟ9nÆæNsŠL›L q€ +¯¬EÅmÐØWó;¦ºÕ[Š.W@Câ^VäÔÂÄóÕo}W•Ñ]" Gâ±Drõø»Û¤ÃÉ­°ÿЂwÕÌ$5a…g>ñ.¹‰{µæõk’xqKҙ*á NÕ…ú€Sšô) º¦rÛ{B¤N@n|öƒµ¼Ù÷NI(t0 +;¯XIÜó°ËžîÅà¿a…Sù±×Ñ%ª!2âwï7|[üæ!ö9òÚ^Q ¿›ôŸþsÉdv•ôÄÅHÕ#¿ÿ¿—*ir^sqRėάޫ'ޕŠ+‚­ÃnÝn)¿!$я%‘Žd=véƒSÃ&ÄtÈj‹ùÕ"£‰¼é"xÅA8s4·=‹²)}5~ß.6×1k¤ì&ó¿~XÕ.ä¤å¾/H¥gŸóòЙ·ÀhnØ"Ù—¾­«f5ÛìKˆD¦ú(IŠÔ{Ñ­‹ŸÝ4_ÿÖÁ•Û# ·7Õí˜}—ç˞ʳÉÖ¾OIà×Ó/ t~BrUGë¤fŠA_åÚ@ãò/•ìè=Å¢ØÉÊYͤôäË霊…ZÎ8Þ}o¾ ¨@W¼…"4‰6ï·µƒ‘ùyPÆýOÏ?FÐ팓º|\©Áµ m²…?¤2pôïUñ¹FuÜ¡Yuð Ji…œ´“»g{}@ÁNw,Ã[þ>ÚüÚ{5Ÿ=ú€ÿ¶j‘=ç2a:‡0 àß³{k:Ðèl£^Ù>¸î:뾊8RàZL2²þË0¬væ|Ð2úBl(¯„h"C'c±$(gqgÿg]Š™ò‰kÒ¸°¬*`ýÙe¶BqHJ¤΁ù )2­ú‡sëÅb“Ùã`zŸÎ¾ÂyøŸõÝ]SSÛòVÍO]OìéYç֖+s)ãCo$íÏ xşÏüßœèÅ´¿\à5R{É¿‘]I-s®â Í«µ,ˆ•¨î ¨KªšeÓcÜ&͙šK‹R,ý<?á|ÛS͝Ï?ËéÅ! $¯ ñ=Rb +?ªrèÅ[a:ѺpÛ:S¯Ðr(”Y…NTp„P)üæˆÙ@”_d-ÜÜJ£à«?¯„üôš¿ 3e<°Ÿh^Öól†¿ù=Þ¾¥ûۑ^Ö¡ãåŸp:¹¢X –ö\~»)† 6ŠÊF¨Jħ€, +3ÓXÕ¥HNRNûSý±fFì͓œ91^fÑNĝD’o’øvT·pbR?Éç*ÕMçÊk 5ãㆳáçkõ¨[׹Ȩêhm՞„ýô]éÁ¤¢ÐÚ½½èBQ^—tÂt]of«š*G/š fC¨Ô?7¯R|úÖèϧÏ&Ó§7–[‚Þ¿!Å°fK¥èp=dJɶVnðÇùÆMìTeý9§°YùÃF ÕKdÀÀ£LÑÆ¡1ýzŒÕm»û¢Ê^…[¡ñÏ¡É=è>™ŠÚälmǞ=U½Ýýn}‡viÛɨVKÅeU•È ª’”>Y¸F—o¥VšEÅdmªÃ°ó-¯¶µ¬>} +M +¾ƒÎEOö¼‚}óco ­Þ±L +endstream endobj 58 0 obj<> endobj 59 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 60 0 obj<>stream +ð}šÝXðÈzÎ;õ{¡ÅobU'Åá°óڇbR†±›î|Ü€Ú“¡ÛI3nÜÈÁßKe°I4L_ ìIÊíèHò`ù¢µºnŠ&v6_ ÖќϙTdö¦Þ÷PÊn\0)}ƒ‡ÂÖCjG(COhRÖNÞ_*ÕÕs-§%²ïB£ÅgnÀ-ò$§eÅnnThefQ}Q&À +$fkb{¶Æ‰²Ê<ˆaZ¸ÅlíRWnfC­(NlÂÊ֗#a¯½-Γ¤÷;·Éhý6Í;ŠØ Ë¼ÏT,~5)ÀxA!ÁHÛ"Ào--WE s>æ¾Ýkɹ¹VÅVK„>O>0MÞW!sÞ¯ï¬ ÀZåºÜ‹7ˆøkW1ë\ï¨NMNr¶FV…¯c¸×qóòŽè4µÐž|<ŠJMœfÕJ}žÁT:dEÅK¾„F½ÖÞt#*I«àùV´ÎDëà»]d»ª'¡S6D_h\í ÐÀhaòŠö%%IՈX›eIlmà÷HZõ%KӖÒ6ÑjgÉ$scd£¾¾©L¤¢ój܁ÔX }¿ Û½$›E`uãÒ#£¿¼.fíÔX¹šÛÛ褪ôø• `X \±T~ò½0scÂ4u8Úÿ?#^1ÁƒYú{ÍFÕFõm l-<„ÛÑ*Ë6ºeSÜࢌ»ò@€AÇ +?võÍì…¶²b-½Ñ‡*6j/þÚ,ŸH6!‡$RÅýëûö¾E]í©ó‘ëüÏ«í¸âÂSÊÌ.£BgæµÆ 鯮¹£p^»˜Éž±H8&¬g0Í|͂仼;$=pòg¶µÌTá{a3>oèñqO¹/ÀO,aÞWmÑ;B*Y*7–Ñ?Œ”ò0)ւÔü-jóµOoëPCÀçëì´:—ŒýÝïîÈ_AÔ3rçÉ,){-1jÒá‡]f2ü¡dtŠmáZ:IÀÃäM¹ç²Š6EÁ[Cñô?OªÖÈjŠ÷zŒ• !8‚%‰™3þ¡°[9jl(ˆÈ“:]F0u¿ŸŒò«¿üûUóÄ5˜R1^ŠÀFÎÌ£E©:LÈwɼ ›'CÍï4{g>4L^f Nà÷@ý-êVê÷NII¤6tÝ031ù9&¯ií{+›ÒR¨þ×n“ó¥å(¿j*ØH5¨G%ò4‰$ÿ3-ÛW;â™ÃeûÄ Ë8PÃr 8‰”㪔¤þ­UÓ¯©îLHíLô4ºÂ÷#õ>c>[U$l°ŽáÛÄkâ8Dj¡pm“§Þ@oSJÎÜW#h÷.鎆A0sd¯cj$Q‡Lm_“—•¯ï¶> +šµTpÏìhÅ!%äa®ég©P¤žá+´<0»ÜßÌÁK#ém ø\#½H³„&b‹VR»ãO%ª‹Hzù~Ô]! ÚÃZNôDlÄçþ$^LgdC}´‡R%‰¯† +CZS{V¹ "åtìuÃcæQŠ‚–úßS¿X"±g·Ï\"ÝïR™PA*{÷'7ŒëéðÀC mÝURqU +9gšó»Ù{Àd?âɓÌGxÔi§9}ÎîÇVcS$NÒðwÌ·öŸþYö²"&o¨«ï–ï{uÕ¬Z»bâOκ6ð ˆÔÅ MɑÜP…î(ès)g ÖIwÓtï ù$çwmáÉ ÖîU;ÊÑqZ­åkA? Tؕ%¦#¯S"ŠYÓÈEãÅ}€‚ý¨úÆ÷RN ÃÙK51$¥¼Ã_öÐô 0¬K<Ù0#œëK‹8ŽàµÇÍ­s툏Ú9 ¶A1K¹ûhœ%݅ü“bÅ2;Ü(ŽÉälìW N{¥Y6Óllß[›!zJˆëàf +~vã¿I’å§ñÐâ²Ïß47Ž*; ˆm·ð؆PԘ×u„°ßï1ÄÑ éڛÑhÓÇÄb@:K ÃÌÕ1¾©Äkéù\îÝ$çat, ˆŸmµ ÷”y+S£ûÂO§Ï\ w4i>ÜÌ¿akFåg¥š[T3ÚB›÷l%§à흢F^Ì*4Ÿ¢‘\š ኁ%ëœþ7®7¤¡Ý…Þ˜;*Ô_E#tOõàê2IÇ&ñuKáù›8eؕ:ÙĝPÄFŒ¥è©ý¦ýnM%\Æ×a® „BÜñ¤­ãàÙB²Ûߎûð3‡ˆá„Öz«¤ð”H°"Kzx%4³mTvJVûË¿¿ÊÈ4#þìaï¡~Vvëò®æ»I¨V j…Lç×±4<¼Uo¢2ø£‰é·¸ù[ ŸS^<ª:&Vh'äô1~–dœ‹]©½ÚðÝ`W~¤ŽƒPrCå’S+ðHÁëXre´=p‰!=àtm MšŽ5 ®:¡¢Ù´³*Ê¿ºÆ;P7ÉZØmþÿʴ¿ ÃDùб EBé Ú8diÑ ƒJì …š'›÷^|ºrýեڅôPqr"Ç5äò(»ÄÕ>;J’3å5©3$ÑôNbʲ¤\ÿšÇ¿ ¢0‹R¡ µŽ‚A4f/Ë&ó¾eLÚ .ÐU ß¹ìR…•‘Éäçš÷øMûH¾#ìoz«0Žµ/‡`8ñÛzc¦9‰ï7‘ÌÄ<ñ¢VEöŒ}'µVíŠ +ÆÆãöªÚ ³þ»tíëð[]4¡(ßï±e©Ýè ÀôœV»œ¯a=Á{F¼­øWýeu^¢àÿØËçà ¿'w’‡Ý¢ìF y"ç,¾ºÓ/ýÔâKx=O§¥ÝÃ܏Ÿ[™`v4kè†&‹Ïg\ 1¿ÄY€“ ˆ +M͔‘=Ή¯s²ïgtÌä¨@8…¯.‡ÐèFqഖ ý+i$”¬ +zd܋ípúni~ÉÙbêíG›A à#oä¨Ë¬Û)Ô`ËàïÁE£Ù5B\Æ ‚¯ÂµÆ“÷\MlÁnè!Kžq„M“ÿ—lø™`|Ñ|ÖªÅ=Ð7äÌȈ—µÐEÛû. 󒍄«”:ﬧEiÜXð-\"’umÙJv¤§­¥Ë$ë áü¾ŸuDø¸(H—Íš¸$?©Ii~“â0žrs&%ÈqŽi±l·_¡ÖŠ»°ôÐÃkVgaÒu Që¢H €GÌ8=»õ¯Éâ ã‹Æ¶àgUˆS’ÛxtoG žÝ˵êý«hi´¾7skD}ž µgwÀØ @6?gfË.ø‡®p?Þe¶Tü˜0Y!‡ëL}à_1¾‰Dv +ºÛOü…wî)Å×ûÈ¢GFÆ|UX±‡Åà!ø¼Û_ùcÂNޔ+ úÙKë”Çí‰5çOX>p³Þ3jÊ$¤ã™J¿¥!T©QàÈ«|¶Ž€r@6¾LP`û$¦y2¸Ï 9ؗO‰ºK „‚ÜÁkúRNï5ÁÂP_õSkÛ Ýнے‹gÈúԚ2¾ÓbuСñ– Âq};FÙj4úQ|^€¶nb/âëR; GH! !ID´¨Ö)°@aߨ y4EC EzjHa!tãZqA”úx…ƒƒPt/ûÝZS¦6ˆS:!¢PãYúw~ɨ÷q³˜ê#h³ZuÊ#8Ò¸EŽ ah0à‘þî‘Ö{ TXÂC*LM•RcûÀ-Ì¡øz@£¬[Ÿ‚\¡ú© J»,á…%D.''õL{ÙRðËU$Ü#°²aqچ Íh&HîÐ×v#¥Ïj⬱§lÂìÅ¢¥ÜÞӗŠ{]èZHÐÕ´û˜i#LN¿T‡1Vkõçø}S72©nÝ|p&ËÔ_ŧ¤~4Z_hÚXR9竂ˆÛ¾;‘ÄÓÜù»¬m*‘×ÙûîY¬,Ê0POšWG³t¢u#¹uJnBwØÉÑp‰dÚ¨À’îԞQ[Ã_éôâ^Áç]àÅLÁ‰~U㶯öôégÈFfÓjšûzMÙ~&Yì/Ëéð[ä…w۞dfà̦å!ÍŠa­b^·ÏK|áXêQÈÜ͸ƒÙ0QxÜEÛ`oMi˜nèn²uCïkfajàrŸµÍ3a¤Iy^)[¿l™W“»°Ó áÓò¤‰‚|+Ⱥ¨{zB+:3v²¼jyB´Þ¨º}P‰Ä37i72^ñѓ’z ñȏMº!Á`ýµŸSþñ}Äq…½Õ|R¡1R6™sGñ="—jÓõºk„êO'óis]Êá»9Ÿl•Ø…qh…=èˆÍelN±+;{wòՀD@1* əÞ,ßM€‘ò%òû<­[ßÇ)lįCf9ñé>ðÚÁ„—¦Í0 E“Tå^Õ­õ&Á°P+(åxÑ-Ægëä’ ÌÜfPÍr2Ú Wù©¤|j*ôV‡ÃŸÊ6ˆ) »ÝÍ´Uè[µãï6Š…¬'4n½ö¥}ʺì@g{l¡Ãƒ1•3p±‹{õ%¶iª$æÊ$Ÿ5j—ÔNþÄÖ |"®E™ç™zb/æíhÊÇ>aƒD¥@ÑJ¦½&§5¢øÅâøqõÏÛ¹šíuQO$ÊÉÔËÞ󐰂ÎCD#kq¯Î:¸Àw1iå=S®6þe5óý3i™Ý$\¥¸3ì€ÈíӎV\.±8B ÎE™—‘`„rMc8MN"´³ÿvPn=Õ|Ëò9’&¾‹œ ¸˜¯ø*ÉâuÐ/3¤|þŲ‡[bs:îí’Ç‚f·‰€¸Ø4áãEDÑCþbïLˆàÌáLÆAüéqªý„â³7v¨FöXåØX œùù›°•¬×ã\:ÈDW/ª­[ݯ*£öéP;¬©U#˜/®RQØ.í2'ýú¬ë +endstream endobj 61 0 obj<> endobj 62 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 63 0 obj<>stream +CZ3* kSVÐ)'–ë¸Zï"ø:r‰ó7Tå<–xÉññÆuiڞ¢:þ•,Â؀NšDüÏÇØç¯#k¢Eý{¿ùÅ˲[¶Æ#-±7™ã0ÂN _Ã_â,÷â“EŠø´ÃÃHœf[@ÎÖ°^½ìa.Î¢OƒŽc•ä¸x#Å»2 IÍ)²ß(WWãÍs 7”kØ#©’–}wÍÊ©[úÉîäWH8[SÖ¡°ˆH}n«ÊíÊ˨Ð(RÆB ûªöæN³€5˜Éw#XPES#4nê³^Ü1„\°§èÌϛ“ïuЙ«<ûa'&ñ-,â»Oœ½Vu[Rƒ+æÓþ¡\ØMðäVõª6ôÄOº²˜®ùVøƒ +׃>NÞÍÊý埥õz%»ÕŠ/‡ŠUQ)k®‚Ú@ø]7é V“P¯ ëÔpè§U™5ï¶NôŠF”dr¢qˆÇŒ¬M‡†Üv›àz^ài +ÕÕî|MÐÆ Àfٞ±HYª'5•Z2„×+CÑüsœ¹™É¬ aŠ•W¥=lð‡œÐ¨{§«÷Œ%Gª´ááqâlªùN<{XÆ”î…&ie4ÑñZSUhQs³ùªáµz²ØB×ËgêÉ+sjôÕè+\%‹\اÛ䜔¸±îr0/¥]bp{§ëø§¶Q85¹­Ói‹ ×©Ï;í”niUrq RÝþe ø]z‰Ï¤«Â(Åc›@ힳìš¿C‰óuՌ| +G显X§Yc¦<E„íäFÂ9haÓAÂæZ–‰ê“ òL4Ôí9Ýè‡,Ð,MQÚ ›ô àùO°K²K¥Ñ)@<깬gŸéHžo{²"9ýÓ}%:é§í¯j V”æ?蒗mÁ>äØ:¼³:8jþæ›F·uÍügžÆňn+Ì*ݙ¥Ž<åŽ}QH¶°d\Èd§êGuÍ%°¼Ã ™ZïªÙúwÉ¥ñüÇ ºã¸ÖáÝ^~žPìwU¤ˆ‡Ôez#)û"ðqл­ó™®dG^#‚(ó,Ø hd£6u‚ŠÂ[‰øÔ¾o +s*Å{Òq¬kÜ?˜AR&·äà°ñ”0ªÉ=ìµz®=-Ë&àûÇ@Êb瀊, ºy«O½Y±Õ¦þ8IÀ["áÆâÎp—À¡ÖÓAÖÇy©ãI%EŒÞn¯·m¶Ç®ÙÏ2²ëÊðÂᒍÌK(tNÆ|:±õ¼ (®‘C⃯rtA¬~ú¾";eÓ;×Û.ÌcNcŒÝBω)ç×0é1Z“|p©0Dß#Œ Àê|êáõEj¹ø,€ï•§râÆÑT²ؐ;'u#¯wdš:Ì.ì¾ä¶à›Rҍ‚5%Çey¾Ui5é㍰Ð%ª¡ÎWBgô9&#À||&yĪE +Jîʛ36ðgì8®™ +~ ‚ÌÒChˆc9þÞY~壼w›tä5¿•©”†—¤ÆÎó2)—uɵU›½¯w|U?–n²jþB/–ÂPg D„‡Šï†70Ï»x”‰khŸr«sŠ‘y¬èØZåM2KÁz¿²ÿYÔE´YE>đ…á†/z2:ÐþL—öP¹È‡ KŸpnqgò•x˜&«JH]å“~³cðmtÂ;á;bníaNýÄÍÜÞ>鹇E3ú—eÃ+l +Gì/oá\Àð6W3W…¥‘Zè«Ëy2´‰ÆÀ”>óŝöÛêÊeKoÁ73‹ô4#Žæ£~-ó%)EErFå*Ç4·9ob¯˜  §ÿPos;·< \kߕÎ?é}<†÷ víóçy»;¹ªÜkµýš·K  ‘2 J=ù;öØÛG‹s‡£²¹y4Ç{{7ÕÿʞŸÕ#ww3L;IMŽÞ¿Y‚]muåçÐõã‘,Óø¥Lî7éz µ¢q*h·Tm\]ŸH¸õ-ËTçÞföùZåõ'¢ÝÎ Cá‚k\  ò/J؏+5;¯3¶””›f{ÂÎ,š†u“ŽCêU}0¾ÙP¬*J,æñ¢m4zÔû×ù€ãP K^5XnW:\nÓX»æÎL¼zFW•ÔBÉ7ñ¢ؘMMs‡„€r‰%3°õ‡0pH¢Ÿ¢"w6žª‹éƒË^ñÐgc ‹ +Û宫¨–ãמz·£¼ ~«¨!ÆÄ,€Ýw§'¯­žJÐ-~¼2ªR–‡èv—#¶l¦t4ïlU¿Ùx&ƒ¸$ýmÁ4)àì;aŒÆä6¹W]™Q–äsù½Dc(À7½i„){È£PJèmah{©.Lk\»H}×ÝH•¤ùÊñÊ*e» šÝŒ‰õ +]ŸØ5nóW(2<ã蟋Á“¾å:ºèÈ묘^‘p:¶iÂ=¥Lc =hî ˜¤‹ïîY_o5×ãéy±ùÿ¶†ó¡J&ZvS™“ÎxT×aÀi0<õÂÚ¢LÁvìDL¼ã§¼‡Ç†ÿÀßzß´h:ž"NÛ«wG[JY:°Jb¤OD¦ûònPëÏp°ƒaøl°a[W„^«©ŒÕê\‰³ë…I†ÈÁ°IêEY¯¼,j0«ÏñÎM\ƒlßÉ¥’Ä]nø*v8=ê +,ÉüÈX»FU˜6;US­÷ œp³B\kzÓ8 +lã÷VÐÊ÷š¶ã©Ÿ@­‹öÇn¼<ë‰k.%‹˜+Zi^6ÿül?%ßO@‹»UT€Ö¯ý*ìUª‰6õ¸¸D|wjVùG³/T߀+‡_´$Õúû<ÁÌB>§·œ˜ õ(¹=¸ŸAMȐ'@0jz›i`óçïtJ"¢] \‡êᲤêIþëaá\ +US‹Â´ÀõBçõ>0“ä¨ ;ÊóöYÁ ;ƒÄm·7䊄"ŸŒlYОü›BÆA~ EPÀÍú¿¥ôúßQ?Z*í«wvj1âÑ£€–ù'lg×DÙH”µj†—J#ý3Uc~oøÊ¢ z|„k{{W\{øÕ&skÉÓv–H±ŽôÃ(‚E¬ä½Šn¬ïö\^j¤Bìrâx +mp‰Àno:½Â´„²¤Sêè´3öÞ®+l-z¤’E[ñɳ/ʆ®žW¤x«óÊrŸ%Á  öO|/•†A^š#;f Ќ¬hKn8`wÊXWÂUÁý¼žîFÄΖ%ãXÿ%¶ÐciÕtqäŸyé0ɪۂ®y­Iÿ ;n?µl¤üO¨®¡ž©‘esÛ ¥\\3ÁåB'¹«Tün©òI•´¦Ø°šYZu;qó‚,îg0V¥ÜÑäFX<¬aÄé ö;ˆ™›­ð[êîN5fO½Üé0ÕÑÆ=[ŽI?$yi™Í×!‚;Ò³Þ;j|P‡ ¯@œ¶¥ÌӋC9ÕvVÊEƪ勫Fk@gëiiô l D*|Õ_W!ЩʾTæ¼Ó“¥@Ó·í +÷%ëÏö`Ƅb&‹¼§ßF°E Í7oÚÂû*d„›/Š?æšÆm7²™ˆ‚H„ƒ®AÂÿ½EuÛ'øÊe¼ õŽVQ®dØmƊ b’­ö)IlJçÁÛDOπßàA°Ñ’Œyž}šÅRÿ"dÛû´gþ@QYóÙ·v_ñ.I¨fø H,5‡üSRA:$ù¸D®ÿ7R[ö~[½žE!j•›÷JéØ-Ž4‹©÷å?‰µ'T¦õÚõ“l«dö™ÿÔÝÁ„Èw0Që ŒõåLµ7Àæ“CšžrÚÙ7ìO߁F,Ü¶Èñ¶hY³¾dœÅ¥ñÛC`© 7º?ó]¸ëÜ-|©}Ñý¥Ž?±VЯŸF¢IÝɐ!Mø™x³Ö%/Ͳ‚XÝ8 +mfJ¬DŒªI»È+´K}¹µÚâü${ѧ@½nó"QMxE Fµ™¹V;’X@–q‡(fè ¬I:_–Žc°ÌªÀ1Ú0Ì÷§uÂߖ€¿+ݤ›?¢ì +³H²;“Þ,*ŸVó¼Ï9'_mԙÆ"í¦äsž¯wÂÛb΢lØ«lÆÈåh¡í_¨q’œœÜé•Ä”&‚íΪxÑß\±ä)p‘$Ãp/®OmÛÆq[i¸¸g²ã}! í¼€o„¹†Í%|2TZ;¯ûü:RñÒî1{ã=Mg(+_ÿÓó”M,kVñºžx¹È¡“£&œhï™USu]®4Ê5h ºTTøÛôozNäóz^¸Q-&&ä”pqë;œM6hû´50Ùw3ÏG¿Þ^ْAV\ì¢r"ó.Ü98(ïV¯k)ã\…p–Ï´]nÆ&SÈTÙó­ä‚oWƤu«ˆ8 =ސˆÒ« dÛÓòe@l #²ûAqð$FAcŽ6ƒáôd(¿a„dWål®hV¦Ä¹ˆv±b髺þ!¸«îJ±–Ôá‡ÿ¸°­xÂuxïÆ.œ¨“fΰX3%’&º˜Yðç͝uA˜ßÜ)Ù\Ìx•–ܼÿœÂßþf{õH¼$ër|•"ÊI’Fÿçt4Ý)îÞ þ8’^¨*=º’ßÃùíïÿ¼zò:‹Ì\/úåßXòˆ8›Õ¡æòÈ/á•FÏ,ǜҜþœVîj€º'oþXoÂ^s›!Š¤ˆm©‰Ô6’£ Ëö7ÈÃôYÓ.B˜½éøT¹¡Þ0©±wâÔ­JKxä¤àÁTñ‚·ÈßÔ¶¨+z|¦°kӃ»ZȐÐý °S%²ëð{MàMw9 +endstream endobj 64 0 obj<> endobj 65 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 66 0 obj<>stream +íÀøÁepüeÎеÞ丕Âpùd Ú1_ÎfJ.JÞkT0ÓQFuè|$§ýƸŒ–µ2pØìΚÄËÈäß +à¼XkûÛ W$fÂb\Ä´…pŸ>ƒÄ9Nçõ¦Þù³4 ƒ¿K%^8=ÉúR¥?¤YrÜ/ê¬t™P‹ãV¾8tš¨Â)c½Ez/1[´Uäc5óÙ¿½ïûé×j}|‰ó;²ë’“·j\«RÝ«t|ç¢VŽnëcµ÷2Q*Æ5´1Ÿv’8LïCùnó¾šêWBļ2ðûhàÌÔ‚R7w¹xÖ!ÞÍ̹_߯a;aá&í«4¡ÉÁϞ¹Ž,8C{/.y+É,YÚA$ãOÒ?‰+¯Bøˆûb;µÇ«­úR¼O[öm»L&Ì žÀí½³¾iç¬Ì6šËSìöøÊÖfÄ°ôlvC~u÷Vöb7+[™ –%N‘Ò¾Ÿ’ãK‡ÕØÜ#(SЇ㯸¶„n’„ãßå$(匴©âX¡Äo˜AòmZË—:¿E¶åÜÒ·`ÿg&ª[Ö#ÈÖ¯U"»]ˆ‡ò¤×•þkôgyVÁB˜Ù²,áSˆÐ¡8ë`³5.á#Êúo„¾ýÉØ!äU㠐Ž¼!óv’ÎQø†œb$?Àǀ‹Â÷¡>ÎGDÁ£Òïúª é)ø³} Ùñ©PˆÇ¢Ùtz¡æ%¤Ì7{1¤ô鉯£/ç9ùëãfôÂJœ§ï¶ ˆð’ŽnTÙ ø„ÂÄ,ü&$"á3÷2¯ÖEû~øAs7 w¿¼ÇŠý²ª‰4®`Q–:콅U0[ÁÑbè}ê{mâ ¨L2kã•Æ#à¼+̝btÇD÷Ô«Wª"}š¤£'OœMåuªpÄAj*ˆÈcGÇ?û|§2T§B +Ñ|:7·¦™µÏ-bY×ñTXPj}_ÖfJ-8(¶?¾ó"رéÖ·Ô.®§_‡l7§xH7½ñ"Ëý«ÅÛ[gF¨D?™ëÁ±¨7KFҌ´­dé`۟ßú¯)Ööæë¿r%õ£Å +ñ…ø•>øžúÓ]rU×Q´<žáѼ÷#z'ýÎ8šäÌ\ﶻ>Õ“ Ÿ°þ¦×I¯õUﮩF7‡[)ò7* $P?¨1~Hv+=<º¬é5ԌÅÅEc·¥ãúnú”êÙô·‹Å$•_KK»«z”DïR—©ã•”V®[¤d˜Ûn/¸}ÕDaalô§õ…«lX6*Ô{ñCÿBfg¨u6O¨*NU~zÃ3Å-Š4©"DRL2œ:HÞó©[ÅüJ(ïQÈàkV„.vóÍSÑÖùµÛ×äÃ'ô%ŒÜDÝÔ +ÑQ×¥0® qiòr¦æf=·Æ¼¾j†SÊ*ä<üd;6¯R݉w›žWeL#B£ˆ¯€+ìü³à…!¦eH£÷C:«5Ømë'¹ÃË9ÁÔ›àרñĐmuøÞWzvÍNR¸i·ã X¢rì‚W§/È <–Ç+2åԁm`šQ¿Žk¨=óØre?V_»™‰¾àfu΁õXž=˜ðé£WçiÓç­T: tb_ýÊ9ßq`±·JϔÁ\cÂ8ü0‰¹Í•4—1îY…Åí˘ïa±Féÿ„]·?Ú4çí¢þ˜_«WùtîX[ßG@÷u‚™ýiC@ô’1A;aî”Í<¢çl˜Z5áô»86;=á$Šn?Dÿæ ‚ª¥«¸ÖtFL‡bŒÉ=´ñ}«‰¯R ê òÏZÐõ wR“ªø~:y •½èÙ!UËb0JÃÍ ˜€ˆ$¡’ú±á6Ò¶®ñß;š8NREUüóv¤“ÓˆSøÜm´!>òŸP0—ŒÙ÷T4¬*YN‹ÚûðÁ÷òÃh±øûž|]p·U +$5lú®Òs ¬M©Òõ~Súþ÷>'¯ºœql#W¢˜¦ê&AìÅ+Ƥi_dÆãåo:¿ +ã¼,Žu³‡z Ýoóõ”5Ï«RË®Ò»¯bñŸ~Õ&,^›@ºq‡H¬&–ÊhÙdU/{÷RíµÊ’#˜¯ÈƒÑˬ=ãöÆUþLzNò˜€_ÓÍòë9R‰¤’†¸Y²±VØ„„#¨'šŽ`¦‚ÔœÍ[¹•¶ƒ ùµGŸ_  +“ð¿ßŸKg&‚»!Ï+pùêL¸¨(à©xòMVÒôF,®ÕÚÅ.‹@ªc%'SnNoîŒ[osӏ¨ï3Þٕû³â)¸Š¢µE:ýÉnyŽ·D’ bu2}ëµ67Ž)ý¨3>ŽbjšòÅuáí‰a±;‚Ù÷ÕßàYːٔï«OÚçkÇÇòüèrÐW±§£N~ú#JÌÔ^´Ò´ÒRœ Òc¶¹åÝïû•„³YïT‘@B絡(s4E“ø½ D|ݝh7•ÉûÐkÇó3§éÄ«êO: +nx³FX¨?ð¿fYr=™‘Ö ×mx ÞP‹Š"SÝǛ{RÿÐ:‘>WП]u«Í)%•U., ‹ŽÁRK¦5vc`eo’ŽeŠÜ˒0ß¿(ÒH:‡=¾bë§¶Dó6 eDÁD2jCÜ2|¢Žî~+£†{„§˜±nc†ìûz*§Šå1DÇT‡½$½´[^=yaŽÌxÂ<üü0˜ÑJ@¿ï×äNëä8®4¡ØÀʌþrÃFÖÁZ%=BÈ«Aå]f+§å‰Kÿ#×Kò f‚i²º;Eǃ~ƒŸëš„j1ï>¥½ª•=,ø•B…|½ø.¦Ðy"/§yíâ­rŸãü9¿úF¡õÿ s‰æ¡€•XøäÈZŸäЀ± +Ñ ð}їÔjß>4ÍÄ6Ô:F´@ó,È|ø7æÕ(«¤ÇóhÊùm®‰LoҐŸ7*çÞa‹(,Ð!`‰ü¾×f8iR©K)ÍùZ¢*嚿{}äÄ?GEÜØ<’q”G J2Á´êÂV/‘ÇñšmkDãÏ^tàȸëôOx$«“Œ6?¨ãYtÕ^ +±ØÄ¥œ ì;uyK¸êß?Œ9Gñ]%\“—$e~¸ »|{¬å.(hÍ®µ¯öÛ?ïR—-ôäëcBtE6’Ïó2’WÇÈ2ýôÜ5·¶ó´ýpŸoÍ‡…«wˆf7”Y9Ò­á%X@Ii­ÏšÐž˜´€úÁx³ÈU ªßÎÔTšÇ¥ÁR~–òj§q©·f‚²nZ +Bò ¼`D4‡ìuáW£9æφdú÷»ve°AÞο+tDŠÞˆ Mèê° nˆÚªÉµm(TÛÖ¬ôÇ3ò?äD꟥éí#9 +Ñïçò6’[;(ý7b4 +€Ÿ7QG !òý¯ e˜)A†#’ÍH^¡ö1@ Ãthˆ²r«j9 ‹NÀU-¯GõDÀu1Q¦²6 Ú+öáIÖ +¯/ZôçÙ¥n'ÁÛÖt!×[»:†uJäq¹'ãŁRqÀz»múxÀ@Máy)ÍJ¨×ŒçµjË úübÙDö=ë|Åpÿr5~Vó†§3ŽœòҝýLÙ§Q³ö\ð²;š×³Í3˜WRSTTÝcø}Ót̀=Ö9–Õt‹ÙðÙ … ‘Ã^¢147ÛÌçßtxÛ¹õq, ºN¶û(hÁX†ô‚4^¤!HÅ4Æ#¦ÊԏSö´Ç&fþf‹X&ÖÀܯ"OŠñ£êãì§|w¯‰t›FJî «ì™ïÂý3ƾ€7mú·f)߄³ +¾® hHØ¥úÒûÕ½¨Ðçç¨üùjNrkôðœŒ6YX4¤BÓѵèÁHLÓ½¥ÕMÁž«á‚ÎbܬP¥¤¾F~ؤTæR·HVÍѵLÄωTYdmãꛄ@z-D¶A ¹x0j%lVÛU…S)£•ÐŸvÂØ(Ó£\wÜVEÐwٔA,ÝÎd—Ûôœ1i¥ŸˆQ¾¨-! ô*GӁïd‹ õ2«:U‹xyÓ[p„'µŽ7ªÀ€‚«›íß/ýPí§µ‚ ÎNmQl‡]²Ð= ’æ«ùôWˆâ–=U×ɱ´³%TD¨(SŬނ¶Îyý +~2‘ÓoݔÐÂà4‹êüÙËh‡ñá49®•´Î2-WFå8Ͻ˜ÀÊ*‚0¾ÛT^E×÷_‘`6Agrg3Úßk›$„ã±è¾—»ÇÔIyqüDtc8Åo¥ó™ &¾rí@èûÅOÚ×iV‚“AÄ6kãbwÜä¢5"ÍøÞþ„-<¡óq˜ºÒitŒ¨¸–;:·f¯Ôfí¸'³TóúŠNUØ®Àæeð­£ñúdš ÎìYƒœ• É^s8,~û‘¤d‘ê/€1@NÃÕ0ÍøOdCùÖ ¼vtøÐÙºóPÝêïz¸Ž#%ãwðF‹HD×…lßâMpðÝö$æ_HòmBMYB9 ͤÐÈ +X6ÂwwîR}ÆÆåZ3•íZë +lY6<ªÌüË.U:îsÍ(wÒSÞ˜ÃÜNùK®ð•X +endstream endobj 67 0 obj<> endobj 68 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 69 0 obj<>stream +•’i2vûƹŽŒÀ£Pم8›=W8v¦¾ÄRBUìóñZ6mVn“euozK§÷ª„]ÿ°o÷C@ >Ñ8¯ÕLE^êÊílɪªZ’¡µÕmŸ>ö|Ï€%GŸ+/qÆÊ -à‰ð ׫=’äò`Q¸8ý¦Í¸¯–×ðUeXÞ̞¦Ëò€Ú®¦—œå›*³tøÝZ²*†÷­Ò~ôt1“2*Sv,>¿Ã%Ï¥l„§g¶Œ¢Ô[w«1Hb”‹À2h1&:A¨:S±yADã! økl$Ç{Ù›Œ6F±€(Ä)21½žéÊJŽs±³{wÎ*â:e‹Ábaó<ä=’æÚ^uáK!fTÿÔ{ëïj²‘*2B‡²èÝà9=&3ƒÎ•Ëä¼°Š¡_§BAâæR«E…¹ÍBÍjœÄʬIYÆ·ì‡~b‡oÄ¥¦÷ÅõO¢ðWôà릫¡FA€ä°êpìýÇ&cD?J±vZk*¯ÿ“t4ÿDÝð;É¢„Æ†”OS•\ëî~:‚çÓ9ᜟÒ-dQÿûTîÑë€Å¤sb…‚Z™]â»ÌÅï6Hè]/nŠ}Ç33lIå à`_&0ü¨=q;Xä1¯‹sfj7òَP@,BâÉË-ì&1·¦RðOÕâÅãK.µè¶ÊþzÕ×joÃ^h D +¼ú€³¼¸ƒçFBôdÉ BYâWÁAÚ´æéJ{æ [üò˜ŠÕð„ çÿÊ%Á-/¾OpaêߊobÌѕŠxx0QÄËg´bòí#uïփ¼ÕcëJ#uÉ|[¡@  cªTò;€®& Çùè}óOg(ÝÉé˜ð)?QV¬]À•YïÜÈ¥”Zû“MêiÀhR˜æ%‹tšc5Ï}8sØÿÓU¸+–¹b“¬©yxîÕ¬Uä4PFñÇã‚qî`õ8֏Ú*éÌUˆÃ¬¯ÇË\ÅNGÒÇÿ¤ÿyÂ)$õ÷Ý^4¯ƒ‹jSíMÔôkâˆjvú¡IvC›˜O)n4g®Øü-Â@ "8Þé;–ºíÕ¿¦¯kõgïiñA*”þ2˜•¯üÐí\þ#Èv6úË3b˙t'ÉÐx×<XO]†Ò)¢a±ðt^Z>èÂÍ/MinŠàž¾•Átg,„ÙãW“³7YÃÊȖõÔÒSE}ôàæe2‚¥FhÐs\étr)ʀX;&S:vR¬j3e(ær5ç^ò1Œ‚IMØcÝ~ÁØDd˜.‘4ö.üZé½y?ý;ÿ»£›)?Ö&mÀ·wïV‘gÂNë{ÕÖ-}܃<ý¦§›¦ Ãká¢ŸÖ ÿחùFTی:[òu [-wy +ûLÓؑhÏ2g¨Àv’ß %Ô_:fñÀs͛0E7¶sã'úLU”H„!oâ˜ñk+è˜]Z½‰¤dlœ ÌJX¾¦×ïX_/Ú¬ öÁ˜eèÞ«;ƒ¸Œ†!ãBúÎNå{…5Þö¾{iy­(:­ÍVÎ>MlJæސûWγå݈³Ÿé¥$½³wبdÁx¬]]ýågSпc¸ÿëÞ òŠðCîH .0ï½ÅÒç(yOÛ¯Š\½°#7—Uü)=ñ: –8j’ &e çHƒQjIrFϔ¯+)‡¨PsšHÍ$W±°Ý7|uM ø²m5¤‘nàþmîâA1 ÅŠkôlV{ûû<r·³ù´!K—`™2œÕ©_«]jiqÝ÷úuÚP*#͝-$©àxµ½(¯x†3{/–áƒï'› Ò œé¯íøم !’Óõ;­r¶wq¼ÎX`éU Ý·ŽJzEG5¨”øƒ‘µ‰ö¹¥”ó‚E%’$àD…^qÕàe¥Jaí‰^ŒÂôôÁÂûÅ$V…c³!cP52égK8[w%J@ŊÓac|Ù®”î +Ÿ5¢aæ¢a#ÈÔåÓ$Á^„Ò2ö˙9fKÔ bc ®N–coùf㖉M·RHÛ„m£ŠL:¿µ:—é¡£ûýŽ)<~¤D³"‡Í¯„Ûü3Í$W”O‰Ø¤Ú2NìFw ì·~ŽêD,‚IÌ¡xŽºÇ™SœàC7ɂ¸ex|Y®j€U®÷Ť~%õ êRØå üW+ÔJAœóö}Ÿõ—šŸvè‰Ìb{šÂèÖ\×<±Ý’O`û> endobj 71 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 72 0 obj<>stream +ÐPëúp9e@ƒ{¤èW¡˜Ö Å9.$´!7Ø`dǞþґÛêìg)¾‘ i!¬Xc(Óê±Kùˆ ã¶$‚Š$g·3#ª\v<‘;â•ï=\–rª‡Ä­bž0šÂQ¤¼,ú@Ä%sIêÎ >›¬á<ª‡4Û +—pgîØz™úw%‡¥9I]×39-JKÔãåE?µÐèb½ê£Èç:g¦Á`:YJ Ì% Ëã[TYH¦îͳ’—‰SøËRCÎHݹà +’©«!N +/N!²Š~ƒ'''žkoš´>Õåò`ƓÜÜ/úï«zÑÏÑë6ª÷JK´®IÓPyÁº´¥frãE¯rÂ¥¥3ĤN?§\ÒE)3E·}w™R]z)ԑAaÐêæ¯H{Ø0Ô¹ôUa¦ÉÁæŠ!î7”PÚ£MÖC•) ±cz¼÷Ó@ZLx¶ó¿£‘f'057ö |«Ž¦†/Eä@aÂu®‘xµ,¸¶* ”;%Ê TLó±Ó+Ð uÔâß >Ù úûi”ÕÎ5ÎZ“Ê”4ðÓ÷Vê s¤)…ž¢œÃ$ ę ªNÁ†gÜägƒGszY¤ô“¯ ZòÝ¥'²ã¡ÂÝ®y«út›fg1„ 圼|è³a©4@`c sva÷ ÕXÎVrÌ€tí¡É·Ð%ô í))Þö(}%DªMø»Õ4ã}¼éx¯!¯#•Ü— ¬>ð/¯ˆ‹ÇE·“wít›Ñúã³=:ît0ÖÚç©il>KϺ4©ôÆ1â'ÚçíÿÔ4ÚÒ릯’bP\3c¹PÄbà£s³š«9Ðenp« ¦nFØÆ%´_7gt&$DpÓ*ðﶙÚ3lùž>Úõ×)òx‘=®HöBž±êpGœH>]àӟ˜¼þ +€i³#ß>¶]AÄ¢ÝyÇi`¬%U + ®ƒœŠ"iÅ{‚@UF2H"oÚýf„î$̖[F‚õýé!TÝ\sxè¡LÔP¯?Ð4`XTx~cšò„Ö.¢¿.O߈Û¸,Ûuø2æýãˆÁ5…ò¾!Mló—ìõÀkÓ ø4T}Úh}9D‰"‹Úêɕî®*kúpˆ‰Õ–Ë¢ELÂ2ðc„Ì)¹5[ƒÕ ¹ˆ;*ãè +Šä½ÝÑå1åÜ3´+hϾ& LªÅñ¾eÍ(áUÛ~”:(ë (Ç^øUw[ÄË?ýJ½ÔØh¾ìÊyà¢fÒ½\Õ{•ÞAuâöCHßLiy¥`®1‡T@iRåiZ¦1ßéû?ÔfYu›`&K~R° Ê«HX>¾»5¦çÄÜQs kF¯MÇ^«Uۉ]v#¸®‚Êšžg¥Øáã’Àóƒc> t‰“V®ÚÐéÁ$“Iå(C¨ÙÅ3#½Íad.Ÿhš¦âð5F vwr +2ŠlÚRdÔ¶á˜Â‘“­s,ÀðªÝ‹kîs"ÖXÃÄ%1'þ¥R®$Dîœ +ªs¹ÐYEJÙ§g C§Ìۓ€‹™×†«ViW¬³Kð›"Ê{)l1\VcFžDãvûÇËM÷ãՀ°Ñxs¿å½6ï^RH +N[÷$ÚãÀÄ,.u¹ZM›hc.fîX5́¯RzË\÷ݬ·-ϝ‚5¶;íw\s |”ã0]o±´5ÒعŒ»ïñ›l¾în<_Ð÷ZvÇ1ⴔOas7ƒšŸÔÂXúÿ—ÝO@ +žW¶ŠµUAã¤ÁJ ¯XztÎ!ÁVZý]É$Ö鬅 +Öý³õ†ìW‰¨5µé۞"ˆ¤Ù‡œœßHN¼%ôÊïÃú¬”HΪªäªAHu=kó^·NÁôΝêۇJèk}+mã¡z®1×®º7™GuÂì!¿Qã†)×ËMLýµÖ™‰,ß}ÔC(ÓXuTA,âV,€þÀŒÍ/«b© hM +]“:ù–„`=cI8©•ð"ÃÈô‹ºráºe>B²›W×[÷8¤uÒI(Ü@õp¨’ÝV Ä(5x®î¿ùz®C­“ö ˆTŽ…Ë‰ú + 6Ŷg$ìKêûš ´Ô¥}ñÆl»öÛa"#ÌYšè•=ýÎ3Ò?¸î0VWÇ}’!÷±ð6j{ÛõÄ2­LB_:놛ÏȦ(l^×ѐc'L>ñÈ<ȍ"7®mù3ŽMÒf¯Ū®ë¥×¤½‹Ÿ|œmA­|»™ï=éÆ£˜GÄ G%gèšUÎUÍ¢5ÖXùåô]ôµÝéc惁Fו­V•VÅL‡Ùüw@cšOª±•}ux¸†õ ˆïº×°÷ÑR¸J®AVÑf HG ÕY·£•ó @#)Ymj_aeÈM +©ÿ‰%H%Qöm¼®{*hµÙù-µ+×r ¶Ì¤²-> µ×ĐÁhˆó½„ä!È/žèÔ~s€$W!À¨ŸeŽ:M{¼•+P¯û·éÚ²Íßi¯„Žl³zí»u°u XmÖ=u@­ "Ìeô‚ÒÈuB +Pm&øáCãƒßkIêEÓ‹Ìñãg2œá:lï~üw9œÌ¡TŒ¿tIîq[•é±"ߢEíœ_T{nΪ¯ÐRGh½òAKь¾8yeÔvœ» žŽCm,ñÑÊHÑÀA2f»¾|B¥¼|nqç¯W£d‹¿A½w9oðXW¸çêìÑTqÑw];†#JC‘¾_Iy™VÿÝ$”ð69]è5€Vc±zÊç+îQž1v´5@ºh&¡õM ä)bí :q„ï†\ç,VøÃê}.·Që##2…¾Ñ'É#rRž9oA÷éRî¦õ‡­ÆHýÂìWR!·ì‚ã + nevÍüÈX)µo/†Ÿ×~Ùë{"Bvi {4q#ãüã[Ç_³y Ú%†ÎŸz–ˆÎ;³2t€×d©ƒø³_4}‚-sV?‡Sn2”KC +l&®¢Õ~gþé)õÓþhÊZi—¡é¦@åìUjž¨ˆ_tl(*(V@n…h +¨ûtõ¤:0ñãm]L"×¼`2¥|ÆmHî]íœ/…™bQǟòÛ-Ô֏ô™½~Æس˜Õn\è _Ÿ%€ÞüBܝ¦r7¦·˜ÏîÑ÷b]ShÝ÷]`‚üÀ r~C\ý4÷Ù¼§ à Åz`¸½À<^ì;TB9i-f»ÎËÏ^ˆŠ\—pmú9éá«#Ö+Ê%Kû‚€ÌoôÇä¾×«=×,k^»&No¸ x.´âд%ۘQ)¼Zïâß‚bA p•©tòìñ¬-¨Ä…•Ç,fnxÔ¬&!„À>qÏ%2U¡ŸYŠ­R¯n¦òÂAÅîCcÏ4c "½Ìíníûsú<2(÷Õ->‘™þp¼géÃ@ë‹ÇÅÝh¹7Mo!Q‰óJJ÷Ço{ GÑO6»ÕûãÔtÁÇJç`#ÈMÛÆՄ5âY'¬Ù½ú;EJ ®;þ1…c̙ÀÌúÑÕÛoÝ.fWÈ\3ªSÒ²¶—·€Å~❿ÂÙ&aÜnì"°¥”aœ}ßr £Qß°ßUú]ø\dÏPB[L9…îi Áü´g8Iº^u瞋o†d¡p›˜½õ8çãˆÁ[p¼sW½÷Ïþ¤ÕY3ªãÒñüيý¯š–\â“E—#t,ЍoŒ²cÿ(é†À9" +endstream endobj 73 0 obj<> endobj 74 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 75 0 obj<>stream +Z‰±½ìŒIF~…ç̈́ˆz¤Uó їcDŸ^ÉD²‡ +aZ!Ŕžì^÷ÿ9O-U!X3ºß~¦ûXxàâµx• £)ð § †.…¬t_J¾ÓË@•†àف&ƪWgý„;H×à-êr([ÃËü¢9é‚Ü ‚ƒÎ±‡#79CßuրB¦ØŒyž rdö3á‘ù×ojÏó˜1"jÀVmvÜ +½óf˖ìº6øèa¢Ÿ?róâ…’i)IC¬ØKӊÝ̏Á3­’IÐWÞM˜¢˜Õ${y—JS-u‹“ƒ‡¸Õ.'”8Q“Ì€_lے,ÓԄåæ)>8ñ›‚¢ÒÌQ)dsóL†üé%–cv<ÖtcŽÓ4ôrhä5(P+çUrm…©¹eMÚv¸Q_۟(Ü;ÏÜ[×b„'HÉs}¿xm²­?ë½äÿ¢Ö1Öۛ™îÐ`ôk:í2ï߁Û 9á1‰'iUíàWÁœèÆ&ÕØ'&.¿cO¡¨r_`Ìôå’Ǻkþ kÃad‘öí @RÐô—?æ5Ø´±(7•yPÐö¬ÅáÎa0+3€Q»$9^æÄkôÿuᴚR,„d‡uRÑӝäø‚<äWr­Ü£#n×^˛ÿ +¬‡#û{ý ]uC]ž¸ŒÎ$$¸Œ{æ‚1SÚ-Ÿ-ìÎ\f×…)è»p `6£ôúÇq‹yÞîRÏq&±R¡ÿƦëî"¨0¨bÁD¥ÉU‚ÚptVUðXα§0 zjZs ŽJZfHîW²™ÌyÝõ,¸\E¶pۅº~ÉÏè5ÂWîÿj bM¼œYdŠ+pqÝÜýxPW¢Hmm¶ ++<=C&°4†‡¯Cø´’€Z¼tT@T;êÃÓÖݲøíðZQDtÜǀö2>ZŠ“0TM×þ]AýL’­‰*Ô퓲vo­S0WEFW­,PL9»Û î%ã’*I˜%îÄÍèZ(d€·ÓÒBŇm¦”Òhy½6×øj,…Ua»V´b½]øÖåm+ÑOx9ã5ŒÌA' ý+ê";å‹äŒ˜'ž豊Ä=ͪN˜Ðß<êÔwõžëú‹›7lÇܨζv—ˆ~Â5zÃáqúšMJ‹Hà+êLĤÃ}žËˆ¾ºOäw¿DÄð·îN9þ˜g:n+ªÜˈ—DËì}EÑÂ썧€hŒ±ÒØÁÙ@ûe¹Ám‘À¸Õø\ ½Šx¥ÁÆXÊGÇz˔r¹rÀA%¼x8Έ3—Y{umåˆÊ?Š`›àFYñùÜ]´<¢&—¶ª•Ð¬}.4Rݙ U,:I€TÚÐòý—Þ`Åü½Y¶úÕÓØt‘¬ ’Óê±Âƒ™F~ÿYˆ <.÷ÄqBÈùÄɺ4sÞhs˜®Ä7²Ï¿œÒێú¨¤¨'³¾Îì +[Ôp¶Ô:eº·šÏ_•ö/Žq·"€y Âæ*ýdרÖD+Euôsßþ£aÄ·z$‡ó³#"|4'4¨EgXæ¢ît£”G¥Wº–¡¨©%.7¤´U{>&œÏôpmÂÎ:ÏäüRÀµ4_Ά_ +§¿CÍöƒ«|ßßpӕåh2AhkšbBÔQÕüz¬¦7ÉQh]Ãbù£ÉîÚƤ±„7ùJê^Ì2ð-Á…ýñ—«ü€0½l‚ÛŽA ;%bÄ#çö]±çˆoÊ«Q€ÕG*R_”,Isd“1þ§Þ!á´ðÀ1™mZ#•–´Yƒ` +–~|«ˆý³‘ òåò~\’‘w´ï„•9–U›gf‚ }‹µÐç5°³ß;qÂËN|Õá)l€å”%Vº H]¶ðHøNj厹Wâ,³ƒ2DÍ2yèŒúÈkÚèËîú%—gxÚ4ÃKARÑ:Þöò:ì ¡J$ê›b¢xÿ³ÑîH’Åˆ:.ÓçUðt78ÁâøÌ#ÀÞkZJ0^‡þqdû?¢‘eÚEò¯=Ý6ïUr*½¸Ð äïvöqk‚¿ëùgBãûµ&‹¸ÿð ÀNJ/gjX´ŽÅ‰\¶œW¢" Vèÿ=Ý9Eè×s 9¦‘ÊPk¶šrÉ+°Ð³ÞÌÇB Õp;øb³ýüŒÉ%ÈrROÜ+¾Ço½b=±$^vóo], òÜ|Ã.‚ØNK&a +þ#ˆ nuòúèþ^fùÉ_6[y +Î –Tìä?ÕÏuÚý„æh©Ndoøá‡U?ΜõKôù«I_‹ü*ðl’‰Üü²r‚äçKê< lz °ðËtè…la1 ¶öžÕK¢Y¦úœ"½áçÏJš¯Þ%zös¥^zÈS÷2ÊóTÎc÷Å£ôj»/…ÚÔ;¿µÈJ0ô¬ÑÑ)ŸCldÄB$ß¡AýÙµµ¼…FÜ8‹7´Î8ì;F€OgЮ†’XNAp֚fhFGè•=‹Ý‚Q ¤–ÂÀŕÁÀr ؄WÙ:ԍ©—P"7ãñˆ¯Ö|Aþ¾¼®wîýµQ¸ê>†ˆ¨BPÂ}—ÚÇ%ëÞ<]*˜ y}ZŒ‡Ãy,W«¶Ù=Ã£Ó ÉIÝôÐ?Ö‹r£º|?o@N€™a¥bRöô7¦úœ’ø^% š‡ˆŽdf$þ¾t´Ý<J‰\Ö­ÒÔ56JkBtud &á׳„ì-è)iÔªmÐÚ×@–gvÂõä‡5<érÉÐ6Áèa* +òô q±yÓ7sÜ]­$C”’¹3q&«gÄCŠºÕ¬dº/<ŸviBµ›¬…ù>¨¾`ôâO³îýIKc“eýsÙ÷SÒ5'¨¤¡ã Š·É3ïÛ[)U@}¡¶„*‰ŸÑZøl“Õ3À2çáZÄUdó1P€®x˓OÌo,ýÀC?Ûñ/Á5õ}8׫Z’~ç<-v/jHórˆù] a5WïÆÊH9.É\¬:Bš^^šDÄ49^`8å †‚ÃØ÷*%È·JžkG3kjRb´áù]0ĺq{}Íñ€æ"\²»È~#ÿÞʊÖÊY?ÆmÃź|öݾ;@úÛ9EP3u=—hEKJZÁ[ç7®b·:ùǪÏnÝfù©ƒ­2»ŽcӐ緙¶ÂÂ:¨‚ÖíNµ^j¬XюœV”ÿ2tAÛÅ0_=@kE¬Á ¸“äj§ªŽaL‡‰¡PÔKz³ÜoÚ?gЯYÜÈT† N¹ësÜþ4…«FiW}˜ËRy›e<ãÁŸ§9¨°´B$Vzj&ñ¤)·;ÙCèæ#Iú£>&Á0£Th€DR¤ÈTý £Ó«Ë•-OPR|”“Vݍhq\"ߦÛQm—Ö4»' ‹Ç<Îü±=á +1‰ ÆáÍ&ž`Èí²Þ—*&b`/‚zi¼(ÁT^–Z¬žÊT¾9ó<§·iNÐÐÚ8ÝBM®ëÿe<ÂÎþ¿¡,ÑSû¡ÁN1oÞã'-k<”£¥„q™ó›«ÔË]fGޖÖ>ä-$B‰ç È„†Î$xé­’àðµ'sßЄ^=¡…‘[Ʉ«Jµ¬‡v»§¾OÔb1WDóÜjsö¦ÔUù«í­•ÔI§°ph©¬ÔBfµ¼_¿qôaö'ð¹! 4›äép/D©{D»O6睇ùÜÝÖëåoà·ôhþy°=îxŊ8 ç$–†Åÿ+xn•Ïö%䴀 “ëUK 3•’þFøoÃwyRHÔàfÇú¯nü<g¿hPÜ"}¸Ö]·þ¿çÜ`¬ ]3Œ‹XçրÁŒ³™hµˆŠ×±„ä/nÕ0?(\ã=-+üP¤ÜMàb'½ +&ÃÜúWüÕªÂ6&Cæ˂fžõ[WÔOžÎ¢Ñ¨Ü¾,³æðõ’5ˆóØ4‡Á¬%¬î ~C¿q>È4¤¡IÈ6k’î‹Åvu|cñb‰B‹ÊÑ©Ö¾aA¦ rY¡£9üàdØ +endstream endobj 76 0 obj<> endobj 77 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 78 0 obj<>stream +\GÐßúÃÞ"û¾ÊÛçÐâ &·ØÝ£²ÛwojG•míKåõS7D°ðwd¸Œõ/à¦1¡ðŒé{ªv›ðóK2÷Ô̶QL5cÉirZ5…,R5„WXÛiiÕf)YÛJ&¢0³ëم)þ°£`PüB:{l®¥Õ??ˆ/ :’P›™;5MÏø6O·¢rüH‡{óIï۔P0¿á¹¯LÀòGÀ¥¸–ùõ`‰LäO¿ŽÏ —AÈTAÅ ¢“@‡`çƒ2¶šò嫪Bµî¯¨`?Z²PJ«Èì€r=ÐÚ&'v^“„Ì%?ÌF¨˜öý'S°üx´zGðžkmçðXÝÙ­îqÞ-™$/´L[jX3Z´~°Leþ9î%HÅ8"J´›Ô€Ñ'¤Ï‰4Ægö¿ü8,…‡a“W ØV|Äu7Ƅ#Üõ£êT¡Â~€¶Zd‚$~´è‡‹YŠNgT˜ÆUâ·MË mµª‚‚HÚÜü¢.Ènr…n4aWg²òLç½=>¬2vŸOP…Ø]p}öRƒdFÑV*ú +ñâ:³× Æ !ϜH¡?·1ß=ÎËkšÑÓwSW©—·ðÒI=Lu¸WâbÞ‘Èu£S+®™ ëÿ°–¬ sÓußð(&†ÉàG-ýú…›ykVrwîPä$â©Aàm/Ý1žü ˆ»“¸®%€z«n yƒ8™”I’íß{Ž¶8…‡Ë›7eNZ¯Ð •1ŸÙv²à±Pˆì·ÿ>ˆ°2ÕP<̏ÐÑ­±ÁFe&Bs£}y°Òg$Z'ߤÜK:>d»¨;¤X4!X“H ¿¯î\ZÎà­ã 7­¬¡d#„}´Â´áð`n„Òò²Ï\$å`ƒdÍÿ Y[9UU;²û+ø8‚zðxÀÝV/PFjÕ§{˲iÄ_h²Ùfüº+;Óœ*b>ޓôvçÒò±eÌ·%㰟 9žó¯|_ÄŠ:ÐãCÕ²»¥ë¸ïC‚{øöÎ. u Èv: ¾Bdªî<·hÂ(òþq·ÝÈ}«g²&ˆ>ÀVfewß^)‹XĊ|Mbñúº¶,žðɝJžÁ®ÖƒZ°A„<þ®5i‚£- ”]"YßQÉpÀmèlÒUí‚iÆð›@ÃT„Pi‰ :'N­Äǧ5D<ϼ`%ñé«nÑ¡ùå¬Ö8g ·©;³éÛK|QC½ñÒ9´¸¿^þPv§!W¿!‡„}óg€—{‹H/ûµUMü˜íð" NÂÚ6UO3€uâIWžô)Z,ƒÈ¬Ý‰t½Á½Ï¤AþB™±0 +kk^«ùðzè÷QÝ9i‹íÐÚ¥å!€ÈÉPæK¼Š¨Àѝ$*3¿Lãq=3“ª„„t³¾ùÎ'ÿa¶töÁcÜ)¹jºË(¦.µ›Hܖ©…®Lï 2{·±[[&ÁKIˆ 6j¥¨ýÂ7jL—¼¼ ¾¤kW¡×g\$Ó°uÝÕ È +endstream endobj 79 0 obj<> endobj 80 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 81 0 obj<>stream +åë^^çÝÈ2zØ°`$:¢Š¸Øݧۼ“ Yú¥±à¢gŸÉxÞêà K¨ÍŽós¨Û`8}ç®A1ˆî¤*û'¹¸z{@ç‰Ü4H{°ýŠ ëÁVsÈ2¦WTôyôUøc;  l$µ‘*ÃÖ cþI!ÍOU6ñnU¢jÛ:—Vìw|¤Õ–×DzÛ£M»ÃÔa?¬Ñ‡8 -zÜLÓ· ò[ÏÖ,Ð6fùäþP¥1¾Ab€JÄ"~Ò±Çîz +>’¤ +jԊë€óì¾±u6v"–¨6YÎ×:hº¡|$cò}Náð3Q/d€×—Э…è7æûðƒYê$ÑÐ(ß_GŽ}Ó¼1•&]Z¡sTì“ü¾ Tq»™÷xŽ<9Uӓ †…$1-Î"z¯»Ò…cA«Ñ7R‡³s÷¦vDX¯Ú#Ò’_™ÜüœEY1wâÄåºIˆo^U"]¡þ€Iô‰ ›·˜ˆZn)Ìm?Q ÆKÄø¨—/”^†›pfMÜC MIT+È#o–—† ±¥s21¢~ÍÝdkµU“ºŽ>«¥Äˆ§}Þ§9s5‡†ŸŒ¾_)ÓÀ¬[,èώkB0:½Äâ€4Ԙ’¦[jl,¥ +Ð Ü´<¸¾Ò$»Á×#¿6ǀ~ù[ÞU;ìz£å–b4ʼnB’Jú,I3dH»æ´FKߖ9aBÿ(42§«%ãC‡R+ê…rŒÁ}€Ø~)9µþ–t@_¬Q*IOŒ)÷£DáT¾¯ ËÙaîÿ$*¨¢Srß°W¡Aò@Æ@4WA4¿Å¥™&Æõ\®'\Æôî௜¦µyҋΦãê@©ëfaP4ߤ¬kàõàLÕ)ðÁ- S<ÿHÔ^YäŸÍ­Ì<{½Ô=ë£BÍVòfõs{²šGø&‰.¾…hõ¶Á'úèdÓÄËRð1°¿ŸÉáé¡Š/m¥& +ãà@¦\Ì%’8Óü‰ÐENûuÁÈ؊Â~]`¦ +!àãÉ1ĦWm:l„Ò¿Z•€Ÿ…Ögb*kžžø¹v`[šÒOÔ÷cIÑ^ƒ{ ªŒÔ(Ì͊”ýƒT{ßp#jTêï•l„'Ñ%0³d)Å7—xÜ ­~ºø$¾>ÎT`øžqpD¢Zä_ð·f¿à”%Yr™hõ±¦þÃx8ZVðtžìï•íMÉN!pqÌzÀÎîÃo?^ÍÞ²^1ê?].±âÔUI¸Šá÷º°>ÑÏìTƒžÊØî£ß³¶ß+çT}›¹M#оI=þ;x™<n3¹+ïäpÚSš~N¼/Tuì*sJ…£.V¶…BÔd,ã✓*ÿÅìm”üS;¦ieUÄ|À„Û9Ç2_æ@bef²Íь‹áœ`JQ5é×F•@:;Ïà#úQ]Jqèb‰^R÷£ììøԗÂ4MËRÏiø• &I²ö"OPÞ_ã$ìõ§ª+[Ρb=’0š>ÓD‹Ø6.“=9Ƀ Z5ÇðxS²pRÏ£ÃÕÚºNò<³Pwóž_.ù­r‘óÍ%¸ä:F‡þòÌÏì%c/">”!póQŠ˜`±üº7 SóìÞ}dM48¦tÑK¶Ú.{Æ Oi=£0‚v ·²*OP?›;[£yq§£#ÊúáGߨ½ Ò´5ÿÅZ»UëCRwö1Í¢`?œ¬‡áñºP¥Ö­Ýn@ÿè­y’þÞ ­íØ &A·^…„$Þ©™Št{%Å$Ù4¹vÈkw`̽“ë≊ð„ñè?×>VœŸÈäӏ(í¯÷^P§ÁìÔ\MÏ\? ™Û8d´g䕘6Ö s–µ$¬®òÔWç- Ý}9ŇqG9´iP¨ +Öí£œÑrkBâ2ÌZsj¹ðï°Ôdâ OÉ÷æz[œ‚B(¶l[B¦&\>Ÿà¨˜F¾7èÙqcUv +7J% +Ì¥‹r87Gecš1SX¾$ŸsÙXÄ{{ IÃ{ø9Š¾vA¹‡bŒ/¤Ðé./n0Ùòí_<çåÊý!཭©V¯¹t¦ï©"Ñ`ÂË÷Å*õcLbùâU½Q4ú§átó¦µ U…£Å´ .)<’mõÖÛ ™†åùÒyÎÎbMîQSKõIÉd¼*¾ideûÜPBÒæª2PF*hPbÙGž¨-“mE¨=÷&P÷;7¬“Rá¿UYˆC‡à´KþP-PºŠAÁJ¦ÏUjXT©t—Z­ä‚”5Z4ÅÃÈGFíï(k×â3_W +€÷ǽ9qccŽ{›ƒ“æšð]à”ɬÕ<–þ`·7Y§ð ÈöÑà7Ô܁½|J¿5æ~mäuДòV†HÉ/k¢÷–êtûlþcÛh0]w¯{”¶ÉØ„,缑è•SÕV?~]@Åæ­éIË¡kÊ>A’J=;,÷%9ƒt0·VßH/÷| @áK3*«§”ÃQ@„5Śg!– xÊDs9i_»}“AÚßîS˜f.Ob Õÿ4ü¸Ò®æ송öòãÑÅ11"†øPÄâc‰÷t,z6.%˜ñD›ÎŠ<ä΁ðì³5Õ1=°Fš©»¬­K¦ä²E-S„Áà3¡è%û9ü>2[¬ÅÝ<i\D,6³ÈßEHDæ0±~igh•Ú +c\9ø?<~Wñtc‰·òÃÅ34†p<É®yL` yv×)[€åT4ZvÍ!FAóki:2…K¤Œ\n8D0Rßy›«›3S“·ì=[‹xu‚šA‚Øè Î}O…:——9~g`4õ!:ÇúÛa59Æçl/‚àl3ÅE36»þëÃwŠ¢$ Ç~S™êò3Æ wy +)oµ:擀’žÒJ¡²8ž +4®2ézj¡CD“ Åj¤+Ÿ“‹÷pݐ.Še[(ªÂëò¸êšԅH¹PEŽEìgş:S¯Í›iEïð—}(–?·®¶öAӟœ™C#:[-v:V@§qŒ².=œ‹o£Ødïà€W]v'šC,}FwALQ²e v[ä#´’kÃtEށPý`•֐Mdl»™ðºÐºá/†+ùdä˶S ÿ$ˆCßáÉøÏdÀ eËèᇪÅ»dqJÝ(ì=Ôìz{+}ŒG´$¬H`Š­ RQQ›¼°iÌ£U¨ÒÒPÂ9c&¥ÑòĘÛ]rúú\y.äÒÅĉ¢€' }uzW +͜¯{<à´o6j²\ø…TÓcÇZŒŒ¦×žjÁ‡uîú££y@w\ÃÇ;QC¹:%ÓWLŽ¬ùeœ¥}.Kmïb;ß×=œåùkl½ G÷•ˆ¶abcHí%†G ÔEWž‹¼=m£‹ið`²ðölÓ8Ü!ÜêAvè¶ÛóúÆh»=šbƒäkG{á"‰T«wd™zh„JÏVAö·•ü^\¿nöAÿýüÓ8ù’Ôãْі_³ë0âëñ#¡í¥p[(w<ÕµŠH­[Ü/‰â¹_î7q‚è?26›Sœ¯´$ZÓEóHhÒõ¥aÏx‚GV]Ô>é%ªQŽ"ìóÎ}ÕƪûÎ>ꁭó¥èã]Ú €<Ë`‡ÿS?’*k¥§xwdHg-3ˆä:ú@Oۋ.‡¹½M aㅐüÿ¹é¥ª9­Çß?ˆùª¥³X¡ÎÈþ™n_óYIª¡õ +ødXàÔcÐæÃÛPAh«!»,mÓÁˆbl;&ƒ´ì$s²£«)àxqÀŸÐXßFÒ> w!ÅP=)Íϼ¢Rm5ºÐ#ÄNӗø}ÎÚ=Á±¶Æ“h5ÉÞ*a |CuáÇe°õ,‹Æ©"œ… дO8áTðŒT„ G¼©¥®…Õ òg-«Ó³¨5ª<©ÃÈ/¬:BöMÑYJÿ´¨SSÈz\©© ÁG̘x¬nÖaÏq„6z%­móäÜlvwÑí§¸£>x<–ÙëGRþBŽ à´s¯„hGsÚ±LUüÒö—zC<>"Š©˜ñåð ÿÿ<wOÀ&Ó¢;Ëtˍ_®x÷a¼Îßá‰îÿúz«‚“ü0× ÃÍÔiÿláÃ5£:P”¡&.üÚ$µhnq$éœVæhë’dL +endstream endobj 82 0 obj<> endobj 83 0 obj<>/Font<>/ProcSet[/PDF/Text]/ExtGState<>>> endobj 84 0 obj<>stream +ò ð-'d( ¶ÕÇQ”é<Öôvþƒ*jÖ5ÁÀ…‚m) anóR¾ºÄÑz9D¤œÌì+®¬À׳âû·â'ò +)ûoš4†­Çm’Ž¿$¤Tέ¯UO&©Æ¾ŸëÊ*9AËêôÁGþ%HÉZlµ_@þQ½X`s8G½Ü!wôü?Z"»Â¹Ý8{æ©Óu +šüjÅïOÖ¨!œ[jü3+·b>ül÷·ÌÚŒQrñ ‡Ç„ÛF˾ ¤þ–ØȲÛ+ž}ë^çÚüÎö°¢V>ÄÌꢞU!–ÌdSËq›‚P>ˬ{ÎäHàÖÛ$0‡Wlé#alU¶&Z샰“C£Á`™”¸Øº.ÛSgތ»WMÚi+h³˜ñšû£³î#‘k󗥳.7~х½tpnŸßݚ9ð´ÂøÓÇV‡‹\Íq”uÙLÌ¿à±~KõVî4c9V¸l9AŽb†Éh‚¢Á6Þ9Rºjü&ȑ¦¯fýƒ•°ÿÒÝÝ Êˆœr°ìÇñÍ‚dÈr$”‘Ò¯š¥[áqcmÔÜbïš3+€F%=ÿòDÇà›X¡j8žás?¦¤V2ïôý‹Vï(äׂ'buZ/øIƒ­dFä@\ð‹ò—Y pžaÄ@YDìe£ÙrC׊”:gz2¾ÈÑ륱Þ1i@5væ¹À»l¥Wè×&Ĕ~4§*…-ÿüä'´ÂiÅ¢7Ÿf¿²ÀNÃa?÷ëٌHÕÇ +1J¡ªÍ̓!”rjŸ•ÁéÝm¼¸âÇïÞS¦…ðѦ1ûW¨Ô<¨ ÝÇ=”lÛ4_êBö5¯ÌSÂ\ã‰øqüê=[óâÁ¤ÏH–<Âü6ٔUõ°À€oí†ÑkaX†õ +â3xÀ©KJD€!1A;à {fÇ _F«ƒ-yŒ¯µ!®ÃmgÁ©ôyê[ X[~ØYTwZ/¾ýÍÞõêÓ$g*¨|BkÐvˆ&äoóe¯ÅåÖØ¥ËÁQ æÏ“#ÓË&•Zg竽Æ:ýfæV»Â5ýol§PTl2 +‹°‰SNÊ[BÖÍøj>­îÞú†Z`8y…ÞM¤2‰”G~zD%oˆÐf#(ñÔ9ü,Ã!¬P,Ü>ŠD~—æ@QÉMc80Å}(9º}ܤÈITNú‰×0†O×®í9ÏٔE甶¾¼Ãïb¡›´ÛŸPôåy–1 ¥öËsÿóÌÖIB ðHÉ ¤š<è2€îßõt(Mgˆ:ÈéËútÓ~¼óSnÀ¹ëGÚPQïí'’^epìf³ùF~.eO6¢\c§çÏ¡Û˜Ó +RVƒ%½EŠ ÉlË} +ˆêøÕÈ1*Lœƒžu^j…‚yõ‹h<>Õ[a)’Oɳ€¨։nóÁ´cÔ3ø-$ÂáÓ*{Ve$Eðîcç¹²x-¸"OÌm¦kîZ2`å+t¡;lÇ +?°…½Ñ Û*¦Y +KÓ|ý!û´5]üÔ¨¢bþ”oÇУ„Žߺ}/EŽÜ#ÿ˼;ʽcrC^±üÝŽ˜öUvô•Ê ©ùˆ~ƒ¤œ?¢2y÷1€(”ú\¥ÉÃeWeá[ƒí”ÀîÌx„ Eå«ÿ¤ªÿiL5Iêà$˜…™<„*fE.¢¿.i­vÀðɘ_îè$­éõéu]<ê^ä Ø猻yáä¯å\ª{¬’9dP·cA:ò/˜#²qÏïsOõ‹7Í83rd¾+«ê† 7ñ×wÿGÞ s¦¦0»DPýP?«y×Í}]±–üš=¥G¸8œYþ•Þrþ°àzҜ(òû:õP´Àœº6.AøyYaa±ªÜøi‚(ü¹ƒ¦5ýtè¢Úz½=òýN4º ¦hû Œ…ÿkm êô%©î×8Ç/˜9…>»Áù¸­Â¼ìY_“0ÁAè@l{àJIÇ,yÀ$qb5)fÊߐêòøÕü2¼Í@¸úÓ Dvgaó©ui§.îtá‡2¡_ÅÄ««DՄç6¸ +FŽž0 kÒD:Ø*/Èɜaqûä·:fdê¨Ã-”[®Õ€o‘´W;5Qn@p®ºRDeŸ,|C™ÊeéJýS\¿v:䴓gð€þ.³à×cy˜°á~~×Xâ® z~Õ¹PT!IŠ¶£ö=»ÜBaA¯ɐ¡F|E I +˜<Ê +ԏA§æ^PÔ+¾™Ö«|te?{py'Z,ÏÖ>5<”ÿ*tÎú‡Ô®¯…ï‚ :-’ʃÛ6ø5œ–ÿGˆ©û_@=‚Î<8–)ÎP}B¹˜££ˆ3FfÄÙqlí(3Q߅òpŠð.IrÃ'êõWïSwé³aŸÛ‡¿¢g9æ)ð¶n ‘_bÄiòŽÅõ`dM—ñõ¤-Açâ}à;u/ƒES6v"ré]®™>y‡=fÙ蒒îZ§;1”҈:DnS{í6òçg¢ ÁkäÙW™/:vXûéœÐÐE¸ô@ Á'ðû½å×Ýc\ᕞ¢'‘ &®šëA¬{&Lì³<Õc &"ö:½äùQã¹£}7R¹)ûy!Q¯ÆqÍÙiÛhõöfغSŚÙ0/¼ì’͍ó"B»7ûĹõ/3µ¸|»4FbzD#Èc’¡Vw8f¡2òÐ1+Nã¨éš]ñYù¬ nÐåd(­õÔ¥R€ŒæâwðdzîL{‘Aj½”ÿpIlÀçM7e)âÙ0;·¾õÂbi¼t +¹Q–+o(åõÙ^Ûî#æÇh…œâ!{DŸ-çsð•Ò?Î A³”ë+ÞQ +äÉ;„L䏣ž×‡¥´ ìÑÔåå“g8ÿ4>lç8K*Q¾ðµKõ a, … ÐQýàf Ö«z„&Í* +göµ;òD §$ø1~¦ƒº jœ¶¯{±6#1Ÿ4Çà¿}w›uü0咔ȥù2³¹·cB‘`îH‰íVÄÁƒÏmsbé[Ár¢¾—á°mG-jÇýÐZBùöcsÔik®†N%4c¥œ¥ð&„;*B{éöȗ‘+GèWyĪ0+SG¢¤ ’Ùé9ÜÉ͓˜&3—'½4*£(£˜LЕô28 +endstream endobj 85 0 obj<> endobj 86 0 obj<> endobj 87 0 obj[/ICCBased 88 0 R] endobj 88 0 obj<>stream +ñÏfYûbÒ~u¦¶pV7¬ƒ‡µóTýû‹]¥x®VµÓ©4TÎëãqf‹ëÓå²"³Õ@˵__oþðGÿ·¹| ²26^ ¸¥Á Qý—æSJú2kekç¸Lêî¹SHM(Lí/Q[++tô¡ê£µAhû§Ÿ6(Ž•šñZl`;ä½ÿQÀム+(]÷ÿÖso3ÙÞô];/ÙJªí  Ÿݔ s ÂûÞÚèt›»Ïu ~vêR´GmÅ4cr}b¦þg ÂS¦4Ú‹ya‹Wå†UCä_à^XÝ¡Ÿ¼û0Vv2õ%9ØÀߢm–©Š–0x ñ·OTV¿&°rT{e㦙kõõж pùb#AâoU¢8îfû.å* +F8BâÔʧÙ›ÕpûËêÏ.EÃߣ$UfM÷“†Þ½úUfyÃ"Ùìî`ďœ²”š2Y\7FY&kxžmòô‚T¦Ù‡2€—Ý@âõŒÎÉg ’ÔàhöO·*‹4Ö6ëÒ cˆtÀ¡Ø$´îADy,\2§VCV¥#³äݑ°ïçáЏ²Vc÷rEB¼µ¥½sbÔ÷7“ +^?vvߧ>`fš…™²ï.\#‘4¨Bü4z͵Ø祉èXËFJ’ƒÀ(Ú¹u[ˆAs),Žº~¥Ë O®¡zƒZ*“xV”‚ÄÑK^]ÖǹwŸ/®¬ÅÐ|ô´³× @WK<ÎTop–çy,u亄WQ úZ!Ÿ -š*“ƒèFÊJ" Pñçö7üfSMX‚G‹Î8Í·$.1ª#îE „;?YZؼü\Ioz˜Gq[VdÃJ 9ôÙ¥ee@`ÿ:\÷*9AØïÝኹcõ_OÀÊ.ª_\ÁµYH$sÍ®¡ÞäL’«’¼œ¶.ý‚µŸë:MâQ"ÆÖ•ŽjkõŒK“ð B£%¹FÚzYM4ÏÏZšg:×Â*ŸÅØ]\Ðr—åL¤ôI¶|¨æ™x„¼p!‘õ긣0ꛃ“€á#BËÞ*ÊÔ(BlMˆr¿¡g®”W¡XŒNy gÅ$}øAø±AÔÂ~XÇóJÃfs#UËF 3PäS%Z–IžG°ŸS¦,qä%/‘Gï¿:«É–«ë¿⹧֪BCŽ›Uâ¾in„:{il¯ÎÆx¥Žq˜Vå~ÍçÓç«h + .x U‰`(ÍÚTq®Ú3ܓšyO}3«º…ùΜ¾q*¸à"ºZ˜r~wÛ0bÖúzqDn&8EÈWF(ԝ@ötBP'éáýSÒ!ö ´­Q˜£­g|äê§$DÛ¦´úÔp[”Nê*j㭐$¯þ,e-“~&`ØH= OÊgZú„Ógà7gÈfk¸üäa\eª¡µðµR G§ t +Ý Ña :Œõ‡ÿÞÍàëðpÞw02ÂÐ&]×~?ïV#tKÀï³jÂ-±º x¦fÝ Æ»ìŒ‹±·Ò¼I5£ØH”­œëøL!{ΔÀò³½¾:‰,myÁšl&vë­ÁЅ#&C!ª;9ƒãlE òËWmpÑôš•Ôp½¨L8¥UëBè…+¾„]L“ ]&óAè¶JèmHw¬Z(9“˜Â;ÅqÛÌH@ÍÿîuúàË-ô¦qÍÚÌôZº‹ð~ç¢C”úŠ"¥ÛCäìÅôÁ›µ Q€1ìÞ˜N$„ùLtð9ÃH‹ñÐÒ<‚ꊎ ¯ +‰Ý¿­$ç¡ +Ã@é€îïôñn›%é«ZE(§€4»NÒ´VGóFKÌ0|P@Îúj3TÎxžŠÍp¶,px\@€;TƸȗ#H¿âå{«¨ßѯ…•gÌ3Ñй«ƒ{‘tn:üP3{[G@³öÁ]ßüŸê l&Ô75èGÜedR³>›Œ¼#õîç?è>éiÑÉ¡b£¿5(«X«Ai[P +^OŒëXãaÏ©˜ýŠ‚m¾B>v +î ƒö#‘QvNœ2!®Lnè·c/zAë +of0`Œmësˆþ’Þi(љ©Þ²Ê+ç%ÞÍèé꟠Ï·÷‘£¬éÁÙÖÁ úÑ؜wÄÙÆ«ÐⲬÀgpJ-!‡Ñ0ÉW^ށçéþù$%»â¤\ãpÁå3ü¡ô)gð Ð^œà^›þ¯äQytש€nÐäN}K‰G~gÿPg$lOV%½‰¹3sѶm˜¸@ð"ކýšǕq­S^¢dR#MNfQ@½¿#­X›æ7-eèÞë¡Ï"Di >@‹TENÙåÀú¿Š?ý +_xEJJÄu £Ç7 Í¿\tè +è4oÏ°Õ 6‰¾u; Í¢Ñ*µÔ†Z.÷ç¬#¶ ’à1¾=Í|»fƒ–Cº²jHcO–œ3¦WäJ}'«¸›C-18³ÀÈð… +endstream endobj 89 0 obj<> endobj 90 0 obj<> endobj 91 0 obj<> endobj 92 0 obj<> endobj 93 0 obj<> endobj 94 0 obj<> endobj 95 0 obj<> endobj 96 0 obj<> endobj 97 0 obj<> endobj 98 0 obj<> endobj 99 0 obj<> endobj 100 0 obj<þk)/A 103 0 R>> endobj 101 0 obj<> endobj 102 0 obj<> endobj 103 0 obj<> endobj 104 0 obj<> endobj 105 0 obj<> endobj 106 0 obj<> endobj 107 0 obj<> endobj 108 0 obj<> endobj 109 0 obj<> endobj 110 0 obj<> endobj 111 0 obj<> endobj 112 0 obj<Œ¸s)/A 115 0 R>> endobj 113 0 obj<> endobj 114 0 obj<> endobj 115 0 obj<> endobj 116 0 obj<> endobj 117 0 obj<> endobj 118 0 obj<> endobj 119 0 obj<> endobj 120 0 obj<> endobj 121 0 obj<> endobj 122 0 obj<> endobj 123 0 obj<> endobj 124 0 obj<> endobj 125 0 obj<> endobj 126 0 obj<> endobj 127 0 obj<> endobj 128 0 obj<> endobj 129 0 obj<> endobj 130 0 obj<> endobj 131 0 obj<> endobj 132 0 obj<> endobj 133 0 obj<> endobj 134 0 obj<> endobj 135 0 obj<> endobj 136 0 obj<> endobj 137 0 obj<> endobj 138 0 obj[180 0 R] endobj 139 0 obj[176 0 R] endobj 140 0 obj<> endobj 141 0 obj<> endobj 142 0 obj<> endobj 143 0 obj<> endobj 144 0 obj<> endobj 145 0 obj<>stream +Lñû¢ÇkxtÔÄnþhNßÿ´½ó!¨I*{AD6ñ Wõ/2fùÿÔ N®1au…w)â pª@SˆƒüÒ¨@4 ¯â#”"53ëÙ-Nñ0Ê)UÚ|ÆÈ|¤gßWE`|i w"=héCKŸ9“YÚbïsBÎc–‰Mù`vV.è= xþxÕ`±íCQLÑ2gèaXÓOŒÇ~È*”‰H-Y® „'l(Ø-eˆ’ùÁñw5] nD8B]ÐW,!3¸ÒP\aÑzF‹Œ¤«*;bA—öS@ÎÂ~#¤»©ß9½ÊµÌ”pÐ:zYÝƹ×`¢;^z¿>ÉRöºÏOË÷ëF7i©uú|Öò­:b@‡u謳b‡o=~š–ÖTa°Ä™r®èS`°†‘«?zçÎDŒ}ÊQ<¥k®G'Á~K³¿ ̆½6½ÇZs¥pn¢ÇnÏv3ˆoǬ¹c ü*›º=}hyߑÊ]êö{“5-òÑ|ȃ%Tt¾õ) ˜›ûqGY¬£§ÅSI­ˆÇ¿|.”Ñõ8Zi jmxÚ´»†Ì‚öс•‚`~äò¾¸]ùîñ8ÓØs‡+õ‡pëÒt’–¢dÉÜîMãf<1){vû/«Slø'ðÁl·…ízœzǐ'C³½”Ô¯$¼ô&ûœŸåô¿ŸV½p;gd ºÜN s¾Ϊ®Y £AtŸ;r8Ø[òù?ÏyzÏâ5Fñê¥ö9ˆÖ눣r.NV–’~ÌuáÄDEž5oðp¹'-þäX—¼7_¯PMK0l„zcVX…å8æ•ðI%là'gû"Šº1ðŸ,ʛf|Q™eÆΟ\Òöºƒ° ýµhKûš¶i~™OOŸNÑ ©-‚,{‚ïyÐJòÂ0‘O¾LÉLÉËlåcãMTÙôã;qŒ¾‚ßS¦`dj™I뛰ɸ×:øÝF ¿YÄ/Ýß@]ÇvXñ9žîyÀÔß™A8ü©¥9` ;£{¢(0hkdV짱p_d½G—”ÈRÅÖº°aZæ-ZF“aK +endstream endobj 146 0 obj<> endobj 147 0 obj<> endobj 148 0 obj<> endobj 149 0 obj<> endobj 150 0 obj<> endobj 151 0 obj<> endobj 152 0 obj<> endobj 153 0 obj<> endobj 154 0 obj<> endobj 155 0 obj<> endobj 156 0 obj<> endobj 157 0 obj<> endobj 158 0 obj<> endobj 159 0 obj<> endobj 160 0 obj<> endobj 161 0 obj<> endobj 162 0 obj<> endobj 163 0 obj<> endobj 164 0 obj<> endobj 165 0 obj<> endobj 166 0 obj<> endobj 167 0 obj<> endobj 168 0 obj<> endobj 169 0 obj<> endobj 170 0 obj<> endobj 171 0 obj<> endobj 172 0 obj<> endobj 173 0 obj<

> endobj 174 0 obj<

> endobj 175 0 obj<> endobj 176 0 obj<> endobj 177 0 obj<> endobj 178 0 obj<ƕYË÷Ö°™ÙÆ)/CreationDate(œ`C»c­#LL€>ƕYË÷Ö°™ÙÆ)/Title(•3ù<Éò}*Ü~š‡AÀƒò‰‡„gì‹3Ð\na@°é§Yþ5ŒM»iŸ.´¡‘)/Creator(ˆ ù:Êé.RAß,¨Â“®‹ù‰ÜÏ )/Author(µ7)/Producer(™9ä1Ûé;8LÇe’Ë ’çÒ¹™ÉÉE¢‰5Ó')>> endobj 179 0 obj<>stream +kiÑ¿Â33.)9ÄDtµ•ðtÄú‹£Ë¼h…q›ª©p?yçÍ^’¿©mk¼ä{ØT`½†"ÉH‘Wô¤ðr‹Gìf’š;jºeEñ¹b‚©Ö€:U©0“!æýAÇ¥ì÷úzô m¸i{£¡µ†ëò ‡dêŸd’)`z0/<í=`<—Ø7卅’ …‘øÁV?ŸReÿ‚ygßó¢Ë`_ŠN/»éâÔ³Æm¬Î0ÉDG߂\c!™šžØâ%­iC3ýÿF^G y··¶jå¿èÉ={ÔO#„+À¡Öì~´ë<ÐCðÐI~šáM²þ!fN¨KuÉòë Úè)Û¥ˆ²„GQ>%\Ðw Û +`IUU²§û8 Ùd w#•ft¦>#„Ñ‘Z­ö QCz6´ K³npú„së—A(ž­™*x¸ÎÁ7Nhy5ÿ™E®gæ×¥8-—•WºQ")!Vú¹& +Ò`¨á[³Ïü€ßú“fnn6;qk¦»Èª}”Ž÷4âÚ +< ÉY’¼¾ïÿ M_è¯i­B²¢8q'’^wH?Oµ\jFÄëoWÜW³Xý‹s²Yå5ÐÈ“Yb ”*÷ƒÆéE>1l—꾿=‹øÙjƒÓ£†…‡\ÓDŸª<¿°Á š4í£»À·ð“´2}?p#á%Aã—:͹ó +!¯d÷G¹û×Ù8ž©Wý†§OüP[ È·o§Ð[–öϋ°Õä 7´DmâƒxSµ‡1ÙD~Úñ -0¨^R‹&¯­Fqgñ?Ã6>~¦Ç´vn§3Ÿ‡m„µ´˜ óÂa™ýê^?^]Ù£¬_ž0=wfÝ®ºGt$­ì\ïš%ÈÁØÖ{·ÕžãÚ®Q-‰ ¯GãT÷OÃTB?¹4ÈÆ6¥õ`íu7¬NSí#XЈ=¾øÛÉÛh uÆã²¢cdPÙèÍïµ!¾K´V¨Ôr,H‰ŠIêâ¸èSŒQøÒݸßüÜ*ñ +ó¨8EêûsÏ]ÀtÛ\¿Ó*/B·N  @eF4³iÜBÂc° W\ÚqÜ>sy:*.Ùëê@6Ë4]¬ŸBz®Ôà¼Æë™ þˆ•oµ>…Þrb)F¿ï—˜žOz¸§ÿz†DòQ#²©·C` uëÿˆ^/{? QÜYõR°Ï/ÑÓ¿çeÍÿÀ¡¹Ü´Õ{tÏõå5à¨OÝY‹x4ÅwxÊ,™p+g ^ڛºqH5r¥(™ÄÕnX⠗ðláä²@ §¡êHë?þ‘îy´ óQžˆÈ2ýEAÃãfÌ+@Ì'y¶•iiRC=ä›À…d9£Ü…Ç:·lC°NDJ»HFxæQ8"1Á;Çþ Ðf--CƒêÆø²ñÆöËûÓg7€ùÙ! ‹ý•Oiü(ä%ZŽ#®©!,@;Ô!(•ji‰ ¦ÊK9±…rq¹3ûµƒGð]0­ªî™³ý”¶á~¤×ÒÈ?é8ŒNÏxÁ‚¥E*Ïjku*üûÁjöŸ='ß¡†+¥puTÈ)5½Äâ@Þ]ŸQÉbðOñRm×¾V94ë¥2[foŠT&õ(IÂhÕ=B–r¬!êPJ¨™r6ªg‘ !“ýN¼°Ë]ºj*à¼74ô yŽ§h5}h%‡Eâû7ىùë°€Ö +endstream endobj 180 0 obj<> endobj 181 0 obj<> endobj 182 0 obj<> endobj 183 0 obj<> endobj 184 0 obj<> endobj 185 0 obj<> endobj 186 0 obj<> endobj 187 0 obj<>stream +Ýú…£‘4sJâ}Zg«RG͵Õ%ÝzVö žtÏ- +¥w$ysœ“¥àìT +8ò +¬G3Ƃû(ï¿0p&üÑA ºˆ…DC®òhžZA¥ªøjL¶dw~jô€E)ÚÖórÌcÆòò'ü'&ñÝ=Pæ|¦ZÀ˜Cùª¨OWkûQ ð.~”>ƒnnǽ¤©5‘lÏ + ¸½l*„ÀÞ·¯°M,E_\âÔrè!6úqöß¼+ð&¿ò¿-‹=hŠ÷çߛ ݵÂöÉWpYE¶íb¦4#N]>_ýþ+@Ó@˜Þ´„·$ŽEd®îjÿۆØ!Ší_ÒӀNe»;iGð¯hqÀƒÒTË߀ ñÀÁ `©òÚ£øÕóI˜8ySÑ,Çè*´!lm-J(ˆCÑP‘ˆìÜ<€.oæH×։8‘fx^!zðã|>,m¶º.IŚ/u öͶâæ:çœ|jýõ˜!?oâ·÷†E]u‘»µê2¦çiüºX«ÞŒÖ:M¼\³nðDdrìê÷g ›f{ù«ü½‚"ÞðÑxýüCb'ÙÝO‡&#år•kÛÍ(#,3f04>kvn˒V|­°Z†: "¡yÑÁì7>Ã/’œ³TҖ—W%î4,#*kœ#vKÍ+”¦%7àÙ07Ne¦ *Ü#ª€®k©ÞãC™q»ÉEòÍÛU'Ê¢~#$'øùÛ•w.?å×TòÖçº ÂAa«¹Ë÷—C…¿¨À2È&ýÅÔÿÍ¿ÿ6C±@lóòÃGšõžˆ%TæiÛ¦8XŠWc?@ÉÖÿoäuy†ÂÖ_Nû]\ã ù˜|2mk- -!{©êXT’/Á΋?2ºåÇå×YҒû»£zç0ZTÅ]§ÏXBe–…WÍDÄWvyNæ—'^ª¶õ钡,¡/[8^üe‘c(e”ò6ÜCÉ?O­ª¸êGO5YºÉ꿹äKðyYÿ_…Ûtïc‚µ¥}™ÈAÒûŒڑ:öÃr–Ï6ä0¹-²•2$ú›U +¯J,u-Bß;¥°>vB:¥Vâ)w®5­9í¿^ð—ží™fŠ9Ìâ ý§\ö !%”¬Ó_üÔ=ï7jD„ê@°´øT&ŸåóÖ.‹^K߸OfúŽâ¢¥¡fI´:åáÿí³Ä˜˜Ì6ÁW—cQ©ìcóž›—¥T.¼¸šÔ¹íÿ +X꾆RzzzwÅÉßf/ØI”Ϗ¼ +d¡qEÇ:AXà떚¯x€µç7ô8Á¤`;†O"4À$ñå¹æŒƒuöÛÿ½å,¯“ lÎk­ŽÐg]õPI© –Íc¸µH±Ù¡?Ý!zv€Ï¤]âŠÇ-Œ7’õ84X¡j5 @›ݚ\1Ïóü&L)xÝæõˆ‘¤`vƒö>4m¹$y|Îõš·¯¸ØÐð±äh³:ÝïP"˜/|°ÔÏP"¯C’ê>o:̉ÄãMèðcMðC'É5P + º˜ú‰‡DĺWŒ~©çíU&Ìb2ÓºEñ&îùÂŽÈ U–9æÌÎðpó¥VÔ=mD +é~ÝêŸ.»ŠÇ–øòÄã æ‹Ó®))'āRU€ô²@°§´ãOz´Y.àç/e*e¦ïŒÞðsÏ}åkãBˆ +ŠçðæÛïözLÛÇuÙ2̏|‰»7š\XÞH$ ¶#lÚr„ò÷,GÊ쟵|Ø9‰áÿisÓ—fÕuñҀlÒq#úŠâhÃÄr#Ñ]añžÿgÚÁ.GÊŽkIñîý™˜€Â yo(–LÖ®Íb ¾n°¾B¸_=®œe(ÇK¬éÑž6ÎM†IÐñ‡âëÑ"PÆóZéßxIÁch‘¹fÝÔZæs>b‚e‡be§;ëlÆì¯ÀÍåsnB-¿fÞÊ[ž ‹dq]¨^lÇÂ%¦6˜)®Ä— "³‘î_cá΃4dôšÎ"$‚]ùX% ±Ï ^'[Ýy,ÄÀmCƒ½Z*·Í>LÖg ëØ&Lå ͤ8¾f Ù±CÇ«Ë=¢^~´¸Ù8Ç@ Ö4 –HĝßÄð¢¨a 7SBÆw:Fïò'þ´Õ©ÎzxGDrEr6ÃhµU €HŸŸÚò6*‹Å£Š ˜„½ßdþùwÐd÷"v;þºÁ$Rj['B0#û—HJ\Yö‚ŒùrìØYŽ¦„Ƚû&k-ÑU!Àv›¬ß„OìÒ^“²`æ7”Èík¶—·¼n|cí±WFðIŸ'Ë«óTÄã{aMzz, eþ7¦-¡Ož-Ÿ‹Fk¥&¨)£â·ãç?¬5 íxáÞ^C¶W¨¥•è8͎ƒÞô]ªïPh2Ï}ÕS¿¬¸ËâPw¬_M~ÝûCl¢±WlŠ¸MCñ7[w³HИ¹OA⽆òêIŒGÎö÷q¼š†¼„ŸAÁbªGFÆpH§G§¬I)[°uØRݨo›Á*I*n~µ @[•—{ ¥"ã^su”³õ ‹·Ô} -þØ®üٵΥ>u쯤wKJŒÅQnuBÃ{ Â. ­÷)úhæäÉ »¼nµ&ÙÀµQûY?X¨sµu#É?…üÛÁÅ«)ïv½÷kHkʶ%°tçéˆ!Ɨ/_9°¸joq™àµ[¤`hj=”2‰×ðZ#ÙßLíI>§Ñ”ÀsIµâ²mÍgòVö5·ÝTÆQ¶[[76’àÿ‰¸›¹¾Ñì©.Ó8ô6ä°¶n˜ÃßËcÕ52…q.™|;ñºL$y֘ö0ì¡]½ý—|s+ɕ&—Û*A ™ˆ™TZÿÍ/&G³Çöfò¡ýDn DèhDD«ºëÚr­ÿ‹ºþ—5*Â^4g–ÈŒ÷ˆÀF€np?ß×Ãgñø‹­zI<àO·j©?¥þ:—(•ÿªIGǪ—,h[ýuœ„ÈÏqx±ç6#’Ücæӏ +NÀ>b,róhû5bg퐴ÜÀRüê\QãÃØ©—œ=‘È)¨tbFfylŠ_Ém“Pˆºs³´öِ3Ø$ÃÊð~M—ZÇ Ëh•­”„&sÚg”±À”2‹IÛ³Ð(.süaï@i ÝMûÁ¹åæ#žåàyç½SZ¡ö[©g1 9ë¹ÌỺ‡ ´z'B4dÆÞPÿX¨š-lŸ\n·…$$ðœ¡x>÷±‹VKŠ”åõQ>È>qž9à0®nx‚ê¯\_Líd<ž9jŒ@âXîëö&gÁ‰’œÂÆ\MX¥# ë©ÊB@´¥™gë¯rè +ÙFFŒ–š„ÀOqu¸l“1Ü|§øOø<Û£ü.0XK Ä“ ªê¤Æ"Èr£±wßX%\ úýé]LSa;–Ð %e¾èFÜð¸#J+Úp²ÆÿÌeö xْ0â­@AÛ%2b# / 1¢væ¾å~Öe«3Ép +òØ!:½b½fXq㵊¡Ó¤Õ:ðýê¥T7hÉ í%ޅŽfsG3ÕR3‘Œ’î¾n(~u¢ŒÏ¥ëŽàô4_i£¦ +\-fæ\ú”à#Џ÷Óô”ZÄjP ÅiŠ‹ñðÒò²Áe­Íg¶5SØ[iÒJ¬ ±kžÐ‹°ÍŸÄý–u¸ý”Mbé‰ +~vh‚³Åþɯ­7¥6ñŽEiÔr2xˆzÍ$à™QmÞ8 +èYJDӆ–¦;¸®ÇŠT‹¥[£Tb§}H’³ây9)ïÃʶ3/JOb[¯rû¦3·TPl€c%¬C@aÀ€]k +UçÄo,dH×ã¦o*{ñ£ôzÄ|6sŠÅ¹±jªÂîféx^)ќ&€m؎U33þ¢2f ’a«¿ÝœFeèzÂa§†R{Û”ø¿³Gú·ã£Jí#˜Œ ¸kc«›ÆšJ¡d·´š +W.L~®¼ëC®ç—t=SMÃè¡ áþ!UŠ– ‚Š˜KÀ¿¨R :.7¢œ¾6fJQÃ6þ¾9¬«˜iÌjóQûyî…ÅÔ¾ÇÒ´–ݝ TÌð¨¿a=‡/ ûÓ‹aOºâ0èqs™¹a{1vҊ¥S¼ Ó ìO˜ýh®H…R´‡!åO¢jй­ð ŸÀÁö‡Ýèa?ïU±,v{XøC‹Wl+DzR*L'fûMqh®¥’§ù¡‰%‰oÃÝZ7(Mxò$Á)@Ït–DÎ?¡ÑŒþ°®-žjê¦ß•*mi)I¤¡ljŒHÆj» ¾ã·}ÑSl­?„ãú(óÔB!5c„fæ"¦N¯ñ}¨È£N€£Âm³9!ºÑá(Y¬ÅDÜìÏ +{ÌyÒ®xÁí~³n ÿæüîGë½|fÎIû¦e·†“§ªWÇ¿ú®­ªHÅ0‰ŒéOe(U +£pÂWȃê]ºšr;ïno4.çÐÚøÝ#Ãs1N™ó©º2ØO=L#|0 +E º4;uw3ëà%Ïæÿ.ZíWLÂ/*Ù÷¿ûì|(Î@cPg1чÛYXh ´øñԙî ñ\ !õÀr¸Í{ÅL:Œj+]üZß&ÂóYÇÒ úõ[}¶+Ž^[›&¸ZÁ¾úQ÷LtUÂõ¯üJ66¨"®t!ٜø>®Vž~—Ù­èتŠw¿'͎6§¿ÜúñÂWlwö± ;RB’tÁ­ry\Ðàmkv· +Ÿ¼‘ª7+4’À<„Ö-l£½¿ZÞ8yT?Ìn†EØ5"y* p4m:G ±kÉ]†å(tMq7ïñfØmó ø–%Ó~ÍîÑk\Y9›Ð2» ˆla$¡øSÑ`¼·œi'¹æx0ˆ«ï Îoýèu•¥$VddRRÞø¿Gåô‹ êãŠÀó³ª_€… üÀºpGïh“J*8fP)Á)íý Òx\Œ&ÖOSkŒ‘Û¯yånsÞð§ß»ËQwû«´D>ìb«'eÎ᝿¨áû Íb_¶.ê™b´€ƒ[¼Ö¡3+%|H’wÐa•‹ÎœÍÁ•+‰èé2Äe÷x}ϑ@ òJ-jºPeŽï¦pe0s°µÖ/ùîwïY^ ]ÜÓD§õ; “Ÿ¤ ³­ñ Š–kDY™ûgÜÇYÔ{6 ÍDï53pæ‘ðÛÜsÑÜÒ] +endstream endobj 188 0 obj<> endobj xref +0 189 +0000000000 65535 f +0000400994 00000 n +0000401138 00000 n +0000401262 00000 n +0000402662 00000 n +0000402806 00000 n +0000402916 00000 n +0000407240 00000 n +0000407384 00000 n +0000407494 00000 n +0000412022 00000 n +0000412169 00000 n +0000412280 00000 n +0000416842 00000 n +0000416989 00000 n +0000417100 00000 n +0000421523 00000 n +0000421670 00000 n +0000421792 00000 n +0000425712 00000 n +0000425859 00000 n +0000425970 00000 n +0000430130 00000 n +0000430277 00000 n +0000430388 00000 n +0000434256 00000 n +0000434403 00000 n +0000434525 00000 n +0000438291 00000 n +0000438439 00000 n +0000438561 00000 n +0000442659 00000 n +0000442807 00000 n +0000442929 00000 n +0000446378 00000 n +0000446526 00000 n +0000446637 00000 n +0000450997 00000 n +0000451145 00000 n +0000451267 00000 n +0000455195 00000 n +0000455343 00000 n +0000455454 00000 n +0000459949 00000 n +0000460097 00000 n +0000460219 00000 n +0000464432 00000 n +0000464580 00000 n +0000464691 00000 n +0000468688 00000 n +0000468836 00000 n +0000468947 00000 n +0000473040 00000 n +0000473188 00000 n +0000473310 00000 n +0000477454 00000 n +0000477602 00000 n +0000477713 00000 n +0000482156 00000 n +0000482304 00000 n +0000482415 00000 n +0000486715 00000 n +0000486863 00000 n +0000486985 00000 n +0000491084 00000 n +0000491232 00000 n +0000491343 00000 n +0000495743 00000 n +0000495891 00000 n +0000496013 00000 n +0000500240 00000 n +0000500388 00000 n +0000500510 00000 n +0000503986 00000 n +0000504134 00000 n +0000504256 00000 n +0000507656 00000 n +0000507804 00000 n +0000507915 00000 n +0000509941 00000 n +0000510089 00000 n +0000510211 00000 n +0000513695 00000 n +0000513843 00000 n +0000513965 00000 n +0000516451 00000 n +0000517188 00000 n +0000517409 00000 n +0000517443 00000 n +0000520112 00000 n +0000520772 00000 n +0000520999 00000 n +0000521353 00000 n +0000522082 00000 n +0000522150 00000 n +0000522233 00000 n +0000522321 00000 n +0000522427 00000 n +0000522485 00000 n +0000522591 00000 n +0000522649 00000 n +0000522749 00000 n +0000522797 00000 n +0000522898 00000 n +0000522946 00000 n +0000523046 00000 n +0000523094 00000 n +0000523186 00000 n +0000523234 00000 n +0000523318 00000 n +0000523366 00000 n +0000523452 00000 n +0000523500 00000 n +0000523598 00000 n +0000523646 00000 n +0000523731 00000 n +0000523778 00000 n +0000523869 00000 n +0000523916 00000 n +0000523999 00000 n +0000524047 00000 n +0000524140 00000 n +0000524188 00000 n +0000524280 00000 n +0000524326 00000 n +0000524410 00000 n +0000524458 00000 n +0000524543 00000 n +0000524589 00000 n +0000524673 00000 n +0000524718 00000 n +0000524763 00000 n +0000524810 00000 n +0000524901 00000 n +0000524978 00000 n +0000526170 00000 n +0000526261 00000 n +0000526322 00000 n +0000526659 00000 n +0000526685 00000 n +0000526711 00000 n +0000526763 00000 n +0000526820 00000 n +0000526885 00000 n +0000526963 00000 n +0000527132 00000 n +0000528255 00000 n +0000528312 00000 n +0000528553 00000 n +0000528604 00000 n +0000528655 00000 n +0000528707 00000 n +0000528759 00000 n +0000528811 00000 n +0000528863 00000 n +0000528915 00000 n +0000528967 00000 n +0000529019 00000 n +0000529071 00000 n +0000529123 00000 n +0000529175 00000 n +0000529227 00000 n +0000529279 00000 n +0000529331 00000 n +0000529383 00000 n +0000529435 00000 n +0000529487 00000 n +0000529539 00000 n +0000529591 00000 n +0000529643 00000 n +0000529695 00000 n +0000529747 00000 n +0000529799 00000 n +0000529851 00000 n +0000529889 00000 n +0000529927 00000 n +0000529979 00000 n +0000530030 00000 n +0000530117 00000 n +0000530353 00000 n +0000531727 00000 n +0000531780 00000 n +0000531867 00000 n +0000531989 00000 n +0000532085 00000 n +0000532181 00000 n +0000532277 00000 n +0000532373 00000 n +0000537112 00000 n +trailer +<> +startxref +116 +%%EOF diff --git a/Rezepte/rezepte.sql b/Rezepte/rezepte.sql new file mode 100644 index 0000000..9f878ef --- /dev/null +++ b/Rezepte/rezepte.sql @@ -0,0 +1,22579 @@ +-- phpMyAdmin SQL Dump +-- version 2.10.1 +-- http://www.phpmyadmin.net +-- +-- Host: localhost +-- Erstellungszeit: 08. August 2007 um 09:16 +-- Server Version: 5.0.44 +-- PHP-Version: 5.2.3-pl3-gentoo + +SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; + +-- +-- Datenbank: `rezepte` +-- + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `authors` +-- +-- Erzeugt am: 11. Februar 2007 um 15:34 +-- Aktualisiert am: 11. Februar 2007 um 15:34 +-- + +DROP TABLE IF EXISTS `authors`; +CREATE TABLE IF NOT EXISTS `authors` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(50) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ; + +-- +-- Daten für Tabelle `authors` +-- + +INSERT INTO `authors` (`id`, `name`) VALUES (1, 'Unai Garro'); +INSERT INTO `authors` (`id`, `name`) VALUES (2, 'Ravikiran Rajagopal'); +INSERT INTO `authors` (`id`, `name`) VALUES (3, 'Adriaan de Groot'); +INSERT INTO `authors` (`id`, `name`) VALUES (4, 'Ian Reinhart Geiser'); +INSERT INTO `authors` (`id`, `name`) VALUES (5, 'chefkoch.de'); +INSERT INTO `authors` (`id`, `name`) VALUES (6, 'Bärbel Brehm'); +INSERT INTO `authors` (`id`, `name`) VALUES (7, 'Kalenderrezepte'); +INSERT INTO `authors` (`id`, `name`) VALUES (8, 'Frank Brehm'); +INSERT INTO `authors` (`id`, `name`) VALUES (9, 'Vivi'); +INSERT INTO `authors` (`id`, `name`) VALUES (10, 'TOP aktuell'); +INSERT INTO `authors` (`id`, `name`) VALUES (11, 'Edeka-Reichelt'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `author_list` +-- +-- Erzeugt am: 11. Februar 2007 um 15:36 +-- Aktualisiert am: 08. August 2007 um 00:17 +-- + +DROP TABLE IF EXISTS `author_list`; +CREATE TABLE IF NOT EXISTS `author_list` ( + `recipe_id` int(11) NOT NULL default '0', + `author_id` int(11) NOT NULL default '0', + PRIMARY KEY (`recipe_id`,`author_id`), + KEY `author_id` (`author_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `author_list`: +-- `author_id` +-- `authors` -> `id` +-- `recipe_id` +-- `recipes` -> `id` +-- + +-- +-- Daten für Tabelle `author_list` +-- + +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (1, 1); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (2, 2); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (3, 3); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (4, 4); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (5, 5); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (6, 6); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (7, 6); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (8, 7); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (9, 9); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (10, 8); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (11, 10); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (12, 11); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (13, 10); +INSERT INTO `author_list` (`recipe_id`, `author_id`) VALUES (14, 10); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `categories` +-- +-- Erzeugt am: 11. Februar 2007 um 15:37 +-- Aktualisiert am: 11. Februar 2007 um 15:37 +-- + +DROP TABLE IF EXISTS `categories`; +CREATE TABLE IF NOT EXISTS `categories` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(40) default NULL, + `parent_id` int(11) NOT NULL default '-1', + PRIMARY KEY (`id`), + KEY `parent_id_index` (`parent_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=26 ; + +-- +-- RELATIONEN DER TABELLE `categories`: +-- `parent_id` +-- `categories` -> `id` +-- + +-- +-- Daten für Tabelle `categories` +-- + +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (15, 'Suppen', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (16, 'Vorspeisen', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (7, 'Desserts', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (8, 'Drinks', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (9, 'Pasta', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (11, 'Fischgerichte', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (12, 'Fleischgerichte', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (13, 'Lamm', 12); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (14, 'Hauptgerichte', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (17, 'Süßspeisen', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (18, 'Gemüsegerichte', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (19, 'Pizza+Flammkuchen', 14); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (20, 'Schwein', 12); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (21, 'Kuchen und Torten', -1); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (22, 'Torten', 21); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (23, 'Braten', 14); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (24, 'Festtagsbraten', 23); +INSERT INTO `categories` (`id`, `name`, `parent_id`) VALUES (25, 'Geflügelgerichte', 12); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `category_list` +-- +-- Erzeugt am: 11. Februar 2007 um 15:38 +-- Aktualisiert am: 08. August 2007 um 00:17 +-- + +DROP TABLE IF EXISTS `category_list`; +CREATE TABLE IF NOT EXISTS `category_list` ( + `recipe_id` int(11) NOT NULL default '0', + `category_id` int(11) NOT NULL default '0', + KEY `rid_index` (`recipe_id`), + KEY `cid_index` (`category_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `category_list`: +-- `category_id` +-- `categories` -> `id` +-- `recipe_id` +-- `recipes` -> `id` +-- + +-- +-- Daten für Tabelle `category_list` +-- + +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (1, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (1, 7); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (1, 17); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (2, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (2, 13); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (3, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (3, 18); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (3, 9); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (4, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (4, 15); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (5, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (5, 19); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (6, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (6, 20); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (7, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (7, 22); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (8, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (8, 23); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (8, 20); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (9, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (9, 18); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (10, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (10, 18); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (11, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (11, 11); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (11, 9); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (12, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (12, 25); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (12, 24); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (13, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (13, 25); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (13, 23); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (14, -1); +INSERT INTO `category_list` (`recipe_id`, `category_id`) VALUES (14, 25); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `db_info` +-- +-- Erzeugt am: 11. Februar 2007 um 15:39 +-- Aktualisiert am: 11. Februar 2007 um 15:39 +-- + +DROP TABLE IF EXISTS `db_info`; +CREATE TABLE IF NOT EXISTS `db_info` ( + `ver` float NOT NULL default '0', + `generated_by` varchar(200) default NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- Daten für Tabelle `db_info` +-- + +INSERT INTO `db_info` (`ver`, `generated_by`) VALUES (0.95, 'Krecipes SVN (20060726)'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredients` +-- +-- Erzeugt am: 11. Februar 2007 um 15:40 +-- Aktualisiert am: 11. Februar 2007 um 17:29 +-- + +DROP TABLE IF EXISTS `ingredients`; +CREATE TABLE IF NOT EXISTS `ingredients` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(50) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=528 ; + +-- +-- Daten für Tabelle `ingredients` +-- + +INSERT INTO `ingredients` (`id`, `name`) VALUES (1, 'Butter'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (2, 'Mehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (3, 'Zucker'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (4, 'Eigelbs'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (5, 'Eier'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (6, 'Puder-Zucker'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (7, 'Zimt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (8, 'Vanilleschoten'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (9, 'Mandeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (10, 'Johannisbeeren / Korinthen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (11, 'Milch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (12, 'gehacktes Lammfleisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (13, 'Frühlingszwiebeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (14, 'gehackte Spinatblätter'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (15, 'grüne Erbsen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (16, 'gemahlener Koriander'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (17, 'gemahlener Zimt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (18, 'Zitronensaft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (19, 'Senfkörner'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (20, 'Roma tomato'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (21, 'Essig, 5%'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (22, 'Öl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (23, 'Salz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (24, 'gemahlener schwarzer Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (25, 'Fusili-Nudeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (26, 'Zucchini'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (27, 'Pilze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (28, 'Sahne'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (29, 'Rotwein'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (30, 'Dillkraut'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (31, 'Merrrettich'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (32, 'Petersilie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (33, 'Thymian'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (34, 'Schnittlauch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (35, 'Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (36, 'Olivenöl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (37, 'geriebener Käse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (38, 'Tomaten'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (39, 'Gemüsebrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (40, 'Ingwer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (41, 'Knoblauch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (42, 'Zwiebel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (43, 'Möhre'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (44, 'Hähnchenbrust'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (45, 'filetierte Hähnchenbrust'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (46, 'gekochte Hähnchenbrust'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (47, 'Hähnchenschenkel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (48, 'heiße Pfeffersoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (49, 'Taco-Soße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (50, 'Hähnchen, ganz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (51, 'gekochtes Hähnchen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (52, 'Hühnerkraftbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (53, 'natriumarme Hühnerbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (54, 'Hühnerbrühe, natriumarm'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (55, 'Brühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (56, 'Pilzcremesuppe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (57, 'Zwiebelsuppe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (58, 'gekochte Pute'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (59, 'natriumarme Gemüsebrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (60, 'natriumarme Rinderbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (61, 'Rinderkraftbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (62, 'Selleriecremesuppe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (63, 'Hühnercremesuppe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (64, 'Cheddarkäse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (65, 'Käse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (66, 'Hüttenkäse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (67, 'fettarmer Frischkäse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (68, 'Frischkäse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (69, 'Monterey-Jack-Käse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (70, 'fettarmer Mozzarella'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (71, 'Mozzarella'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (72, 'Parmesankäse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (73, 'provolone cheese'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (74, 'Ricotta-Käse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (75, 'Schweizer Käse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (76, 'Doppelrahm'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (77, 'Doppelrahmsahne'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (78, 'Cool Whip'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (79, 'whipped topping'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (80, 'saure Sahne'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (81, 'Milch, teilentrahmt (1%)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (82, 'fettfreie Milch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (83, 'entrahmte Milch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (84, 'Buttermilch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (85, 'entrahmtes Trockenmilchpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (86, 'fettfreie Trockenmilch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (87, 'süße Kondensmilch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (88, 'fettarmer Yoghurt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (89, 'reiner fettarmer Yoghurt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (90, 'reiner Yoghurt, fettarm'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (91, 'reiner Yoghurt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (92, 'reduced calorie mayonnaise'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (93, 'fettarme Mayonnaise'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (94, 'Mayonaise'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (95, 'Salatsoße (Miracle Whip)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (96, 'Erdnußöl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (97, 'Ei'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (98, 'mittelgroßes Ei'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (99, 'Eiweiß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (100, 'Eigelb'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (101, 'Eier, hart gekocht'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (102, 'Eier, hartgekocht'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (103, 'Sesamöl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (104, 'Sesam-Öl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (105, 'Margarine'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (106, 'Salatdressing, italienisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (107, 'Mortadella (?)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (108, 'Eiersatz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (109, 'Butter (1/2 Stück)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (110, 'Butter oder Margarine'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (111, 'kalte Butter'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (112, 'veredelter Amerikanischer Käse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (113, 'Velveeta'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (114, 'Trockenmilchpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (115, 'fettarmer Cheddarkäse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (116, 'Maiskeimöl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (117, 'Gemüseöl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (118, 'Fleischbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (119, 'Hühnerbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (120, 'Hühnercremesuppe, konzentriert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (121, 'Schinken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (122, 'gefrorenes ganzes Ei'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (123, 'gefrorenes Eiweiß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (124, 'Piment'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (125, 'Basilikum'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (126, 'Lorbeerblatt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (127, 'Selleriesalz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (128, 'Selleriekeim'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (129, 'Chilipulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (130, 'Zimt, gemahlen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (131, 'Backfett'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (132, 'Pilzcremesuppe, konzentriert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (133, 'Wurst'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (134, 'Pute'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (135, 'Nelken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (136, 'Nelken oder Piment'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (137, 'gemahlene Nelke'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (138, 'gemahlene Nelken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (139, 'Kreuzkümmel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (140, 'gemahlener Kreuzkümmel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (141, 'Knoblauch, granuliert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (142, 'Knoblauchsalz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (143, 'Ingwer, frisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (144, 'gemahlener Ingwer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (145, 'Majoran'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (146, 'Majoranblätter'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (147, 'trockener Senf'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (148, 'gemahlener Muskat'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (149, 'Muskatnuß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (150, 'Zwiebelpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (151, 'Zwiebelsalz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (152, 'getrocknetes Oregano'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (153, 'gemahlener Oregano'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (154, 'Oregano'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (155, 'Paprika'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (156, 'Paprikapulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (157, 'getrocknete Petersilie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (158, 'Petersilie, gehackt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (159, 'Schwarzer Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (160, 'gemahlener Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (161, 'Paprikaschoten, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (162, 'Cayenne-Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (163, 'getrockneter roter Paprika'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (164, 'hot pepper flakes'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (165, 'roter Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (166, 'weißer Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (167, 'Geflügelwürze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (168, 'Taco-Würzmischung'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (169, 'Taco-Gewürz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (170, 'getrockneter Salbei'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (171, 'Salbei'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (172, 'gemahlener Thymian'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (173, 'Kurkuma'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (174, 'Rinderbrühe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (175, 'Hühnerbouillon'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (176, 'getrocknetes Basilikum'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (177, 'Senf'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (178, 'Apfelessig'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (179, 'weißer Essig'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (180, 'Zweig frischer Thymian'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (181, 'Rum- oder Vanillearoma'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (182, 'Vanille'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (183, 'Vanilleextract'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (184, 'gehackte Kapern'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (185, 'Rosmarin'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (186, 'Pfefferminzblätter'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (187, 'Bratensoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (188, 'Putenschinken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (189, 'Hähnchenstücke'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (190, 'Hähnchen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (191, 'Hähnchen (1 - 2 Pfund)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (192, 'Hähnchen, gekocht'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (193, 'heiße Soße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (194, 'Salsa'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (195, 'gewürfeltes Hähnchenfleisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (196, 'Tomatensoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (197, 'Chinese Rübe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (198, 'Rübe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (199, 'weiße Rüben'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (200, 'gemischtes Gemüse, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (201, 'Äpfel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (202, 'Granny-Smith-Apfel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (203, 'Apfelscheiben'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (204, 'Apfelsaft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (205, 'Apfelsoße, ungesüßt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (206, 'Mungo-Bohnen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (207, 'Peperoni, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (208, 'gelbe Zucchini'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (209, 'Süßkartoffel aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (210, 'Süßkartoffel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (211, 'Rinderbrust'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (212, 'Bananen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (213, 'grüne Chilies'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (214, 'grüner Chilipfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (215, 'Schalotten'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (216, 'Tomaten, zerkleinert und konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (217, 'Tomaten, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (218, 'Tomaten, gedünstet'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (219, 'rote Sauerkirschen aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (220, 'grüne Bohnen, frisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (221, 'grüne Bohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (222, 'gefrorene grüne Bohnen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (223, 'Brokkoli'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (224, 'Brokkoli (TK, aufgetaut)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (225, 'Brokkoli, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (226, 'gefrorener Brokkoli'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (227, 'Brokkolistücke, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (228, 'gefrorene Brokkoli-Stücken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (229, 'gemischte Früchte in Zuckerwasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (230, 'Grapefruit'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (231, 'Kohl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (232, 'Möhren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (233, 'Möhren, geschält und zerkleinert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (234, 'gehackte Möhren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (235, 'zerkleinerte Möhren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (236, 'Möhrenscheiben'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (237, 'Möhrenscheiben, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (238, 'Möhrenscheiben aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (239, 'Möhren, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (240, 'Zitrone'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (241, 'Zitronenscheiben'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (242, 'Saft von einer Zitrone'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (243, 'Zitronensaft aus der Flasche'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (244, 'Zitronensaft, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (245, 'Zitronenschale'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (246, 'Limonensaft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (247, 'Blumenkohl, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (248, 'gefrorener Blumenkohl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (249, 'Sellerie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (250, 'Sellerieblatt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (251, 'gehackter Sellerie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (252, 'gehacktes Schnittlauch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (253, 'frisch gehackter Koriander'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (254, 'Maiskolben, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (255, 'Apfelsinen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (256, 'Apfelsinensaft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (257, 'Mais, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (258, 'gefrorener Mais'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (259, 'Gurke'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (260, 'ganze Gurke'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (261, 'Gurken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (262, 'ganze Gurken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (263, 'Aubergine'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (264, 'Aubergine (Baby)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (265, 'gefrorene Erbsen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (266, 'gefrorener Orangensaftkonzentrat'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (267, 'Apfelsinensaft aus gefrorenem Konzentrat'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (268, 'Apfelsinenschale'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (269, 'Orangenschale'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (270, 'Pfirsichstücke in Zuckerwasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (271, 'Zehenknoblauch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (272, 'Knoblauchzehe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (273, 'Knoblauchzehen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (274, 'Porree'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (275, 'Sojasprossen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (276, 'reife Kompottbirnen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (277, 'Ananasstücke in Saft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (278, 'Ananasstücke im Saft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (279, 'Ananassaft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (280, 'zerkleinerter Salat'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (281, 'Salatblatt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (282, 'Kopfsalat'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (283, 'Pilz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (284, 'kleine Pilze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (285, 'getrocknete Pilze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (286, 'gehackte Zwiebel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (287, 'gehackte Zwiebeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (288, 'grüne Zwiebel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (289, 'Zwiebel, mittel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (290, 'Zwiebel, gehackt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (291, 'Zwiebel, groß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (292, 'Zwiebeln, gehackt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (293, 'rote Zwiebel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (294, 'Salatzwiebeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (295, 'kleine Zwiebeln oder Schalotten'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (296, 'Pflaumen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (297, 'Rosinen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (298, 'getrocknete Zwiebelstücken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (299, 'getrocknete Zwiebel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (300, 'Zwiebeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (301, 'gefrorene gehackte Zwiebeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (303, 'gehackte Petersilie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (304, 'frisch gehackte Petersilie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (305, 'Petersilienstengel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (306, 'parsnips'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (307, 'grüne Erbsen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (308, 'Erbsen aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (309, 'Erbsen, gefroren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (310, 'Tomatenmark'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (311, 'Apfelsoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (312, 'gemischtes Gemüse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (313, 'Paprika (rot, gelb, grün)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (314, 'grüner Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (315, 'grüne Pfefferkörner'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (316, 'Kartoffel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (317, 'Kartoffeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (318, 'rote Kartoffeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (319, 'Backkartoffel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (320, 'Ketschup'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (321, 'Ketchup'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (322, 'Kartoffeln, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (323, 'Kartoffel aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (324, 'Kartoffelflocken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (325, 'kranulierte Kartoffel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (326, 'eingelegtes Gemüse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (327, 'süß eingelegtes Gemüse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (328, 'gehackter Piment'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (329, 'Pimentkörner'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (330, 'Einlegegewürz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (331, 'Würze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (332, 'Gewürz für süß eingelegtes Gemüse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (333, 'Zucchinischeiben'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (334, 'Kürbis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (335, 'Jalapeno-Pfeffer'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (336, 'gehackter grüner Chili'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (337, 'grüner Chili'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (338, 'Rettich'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (339, 'frischer Spinat'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (340, 'Spinatblatt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (341, 'geriebene Mandeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (342, 'gemahlene Mandeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (343, 'Mandelextrakt'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (344, 'Schweinebraten'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (345, 'Kokosnuß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (346, 'Kokosmilch aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (347, 'Haselnüsse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (348, 'pecans'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (349, 'pecans, chopped'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (350, 'Speck, fett'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (351, 'geräucherter Speck'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (352, 'Süßkartoffeln, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (353, 'Tomaten aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (354, 'Tomatensaft'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (355, 'Pinienkerne'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (356, 'gehackte Walnüsse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (357, 'Walnüsse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (358, 'Kochschinken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (359, 'Bourbon'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (360, 'flat anchovies'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (361, 'gefrorener Fisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (362, 'Croutons zum Servieren'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (363, 'red snapper fillets'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (364, 'Rindfleisch, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (365, 'Thunfisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (366, 'Thunfisch in Wasser aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (367, 'Garnelen (roh, mittelgroß)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (368, 'gekochter Tintenfisch, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (369, 'Bier'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (370, 'Kalbshaxe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (371, 'roter Burgunder'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (372, 'Weißwein'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (373, 'Bohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (374, 'Bohnen, schwarz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (375, 'schwarze Bohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (376, 'Kidneybohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (377, 'Wachsbohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (378, 'bunte Bohnen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (379, 'bunte Bohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (380, 'bunte Bohnen aus der Dose'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (381, 'weiße Bohnen, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (382, 'Chili'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (383, 'Linsen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (384, 'beef bottom round'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (385, 'gehackte Nüsse'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (386, 'Erdnußbutter'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (387, 'granulierter Knoblauch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (388, 'natriumarme Sojasoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (389, 'Sojasoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (390, 'Brot'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (391, 'Brotkrumen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (392, 'Brotwürfel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (393, 'trockene Semmelbrösel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (394, 'weiche Semmelbrösel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (395, 'Kräuterfüllung'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (396, 'Pepperidge-Farm-Füllung'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (397, 'gekochte weiße Bohnen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (398, 'Gelatine mit Pfirsichgeschmack'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (399, 'Oreo Cookies'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (400, 'graham cracker crust (8 or 9 in)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (401, 'kochendes Wasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (402, 'kaltes Wasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (403, 'heißes Wasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (404, 'warmes Wasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (405, 'Wasser'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (406, 'Eiernudeln (medium)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (407, 'Lasagne-Teigplatten (8 Stück)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (408, 'Nudeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (409, 'Lasagne-Teigplatten'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (410, 'Lasagne-Teigplatten (6-8 Packen)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (411, 'Eiernudeln, medium'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (412, 'weißes Mehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (413, 'Mehl, weiß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (414, 'Schokoladenpuddingpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (415, 'Schokoladenstück'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (416, 'Kakao'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (417, 'Gelatine'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (418, 'geschmacklose Gelatine'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (419, 'Vanillepuddingpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (420, 'sandwich rolls'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (421, 'taco shells'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (422, 'tostada shell'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (423, 'Mehltortillas'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (424, 'Backpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (425, 'Natron'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (426, 'Backhefe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (427, 'Hefe'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (428, 'cookie crust (chocolate - 8-9 in)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (429, 'klarer Honig'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (430, 'Honig'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (431, 'Zuckersirup'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (432, 'dunkler Zuckersirup'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (433, 'Apfelscheiben, konserviert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (434, 'Kirschkuchenfüllung'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (435, 'brauner Zucker'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (436, 'Zucker, braun'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (437, 'Puderzucker'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (438, 'Maissirup'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (439, 'Aprikosenmarmelade'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (440, 'hamburger bun'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (441, 'hamburger buns'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (442, 'hamburger rolls'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (443, 'Getreidechips'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (444, 'Gerste'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (445, 'Perlgraupen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (446, 'Grütze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (447, 'Mais-Mehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (448, 'Maismehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (449, 'Mais-Stärke'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (450, 'Maisstärke'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (451, 'Tortilla-Chips'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (452, 'Haferflocken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (453, 'Naturreis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (454, 'weißer Langkornreis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (455, 'Reis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (456, 'Tütenreis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (457, 'weißer Reis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (458, 'Vollkornweizenmehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (459, 'Weizenvollkornmehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (460, 'Allzweckmehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (461, 'Allzweck-Mehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (462, 'reines Mehl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (463, 'self-raising flour'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (464, 'gekochter Wildreis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (465, 'Gabelspaghetti'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (466, 'Eierteigmuscheln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (467, 'Spaghetti'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (468, 'Hefe, frisch oder getrocknet'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (469, 'Paprikapulver, edelsüß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (470, 'Kümmelkörner'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (471, 'Kümmel, Pulver oder Körner'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (472, 'Kümmelpulver'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (473, 'Speck, durchwachsen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (474, 'Käse, Gouda'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (475, 'Créme fraîche'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (476, 'Schnitzelfleisch'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (477, 'Maggi - Würzmischung Nr. 1'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (478, 'Champignons'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (479, 'Bauchspeck, geräuchert'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (480, 'Jägersoße'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (481, 'Schlagsahne'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (482, 'Schmand'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (483, 'Paradiescreme Vanille (Dr. Oettker)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (484, 'Biscuitboden'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (485, 'Pfirsichhälften'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (486, 'Tortenguß'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (487, 'Chester-Schmelzkäse (Scheibletten)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (488, 'Weißwein, trocken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (489, 'Feigen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (490, 'Pfefferkörner'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (491, 'körniger Senf'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (492, 'Schinken mit Schwarte'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (493, 'Weißkohl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (494, 'Essig, 10%'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (495, 'Essigessenz (25%)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (496, 'Schweineschmalz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (497, 'Lachsfilet'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (498, 'Salatgurke, grün'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (499, 'Butterschmalz'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (500, 'Senf, mittelscharf'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (501, 'Soßenbinder für helle Soßen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (502, 'Soßenbinder für dunkle Soßen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (503, 'Gans'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (504, 'Backpflaumen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (505, 'Vollkornbrot'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (506, 'Vollkornbrot, trocken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (507, 'Weinbrand (oder Cognac)'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (508, 'Apfelmus'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (509, 'Ente'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (510, 'Entenbrust'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (511, 'Entenbrüste'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (512, 'Schalotte oder kleine Zwiebel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (513, 'Schalotten oder kleine Zwiebeln'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (514, 'Romanesco'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (515, 'Bandnudeln, breit'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (516, 'Rotwein, trocken'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (517, 'Johannisbeergelee, rot'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (518, 'Putenunterkeulen'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (519, 'Rapsöl'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (520, 'Topinambur'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (521, 'Geflügelfond'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (522, 'Rübensirup'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (523, 'Entenbrust, Barberie'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (524, 'Pfifferlinge und Steinpilze'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (525, 'Kerbel'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (526, 'Risotto-Reis'); +INSERT INTO `ingredients` (`id`, `name`) VALUES (527, 'Spätburgunder'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_groups` +-- +-- Erzeugt am: 11. Februar 2007 um 15:41 +-- Aktualisiert am: 11. Februar 2007 um 18:33 +-- + +DROP TABLE IF EXISTS `ingredient_groups`; +CREATE TABLE IF NOT EXISTS `ingredient_groups` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(50) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; + +-- +-- Daten für Tabelle `ingredient_groups` +-- + +INSERT INTO `ingredient_groups` (`id`, `name`) VALUES (2, 'Für das Risotto'); +INSERT INTO `ingredient_groups` (`id`, `name`) VALUES (3, 'Für das Risotto:'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_info` +-- +-- Erzeugt am: 11. Februar 2007 um 15:41 +-- Aktualisiert am: 11. Februar 2007 um 15:41 +-- Letzter Check am: 11. Februar 2007 um 15:41 +-- + +DROP TABLE IF EXISTS `ingredient_info`; +CREATE TABLE IF NOT EXISTS `ingredient_info` ( + `ingredient_id` int(11) NOT NULL default '0', + `property_id` int(11) NOT NULL default '0', + `amount` float default NULL, + `per_units` int(11) default NULL, + PRIMARY KEY (`ingredient_id`,`property_id`), + KEY `property_id` (`property_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `ingredient_info`: +-- `ingredient_id` +-- `ingredients` -> `id` +-- `property_id` +-- `ingredient_properties` -> `id` +-- + +-- +-- Daten für Tabelle `ingredient_info` +-- + +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 1, 0.7476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 2, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 3, 0.2309, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 4, 0.0124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 10, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 12, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 13, 2.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 14, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 15, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 16, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 18, 0.178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 20, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 21, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 22, 0.11194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 23, 0.00819, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 24, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 29, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 32, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 33, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 40, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 41, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 42, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (44, 43, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 1, 0.7476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 2, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 3, 0.2309, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 4, 0.0124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 10, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 12, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 13, 2.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 14, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 15, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 16, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 18, 0.178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 20, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 21, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 22, 0.11194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 23, 0.00819, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 24, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 29, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 32, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 33, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 40, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 41, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 42, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (45, 43, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 1, 0.6827, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 2, 1.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 3, 0.2898, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 4, 0.0303, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 5, 0.0091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 9, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 10, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 11, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 12, 1.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 13, 1.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 14, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 15, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 16, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 18, 0.223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 20, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 21, 0.00119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 22, 0.08469, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 23, 0.00573, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 24, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 29, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 32, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 40, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 41, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 42, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (46, 43, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 1, 0.7613, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 2, 1.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 3, 0.2013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 4, 0.0381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 5, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 10, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 12, 1.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 14, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 15, 0.0206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 16, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 17, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 18, 0.135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 20, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 21, 0.00193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 22, 0.06067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 23, 0.01178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 24, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 29, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 30, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 31, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 32, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 33, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 34, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 40, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 41, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 42, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (47, 43, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 1, 0.8998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 2, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 3, 0.0051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 4, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 5, 0.0739, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 6, 0.0175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 7, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 8, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 10, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 14, 26.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 15, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 16, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 17, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 19, 0.748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 20, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 21, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 22, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 23, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 24, 0.00157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 30, 1.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 31, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 34, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 35, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 36, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 37, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 39, 1.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 40, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 41, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 42, 0.00196, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (48, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 1, 0.8998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 2, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 3, 0.0051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 4, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 5, 0.0739, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 6, 0.0175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 7, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 8, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 10, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 14, 26.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 15, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 16, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 17, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 19, 0.748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 20, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 21, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 22, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 23, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 24, 0.00157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 30, 1.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 31, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 34, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 35, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 36, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 37, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 39, 1.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 40, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 41, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 42, 0.00196, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (49, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 1, 0.6184, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 2, 2.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 3, 0.1755, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 4, 0.2033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 5, 0.0104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 10, 0.0104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 12, 1.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 13, 2.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 14, 0.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 15, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 16, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 17, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 18, 0.144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 20, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 21, 0.00167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 22, 0.06262, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 23, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 24, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 29, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 30, 1.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 31, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 32, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 33, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 34, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 40, 0.0571, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 41, 0.0824, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 42, 0.0444, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (50, 43, 0.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 1, 0.5307, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 2, 2.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 3, 0.2688, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 4, 0.1887, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 5, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 9, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 10, 0.0137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 12, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 13, 1.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 14, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 15, 0.0177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 16, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 17, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 18, 0.197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 20, 0.00094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 21, 0.00235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 22, 0.05798, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 23, 0.00753, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 24, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 29, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 30, 1.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 31, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 32, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 40, 0.0511, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 41, 0.0719, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 42, 0.0423, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (51, 43, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 1, 0.9595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 4, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 6, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 10, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 12, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 13, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 14, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 17, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 21, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 22, 0.01372, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 24, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 40, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 41, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 42, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (52, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 1, 0.9595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 4, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 6, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 10, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 12, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 13, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 14, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 17, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 21, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 22, 0.01372, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 24, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 40, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 41, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 42, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (53, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 1, 0.9595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 4, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 6, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 10, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 12, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 13, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 14, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 17, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 21, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 22, 0.01372, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 24, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 40, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 41, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 42, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (54, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 1, 0.9595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 4, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 6, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 10, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 12, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 13, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 14, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 17, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 21, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 22, 0.01372, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 24, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 40, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 41, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 42, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (55, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 1, 0.9033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 2, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 3, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 4, 0.0368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 5, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 6, 0.0381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 8, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 9, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 10, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 13, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 14, 3.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 17, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 19, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 20, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 21, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 22, 0.00297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 23, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 24, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 32, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 33, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 34, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 40, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 41, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 42, 0.0173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (56, 43, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 1, 0.9306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 2, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 3, 0.0156, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 4, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 5, 0.0127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 6, 0.0339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 8, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 10, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 12, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 13, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 14, 4.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 15, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 17, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 18, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 19, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 20, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 21, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 22, 0.00249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 24, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 30, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 33, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 40, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 41, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 42, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (57, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 1, 0.6283, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 2, 1.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 3, 0.2857, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 4, 0.0833, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 5, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 9, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 10, 0.0141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 11, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 12, 2.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 13, 2.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 14, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 15, 0.0204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 16, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 17, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 18, 0.291, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 20, 0.00056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 21, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 22, 0.06289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 23, 0.00626, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 24, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 29, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 33, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 40, 0.0234, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 41, 0.0284, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 42, 0.0201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (58, 43, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 1, 0.9233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 2, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 3, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 4, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 5, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 6, 0.0497, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 8, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 10, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 13, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 14, 3.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 15, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 17, 0.00191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 18, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 19, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 22, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 23, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 24, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 30, 9.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 31, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 33, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 34, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 35, 2.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 36, 4.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 37, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 38, 11.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 39, 2.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 40, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 41, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 42, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (59, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 1, 0.9233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 2, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 3, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 4, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 5, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 6, 0.0497, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 8, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 10, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 13, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 14, 3.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 15, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 17, 0.00191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 18, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 19, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 22, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 23, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 24, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 30, 9.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 31, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 33, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 34, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 35, 2.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 36, 4.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 37, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 38, 11.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 39, 2.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 40, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 41, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 42, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (39, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 1, 0.9674, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 2, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 3, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 5, 0.0167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 6, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 8, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 10, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 12, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 13, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 14, 5.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 15, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 16, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 17, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 20, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 21, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 22, 0.00146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 33, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 40, 0.00141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 41, 0.00118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 42, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (60, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 1, 0.9803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 2, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 3, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 5, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 6, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 8, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 9, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 10, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 12, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 13, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 14, 4.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 17, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 21, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 22, 0.00067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 23, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 30, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 39, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 40, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 41, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (61, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 1, 0.9345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 2, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 3, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 4, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 5, 0.0104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 6, 0.0384, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 12, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 13, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 14, 3.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 16, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 17, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 19, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 20, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 21, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 22, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 23, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 30, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 40, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 41, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 42, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (62, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 1, 0.9094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 3, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 4, 0.0204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 5, 0.0122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 6, 0.0511, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 7, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 8, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 9, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 10, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 12, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 13, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 14, 4.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 15, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 16, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 17, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 19, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 20, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 21, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 22, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 23, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 24, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 30, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 31, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 33, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 34, 0.056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 35, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 36, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 37, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 38, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 39, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 40, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 41, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 42, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (63, 43, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 1, 0.3675, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 2, 4.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 3, 0.249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 4, 0.3314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 5, 0.0393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 6, 0.0128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 8, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 9, 7.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 10, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 12, 5.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 13, 0.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 14, 6.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 15, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 16, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 18, 0.139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 20, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 21, 0.00375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 22, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 23, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 25, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 27, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 28, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 29, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 30, 10.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 31, 2.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 32, 2.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 33, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 34, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 36, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 40, 0.21092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 41, 0.09391, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 42, 0.00942, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (64, 43, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 1, 0.3675, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 2, 4.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 3, 0.249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 4, 0.3314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 5, 0.0393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 6, 0.0128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 8, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 9, 7.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 10, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 12, 5.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 13, 0.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 14, 6.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 15, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 16, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 18, 0.139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 20, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 21, 0.00375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 22, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 23, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 25, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 27, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 28, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 29, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 30, 10.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 31, 2.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 32, 2.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 33, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 34, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 36, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 40, 0.21092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 41, 0.09391, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 42, 0.00942, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (65, 43, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 1, 0.7931, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 2, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 3, 0.1374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 4, 0.0193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 5, 0.0139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 6, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 8, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 9, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 10, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 12, 1.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 13, 0.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 14, 4.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 15, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 16, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 17, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 18, 0.102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 20, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 21, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 22, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 23, 0.00242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 24, 0.00076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 29, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 30, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 31, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 32, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 36, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 40, 0.01221, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 41, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 42, 0.00059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (66, 43, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 1, 0.8248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 2, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 3, 0.1239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 4, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 5, 0.0139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 6, 0.0272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 8, 0.0272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 9, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 10, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 12, 1.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 13, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 14, 4.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 15, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 16, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 17, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 18, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 21, 0.00165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 22, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 23, 0.00215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 24, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 25, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 27, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 28, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 29, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 30, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 31, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 32, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 40, 0.00645, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 41, 0.00291, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 42, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (67, 43, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 1, 0.5375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 2, 3.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 3, 0.0755, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 4, 0.3487, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 5, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 6, 0.0266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 8, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 9, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 10, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 12, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 13, 1.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 14, 2.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 15, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 16, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 18, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 20, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 21, 0.00197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 22, 0.00101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 23, 0.00271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 24, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 29, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 30, 13.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 31, 3.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 32, 3.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 33, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 34, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 36, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 40, 0.21966, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 41, 0.09838, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 42, 0.01265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (68, 43, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 1, 0.4101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 2, 3.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 3, 0.2448, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 4, 0.3028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 5, 0.0355, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 6, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 8, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 9, 7.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 10, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 12, 4.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 13, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 14, 5.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 15, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 16, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 17, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 18, 0.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 20, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 21, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 22, 0.00093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 23, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 24, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 25, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 27, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 28, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 29, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 30, 7.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 31, 1.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 32, 1.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 33, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 34, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 36, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 40, 0.19066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 41, 0.08751, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 42, 0.00899, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (69, 43, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 1, 0.5378, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 2, 2.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 3, 0.2426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 4, 0.1592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 5, 0.0327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 6, 0.0277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 8, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 9, 7.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 10, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 12, 4.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 13, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 14, 6.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 15, 0.0276, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 16, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 18, 0.144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 20, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 21, 0.00303, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 22, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 23, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 24, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 29, 0.0082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 30, 4.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 31, 1.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 32, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 33, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 34, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 36, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 40, 0.10114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 41, 0.0451, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 42, 0.00472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (70, 43, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 1, 0.5378, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 2, 2.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 3, 0.2426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 4, 0.1592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 5, 0.0327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 6, 0.0277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 8, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 9, 7.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 10, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 12, 4.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 13, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 14, 6.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 15, 0.0276, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 16, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 18, 0.144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 20, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 21, 0.00303, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 22, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 23, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 24, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 29, 0.0082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 30, 4.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 31, 1.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 32, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 33, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 34, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 36, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 40, 0.10114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 41, 0.0451, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 42, 0.00472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (71, 43, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 1, 0.2084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 2, 4.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 3, 0.3846, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 4, 0.2861, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 5, 0.0803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 6, 0.0406, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 8, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 9, 11.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 10, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 11, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 12, 7.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 13, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 14, 15.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 15, 0.0387, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 16, 0.00238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 17, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 18, 0.177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 20, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 21, 0.00486, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 22, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 23, 0.00325, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 24, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 29, 0.0226, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 30, 4.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 31, 1.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 32, 1.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 33, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 36, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 40, 0.17301, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 41, 0.08375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 42, 0.01173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (72, 43, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 1, 0.4095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 2, 3.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 3, 0.2558, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 4, 0.2662, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 5, 0.0471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 6, 0.0214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 8, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 9, 7.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 10, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 12, 4.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 13, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 14, 8.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 15, 0.0323, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 16, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 18, 0.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 20, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 21, 0.00321, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 22, 0.00156, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 23, 0.00476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 24, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 29, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 30, 8.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 31, 2.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 32, 2.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 33, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 36, 0.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 40, 0.17078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 41, 0.07393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 42, 0.00769, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (73, 43, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 1, 0.7441, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 2, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 3, 0.1139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 4, 0.0791, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 5, 0.0115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 6, 0.0514, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 8, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 9, 2.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 10, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 11, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 12, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 13, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 14, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 15, 0.0134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 16, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 18, 0.167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 21, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 22, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 23, 0.00242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 24, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 29, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 30, 3.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 31, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 32, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 33, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 34, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 36, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 40, 0.04927, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 41, 0.02314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 42, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (74, 43, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 1, 0.3712, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 2, 3.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 3, 0.2693, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 4, 0.278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 5, 0.0277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 6, 0.0538, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 8, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 9, 7.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 11, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 12, 5.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 13, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 14, 1.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 15, 0.0436, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 16, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 17, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 18, 0.182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 20, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 21, 0.00296, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 22, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 23, 0.00429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 24, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 29, 0.0334, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 30, 8.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 31, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 32, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 33, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 34, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 36, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 40, 0.17779, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 41, 0.07274, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 42, 0.00972, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (75, 43, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 1, 0.5771, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 2, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 3, 0.0205, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 4, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 5, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 6, 0.0279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 8, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 9, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 11, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 12, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 13, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 14, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 15, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 16, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 17, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 19, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 22, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 23, 0.00255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 29, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 30, 14.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 31, 4.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 32, 4.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 33, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 34, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 36, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 40, 0.23032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 41, 0.10686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 42, 0.01374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (76, 43, 1.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 1, 0.5771, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 2, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 3, 0.0205, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 4, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 5, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 6, 0.0279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 8, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 9, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 11, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 12, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 13, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 14, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 15, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 16, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 17, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 19, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 22, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 23, 0.00255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 29, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 30, 14.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 31, 4.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 32, 4.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 33, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 34, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 36, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 40, 0.23032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 41, 0.10686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 42, 0.01374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (77, 43, 1.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 1, 0.6133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 2, 2.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 3, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 4, 0.2222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 5, 0.0076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 6, 0.1249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 8, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 9, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 10, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 12, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 13, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 14, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 15, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 17, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 18, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 20, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 21, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 22, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 23, 0.00305, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 24, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 29, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 30, 6.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 31, 1.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 32, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 33, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 36, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 40, 0.13831, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 41, 0.06418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 42, 0.00825, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (78, 43, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 1, 0.6133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 2, 2.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 3, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 4, 0.2222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 5, 0.0076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 6, 0.1249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 8, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 9, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 10, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 12, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 13, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 14, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 15, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 17, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 18, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 20, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 21, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 22, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 23, 0.00305, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 24, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 29, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 30, 6.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 31, 1.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 32, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 33, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 36, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 40, 0.13831, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 41, 0.06418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 42, 0.00825, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (79, 43, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 1, 0.7095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 2, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 3, 0.0316, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 4, 0.2096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 5, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 6, 0.0427, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 8, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 9, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 10, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 12, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 14, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 16, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 17, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 18, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 19, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 20, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 21, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 22, 0.00067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 23, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 24, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 29, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 30, 6.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 31, 1.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 32, 1.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 33, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 34, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 36, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 40, 0.13047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 41, 0.06054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 42, 0.00778, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (80, 43, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 1, 0.8771, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 2, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 3, 0.0395, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 4, 0.0198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 5, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 6, 0.0549, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 8, 0.0526, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 9, 1.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 10, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 12, 1.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 13, 1.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 14, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 15, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 16, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 17, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 18, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 19, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 20, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 21, 0.00194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 22, 0.00101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 23, 0.00376, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 29, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 30, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 33, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 40, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 41, 0.00572, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 42, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (11, 43, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 1, 0.8874, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 2, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 3, 0.0393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 4, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 5, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 6, 0.0552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 9, 1.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 10, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 12, 1.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 13, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 14, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 15, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 17, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 18, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 20, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 21, 0.00192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 23, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 24, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 29, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 30, 2.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 31, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 32, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 40, 0.00728, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 41, 0.00338, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 42, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (81, 43, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 1, 0.9084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 2, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 3, 0.0337, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 5, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 6, 0.0496, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 8, 0.0509, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 9, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 12, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 13, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 14, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 15, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 17, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 20, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 21, 0.00182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 22, 0.00094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 23, 0.00357, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 24, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 29, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 30, 2.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 31, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 32, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 40, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 41, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 42, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (82, 43, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 1, 0.9084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 2, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 3, 0.0337, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 5, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 6, 0.0496, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 8, 0.0509, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 9, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 12, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 13, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 14, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 15, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 17, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 20, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 21, 0.00182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 22, 0.00094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 23, 0.00357, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 24, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 29, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 30, 2.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 31, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 32, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 40, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 41, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 42, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (83, 43, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 1, 0.9013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 2, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 3, 0.0331, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 4, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 5, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 6, 0.0479, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 8, 0.0479, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 9, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 10, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 12, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 13, 1.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 14, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 15, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 16, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 17, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 18, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 19, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 20, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 21, 0.00154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 22, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 23, 0.00275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 24, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 29, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 30, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 32, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 33, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 40, 0.00548, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 41, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 42, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (84, 43, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 1, 0.0316, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 2, 3.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 3, 0.3616, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 4, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 5, 0.0793, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 6, 0.5198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 8, 0.5198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 9, 12.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 10, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 11, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 12, 9.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 13, 17.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 14, 5.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 15, 0.0408, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 16, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 17, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 18, 0.273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 19, 0.068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 20, 0.00415, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 21, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 22, 0.00951, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 23, 0.03568, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 24, 0.00361, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 25, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 27, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 28, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 29, 0.0403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 30, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 32, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 40, 0.00499, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 41, 0.00201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 42, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (85, 43, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 1, 0.0396, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 2, 3.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 3, 0.351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 4, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 5, 0.0803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 6, 0.5219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 8, 0.5219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 9, 12.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 10, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 11, 1.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 12, 9.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 13, 17.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 14, 5.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 15, 0.0441, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 16, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 17, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 18, 0.273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 19, 0.056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 20, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 21, 0.01744, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 22, 0.00891, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 23, 0.03235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 24, 0.00345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 25, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 27, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 28, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 29, 0.0399, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 30, 23.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 31, 7.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 32, 7.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 40, 0.00467, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 41, 0.00187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 42, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (86, 43, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 1, 0.2716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 2, 3.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 3, 0.0791, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 4, 0.087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 5, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 6, 0.544, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 8, 0.544, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 9, 2.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 11, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 12, 2.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 13, 3.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 14, 1.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 15, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 16, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 17, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 18, 0.148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 19, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 20, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 21, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 22, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 23, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 29, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 30, 2.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 31, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 32, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 33, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 36, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 40, 0.05486, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 41, 0.02427, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 42, 0.00337, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (87, 43, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 1, 0.8507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 2, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 3, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 4, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 5, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 6, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 8, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 10, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 12, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 14, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 15, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 18, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 20, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 21, 0.00214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 22, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 23, 0.00591, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 24, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 29, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 30, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 32, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 40, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 41, 0.00426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 42, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (88, 43, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 1, 0.8507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 2, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 3, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 4, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 5, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 6, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 8, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 10, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 12, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 14, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 15, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 18, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 20, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 21, 0.00214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 22, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 23, 0.00591, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 24, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 29, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 30, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 32, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 40, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 41, 0.00426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 42, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (89, 43, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 1, 0.8507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 2, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 3, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 4, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 5, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 6, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 8, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 10, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 12, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 14, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 15, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 18, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 20, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 21, 0.00214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 22, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 23, 0.00591, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 24, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 29, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 30, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 32, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 40, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 41, 0.00426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 42, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (90, 43, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 1, 0.8507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 2, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 3, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 4, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 5, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 6, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 8, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 10, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 12, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 14, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 15, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 18, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 20, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 21, 0.00214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 22, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 23, 0.00591, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 24, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 29, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 30, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 32, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 40, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 41, 0.00426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 42, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (91, 43, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 1, 0.818, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 2, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 3, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 4, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 5, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 6, 0.124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 7, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 8, 0.068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 10, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 13, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 14, 7.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 30, 0.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 34, 1.551, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 40, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (92, 43, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 1, 0.399, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 2, 3.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 3, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 4, 0.334, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 5, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 6, 0.239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 8, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 12, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 13, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 14, 7.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 17, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 18, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 21, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 22, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 23, 0.00243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 24, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 29, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 30, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 31, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 32, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 33, 0.0206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 34, 0.422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 35, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 36, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 37, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 39, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 40, 0.049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 41, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 42, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (93, 43, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 1, 0.153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 2, 7.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 3, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 4, 0.782, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 5, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 6, 0.039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 8, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 10, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 12, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 13, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 14, 5.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 18, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 22, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 23, 0.00217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 24, 0.00577, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 25, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 28, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 29, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 30, 2.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 31, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 32, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 33, 0.0522, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 34, 0.422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 36, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 37, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 39, 1.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 40, 0.11885, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 41, 0.19598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 42, 0.42674, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (94, 43, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 1, 0.153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 2, 7.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 3, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 4, 0.782, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 5, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 6, 0.039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 8, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 10, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 12, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 13, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 14, 5.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 18, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 22, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 23, 0.00217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 24, 0.00577, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 25, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 28, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 29, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 30, 2.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 31, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 32, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 33, 0.0522, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 34, 0.422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 36, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 37, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 39, 1.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 40, 0.11885, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 41, 0.19598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 42, 0.42674, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (95, 43, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 15, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 33, 0.1569, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 34, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 40, 0.169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 41, 0.462, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 42, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (96, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 1, 0.7584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 2, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 3, 0.1258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 4, 0.0994, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 5, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 6, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 8, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 9, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 10, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 12, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 13, 1.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 14, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 15, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 16, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 17, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 18, 0.317, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 20, 0.00069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 21, 0.00478, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 22, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 23, 0.01438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 25, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 27, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 28, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 29, 0.0129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 30, 4.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 31, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 32, 1.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 33, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 36, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 37, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 39, 3.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 40, 0.03099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 41, 0.0381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 42, 0.01364, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (97, 43, 4.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 1, 0.7584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 2, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 3, 0.1258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 4, 0.0994, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 5, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 6, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 8, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 9, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 10, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 12, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 13, 1.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 14, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 15, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 16, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 17, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 18, 0.317, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 20, 0.00069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 21, 0.00478, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 22, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 23, 0.01438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 25, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 27, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 28, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 29, 0.0129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 30, 4.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 31, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 32, 1.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 33, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 36, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 37, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 39, 3.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 40, 0.03099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 41, 0.0381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 42, 0.01364, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (98, 43, 4.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 1, 0.8757, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 2, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 3, 0.109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 5, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 6, 0.0073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 8, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 10, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 12, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 13, 1.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 14, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 15, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 16, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 17, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 18, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 21, 0.00439, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 22, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 23, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 24, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 29, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (99, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 1, 0.5231, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 2, 3.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 3, 0.1586, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 4, 0.2654, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 5, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 6, 0.0359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 8, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 9, 1.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 10, 0.0273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 12, 3.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 13, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 14, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 15, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 16, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 17, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 18, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 20, 0.00176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 21, 0.00528, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 22, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 23, 0.0299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 24, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 25, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 27, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 28, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 29, 0.0195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 30, 14.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 31, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 32, 3.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 33, 0.0258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 34, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 35, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 37, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 39, 10.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 40, 0.09551, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 41, 0.11738, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 42, 0.04204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (100, 43, 12.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 1, 0.5231, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 2, 3.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 3, 0.1586, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 4, 0.2654, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 5, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 6, 0.0359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 8, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 9, 1.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 10, 0.0273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 12, 3.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 13, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 14, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 15, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 16, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 17, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 18, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 20, 0.00176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 21, 0.00528, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 22, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 23, 0.0299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 24, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 25, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 27, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 28, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 29, 0.0195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 30, 14.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 31, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 32, 3.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 33, 0.0258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 34, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 35, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 37, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 39, 10.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 40, 0.09551, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 41, 0.11738, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 42, 0.04204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (4, 43, 12.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 1, 0.7462, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 2, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 3, 0.1258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 4, 0.1061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 5, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 6, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 8, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 9, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 10, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 12, 1.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 13, 1.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 14, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 15, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 17, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 18, 0.308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 21, 0.00513, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 22, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 23, 0.01398, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 24, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 29, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 30, 5.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 31, 1.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 32, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 33, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 36, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 37, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 39, 3.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 40, 0.03267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 41, 0.04077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 42, 0.01414, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (101, 43, 4.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 1, 0.7462, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 2, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 3, 0.1258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 4, 0.1061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 5, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 6, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 8, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 9, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 10, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 12, 1.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 13, 1.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 14, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 15, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 16, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 17, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 18, 0.308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 21, 0.00513, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 22, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 23, 0.01398, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 24, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 29, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 30, 5.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 31, 1.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 32, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 33, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 36, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 37, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 39, 3.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 40, 0.03267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 41, 0.04077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 42, 0.01414, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (102, 43, 4.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 1, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 2, 6.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 3, 0.4817, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 4, 0.4395, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 5, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 6, 0.0238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 9, 2.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 10, 0.0828, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 11, 0.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 12, 7.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 13, 5.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 14, 5.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 15, 0.0571, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 16, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 17, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 18, 1.211, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 20, 0.00325, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 21, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 22, 0.00259, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 23, 0.0671, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 24, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 25, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 27, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 28, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 29, 0.1051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 30, 20.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 31, 6.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 32, 6.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 40, 0.13198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 41, 0.17564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 42, 0.05713, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (5, 43, 20.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 9, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 10, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 13, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 33, 0.1435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 34, 0.602, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 40, 0.13454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 41, 0.73901, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 42, 0.10003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (36, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 33, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 34, 0.136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 40, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 41, 0.397, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 42, 0.417, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (103, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 33, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 34, 0.136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 40, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 41, 0.397, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 42, 0.417, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (104, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 1, 0.157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 2, 7.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 3, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 4, 0.805, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 5, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 6, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 12, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 13, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 14, 9.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 19, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 20, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 21, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 22, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 23, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 24, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 30, 35.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 31, 8.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 32, 7.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 33, 0.116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 36, 6.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 40, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 41, 0.458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 42, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (105, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 1, 0.564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 2, 2.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 3, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 4, 0.2837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 5, 0.0442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 6, 0.1043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 8, 0.0832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 10, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 12, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 13, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 14, 16.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 17, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 18, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 21, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 24, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 30, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 33, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 34, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 36, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 37, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 38, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 40, 0.04474, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 41, 0.06315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 42, 0.12941, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (106, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 1, 0.5187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 2, 3.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 3, 0.152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 4, 0.2459, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 5, 0.0285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 6, 0.0549, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 8, 0.0442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 9, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 10, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 12, 1.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 13, 3.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 14, 7.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 15, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 16, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 18, 0.246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 20, 0.00217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 21, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 22, 0.02521, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 23, 0.00415, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 24, 0.00297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 29, 0.0182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 30, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 31, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 32, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 40, 0.09301, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 41, 0.10526, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 42, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (107, 43, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 1, 0.0386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 2, 4.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 3, 0.555, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 4, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 5, 0.0584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 6, 0.218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 8, 0.218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 9, 3.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 10, 0.0316, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 11, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 12, 4.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 13, 7.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 14, 8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 15, 0.0182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 16, 0.00207, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 17, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 18, 1.277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 20, 0.00226, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 21, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 22, 0.00577, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 23, 0.03384, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 25, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 27, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 28, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 29, 0.0352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 30, 12.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 31, 3.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 32, 3.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 33, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 40, 0.03766, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 41, 0.05341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 42, 0.01683, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (108, 43, 5.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 1, 0.1794, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 2, 7.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 3, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 4, 0.8111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 5, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 6, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 8, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 13, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 16, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 21, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 22, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 23, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 24, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 29, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 30, 24.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 31, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 32, 6.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 33, 0.0232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 34, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 36, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 40, 0.51368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 41, 0.21021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 42, 0.03043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (1, 43, 2.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 1, 0.1794, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 2, 7.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 3, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 4, 0.8111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 5, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 6, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 8, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 13, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 16, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 21, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 22, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 23, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 24, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 29, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 30, 24.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 31, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 32, 6.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 33, 0.0232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 34, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 36, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 40, 0.51368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 41, 0.21021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 42, 0.03043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (109, 43, 2.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 1, 0.1794, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 2, 7.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 3, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 4, 0.8111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 5, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 6, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 8, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 13, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 16, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 21, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 22, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 23, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 24, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 29, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 30, 24.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 31, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 32, 6.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 33, 0.0232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 34, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 36, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 40, 0.51368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 41, 0.21021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 42, 0.03043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (110, 43, 2.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 1, 0.1794, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 2, 7.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 3, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 4, 0.8111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 5, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 6, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 8, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 13, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 16, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 17, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 21, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 22, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 23, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 24, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 29, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 30, 24.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 31, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 32, 6.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 33, 0.0232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 34, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 36, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 40, 0.51368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 41, 0.21021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 42, 0.03043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (111, 43, 2.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 1, 0.4315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 2, 3.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 3, 0.1961, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 4, 0.246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 5, 0.0535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 6, 0.0729, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 9, 5.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 10, 0.0084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 11, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 12, 7.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 13, 2.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 14, 15.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 15, 0.0299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 16, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 18, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 20, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 21, 0.00442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 22, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 23, 0.00558, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 24, 0.00141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 29, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 30, 9.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 31, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 32, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 40, 0.15443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 41, 0.07206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 42, 0.00723, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (112, 43, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 1, 0.4315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 2, 3.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 3, 0.1961, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 4, 0.246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 5, 0.0535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 6, 0.0729, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 9, 5.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 10, 0.0084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 11, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 12, 7.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 13, 2.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 14, 15.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 15, 0.0299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 16, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 18, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 20, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 21, 0.00442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 22, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 23, 0.00558, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 24, 0.00141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 29, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 30, 9.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 31, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 32, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 40, 0.15443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 41, 0.07206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 42, 0.00723, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (113, 43, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 1, 0.0396, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 2, 3.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 3, 0.351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 4, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 5, 0.0803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 6, 0.5219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 8, 0.5219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 9, 12.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 10, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 11, 1.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 12, 9.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 13, 17.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 14, 5.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 15, 0.0441, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 16, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 17, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 18, 0.273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 19, 0.056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 20, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 21, 0.01744, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 22, 0.00891, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 23, 0.0323, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 24, 0.00345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 25, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 27, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 28, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 29, 0.0399, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 30, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 32, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 40, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 41, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 42, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (114, 43, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 1, 0.631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 2, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 3, 0.2435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 4, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 5, 0.0364, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 6, 0.0191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 8, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 9, 4.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 10, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 12, 4.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 13, 0.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 14, 6.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 15, 0.0182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 16, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 17, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 18, 0.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 20, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 21, 0.00221, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 22, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 23, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 24, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 29, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 30, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 31, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 32, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 36, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 40, 0.04342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 41, 0.02082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 42, 0.00222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (115, 43, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 33, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 40, 0.12948, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 41, 0.27576, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 42, 0.54677, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (116, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 33, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 40, 0.12948, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 41, 0.27576, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 42, 0.54677, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (22, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 33, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 40, 0.12948, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 41, 0.27576, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 42, 0.54677, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (117, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 1, 0.9755, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 2, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 3, 0.0114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 4, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 5, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 6, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 10, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 12, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 13, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 14, 3.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 20, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 21, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 22, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 24, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 29, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 40, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 41, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 42, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (118, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 1, 0.9196, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 2, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 3, 0.0442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 4, 0.0104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 5, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 6, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 10, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 12, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 13, 1.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 14, 6.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 15, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 16, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 17, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 18, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 20, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 21, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 22, 0.0223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 23, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 24, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 29, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 40, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 41, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 42, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (119, 43, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 1, 0.8275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 2, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 3, 0.0238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 4, 0.0577, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 5, 0.0195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 6, 0.0716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 8, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 10, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 11, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 12, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 13, 0.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 14, 6.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 16, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 17, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 18, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 19, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 21, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 22, 0.00392, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 23, 0.00192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 30, 1.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 31, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 32, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 33, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 34, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 36, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 40, 0.01602, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 41, 0.02045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 42, 0.01048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (120, 43, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 1, 0.653, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 2, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 3, 0.165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 4, 0.103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 5, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 6, 0.042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 10, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 12, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 13, 3.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 14, 13.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 15, 0.0194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 16, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 18, 0.174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 20, 0.00632, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 21, 0.00204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 22, 0.0388, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 24, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 29, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 33, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 40, 0.03422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 41, 0.04897, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 42, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (121, 43, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 1, 0.7585, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 2, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 3, 0.1195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 4, 0.102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 5, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 6, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 9, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 10, 0.0185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 12, 2.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 13, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 14, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 15, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 16, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 17, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 18, 0.308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 20, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 21, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 22, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 23, 0.0148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 24, 0.00162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 25, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 27, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 28, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 29, 0.0107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 30, 5.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 31, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 32, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 40, 0.03147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 41, 0.03886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 42, 0.01412, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (122, 43, 4.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 1, 0.8855, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 2, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 3, 0.098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 5, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 6, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 10, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 12, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 13, 1.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 14, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 15, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 16, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 17, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 18, 0.176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 21, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 23, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 24, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 29, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (123, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 1, 0.0846, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 2, 2.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 3, 0.0609, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 4, 0.0869, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 5, 0.0465, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 6, 0.7212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 7, 0.216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 9, 6.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 10, 0.0706, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 11, 1.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 12, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 13, 10.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 14, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 15, 0.0101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 16, 0.00553, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 17, 0.02943, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 18, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 19, 0.392, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 20, 0.00101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 21, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 22, 0.0286, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 24, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 25, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 27, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 28, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 30, 5.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 40, 0.0255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 41, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 42, 0.0236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (124, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 1, 0.0643, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 2, 2.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 3, 0.1437, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 4, 0.0398, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 5, 0.1427, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 6, 0.6096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 7, 0.405, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 8, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 9, 21.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 10, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 11, 4.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 12, 4.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 13, 34.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 14, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 15, 0.0582, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 16, 0.01367, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 17, 0.03167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 19, 0.612, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 20, 0.00148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 21, 0.00316, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 22, 0.06948, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 24, 0.0232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 30, 93.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 31, 4.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 33, 0.0748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 34, 17.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 36, 55.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 37, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 38, 3.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 39, 11.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 40, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 41, 0.00453, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 42, 0.02168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (125, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 1, 0.0544, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 2, 3.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 3, 0.0761, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 4, 0.0836, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 5, 0.0362, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 6, 0.7497, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 7, 0.263, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 9, 8.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 10, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 11, 1.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 12, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 13, 5.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 14, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 15, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 16, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 17, 0.08167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 19, 0.465, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 20, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 21, 0.00421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 22, 0.02005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 24, 0.0174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 25, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 27, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 28, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 30, 61.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 31, 3.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 40, 0.0228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 41, 0.0164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 42, 0.0229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (126, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 1, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 2, 3.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 3, 0.1807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 4, 0.2527, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 5, 0.0927, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 6, 0.4135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 7, 0.118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 8, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 9, 17.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 10, 0.449, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 11, 4.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 12, 5.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 13, 14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 14, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 15, 0.0693, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 16, 0.0137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 17, 0.07567, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 18, 0.121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 19, 0.171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 20, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 21, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 22, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 24, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 30, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 33, 0.0107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 36, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 40, 0.0219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 41, 0.1593, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 42, 0.0372, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (127, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 1, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 2, 3.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 3, 0.1807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 4, 0.2527, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 5, 0.0927, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 6, 0.4135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 7, 0.118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 8, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 9, 17.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 10, 0.449, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 11, 4.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 12, 5.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 13, 14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 14, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 15, 0.0693, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 16, 0.0137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 17, 0.07567, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 18, 0.121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 19, 0.171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 20, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 21, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 22, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 24, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 30, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 33, 0.0107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 36, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 40, 0.0219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 41, 0.1593, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 42, 0.0372, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (128, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 1, 0.0779, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 2, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 3, 0.1226, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 4, 0.1676, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 5, 0.0853, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 6, 0.5466, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 7, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 8, 0.0719, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 9, 2.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 10, 0.1425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 11, 1.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 12, 3.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 13, 19.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 14, 10.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 15, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 16, 0.00429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 17, 0.02165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 18, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 19, 0.641, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 20, 0.00349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 21, 0.00794, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 22, 0.07893, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 24, 0.0367, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 25, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 27, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 28, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 30, 296.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 31, 14.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 33, 0.2905, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 34, 1.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 35, 20.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 36, 150, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 37, 34.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 38, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 39, 3.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 40, 0.02953, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 41, 0.03574, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 42, 0.07458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (129, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 1, 0.0952, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 2, 2.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 3, 0.0389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 4, 0.0319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 5, 0.0355, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 6, 0.7985, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 7, 0.543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 8, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 9, 12.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 10, 0.3807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 11, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 12, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 13, 5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 14, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 15, 0.0197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 16, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 17, 0.16667, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 18, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 19, 0.285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 20, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 21, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 22, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 24, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 30, 2.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 33, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 34, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 36, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 37, 2.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 38, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 39, 4.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 40, 0.0065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 41, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 42, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (7, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 1, 0.0952, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 2, 2.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 3, 0.0389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 4, 0.0319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 5, 0.0355, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 6, 0.7985, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 7, 0.543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 8, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 9, 12.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 10, 0.3807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 11, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 12, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 13, 5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 14, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 15, 0.0197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 16, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 17, 0.16667, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 18, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 19, 0.285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 20, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 21, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 22, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 24, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 30, 2.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 33, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 34, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 36, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 37, 2.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 38, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 39, 4.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 40, 0.0065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 41, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 42, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (130, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 1, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 2, 8.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 4, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 33, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 34, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 40, 0.154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 41, 0.582, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 42, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (131, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 1, 0.8385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 2, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 3, 0.0161, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 4, 0.0589, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 5, 0.0193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 6, 0.0672, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 8, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 10, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 11, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 12, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 13, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 14, 6.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 15, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 16, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 17, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 18, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 20, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 21, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 22, 0.00424, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 23, 0.00234, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 30, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 31, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 32, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 33, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 34, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 40, 0.01339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 41, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 42, 0.01431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (132, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 1, 0.5622, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 2, 3.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 3, 0.1509, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 4, 0.2653, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 5, 0.0226, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 10, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 12, 1.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 13, 2.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 14, 6.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 15, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 16, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 17, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 19, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 20, 0.00275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 21, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 22, 0.04703, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 23, 0.00671, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 24, 0.00306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 29, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 30, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 31, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 32, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 33, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 35, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 36, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 37, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 38, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 39, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 40, 0.08801, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 41, 0.11894, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 42, 0.03712, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (133, 43, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 1, 0.7407, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 2, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 3, 0.1707, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 4, 0.0166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 5, 0.0299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 6, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 7, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 8, 0.0351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 10, 0.0144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 12, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 13, 3.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 14, 10.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 15, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 16, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 17, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 18, 0.308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 19, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 20, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 21, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 22, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 23, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 24, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 29, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 30, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 32, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 40, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 41, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 42, 0.00274, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (134, 43, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 1, 0.0686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 2, 3.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 3, 0.0598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 4, 0.2007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 5, 0.0588, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 6, 0.6121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 7, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 8, 0.0238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 9, 6.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 10, 0.0868, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 11, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 12, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 13, 11.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 14, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 15, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 16, 0.00347, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 17, 0.30033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 19, 0.808, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 20, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 21, 0.00267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 22, 0.01458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 24, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 25, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 27, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 28, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 30, 5.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 33, 0.0852, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 34, 1.418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 36, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 37, 4.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 40, 0.05438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 41, 0.01471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 42, 0.07088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (135, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 1, 0.0686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 2, 3.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 3, 0.0598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 4, 0.2007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 5, 0.0588, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 6, 0.6121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 7, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 8, 0.0238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 9, 6.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 10, 0.0868, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 11, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 12, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 13, 11.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 14, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 15, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 16, 0.00347, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 17, 0.30033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 19, 0.808, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 20, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 21, 0.00267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 22, 0.01458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 24, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 25, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 27, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 28, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 30, 5.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 33, 0.0852, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 34, 1.418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 36, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 37, 4.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 40, 0.05438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 41, 0.01471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 42, 0.07088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (136, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 1, 0.0686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 2, 3.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 3, 0.0598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 4, 0.2007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 5, 0.0588, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 6, 0.6121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 7, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 8, 0.0238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 9, 6.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 10, 0.0868, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 11, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 12, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 13, 11.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 14, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 15, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 16, 0.00347, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 17, 0.30033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 19, 0.808, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 20, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 21, 0.00267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 22, 0.01458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 24, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 25, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 27, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 28, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 30, 5.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 33, 0.0852, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 34, 1.418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 36, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 37, 4.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 40, 0.05438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 41, 0.01471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 42, 0.07088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (137, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 1, 0.0686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 2, 3.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 3, 0.0598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 4, 0.2007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 5, 0.0588, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 6, 0.6121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 7, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 8, 0.0238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 9, 6.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 10, 0.0868, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 11, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 12, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 13, 11.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 14, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 15, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 16, 0.00347, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 17, 0.30033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 19, 0.808, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 20, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 21, 0.00267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 22, 0.01458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 24, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 25, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 27, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 28, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 30, 5.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 33, 0.0852, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 34, 1.418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 36, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 37, 4.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 40, 0.05438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 41, 0.01471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 42, 0.07088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (138, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 1, 0.0806, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 2, 3.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 3, 0.1781, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 4, 0.2227, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 5, 0.0762, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 6, 0.4424, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 7, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 8, 0.0225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 9, 9.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 10, 0.6636, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 11, 3.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 12, 4.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 13, 17.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 14, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 15, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 16, 0.00867, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 17, 0.03333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 18, 0.052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 19, 0.077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 20, 0.00628, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 21, 0.00327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 22, 0.04579, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 24, 0.00435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 30, 12.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 31, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 33, 0.0333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 34, 0.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 36, 7.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 39, 4.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 40, 0.01535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 41, 0.1404, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 42, 0.03279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (139, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 1, 0.0806, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 2, 3.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 3, 0.1781, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 4, 0.2227, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 5, 0.0762, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 6, 0.4424, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 7, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 8, 0.0225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 9, 9.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 10, 0.6636, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 11, 3.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 12, 4.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 13, 17.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 14, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 15, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 16, 0.00867, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 17, 0.03333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 18, 0.052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 19, 0.077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 20, 0.00628, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 21, 0.00327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 22, 0.04579, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 24, 0.00435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 30, 12.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 31, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 33, 0.0333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 34, 0.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 36, 7.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 39, 4.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 40, 0.01535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 41, 0.1404, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 42, 0.03279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (140, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 1, 0.0645, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 2, 3.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 3, 0.168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 4, 0.0076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 5, 0.0329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 6, 0.7271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 7, 0.099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 8, 0.243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 9, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 10, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 11, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 12, 4.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 13, 11.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 14, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 15, 0.0263, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 16, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 17, 0.00545, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 18, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 19, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 20, 0.00466, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 21, 0.00152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 22, 0.00692, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 24, 0.0294, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 33, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 40, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 41, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 42, 0.00378, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (141, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 1, 0.0645, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 2, 3.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 3, 0.168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 4, 0.0076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 5, 0.0329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 6, 0.7271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 7, 0.099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 8, 0.243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 9, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 10, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 11, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 12, 4.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 13, 11.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 14, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 15, 0.0263, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 16, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 17, 0.00545, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 18, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 19, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 20, 0.00466, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 21, 0.00152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 22, 0.00692, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 24, 0.0294, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 33, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 40, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 41, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 42, 0.00378, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (142, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 1, 0.0938, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 2, 3.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 3, 0.0912, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 4, 0.0595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 5, 0.0477, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 6, 0.7079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 7, 0.125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 8, 0.0339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 9, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 10, 0.1152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 11, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 12, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 13, 13.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 14, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 15, 0.0472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 16, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 17, 0.265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 18, 0.385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 19, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 20, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 21, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 22, 0.05155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 24, 0.0084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 25, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 27, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 28, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 30, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 33, 0.1802, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 34, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 40, 0.0194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 41, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 42, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (40, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 1, 0.0938, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 2, 3.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 3, 0.0912, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 4, 0.0595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 5, 0.0477, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 6, 0.7079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 7, 0.125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 8, 0.0339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 9, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 10, 0.1152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 11, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 12, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 13, 13.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 14, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 15, 0.0472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 16, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 17, 0.265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 18, 0.385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 19, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 20, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 21, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 22, 0.05155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 24, 0.0084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 25, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 27, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 28, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 30, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 33, 0.1802, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 34, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 40, 0.0194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 41, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 42, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (143, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 1, 0.0938, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 2, 3.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 3, 0.0912, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 4, 0.0595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 5, 0.0477, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 6, 0.7079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 7, 0.125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 8, 0.0339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 9, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 10, 0.1152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 11, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 12, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 13, 13.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 14, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 15, 0.0472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 16, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 17, 0.265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 18, 0.385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 19, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 20, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 21, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 22, 0.05155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 24, 0.0084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 25, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 27, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 28, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 30, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 33, 0.1802, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 34, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 40, 0.0194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 41, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 42, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (144, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 1, 0.0764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 2, 2.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 3, 0.1266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 4, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 5, 0.121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 6, 0.6056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 7, 0.403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 8, 0.0409, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 9, 19.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 10, 0.8271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 11, 3.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 12, 3.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 13, 15.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 14, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 15, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 16, 0.01133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 17, 0.05433, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 18, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 19, 0.514, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 20, 0.00289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 21, 0.00316, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 22, 0.0412, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 24, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 30, 80.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 31, 4.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 33, 0.0169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 34, 6.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 36, 48.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 37, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 40, 0.00529, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 41, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 42, 0.04405, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (145, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 1, 0.0764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 2, 2.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 3, 0.1266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 4, 0.0704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 5, 0.121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 6, 0.6056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 7, 0.403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 8, 0.0409, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 9, 19.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 10, 0.8271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 11, 3.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 12, 3.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 13, 15.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 14, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 15, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 16, 0.01133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 17, 0.05433, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 18, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 19, 0.514, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 20, 0.00289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 21, 0.00316, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 22, 0.0412, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 24, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 30, 80.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 31, 4.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 33, 0.0169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 34, 6.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 36, 48.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 37, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 40, 0.00529, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 41, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 42, 0.04405, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (146, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 1, 0.0686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 2, 4.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 3, 0.2494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 4, 0.2876, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 5, 0.0451, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 6, 0.3494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 7, 0.147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 8, 0.0679, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 9, 5.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 10, 0.0998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 11, 2.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 12, 8.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 13, 6.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 15, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 16, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 17, 0.01767, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 18, 1.336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 19, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 20, 0.00543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 21, 0.00381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 22, 0.0789, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 24, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 25, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 27, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 28, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 33, 0.0289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 34, 0.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 36, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 39, 4.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 40, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 41, 0.1983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 42, 0.0539, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (147, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 1, 0.0686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 2, 4.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 3, 0.2494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 4, 0.2876, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 5, 0.0451, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 6, 0.3494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 7, 0.147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 8, 0.0679, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 9, 5.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 10, 0.0998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 11, 2.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 12, 8.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 13, 6.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 15, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 16, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 17, 0.01767, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 18, 1.336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 19, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 20, 0.00543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 21, 0.00381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 22, 0.0789, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 24, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 25, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 27, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 28, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 33, 0.0289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 34, 0.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 36, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 39, 4.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 40, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 41, 0.1983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 42, 0.0539, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (19, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 1, 0.0623, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 2, 5.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 3, 0.0584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 4, 0.3631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 5, 0.0234, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 6, 0.4929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 7, 0.208, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 8, 0.2849, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 9, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 10, 0.0304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 11, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 12, 2.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 13, 3.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 14, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 15, 0.0215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 16, 0.01027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 17, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 18, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 19, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 20, 0.00346, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 22, 0.01299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 24, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 25, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 27, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 28, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 30, 1.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 36, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 37, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 40, 0.2594, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 41, 0.0322, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 42, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (148, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 1, 0.0623, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 2, 5.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 3, 0.0584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 4, 0.3631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 5, 0.0234, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 6, 0.4929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 7, 0.208, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 8, 0.2849, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 9, 1.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 10, 0.0304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 11, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 12, 2.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 13, 3.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 14, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 15, 0.0215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 16, 0.01027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 17, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 18, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 19, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 20, 0.00346, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 22, 0.01299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 24, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 25, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 27, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 28, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 30, 1.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 36, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 37, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 40, 0.2594, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 41, 0.0322, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 42, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (149, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 1, 0.0501, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 2, 3.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 3, 0.1012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 4, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 5, 0.0315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 6, 0.8067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 7, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 8, 0.3548, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 9, 3.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 10, 0.0256, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 11, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 12, 3.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 13, 9.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 14, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 15, 0.0233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 16, 0.00177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 17, 0.00374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 18, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 19, 0.147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 20, 0.00418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 21, 0.00056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 22, 0.00647, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 24, 0.01215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 25, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 27, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 28, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 34, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 40, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 41, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 42, 0.00439, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (150, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 1, 0.0501, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 2, 3.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 3, 0.1012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 4, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 5, 0.0315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 6, 0.8067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 7, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 8, 0.3548, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 9, 3.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 10, 0.0256, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 11, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 12, 3.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 13, 9.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 14, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 15, 0.0233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 16, 0.00177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 17, 0.00374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 18, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 19, 0.147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 20, 0.00418, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 21, 0.00056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 22, 0.00647, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 24, 0.01215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 25, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 27, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 28, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 34, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 40, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 41, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 42, 0.00439, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (151, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 1, 0.0716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 2, 3.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 3, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 4, 0.1025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 5, 0.0715, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 6, 0.6443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 7, 0.428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 8, 0.0409, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 9, 15.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 10, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 11, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 12, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 13, 16.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 14, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 15, 0.0443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 16, 0.00943, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 17, 0.04667, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 19, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 20, 0.00341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 21, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 22, 0.0622, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 24, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 30, 69.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 31, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 33, 0.1886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 34, 6.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 36, 41.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 37, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 40, 0.0266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 41, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 42, 0.0523, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (152, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 1, 0.0716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 2, 3.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 3, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 4, 0.1025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 5, 0.0715, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 6, 0.6443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 7, 0.428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 8, 0.0409, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 9, 15.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 10, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 11, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 12, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 13, 16.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 14, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 15, 0.0443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 16, 0.00943, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 17, 0.04667, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 19, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 20, 0.00341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 21, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 22, 0.0622, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 24, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 30, 69.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 31, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 33, 0.1886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 34, 6.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 36, 41.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 37, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 40, 0.0266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 41, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 42, 0.0523, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (153, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 1, 0.0716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 2, 3.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 3, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 4, 0.1025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 5, 0.0715, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 6, 0.6443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 7, 0.428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 8, 0.0409, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 9, 15.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 10, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 11, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 12, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 13, 16.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 14, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 15, 0.0443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 16, 0.00943, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 17, 0.04667, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 18, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 19, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 20, 0.00341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 21, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 22, 0.0622, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 24, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 30, 69.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 31, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 33, 0.1886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 34, 6.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 36, 41.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 37, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 40, 0.0266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 41, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 42, 0.0523, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (154, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 1, 0.0954, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 2, 2.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 3, 0.1476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 4, 0.1295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 5, 0.0702, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 6, 0.5574, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 7, 0.374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 9, 1.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 10, 0.2359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 11, 1.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 12, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 13, 23.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 14, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 15, 0.0406, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 16, 0.00607, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 17, 0.00843, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 18, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 19, 0.711, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 20, 0.00645, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 21, 0.01743, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 22, 0.1532, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 23, 0.0178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 24, 0.0402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 30, 527.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 31, 26.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 36, 276.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 37, 79.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 40, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 41, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 42, 0.0832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (155, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 1, 0.0954, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 2, 2.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 3, 0.1476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 4, 0.1295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 5, 0.0702, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 6, 0.5574, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 7, 0.374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 9, 1.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 10, 0.2359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 11, 1.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 12, 3.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 13, 23.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 14, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 15, 0.0406, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 16, 0.00607, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 17, 0.00843, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 18, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 19, 0.711, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 20, 0.00645, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 21, 0.01743, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 22, 0.1532, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 23, 0.0178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 24, 0.0402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 30, 527.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 31, 26.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 36, 276.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 37, 79.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 40, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 41, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 42, 0.0832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (156, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 1, 0.0902, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 2, 2.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 3, 0.2242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 4, 0.0443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 5, 0.1247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 6, 0.5166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 7, 0.304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 8, 0.0727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 9, 14.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 10, 0.9786, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 11, 2.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 12, 3.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 13, 38.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 14, 4.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 15, 0.0475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 16, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 17, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 18, 0.293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 19, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 20, 0.00172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 21, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 22, 0.07929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 24, 0.01002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 25, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 27, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 28, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 30, 101.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 31, 5.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 33, 0.0691, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 34, 13.595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 35, 14.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 36, 53.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 37, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 38, 3.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 39, 55.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 40, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 41, 0.03247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 42, 0.00458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (157, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 1, 0.0902, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 2, 2.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 3, 0.2242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 4, 0.0443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 5, 0.1247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 6, 0.5166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 7, 0.304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 8, 0.0727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 9, 14.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 10, 0.9786, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 11, 2.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 12, 3.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 13, 38.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 14, 4.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 15, 0.0475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 16, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 17, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 18, 0.293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 19, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 20, 0.00172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 21, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 22, 0.07929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 24, 0.01002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 25, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 27, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 28, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 30, 101.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 31, 5.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 33, 0.0691, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 34, 13.595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 35, 14.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 36, 53.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 37, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 38, 3.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 39, 55.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 40, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 41, 0.03247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 42, 0.00458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (32, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 1, 0.0902, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 2, 2.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 3, 0.2242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 4, 0.0443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 5, 0.1247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 6, 0.5166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 7, 0.304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 8, 0.0727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 9, 14.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 10, 0.9786, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 11, 2.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 12, 3.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 13, 38.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 14, 4.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 15, 0.0475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 16, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 17, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 18, 0.293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 19, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 20, 0.00172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 21, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 22, 0.07929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 24, 0.01002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 25, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 27, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 28, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 30, 101.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 31, 5.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 33, 0.0691, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 34, 13.595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 35, 14.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 36, 53.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 37, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 38, 3.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 39, 55.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 40, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 41, 0.03247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 42, 0.00458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (158, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 1, 0.1051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 2, 2.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 3, 0.1095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 4, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 5, 0.0433, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 6, 0.6481, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 7, 0.265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 8, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 9, 4.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 10, 0.2886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 11, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 13, 12.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 14, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 15, 0.0142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 16, 0.01127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 17, 0.05625, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 20, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 21, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 22, 0.01142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 24, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 30, 2.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 31, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 33, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 34, 1.637, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 36, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 37, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 38, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 39, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 40, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 41, 0.0101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 42, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (159, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 1, 0.1051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 2, 2.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 3, 0.1095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 4, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 5, 0.0433, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 6, 0.6481, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 7, 0.265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 8, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 9, 4.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 10, 0.2886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 11, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 13, 12.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 14, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 15, 0.0142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 16, 0.01127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 17, 0.05625, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 20, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 21, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 22, 0.01142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 24, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 30, 2.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 31, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 33, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 34, 1.637, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 36, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 37, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 38, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 39, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 40, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 41, 0.0101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 42, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (160, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 1, 0.1051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 2, 2.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 3, 0.1095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 4, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 5, 0.0433, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 6, 0.6481, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 7, 0.265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 8, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 9, 4.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 10, 0.2886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 11, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 13, 12.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 14, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 15, 0.0142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 16, 0.01127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 17, 0.05625, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 20, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 21, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 22, 0.01142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 24, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 30, 2.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 31, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 33, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 34, 1.637, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 36, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 37, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 38, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 39, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 40, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 41, 0.0101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 42, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (35, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 1, 0.0805, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 2, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 3, 0.1201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 4, 0.1727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 5, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 6, 0.5663, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 7, 0.272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 9, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 10, 0.078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 11, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 12, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 13, 20.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 14, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 15, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 16, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 17, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 18, 0.088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 19, 0.764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 20, 0.00328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 21, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 22, 0.08701, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 24, 0.0245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 30, 416.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 31, 20.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 36, 218.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 37, 62.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 40, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 41, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 42, 0.0837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (161, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 1, 0.0805, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 2, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 3, 0.1201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 4, 0.1727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 5, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 6, 0.5663, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 7, 0.272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 9, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 10, 0.078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 11, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 12, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 13, 20.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 14, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 15, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 16, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 17, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 18, 0.088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 19, 0.764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 20, 0.00328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 21, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 22, 0.08701, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 24, 0.0245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 30, 416.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 31, 20.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 36, 218.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 37, 62.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 40, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 41, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 42, 0.0837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (162, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 1, 0.0805, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 2, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 3, 0.1201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 4, 0.1727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 5, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 6, 0.5663, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 7, 0.272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 9, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 10, 0.078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 11, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 12, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 13, 20.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 14, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 15, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 16, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 17, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 18, 0.088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 19, 0.764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 20, 0.00328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 21, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 22, 0.08701, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 24, 0.0245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 30, 416.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 31, 20.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 36, 218.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 37, 62.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 40, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 41, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 42, 0.0837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (163, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 1, 0.0805, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 2, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 3, 0.1201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 4, 0.1727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 5, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 6, 0.5663, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 7, 0.272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 9, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 10, 0.078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 11, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 12, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 13, 20.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 14, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 15, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 16, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 17, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 18, 0.088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 19, 0.764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 20, 0.00328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 21, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 22, 0.08701, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 24, 0.0245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 30, 416.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 31, 20.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 36, 218.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 37, 62.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 40, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 41, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 42, 0.0837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (164, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 1, 0.0805, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 2, 3.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 3, 0.1201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 4, 0.1727, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 5, 0.0604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 6, 0.5663, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 7, 0.272, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 8, 0.1034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 9, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 10, 0.078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 11, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 12, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 13, 20.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 14, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 15, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 16, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 17, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 18, 0.088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 19, 0.764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 20, 0.00328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 21, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 22, 0.08701, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 24, 0.0245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 25, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 27, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 28, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 30, 416.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 31, 20.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 33, 0.2983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 34, 0.803, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 36, 218.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 37, 62.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 39, 131.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 40, 0.0326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 41, 0.0275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 42, 0.0837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (165, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 1, 0.1142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 2, 2.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 3, 0.104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 4, 0.0212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 5, 0.0159, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 6, 0.6861, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 7, 0.262, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 9, 2.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 10, 0.1431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 11, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 12, 1.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 13, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 15, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 16, 0.0091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 17, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 18, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 21, 0.00126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 22, 0.00212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 24, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 40, 0.00626, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 41, 0.00789, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 42, 0.00616, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (166, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 1, 0.0931, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 2, 3.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 3, 0.0959, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 4, 0.0753, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 5, 0.0592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 6, 0.6559, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 7, 0.113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 8, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 9, 9.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 10, 0.353, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 11, 2.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 12, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 13, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 14, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 15, 0.0314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 16, 0.00843, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 17, 0.06857, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 18, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 19, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 20, 0.00264, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 21, 0.00191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 22, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 24, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 25, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 27, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 28, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 30, 26.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 31, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 33, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 34, 8.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 36, 15.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 37, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 39, 5.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 40, 0.0329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 41, 0.01206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 42, 0.01936, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (167, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 1, 0.0931, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 2, 3.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 3, 0.0959, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 4, 0.0753, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 5, 0.0592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 6, 0.6559, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 7, 0.113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 8, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 9, 9.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 10, 0.353, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 11, 2.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 12, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 13, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 14, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 15, 0.0314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 16, 0.00843, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 17, 0.06857, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 18, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 19, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 20, 0.00264, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 21, 0.00191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 22, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 24, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 25, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 27, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 28, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 30, 26.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 31, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 33, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 34, 8.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 36, 15.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 37, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 39, 5.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 40, 0.0329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 41, 0.01206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 42, 0.01936, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (168, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 1, 0.0931, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 2, 3.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 3, 0.0959, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 4, 0.0753, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 5, 0.0592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 6, 0.6559, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 7, 0.113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 8, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 9, 9.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 10, 0.353, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 11, 2.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 12, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 13, 6.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 14, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 15, 0.0314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 16, 0.00843, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 17, 0.06857, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 18, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 19, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 20, 0.00264, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 21, 0.00191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 22, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 24, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 25, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 27, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 28, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 30, 26.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 31, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 33, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 34, 8.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 36, 15.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 37, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 39, 5.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 40, 0.0329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 41, 0.01206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 42, 0.01936, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (169, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 1, 0.0796, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 2, 3.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 3, 0.1063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 4, 0.1275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 5, 0.0795, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 6, 0.6073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 7, 0.403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 8, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 9, 16.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 10, 0.2812, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 11, 4.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 12, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 13, 10.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 15, 0.047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 16, 0.00757, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 17, 0.03133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 18, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 19, 0.324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 20, 0.00754, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 21, 0.00336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 22, 0.0572, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 24, 0.0269, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 30, 59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 31, 2.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 33, 0.0748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 34, 17.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 36, 34.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 37, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 40, 0.0703, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 41, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 42, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (170, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 1, 0.0796, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 2, 3.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 3, 0.1063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 4, 0.1275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 5, 0.0795, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 6, 0.6073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 7, 0.403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 8, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 9, 16.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 10, 0.2812, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 11, 4.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 12, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 13, 10.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 15, 0.047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 16, 0.00757, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 17, 0.03133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 18, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 19, 0.324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 20, 0.00754, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 21, 0.00336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 22, 0.0572, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 24, 0.0269, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 30, 59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 31, 2.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 33, 0.0748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 34, 17.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 36, 34.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 37, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 40, 0.0703, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 41, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 42, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (171, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 1, 0.0779, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 2, 2.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 3, 0.0911, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 4, 0.0743, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 5, 0.1174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 6, 0.6394, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 7, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 8, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 9, 18.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 10, 1.236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 11, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 12, 2.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 13, 8.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 14, 0.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 15, 0.0618, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 16, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 17, 0.07867, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 18, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 19, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 20, 0.00513, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 21, 0.00399, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 22, 0.0494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 24, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 30, 38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 31, 1.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 33, 0.0748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 34, 17.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 36, 22.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 37, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 40, 0.0273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 41, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 42, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (172, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 1, 0.0779, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 2, 2.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 3, 0.0911, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 4, 0.0743, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 5, 0.1174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 6, 0.6394, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 7, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 8, 0.0171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 9, 18.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 10, 1.236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 11, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 12, 2.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 13, 8.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 14, 0.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 15, 0.0618, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 16, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 17, 0.07867, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 18, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 19, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 20, 0.00513, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 21, 0.00399, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 22, 0.0494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 24, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 25, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 27, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 28, 2.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 30, 38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 31, 1.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 33, 0.0748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 34, 17.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 36, 22.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 37, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 39, 8.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 40, 0.0273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 41, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 42, 0.0119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (33, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 1, 0.1136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 2, 3.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 3, 0.0783, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 4, 0.0988, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 5, 0.0602, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 6, 0.6493, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 7, 0.211, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 8, 0.0321, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 10, 0.4142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 11, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 12, 2.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 13, 25.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 14, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 15, 0.0435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 16, 0.00603, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 17, 0.07833, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 18, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 19, 0.259, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 20, 0.00152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 21, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 22, 0.0514, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 24, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 25, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 27, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 28, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 33, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 34, 0.134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 40, 0.0312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 41, 0.0166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 42, 0.0218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (173, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 1, 0.0327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 2, 2.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 3, 0.1597, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 4, 0.0889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 5, 0.4822, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 6, 0.2365, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 8, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 9, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 10, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 11, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 12, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 13, 4.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 14, 169.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 17, 0.00459, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 18, 0.276, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 20, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 21, 0.00243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 22, 0.04467, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 23, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 24, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 25, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 27, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 28, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 29, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 33, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 34, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 40, 0.0432, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 41, 0.03616, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 42, 0.00332, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (174, 43, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 1, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 2, 1.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 3, 0.146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 4, 0.047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 5, 0.547, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 6, 0.235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 9, 1.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 10, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 11, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 12, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 13, 3.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 14, 240, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 15, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 17, 0.00377, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 18, 0.279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 19, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 20, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 21, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 22, 0.039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 23, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 24, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 25, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 27, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 28, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 29, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 40, 0.0125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 41, 0.0195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 42, 0.0163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (175, 43, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 1, 0.9096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 2, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 3, 0.0254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 4, 0.0061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 5, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 6, 0.0434, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 7, 0.039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 8, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 9, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 10, 0.0317, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 11, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 12, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 13, 4.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 15, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 16, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 17, 0.01446, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 19, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 20, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 21, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 22, 0.00925, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 23, 0.00238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 24, 0.00129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 25, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 27, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 28, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 30, 52.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 31, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 34, 4.148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 36, 31.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 37, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 39, 56.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 40, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 41, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 42, 0.00389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (176, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 1, 0.8164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 2, 0.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 3, 0.0395, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 4, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 5, 0.0352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 6, 0.0778, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 7, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 8, 0.0284, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 9, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 10, 0.0185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 11, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 12, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 13, 1.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 14, 11.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 15, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 16, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 17, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 18, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 19, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 20, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 22, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 23, 0.00348, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 24, 0.00071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 25, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 28, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 30, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 33, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 36, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 37, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 39, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 40, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 41, 0.02144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 42, 0.00583, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (177, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 1, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 5, 0.998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 10, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 13, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 14, 387.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 16, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 17, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (23, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 1, 0.938, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 6, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 8, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 10, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 12, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 13, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 16, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 17, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (178, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 1, 0.938, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 6, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 8, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 10, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 12, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 13, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 16, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 17, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (21, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 1, 0.938, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 6, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 8, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 10, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 12, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 13, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 16, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 17, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (179, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 1, 0.6511, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 2, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 3, 0.0556, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 4, 0.0168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 5, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 6, 0.2445, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 7, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 9, 4.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 10, 0.1745, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 11, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 12, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 13, 6.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 15, 0.0181, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 16, 0.00555, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 17, 0.01719, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 19, 1.601, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 21, 0.00471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 22, 0.01824, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 23, 0.00409, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 24, 0.00348, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 25, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 27, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 28, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 30, 47.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 31, 2.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 36, 28.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 40, 0.00467, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 41, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 42, 0.00532, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (180, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 1, 0.5258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 2, 2.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 3, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 4, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 5, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 6, 0.1265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 8, 0.1265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 13, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 15, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 16, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 17, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 20, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 21, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 22, 0.00425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 23, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 40, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 42, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (181, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 1, 0.5258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 2, 2.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 3, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 4, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 5, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 6, 0.1265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 8, 0.1265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 13, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 15, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 16, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 17, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 20, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 21, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 22, 0.00425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 23, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 40, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 42, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (182, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 1, 0.5258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 2, 2.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 3, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 4, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 5, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 6, 0.1265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 8, 0.1265, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 13, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 15, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 16, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 17, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 20, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 21, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 22, 0.00425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 23, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 40, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 42, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (183, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 1, 0.8385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 2, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 3, 0.0236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 4, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 5, 0.0804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 6, 0.0489, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 7, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 8, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 9, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 10, 0.0167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 11, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 12, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 13, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 14, 29.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 15, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 16, 0.00374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 17, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 18, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 19, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 20, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 21, 0.00139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 22, 0.00652, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 23, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 24, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 25, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 27, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 28, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 30, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 33, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 34, 0.246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 36, 0.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 40, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 41, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 42, 0.00304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (184, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 1, 0.8508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 2, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 3, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 4, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 5, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 6, 0.1129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 7, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 8, 0.0799, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 9, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 10, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 12, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 13, 2.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 14, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 15, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 16, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 17, 0.00126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 19, 0.249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 20, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 21, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 22, 0.00386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 23, 0.00093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 24, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 25, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 27, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 28, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 34, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 39, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 40, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 41, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 42, 0.00339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (31, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 1, 0.6777, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 2, 1.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 3, 0.0331, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 4, 0.0586, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 5, 0.0235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 6, 0.207, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 7, 0.141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 9, 3.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 10, 0.0665, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 11, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 12, 0.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 13, 6.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 14, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 15, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 16, 0.00301, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 17, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 19, 0.218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 20, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 21, 0.00152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 22, 0.00912, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 23, 0.00804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 24, 0.00336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 25, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 27, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 28, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 30, 29.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 31, 1.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 40, 0.02838, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 41, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 42, 0.00901, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (185, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 1, 0.7865, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 2, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 3, 0.0375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 4, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 5, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 6, 0.1489, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 7, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 9, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 10, 0.0508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 11, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 12, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 13, 5.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 14, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 15, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 16, 0.00329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 17, 0.01176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 19, 0.318, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 20, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 21, 0.00266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 22, 0.01706, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 23, 0.00338, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 24, 0.00129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 25, 1.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 27, 1.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 28, 1.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 30, 42.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 31, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 40, 0.00246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 41, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 42, 0.00508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (186, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 1, 0.8748, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 2, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 3, 0.0375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 4, 0.0236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 5, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 6, 0.0481, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 8, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 10, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 12, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 13, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 14, 5.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 15, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 16, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 17, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 20, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 21, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 22, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 24, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 29, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 30, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 32, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 40, 0.01153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 41, 0.00962, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 42, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (187, 43, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 1, 0.731, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 2, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 3, 0.182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 4, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 5, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 6, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 8, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 10, 0.0127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 12, 2.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 13, 2.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 14, 11.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 15, 0.0259, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 16, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 40, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 41, 0.0114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 42, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (188, 43, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 1, 0.5241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 2, 2.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 3, 0.2856, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 4, 0.1492, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 5, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 6, 0.0315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 7, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 9, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 10, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 12, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 14, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 15, 0.0204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 16, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 17, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 18, 0.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 20, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 21, 0.00193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 22, 0.08992, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 23, 0.01079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 24, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 26, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 29, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 30, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 32, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 33, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 34, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 40, 0.0406, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 41, 0.0589, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 42, 0.0341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (189, 43, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 1, 0.7546, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 2, 1.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 3, 0.2139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 4, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 5, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 10, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 14, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 15, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 16, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 17, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 18, 0.157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 19, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 20, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 21, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 22, 0.08239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 23, 0.01058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 24, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 29, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 30, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 31, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 32, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 34, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 40, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 41, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 42, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (190, 43, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 1, 0.7546, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 2, 1.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 3, 0.2139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 4, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 5, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 10, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 14, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 15, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 16, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 17, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 18, 0.157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 19, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 20, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 21, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 22, 0.08239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 23, 0.01058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 24, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 29, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 30, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 31, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 32, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 34, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 40, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 41, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 42, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (191, 43, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 1, 0.7546, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 2, 1.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 3, 0.2139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 4, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 5, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 10, 0.0089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 14, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 15, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 16, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 17, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 18, 0.157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 19, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 20, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 21, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 22, 0.08239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 23, 0.01058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 24, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 29, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 30, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 31, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 32, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 34, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 40, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 41, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 42, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (192, 43, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 1, 0.8988, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 2, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 3, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 4, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 5, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 6, 0.0626, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 8, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 9, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 10, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 11, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 12, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 13, 2.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 14, 6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 15, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 16, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 17, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 19, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 21, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 22, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 23, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 24, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 30, 2.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 31, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 33, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 34, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 36, 1.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 38, 105.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 40, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 41, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 42, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (193, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 1, 0.8988, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 2, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 3, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 4, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 5, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 6, 0.0626, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 8, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 9, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 10, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 11, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 12, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 13, 2.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 14, 6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 15, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 16, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 17, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 19, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 21, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 22, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 23, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 24, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 30, 2.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 31, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 33, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 34, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 36, 1.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 38, 105.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 40, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 41, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 42, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (194, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 1, 0.7486, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 2, 1.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 3, 0.232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 4, 0.0165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 5, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 10, 0.0073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 12, 1.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 13, 2.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 14, 0.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 15, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 16, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 18, 0.178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 20, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 21, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 22, 0.10604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 23, 0.00822, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 24, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 29, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 30, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 31, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 32, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 33, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 34, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 40, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 41, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 42, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (195, 43, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 1, 0.8907, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 2, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 3, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 5, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 6, 0.0737, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 7, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 8, 0.0425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 9, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 10, 0.0102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 12, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 13, 3.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 14, 5.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 15, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 16, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 17, 0.00107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 19, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 20, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 21, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 22, 0.00975, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 23, 0.00309, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 24, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 30, 3.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 33, 0.0208, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 34, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 36, 2.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 38, 151.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 40, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 41, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 42, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (196, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 1, 0.9187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 2, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 3, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 6, 0.0643, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 7, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 8, 0.038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 13, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 14, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 16, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 17, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 20, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 22, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 23, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 25, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 27, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 28, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 40, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 42, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (197, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 1, 0.9187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 2, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 3, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 6, 0.0643, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 7, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 8, 0.038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 13, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 14, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 16, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 17, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 20, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 22, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 23, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 25, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 27, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 28, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 40, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 42, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (198, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 1, 0.9187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 2, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 3, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 6, 0.0643, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 7, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 8, 0.038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 13, 1.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 14, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 16, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 17, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 19, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 20, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 22, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 23, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 25, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 27, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 28, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 40, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 42, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (199, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 1, 0.8208, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 2, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 3, 0.0333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 4, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 5, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 6, 0.1346, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 7, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 9, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 10, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 11, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 12, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 13, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 14, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 15, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 16, 0.00093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 17, 0.00244, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 19, 0.104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 20, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 21, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 22, 0.01252, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 23, 0.00163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 24, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 30, 50.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 31, 2.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 40, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 41, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 42, 0.00235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (200, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 1, 0.8556, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 2, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 3, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 5, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 6, 0.1381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 8, 0.1039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 15, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 16, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 17, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 19, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 20, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 21, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 22, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 23, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 24, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 30, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 36, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 37, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 39, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 40, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 41, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 42, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (201, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 1, 0.8556, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 2, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 3, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 5, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 6, 0.1381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 8, 0.1039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 15, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 16, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 17, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 19, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 20, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 21, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 22, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 23, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 24, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 30, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 36, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 37, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 39, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 40, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 41, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 42, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (202, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 1, 0.8228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 2, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 3, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 4, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 5, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 6, 0.1684, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 7, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 8, 0.1484, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 10, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 13, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 17, 0.00165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 19, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 20, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 21, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 22, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 23, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 30, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 36, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 37, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 40, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 41, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 42, 0.00126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (203, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 1, 0.8793, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 2, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 3, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 4, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 5, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 6, 0.1168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 7, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 8, 0.109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 10, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 12, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 13, 1.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 15, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 16, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 17, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 19, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 21, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 23, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 24, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 30, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 39, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 40, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 41, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 42, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (204, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 1, 0.8835, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 2, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 3, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 4, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 5, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 6, 0.1129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 8, 0.1009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 12, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 13, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 15, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 16, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 17, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 22, 0.00188, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 23, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 30, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 37, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 40, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 42, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (205, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 1, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 2, 3.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 3, 0.212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 4, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 5, 0.0901, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 6, 0.6429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 7, 0.262, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 9, 8.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 10, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 11, 6.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 12, 5.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 13, 29.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 14, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 15, 0.0512, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 16, 0.00686, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 17, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 18, 0.094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 19, 6.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 20, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 21, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 22, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 23, 0.02106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 24, 0.01996, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 25, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 27, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 28, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 30, 683, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 31, 34.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 40, 0.00591, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 41, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 42, 0.01369, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (34, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 1, 0.961, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 2, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 3, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 4, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 6, 0.0214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 7, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 8, 0.0134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 10, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 11, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 13, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 14, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 15, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 16, 0.00157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 17, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 19, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 20, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 21, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 22, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 23, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 24, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 30, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 33, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 34, 0.134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 35, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 37, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 40, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 42, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (206, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 1, 0.8889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 2, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 4, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 5, 0.0451, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 6, 0.0474, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 7, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 8, 0.0214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 9, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 10, 0.0188, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 11, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 12, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 13, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 14, 16.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 15, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 16, 0.00146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 17, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 19, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 20, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 21, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 22, 0.00403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 23, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 24, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 25, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 27, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 28, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 30, 17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 31, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 33, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 34, 0.129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 35, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 36, 9.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 37, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 39, 6.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 40, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 41, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 42, 0.00514, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (207, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 1, 0.9464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 3, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 4, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 5, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 6, 0.0335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 8, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 10, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 12, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 13, 2.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 17, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 19, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 21, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 22, 0.00487, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 23, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 24, 0.00218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 30, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 34, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 36, 1.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 39, 21.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 40, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 41, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (208, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 1, 0.7739, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 2, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 3, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 5, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 6, 0.2093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 7, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 8, 0.154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 10, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 13, 1.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 14, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 15, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 16, 0.00124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 17, 0.00507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 19, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 20, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 21, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 22, 0.00456, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 23, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 30, 75.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 31, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 33, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 34, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 36, 45.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 40, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (209, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 1, 0.7247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 2, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 3, 0.0128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 4, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 5, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 6, 0.2536, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 7, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 9, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 10, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 12, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 13, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 14, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 16, 0.00167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 17, 0.00615, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 19, 0.108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 20, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 21, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 22, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 23, 0.00402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 24, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 25, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 28, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 40, 0.00069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 41, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 42, 0.00141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (210, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 1, 0.4482, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 2, 3.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 3, 0.235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 4, 0.3156, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 5, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 10, 0.0224, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 12, 1.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 13, 2.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 14, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 15, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 16, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 17, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 18, 0.223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 20, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 21, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 22, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 23, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 24, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 29, 0.0228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 33, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 34, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 40, 0.1238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 41, 0.139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 42, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (211, 43, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 1, 0.7491, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 2, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 3, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 4, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 5, 0.0082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 6, 0.2284, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 7, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 8, 0.1223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 10, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 12, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 13, 3.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 15, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 16, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 17, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 19, 0.087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 20, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 21, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 22, 0.00665, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 23, 0.00334, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 24, 0.00367, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 25, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 27, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 28, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 30, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 33, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 34, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 35, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 36, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 39, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 40, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 41, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 42, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (212, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 1, 0.8774, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 2, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 3, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 5, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 6, 0.0946, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 7, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 8, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 10, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 12, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 13, 3.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 14, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 15, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 16, 0.00174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 17, 0.00237, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 19, 2.425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 20, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 22, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 23, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 24, 0.00278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 25, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 27, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 28, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 30, 11.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 31, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 33, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 34, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 35, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 36, 6.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 37, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 39, 7.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 40, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 42, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (213, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 1, 0.8774, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 2, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 3, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 5, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 6, 0.0946, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 7, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 8, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 10, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 12, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 13, 3.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 14, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 15, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 16, 0.00174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 17, 0.00237, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 19, 2.425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 20, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 22, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 23, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 24, 0.00278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 25, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 27, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 28, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 30, 11.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 31, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 33, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 34, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 35, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 36, 6.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 37, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 39, 7.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 40, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 42, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (214, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 1, 0.798, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 2, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 3, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 5, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 6, 0.168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 9, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 10, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 11, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 12, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 13, 3.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 14, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 15, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 16, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 17, 0.00292, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 18, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 19, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 20, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 21, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 22, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 23, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 24, 0.00345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 25, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 27, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 28, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 30, 11.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 31, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 40, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 42, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (215, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 1, 0.8944, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 2, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 3, 0.0164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 4, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 5, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 6, 0.0729, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 7, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 10, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 13, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 14, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 16, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 17, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 19, 0.092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 20, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 21, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 22, 0.01222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 23, 0.00278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 24, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 30, 6.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 31, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 40, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 41, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 42, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (216, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 1, 0.8944, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 2, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 3, 0.0164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 4, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 5, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 6, 0.0729, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 7, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 10, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 13, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 14, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 16, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 17, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 19, 0.092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 20, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 21, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 22, 0.01222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 23, 0.00278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 24, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 30, 6.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 31, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 40, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 41, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 42, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (217, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 1, 0.8944, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 2, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 3, 0.0164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 4, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 5, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 6, 0.0729, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 7, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 10, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 13, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 14, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 15, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 16, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 17, 0.00183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 19, 0.092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 20, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 21, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 22, 0.01222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 23, 0.00278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 24, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 30, 6.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 31, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 40, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 41, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 42, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (218, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 1, 0.7962, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 2, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 3, 0.0074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 5, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 6, 0.193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 7, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 10, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 12, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 13, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 14, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 15, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 16, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 17, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 19, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 20, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 21, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 22, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 23, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 25, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 28, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 30, 7.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 31, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 40, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 41, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 42, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (219, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 1, 0.8395, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 2, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 3, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 5, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 6, 0.138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 7, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 8, 0.0737, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 10, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 12, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 13, 2.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 15, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 16, 0.00107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 17, 0.00186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 19, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 20, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 21, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 23, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 24, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 25, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 28, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 30, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 33, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 34, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 36, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 39, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 40, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 41, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 42, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (10, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 1, 0.9027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 2, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 3, 0.0182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 4, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 5, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 6, 0.0714, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 7, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 8, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 9, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 10, 0.0104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 12, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 13, 2.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 16, 0.00069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 17, 0.00214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 19, 0.163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 20, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 21, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 22, 0.00752, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 23, 0.00094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 25, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 27, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 28, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 30, 6.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 31, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 33, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 34, 0.144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 35, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 36, 3.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 39, 6.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 41, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 42, 0.00059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (220, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 1, 0.933, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 2, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 3, 0.0115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 5, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 6, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 7, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 8, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 9, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 10, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 12, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 13, 1.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 14, 2.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 17, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 19, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 20, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 21, 0.00056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 22, 0.00201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 23, 0.00129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 24, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 25, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 27, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 28, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 30, 4.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 31, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 33, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 34, 0.099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 36, 2.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 39, 4.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 40, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 41, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 42, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (221, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 1, 0.8988, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 2, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 3, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 4, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 5, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 6, 0.0758, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 9, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 10, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 13, 1.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 15, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 16, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 17, 0.00385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 19, 0.129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 20, 0.00099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 21, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 22, 0.00499, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 23, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 24, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 25, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 27, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 28, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 30, 4.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 31, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 36, 2.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 40, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 42, 0.00108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (222, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 1, 0.893, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 2, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 3, 0.0282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 4, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 5, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 6, 0.0664, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 7, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 8, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 9, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 10, 0.0073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 11, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 12, 0.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 13, 3.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 14, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 15, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 16, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 17, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 18, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 19, 0.892, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 20, 0.00071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 21, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 22, 0.00639, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 23, 0.00573, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 24, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 25, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 27, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 28, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 30, 6.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 31, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 33, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 34, 1.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 35, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 36, 3.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 39, 16.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 40, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 42, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (223, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 1, 0.9146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 2, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 3, 0.0281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 5, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 6, 0.0478, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 7, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 8, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 9, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 10, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 12, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 13, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 14, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 15, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 17, 0.00294, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 19, 0.564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 20, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 21, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 22, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 23, 0.00279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 24, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 25, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 27, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 28, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 30, 10.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 31, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 33, 0.0122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 34, 0.916, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 35, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 36, 6.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 39, 13.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 40, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 41, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 42, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (224, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 1, 0.9146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 2, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 3, 0.0281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 5, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 6, 0.0478, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 7, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 8, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 9, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 10, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 12, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 13, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 14, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 15, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 17, 0.00294, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 19, 0.564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 20, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 21, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 22, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 23, 0.00279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 24, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 25, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 27, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 28, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 30, 10.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 31, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 33, 0.0122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 34, 0.916, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 35, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 36, 6.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 39, 13.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 40, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 41, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 42, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (225, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 1, 0.9146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 2, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 3, 0.0281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 5, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 6, 0.0478, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 7, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 8, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 9, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 10, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 12, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 13, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 14, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 15, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 17, 0.00294, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 19, 0.564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 20, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 21, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 22, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 23, 0.00279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 24, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 25, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 27, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 28, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 30, 10.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 31, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 33, 0.0122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 34, 0.916, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 35, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 36, 6.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 39, 13.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 40, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 41, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 42, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (226, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 1, 0.9055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 2, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 3, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 4, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 6, 0.0535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 7, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 8, 0.0147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 9, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 10, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 12, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 13, 2.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 15, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 16, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 17, 0.00256, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 18, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 19, 0.683, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 20, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 21, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 22, 0.00462, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 23, 0.00242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 24, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 25, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 27, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 28, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 30, 11.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 31, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 33, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 34, 1.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 35, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 36, 6.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 39, 15.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 40, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 41, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 42, 0.00162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (227, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 1, 0.9055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 2, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 3, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 4, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 6, 0.0535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 7, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 8, 0.0147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 9, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 10, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 12, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 13, 2.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 15, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 16, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 17, 0.00256, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 18, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 19, 0.683, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 20, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 21, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 22, 0.00462, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 23, 0.00242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 24, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 25, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 27, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 28, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 30, 11.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 31, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 33, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 34, 1.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 35, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 36, 6.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 39, 15.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 40, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 41, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 42, 0.00162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (228, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 1, 0.8437, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 2, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 3, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 4, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 5, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 6, 0.1493, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 7, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 8, 0.1393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 10, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 13, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 16, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 17, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 19, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 20, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 22, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 23, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 30, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 33, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 34, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 36, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 37, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 39, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 40, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 42, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (229, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 1, 0.8806, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 3, 0.0077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 4, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 5, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 6, 0.1066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 8, 0.0689, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 10, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 11, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 12, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 13, 1.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 15, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 16, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 17, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 19, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 20, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 21, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 22, 0.00204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 23, 0.00262, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 24, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 30, 11.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 31, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 33, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 35, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 36, 6.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 37, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 38, 14.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 40, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 41, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 42, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (230, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 1, 0.9215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 2, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 3, 0.0144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 4, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 5, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 6, 0.0558, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 7, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 8, 0.0358, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 9, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 10, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 11, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 12, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 13, 2.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 14, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 16, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 17, 0.00159, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 19, 0.322, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 20, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 21, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 22, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 23, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 24, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 25, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 27, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 28, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 30, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 34, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 35, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 36, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 39, 3.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 40, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 42, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (231, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 1, 0.8829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 3, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 6, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 8, 0.0454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 13, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 14, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 17, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 19, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 21, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 22, 0.00983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 23, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 30, 120.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 31, 6.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 33, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 34, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 35, 28.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 36, 57.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 37, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 39, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 42, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (43, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 1, 0.8829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 3, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 6, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 8, 0.0454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 13, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 14, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 17, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 19, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 21, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 22, 0.00983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 23, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 30, 120.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 31, 6.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 33, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 34, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 35, 28.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 36, 57.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 37, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 39, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 42, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (232, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 1, 0.8829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 3, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 6, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 8, 0.0454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 13, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 14, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 17, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 19, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 21, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 22, 0.00983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 23, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 30, 120.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 31, 6.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 33, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 34, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 35, 28.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 36, 57.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 37, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 39, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 42, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (233, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 1, 0.8829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 3, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 6, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 8, 0.0454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 13, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 14, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 17, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 19, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 21, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 22, 0.00983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 23, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 30, 120.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 31, 6.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 33, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 34, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 35, 28.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 36, 57.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 37, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 39, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 42, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (234, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 1, 0.8829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 3, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 6, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 8, 0.0454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 13, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 14, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 17, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 19, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 21, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 22, 0.00983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 23, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 30, 120.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 31, 6.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 33, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 34, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 35, 28.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 36, 57.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 37, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 39, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 42, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (235, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 1, 0.8829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 2, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 3, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 4, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 6, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 8, 0.0454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 10, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 13, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 14, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 17, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 19, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 21, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 22, 0.00983, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 23, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 30, 120.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 31, 6.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 33, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 34, 0.132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 35, 28.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 36, 57.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 37, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 39, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 42, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (236, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 1, 0.9295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 2, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 3, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 4, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 5, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 6, 0.0554, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 7, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 8, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 9, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 10, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 11, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 13, 1.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 14, 2.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 15, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 16, 0.00104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 17, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 19, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 20, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 22, 0.00552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 23, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 24, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 30, 111.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 31, 5.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 33, 0.0074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 34, 0.098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 35, 27.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 36, 53.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 40, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 42, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (237, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 1, 0.9295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 2, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 3, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 4, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 5, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 6, 0.0554, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 7, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 8, 0.0248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 9, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 10, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 11, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 13, 1.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 14, 2.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 15, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 16, 0.00104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 17, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 19, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 20, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 22, 0.00552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 23, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 24, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 30, 111.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 31, 5.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 33, 0.0074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 34, 0.098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 35, 27.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 36, 53.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 40, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 42, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (238, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 1, 0.9004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 2, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 3, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 4, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 5, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 6, 0.079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 7, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 8, 0.0476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 10, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 12, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 13, 2.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 14, 0.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 15, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 16, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 17, 0.00171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 19, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 20, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 21, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 22, 0.00464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 23, 0.00187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 24, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 30, 112.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 31, 5.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 33, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 34, 0.176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 35, 28.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 36, 53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 38, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 39, 2.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 40, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 42, 0.00263, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (239, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 1, 0.8898, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 2, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 3, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 6, 0.0932, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 8, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 9, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 10, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 11, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 12, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 13, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 15, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 16, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 17, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 19, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 20, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 21, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 23, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 24, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 30, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 35, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 37, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 39, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 40, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (240, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 1, 0.874, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 2, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 3, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 5, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 6, 0.107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 7, 0.047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 9, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 10, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 12, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 13, 1.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 16, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 19, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 20, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 21, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 22, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 23, 0.00232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 24, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 30, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 40, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (241, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 1, 0.9073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 2, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 3, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 5, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 6, 0.0863, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 13, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 16, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 17, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 19, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 20, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 21, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 23, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 30, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 37, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 39, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (242, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 1, 0.9073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 2, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 3, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 5, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 6, 0.0863, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 10, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 13, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 16, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 17, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 19, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 20, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 21, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 22, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 23, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 30, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 37, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 39, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (18, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 1, 0.9246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 2, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 3, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 5, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 6, 0.0648, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 10, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 11, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 12, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 13, 1.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 15, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 16, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 17, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 19, 0.248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 20, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 21, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 22, 0.00197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 23, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 24, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 30, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 37, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 39, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 40, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 42, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (243, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 1, 0.9239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 2, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 3, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 4, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 5, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 6, 0.065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 10, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 11, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 12, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 13, 0.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 16, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 17, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 19, 0.315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 20, 0.00059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 21, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 22, 0.00137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 23, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 24, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 30, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 33, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 37, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 39, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 40, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 41, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 42, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (244, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 1, 0.816, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 2, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 3, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 5, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 6, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 7, 0.106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 8, 0.0417, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 9, 1.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 10, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 11, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 12, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 13, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 15, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 16, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 19, 1.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 20, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 21, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 22, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 23, 0.00319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 24, 0.00172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 30, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 33, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 35, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 36, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 37, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 40, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (245, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 1, 0.9079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 2, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 3, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 4, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 5, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 6, 0.0842, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 8, 0.0169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 10, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 11, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 13, 1.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 15, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 16, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 19, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 20, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 21, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 22, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 23, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 24, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 30, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 33, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 36, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 40, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 42, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (246, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 1, 0.9251, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 2, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 3, 0.0201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 4, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 5, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 6, 0.0468, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 7, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 8, 0.0222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 10, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 13, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 14, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 16, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 17, 0.00197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 19, 0.488, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 20, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 21, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 22, 0.00429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 23, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 24, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 25, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 27, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 28, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 30, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 33, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 34, 0.148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 36, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 39, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 40, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 41, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 42, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (247, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 1, 0.9251, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 2, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 3, 0.0201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 4, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 5, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 6, 0.0468, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 7, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 8, 0.0222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 10, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 13, 1.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 14, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 16, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 17, 0.00197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 19, 0.488, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 20, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 21, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 22, 0.00429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 23, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 24, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 25, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 27, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 28, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 30, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 33, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 34, 0.148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 36, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 39, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 40, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 41, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 42, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (248, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 1, 0.9543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 3, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 5, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 6, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 8, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 9, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 13, 2.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 14, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 16, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 17, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 19, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 22, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 23, 0.00246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 25, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 27, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 28, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 30, 4.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 31, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 34, 0.293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 36, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 39, 2.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 40, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 41, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 42, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (249, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 1, 0.9543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 3, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 5, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 6, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 8, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 9, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 13, 2.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 14, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 16, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 17, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 19, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 22, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 23, 0.00246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 25, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 27, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 28, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 30, 4.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 31, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 34, 0.293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 36, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 39, 2.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 40, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 41, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 42, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (250, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 1, 0.9543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 3, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 5, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 6, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 8, 0.0183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 9, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 13, 2.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 14, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 16, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 17, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 19, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 22, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 23, 0.00246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 25, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 27, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 28, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 30, 4.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 31, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 34, 0.293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 36, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 39, 2.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 40, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 41, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 42, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (251, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 1, 0.9065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 2, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 3, 0.0327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 4, 0.0073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 5, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 6, 0.0435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 7, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 8, 0.0185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 9, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 10, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 11, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 12, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 13, 2.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 15, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 16, 0.00157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 17, 0.00373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 19, 0.581, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 20, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 21, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 22, 0.00647, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 23, 0.00324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 25, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 27, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 28, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 30, 43.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 31, 2.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 34, 2.127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 36, 26.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 39, 3.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 40, 0.00146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 41, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 42, 0.00267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (252, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 1, 0.9221, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 2, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 3, 0.0213, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 4, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 5, 0.0147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 6, 0.0367, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 8, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 9, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 10, 0.0177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 11, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 12, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 13, 5.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 14, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 15, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 16, 0.00225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 17, 0.00426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 19, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 20, 0.00067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 21, 0.00162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 22, 0.01114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 23, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 24, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 25, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 27, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 28, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 30, 67.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 31, 3.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 33, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 34, 3.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 35, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 36, 39.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 37, 2.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 39, 8.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 40, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 41, 0.00275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 42, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (253, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 1, 0.8134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 2, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 3, 0.0195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 4, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 5, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 6, 0.1541, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 8, 0.0283, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 10, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 11, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 12, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 13, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 14, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 15, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 16, 0.00056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 17, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 19, 0.055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 20, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 21, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 22, 0.00939, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 23, 0.00522, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 24, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 25, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 27, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 28, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 30, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 35, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 36, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 37, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 39, 8.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 40, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 41, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 42, 0.00234, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (254, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 1, 0.8675, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 2, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 3, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 4, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 5, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 6, 0.1175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 8, 0.0935, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 9, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 10, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 13, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 15, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 16, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 17, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 19, 0.532, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 20, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 21, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 22, 0.00282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 23, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 24, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 25, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 27, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 28, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 30, 2.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 31, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 35, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 36, 0.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 37, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 39, 1.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 40, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 42, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (255, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 1, 0.883, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 2, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 3, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 5, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 6, 0.104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 8, 0.084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 10, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 12, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 13, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 16, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 17, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 19, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 20, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 22, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 23, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 24, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 25, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 27, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 28, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 30, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 33, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 35, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 36, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 37, 1.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 39, 1.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 40, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 41, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 42, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (256, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 1, 0.7873, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 2, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 3, 0.0174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 4, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 5, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 6, 0.1813, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 8, 0.0323, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 10, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 12, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 13, 1.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 14, 2.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 15, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 16, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 17, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 19, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 20, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 21, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 22, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 23, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 24, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 25, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 27, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 28, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 30, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 33, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 35, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 36, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 37, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 39, 9.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 40, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 41, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 42, 0.00198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (257, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 1, 0.7703, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 2, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 3, 0.0255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 4, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 5, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 6, 0.193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 8, 0.0307, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 10, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 12, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 13, 2.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 15, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 16, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 17, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 19, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 20, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 21, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 22, 0.01311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 23, 0.00151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 24, 0.00099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 25, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 27, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 28, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 30, 1.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 33, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 35, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 36, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 37, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 39, 7.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 40, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 41, 0.00197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 42, 0.00318, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (258, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 1, 0.9523, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 2, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 3, 0.0065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 4, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 5, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 6, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 7, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 8, 0.0167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 9, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 10, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 13, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 15, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 16, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 17, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 19, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 20, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 21, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 22, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 23, 0.00259, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 24, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 30, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 34, 0.164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 35, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 36, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 37, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 39, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 40, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 41, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 42, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (259, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 1, 0.9673, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 2, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 3, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 4, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 5, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 6, 0.0216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 7, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 8, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 10, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 12, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 13, 1.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 16, 0.00071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 17, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 19, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 20, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 22, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 23, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 25, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 27, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 28, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 30, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 34, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 35, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 36, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 37, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 39, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 40, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 42, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (260, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 1, 0.9673, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 2, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 3, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 4, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 5, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 6, 0.0216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 7, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 8, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 10, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 12, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 13, 1.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 16, 0.00071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 17, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 19, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 20, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 22, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 23, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 25, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 27, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 28, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 30, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 34, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 35, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 36, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 37, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 39, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 40, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 42, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (261, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 1, 0.9673, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 2, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 3, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 4, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 5, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 6, 0.0216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 7, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 8, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 10, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 12, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 13, 1.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 16, 0.00071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 17, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 19, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 20, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 22, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 23, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 24, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 25, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 27, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 28, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 30, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 34, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 35, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 36, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 37, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 39, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 40, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 42, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (262, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 1, 0.9241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 2, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 3, 0.0101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 4, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 6, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 7, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 8, 0.0235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 10, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 12, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 13, 2.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 16, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 17, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 19, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 20, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 21, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 22, 0.00649, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 23, 0.00281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 24, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 25, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 27, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 28, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 30, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 33, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 34, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 36, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 40, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 41, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 42, 0.00076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (263, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 1, 0.9241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 2, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 3, 0.0101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 4, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 6, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 7, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 8, 0.0235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 10, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 12, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 13, 2.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 16, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 17, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 19, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 20, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 21, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 22, 0.00649, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 23, 0.00281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 24, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 25, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 27, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 28, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 30, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 33, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 34, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 36, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 40, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 41, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 42, 0.00076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (264, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 1, 0.7952, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 2, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 3, 0.0515, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 4, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 5, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 6, 0.1426, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 7, 0.055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 10, 0.0157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 11, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 12, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 13, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 14, 3.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 15, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 16, 0.00139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 17, 0.00414, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 19, 0.099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 20, 0.00283, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 21, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 22, 0.0148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 23, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 24, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 25, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 27, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 28, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 30, 6.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 31, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 40, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 41, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 42, 0.00129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (265, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 1, 0.5785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 2, 1.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 3, 0.0239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 4, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 5, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 6, 0.3817, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 7, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 8, 0.3737, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 9, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 10, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 11, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 12, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 13, 6.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 16, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 17, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 19, 1.379, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 20, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 21, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 22, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 23, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 24, 0.00156, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 25, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 27, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 28, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 30, 3.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 31, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 33, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 35, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 36, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 37, 3.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 39, 4.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 40, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 41, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 42, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (266, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 1, 0.881, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 2, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 3, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 4, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 5, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 6, 0.1078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 8, 0.084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 10, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 12, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 13, 1.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 16, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 17, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 19, 0.389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 20, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 21, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 22, 0.00202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 23, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 30, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 33, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 35, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 36, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 37, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 39, 1.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 40, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 42, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (267, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 1, 0.725, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 2, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 3, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 5, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 6, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 7, 0.106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 9, 1.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 10, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 12, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 13, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 15, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 16, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 19, 1.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 20, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 22, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 23, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 24, 0.00176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 25, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 27, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 28, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 30, 4.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 31, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 40, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 41, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 42, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (268, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 1, 0.725, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 2, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 3, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 5, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 6, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 7, 0.106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 9, 1.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 10, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 12, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 13, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 15, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 16, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 19, 1.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 20, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 22, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 23, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 24, 0.00176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 25, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 27, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 28, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 30, 4.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 31, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 40, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 41, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 42, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (269, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 1, 0.8472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 2, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 3, 0.0045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 4, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 5, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 6, 0.1455, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 7, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 8, 0.1325, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 10, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 13, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 16, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 17, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 19, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 20, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 22, 0.00593, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 23, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 24, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 30, 3.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 31, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 33, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 34, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 35, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 36, 1.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 37, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 39, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 40, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 41, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 42, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (270, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 1, 0.5858, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 2, 1.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 3, 0.0636, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 4, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 5, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 6, 0.3306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 7, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 8, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 9, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 10, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 12, 1.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 13, 4.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 15, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 16, 0.00299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 17, 0.01672, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 18, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 19, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 20, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 22, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 23, 0.00596, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 24, 0.01235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 34, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 39, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 40, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 42, 0.00249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (271, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 1, 0.5858, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 2, 1.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 3, 0.0636, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 4, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 5, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 6, 0.3306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 7, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 8, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 9, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 10, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 12, 1.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 13, 4.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 15, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 16, 0.00299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 17, 0.01672, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 18, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 19, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 20, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 22, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 23, 0.00596, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 24, 0.01235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 34, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 39, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 40, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 42, 0.00249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (41, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 1, 0.5858, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 2, 1.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 3, 0.0636, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 4, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 5, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 6, 0.3306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 7, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 8, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 9, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 10, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 12, 1.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 13, 4.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 15, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 16, 0.00299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 17, 0.01672, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 18, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 19, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 20, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 22, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 23, 0.00596, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 24, 0.01235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 34, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 39, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 40, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 42, 0.00249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (272, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 1, 0.5858, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 2, 1.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 3, 0.0636, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 4, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 5, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 6, 0.3306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 7, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 8, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 9, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 10, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 12, 1.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 13, 4.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 15, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 16, 0.00299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 17, 0.01672, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 18, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 19, 0.312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 20, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 22, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 23, 0.00596, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 24, 0.01235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 34, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 39, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 40, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 42, 0.00249, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (273, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 1, 0.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 2, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 3, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 5, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 6, 0.1415, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 7, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 8, 0.039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 9, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 10, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 11, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 13, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 14, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 15, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 16, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 17, 0.00481, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 19, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 20, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 22, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 23, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 24, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 25, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 27, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 28, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 30, 16.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 31, 0.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 33, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 34, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 36, 10, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 39, 19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 40, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 41, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 42, 0.00166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (274, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 1, 0.6734, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 2, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 3, 0.0896, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 4, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 5, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 6, 0.2214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 9, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 10, 0.0321, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 11, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 12, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 13, 3.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 15, 0.0151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 16, 0.00352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 17, 0.00506, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 19, 0.165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 20, 0.00228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 21, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 22, 0.01128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 23, 0.00578, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 24, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 25, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 27, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 28, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 30, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 40, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 41, 0.00104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 42, 0.00219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (275, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 1, 0.8371, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 2, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 3, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 4, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 5, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 6, 0.1546, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 7, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 8, 0.098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 10, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 11, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 13, 1.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 16, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 17, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 19, 0.042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 20, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 22, 0.00157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 23, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 24, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 25, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 27, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 28, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 30, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 34, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 37, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 39, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 40, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 41, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 42, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (276, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 1, 0.8351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 2, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 3, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 6, 0.157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 7, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 8, 0.1445, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 10, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 13, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 16, 0.00086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 17, 0.01121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 19, 0.095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 20, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 22, 0.00284, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 23, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 30, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 36, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 40, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 42, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (277, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 1, 0.8351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 2, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 3, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 6, 0.157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 7, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 8, 0.1445, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 10, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 12, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 13, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 15, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 16, 0.00086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 17, 0.01121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 19, 0.095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 20, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 22, 0.00284, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 23, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 30, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 36, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 40, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 42, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (278, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 1, 0.8553, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 2, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 3, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 6, 0.1378, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 8, 0.1358, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 9, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 10, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 12, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 13, 1.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 15, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 16, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 17, 0.0099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 19, 0.107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 20, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 21, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 22, 0.00257, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 23, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 24, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 25, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 27, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 28, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 30, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 40, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 42, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (279, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 1, 0.9564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 2, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 3, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 4, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 5, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 6, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 8, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 10, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 11, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 13, 1.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 14, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 15, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 16, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 17, 0.00125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 19, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 20, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 22, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 23, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 24, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 30, 5.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 31, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 34, 0.241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 35, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 36, 2.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 39, 2.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 40, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 42, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (280, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 1, 0.9507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 2, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 3, 0.0136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 4, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 5, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 6, 0.0279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 7, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 8, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 10, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 12, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 13, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 14, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 16, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 17, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 19, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 20, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 21, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 22, 0.00375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 23, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 25, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 27, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 28, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 30, 74.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 31, 3.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 33, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 34, 1.736, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 36, 44.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 39, 17.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 40, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 42, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (281, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 1, 0.9507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 2, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 3, 0.0136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 4, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 5, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 6, 0.0279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 7, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 8, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 10, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 12, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 13, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 14, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 16, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 17, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 19, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 20, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 21, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 22, 0.00375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 23, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 25, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 27, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 28, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 30, 74.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 31, 3.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 33, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 34, 1.736, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 36, 44.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 39, 17.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 40, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 42, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (282, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 1, 0.9246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 2, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 3, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 4, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 5, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 6, 0.0324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 8, 0.0186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 10, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 11, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 12, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 13, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 15, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 16, 0.00319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 17, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 18, 0.089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 19, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 20, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 21, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 22, 0.03854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 23, 0.01508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 24, 0.00116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 29, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 40, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 42, 0.00139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (283, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 1, 0.9246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 2, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 3, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 4, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 5, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 6, 0.0324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 8, 0.0186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 10, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 11, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 12, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 13, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 15, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 16, 0.00319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 17, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 18, 0.089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 19, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 20, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 21, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 22, 0.03854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 23, 0.01508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 24, 0.00116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 29, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 40, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 42, 0.00139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (27, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 1, 0.9246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 2, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 3, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 4, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 5, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 6, 0.0324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 8, 0.0186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 10, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 11, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 12, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 13, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 15, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 16, 0.00319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 17, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 18, 0.089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 19, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 20, 0.00091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 21, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 22, 0.03854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 23, 0.01508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 24, 0.00116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 29, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 40, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 41, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 42, 0.00139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (284, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 1, 0.095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 2, 2.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 3, 0.0958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 4, 0.0099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 5, 0.0456, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 6, 0.7537, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 7, 0.115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 8, 0.2237, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 10, 0.0172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 11, 1.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 12, 2.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 13, 15.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 14, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 15, 0.0766, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 16, 0.05165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 17, 0.01176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 18, 1.359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 19, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 20, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 21, 0.0127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 22, 0.141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 23, 0.21879, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 24, 0.00965, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 25, 1.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 27, 1.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 28, 1.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 34, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 40, 0.00247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 41, 0.00307, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 42, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (285, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (286, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (287, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (288, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (42, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (289, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (290, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (291, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (292, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (293, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (294, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 1, 0.8854, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 2, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 3, 0.0092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 5, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 6, 0.1011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 8, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 10, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 12, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 13, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 15, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 16, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 17, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 19, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 22, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 23, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 24, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 34, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 39, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (295, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 1, 0.3092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 2, 2.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 3, 0.0218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 4, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 5, 0.0264, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 6, 0.6388, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 7, 0.071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 8, 0.3813, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 9, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 10, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 11, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 12, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 13, 7.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 15, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 16, 0.00281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 17, 0.00299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 19, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 20, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 21, 0.00186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 22, 0.01882, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 23, 0.00422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 24, 0.00205, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 30, 7.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 31, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 33, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 34, 0.595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 35, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 36, 3.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 37, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 39, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 40, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 41, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (296, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 1, 0.1543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 2, 2.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 3, 0.0307, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 4, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 5, 0.0185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 6, 0.7918, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 7, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 8, 0.5919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 9, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 10, 0.0188, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 11, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 12, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 13, 7.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 14, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 15, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 16, 0.00318, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 17, 0.00299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 19, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 20, 0.00106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 21, 0.00125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 22, 0.00766, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 23, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 24, 0.00174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 34, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 40, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 41, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 42, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (297, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 1, 0.0393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 2, 3.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 3, 0.0895, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 4, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 5, 0.0338, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 6, 0.8328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 7, 0.092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 8, 0.3589, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 9, 2.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 10, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 11, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 12, 3.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 13, 16.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 15, 0.0189, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 16, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 17, 0.01389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 18, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 19, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 20, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 21, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 22, 0.0099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 23, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 24, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 25, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 27, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 28, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 30, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 34, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 39, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 40, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 41, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 42, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (298, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 1, 0.0393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 2, 3.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 3, 0.0895, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 4, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 5, 0.0338, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 6, 0.8328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 7, 0.092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 8, 0.3589, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 9, 2.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 10, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 11, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 12, 3.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 13, 16.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 15, 0.0189, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 16, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 17, 0.01389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 18, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 19, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 20, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 21, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 22, 0.0099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 23, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 24, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 25, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 27, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 28, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 30, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 34, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 39, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 40, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 41, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 42, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (299, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 1, 0.0393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 2, 3.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 3, 0.0895, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 4, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 5, 0.0338, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 6, 0.8328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 7, 0.092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 8, 0.3589, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 9, 2.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 10, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 11, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 12, 3.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 13, 16.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 15, 0.0189, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 16, 0.00416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 17, 0.01389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 18, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 19, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 20, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 21, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 22, 0.0099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 23, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 24, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 25, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 27, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 28, 1.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 30, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 33, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 34, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 39, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 40, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 41, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 42, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (300, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 1, 0.9199, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 2, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 3, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 6, 0.0681, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 7, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 9, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 10, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 11, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 12, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 13, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 14, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 15, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 16, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 17, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 19, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 20, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 21, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 22, 0.00151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 23, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 24, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 25, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 27, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 28, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 30, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 40, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 42, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (301, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 1, 0.8771, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 2, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 3, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 4, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 5, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 6, 0.0633, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 7, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 8, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 9, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 10, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 11, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 12, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 13, 5.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 14, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 15, 0.0107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 16, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 17, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 19, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 20, 0.00086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 21, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 22, 0.01313, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 23, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 25, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 27, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 28, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 30, 84.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 31, 4.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 33, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 34, 16.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 36, 50.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 39, 55.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 40, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 41, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 42, 0.00124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (303, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 1, 0.8771, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 2, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 3, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 4, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 5, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 6, 0.0633, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 7, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 8, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 9, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 10, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 11, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 12, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 13, 5.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 14, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 15, 0.0107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 16, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 17, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 19, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 20, 0.00086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 21, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 22, 0.01313, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 23, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 25, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 27, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 28, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 30, 84.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 31, 4.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 33, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 34, 16.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 36, 50.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 39, 55.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 40, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 41, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 42, 0.00124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (304, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 1, 0.8771, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 2, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 3, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 4, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 5, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 6, 0.0633, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 7, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 8, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 9, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 10, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 11, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 12, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 13, 5.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 14, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 15, 0.0107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 16, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 17, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 18, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 19, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 20, 0.00086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 21, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 22, 0.01313, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 23, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 25, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 27, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 28, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 30, 84.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 31, 4.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 33, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 34, 16.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 36, 50.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 39, 55.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 40, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 41, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 42, 0.00124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (305, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 1, 0.7953, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 2, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 3, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 5, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 6, 0.1799, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 7, 0.049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 8, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 10, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 11, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 12, 0.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 13, 3.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 14, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 15, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 16, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 17, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 18, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 19, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 20, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 21, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 22, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 23, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 24, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 25, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 27, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 28, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 33, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 34, 0.225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 40, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 41, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 42, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (306, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 1, 0.817, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 2, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 3, 0.0442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 4, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 6, 0.1258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 7, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 8, 0.0416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 9, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 10, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 12, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 13, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 14, 2.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 15, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 16, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 17, 0.00303, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 18, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 19, 0.096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 20, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 21, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 22, 0.00732, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 23, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 24, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 30, 5.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 34, 0.214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 36, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 39, 13.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 40, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 41, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 42, 0.00163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (307, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 1, 0.817, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 2, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 3, 0.0442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 4, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 6, 0.1258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 7, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 8, 0.0416, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 9, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 10, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 12, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 13, 1.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 14, 2.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 15, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 16, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 17, 0.00303, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 18, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 19, 0.096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 20, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 21, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 22, 0.00732, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 23, 0.00128, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 24, 0.00064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 30, 5.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 31, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 34, 0.214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 36, 3.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 39, 13.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 40, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 41, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 42, 0.00163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (308, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 1, 0.7993, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 2, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 3, 0.0521, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 4, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 5, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 6, 0.1371, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 7, 0.042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 8, 0.0538, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 9, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 10, 0.0153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 12, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 13, 1.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 14, 1.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 15, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 16, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 17, 0.00338, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 18, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 19, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 20, 0.00258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 21, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 22, 0.01707, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 23, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 25, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 27, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 28, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 30, 20.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 31, 1.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 33, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 34, 0.235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 35, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 36, 12.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 39, 23.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 40, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 41, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 42, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (309, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 1, 0.735, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 2, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 3, 0.0432, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 4, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 5, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 6, 0.1891, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 7, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 8, 0.1218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 10, 0.0298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 11, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 12, 0.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 13, 10.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 14, 7.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 15, 0.0063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 16, 0.00365, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 17, 0.00302, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 18, 0.053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 19, 0.219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 20, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 21, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 22, 0.03076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 23, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 24, 0.00216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 25, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 27, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 28, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 30, 15.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 31, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 33, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 34, 0.114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 35, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 36, 9.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 38, 287.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 40, 0.00107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 41, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 42, 0.00224, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (310, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 1, 0.7958, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 2, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 3, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 4, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 5, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 6, 0.1991, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 10, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 12, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 13, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 14, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 15, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 16, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 17, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 19, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 22, 0.00188, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 23, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 30, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 40, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 41, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 42, 0.00054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (311, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 1, 0.8815, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 2, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 3, 0.0217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 4, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 5, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 6, 0.0848, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 7, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 9, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 10, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 12, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 13, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 14, 2.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 15, 0.0058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 16, 0.00103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 17, 0.00357, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 19, 0.066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 20, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 21, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 22, 0.00581, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 23, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 24, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 25, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 27, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 28, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 30, 57.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 31, 2.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 40, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 41, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 42, 0.00129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (312, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 1, 0.9389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 2, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 3, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 5, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 6, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 10, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 13, 1.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 16, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 17, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 19, 0.804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 20, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 22, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 23, 0.00099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 24, 0.00224, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 30, 3.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 31, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 33, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 34, 0.074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 35, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 36, 2.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 37, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 39, 3.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 40, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (313, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 1, 0.9389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 2, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 3, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 5, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 6, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 10, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 13, 1.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 16, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 17, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 19, 0.804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 20, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 22, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 23, 0.00099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 24, 0.00224, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 30, 3.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 31, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 33, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 34, 0.074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 35, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 36, 2.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 37, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 39, 3.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 40, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (314, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 1, 0.9389, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 2, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 3, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 4, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 5, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 6, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 8, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 10, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 13, 1.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 15, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 16, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 17, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 19, 0.804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 20, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 22, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 23, 0.00099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 24, 0.00224, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 30, 3.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 31, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 33, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 34, 0.074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 35, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 36, 2.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 37, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 39, 3.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 40, 0.00058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 42, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (315, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 1, 0.7934, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 2, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 4, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 5, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 6, 0.1747, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 7, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 8, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 10, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 12, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 13, 4.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 16, 0.00108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 17, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 19, 0.197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 20, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 21, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 22, 0.01054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 23, 0.00296, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 24, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 39, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 42, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (316, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 1, 0.7934, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 2, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 4, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 5, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 6, 0.1747, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 7, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 8, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 10, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 12, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 13, 4.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 16, 0.00108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 17, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 19, 0.197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 20, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 21, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 22, 0.01054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 23, 0.00296, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 24, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 39, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 42, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (317, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 1, 0.7934, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 2, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 4, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 5, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 6, 0.1747, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 7, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 8, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 10, 0.0078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 12, 0.57, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 13, 4.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 16, 0.00108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 17, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 19, 0.197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 20, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 21, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 22, 0.01054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 23, 0.00296, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 24, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 39, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 42, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (318, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 1, 0.8329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 2, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 3, 0.0257, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 5, 0.0161, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 6, 0.1244, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 7, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 10, 0.0324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 12, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 13, 4.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 14, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 15, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 16, 0.00423, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 17, 0.00602, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 19, 0.114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 20, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 21, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 22, 0.01033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 23, 0.00302, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 24, 0.00239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 25, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 27, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 28, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 41, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 42, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (319, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 1, 0.6833, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 2, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 3, 0.0174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 4, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 5, 0.0366, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 6, 0.2578, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 7, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 8, 0.2214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 10, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 11, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 13, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 14, 11.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 16, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 17, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 19, 0.151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 21, 0.00468, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 22, 0.01501, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 23, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 24, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 30, 9.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 31, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 33, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 34, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 36, 5.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 38, 170.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 40, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 41, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 42, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (320, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 1, 0.6833, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 2, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 3, 0.0174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 4, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 5, 0.0366, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 6, 0.2578, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 7, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 8, 0.2214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 10, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 11, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 12, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 13, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 14, 11.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 15, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 16, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 17, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 19, 0.151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 20, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 21, 0.00468, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 22, 0.01501, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 23, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 24, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 30, 9.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 31, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 33, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 34, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 36, 5.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 38, 170.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 40, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 41, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 42, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (321, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 1, 0.8428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 2, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 3, 0.0141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 4, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 5, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 6, 0.1361, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 7, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 10, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 12, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 14, 2.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 15, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 16, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 17, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 19, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 20, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 21, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 22, 0.00915, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 23, 0.00354, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 24, 0.00188, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 40, 0.00054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 41, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (322, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 1, 0.8428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 2, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 3, 0.0141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 4, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 5, 0.0086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 6, 0.1361, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 7, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 10, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 11, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 12, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 14, 2.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 15, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 16, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 17, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 19, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 20, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 21, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 22, 0.00915, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 23, 0.00354, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 24, 0.00188, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 40, 0.00054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 41, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (323, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 1, 0.8124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 2, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 3, 0.0179, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 4, 0.0512, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 5, 0.0104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 6, 0.1081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 7, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 8, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 9, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 10, 0.0016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 12, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 13, 1.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 14, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 16, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 17, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 18, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 19, 0.101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 20, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 22, 0.00766, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 23, 0.00344, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 24, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 29, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 30, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 31, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 32, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 33, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 34, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 36, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 39, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 40, 0.02801, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 41, 0.01154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 42, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (324, 43, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 1, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 2, 3.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 3, 0.0822, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 4, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 5, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 6, 0.8551, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 7, 0.071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 8, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 9, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 10, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 11, 0.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 12, 2.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 13, 7.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 14, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 15, 0.0091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 16, 0.00102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 17, 0.01121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 18, 0.271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 19, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 20, 0.00453, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 21, 0.00253, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 22, 0.04765, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 23, 0.00345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 24, 0.00861, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 25, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 27, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 28, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 30, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 34, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 36, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 39, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 40, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 41, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 42, 0.00238, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (325, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 1, 0.9167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 2, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 3, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 4, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 5, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 6, 0.0412, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 8, 0.0351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 10, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 12, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 13, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 14, 12.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 15, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 16, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 17, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 19, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 20, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 21, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 22, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 23, 0.00054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 24, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 30, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 34, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 35, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 36, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 37, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 39, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 40, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 41, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 42, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (326, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 1, 0.6526, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 2, 1.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 3, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 4, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 5, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 6, 0.3181, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 8, 0.0351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 10, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 11, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 12, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 13, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 14, 9.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 15, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 16, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 17, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 20, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 21, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 22, 0.00174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 23, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 24, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 30, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 34, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 35, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 36, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 37, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 39, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 40, 0.00067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 41, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 42, 0.00106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (327, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 1, 0.931, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 2, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 3, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 5, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 6, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 7, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 8, 0.0287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 10, 0.0168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 12, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 13, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 14, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 15, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 16, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 17, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 19, 0.849, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 20, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 21, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 22, 0.00615, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 23, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 24, 0.00215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 30, 26.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 31, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 33, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 34, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 35, 2.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 36, 14.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 39, 4.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 40, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 41, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 42, 0.00161, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (328, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 1, 0.931, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 2, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 3, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 4, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 5, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 6, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 7, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 8, 0.0287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 10, 0.0168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 12, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 13, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 14, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 15, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 16, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 17, 0.00092, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 19, 0.849, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 20, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 21, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 22, 0.00615, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 23, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 24, 0.00215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 30, 26.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 31, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 33, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 34, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 35, 2.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 36, 14.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 39, 4.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 40, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 41, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 42, 0.00161, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (329, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 1, 0.6207, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 2, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 3, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 4, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 5, 0.0203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 6, 0.3505, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 8, 0.0351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 10, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 13, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 14, 8.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 15, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 16, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 17, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 19, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 21, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 22, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 23, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 24, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 30, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 34, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 35, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 36, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 37, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 39, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 40, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 41, 0.00209, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 42, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (330, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 1, 0.6207, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 2, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 3, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 4, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 5, 0.0203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 6, 0.3505, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 8, 0.0351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 10, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 13, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 14, 8.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 15, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 16, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 17, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 19, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 21, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 22, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 23, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 24, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 30, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 34, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 35, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 36, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 37, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 39, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 40, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 41, 0.00209, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 42, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (331, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 1, 0.6207, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 2, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 3, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 4, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 5, 0.0203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 6, 0.3505, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 8, 0.0351, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 10, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 11, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 13, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 14, 8.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 15, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 16, 0.00085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 17, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 19, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 21, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 22, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 23, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 24, 0.00015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 30, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 34, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 35, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 36, 0.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 37, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 39, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 40, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 41, 0.00209, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 42, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (332, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 1, 0.9273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 2, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 3, 0.0271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 4, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 5, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 6, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 9, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 10, 0.0079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 11, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 12, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 13, 4.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 15, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 16, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 17, 0.00196, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 19, 0.341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 20, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 21, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 22, 0.00705, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 23, 0.00367, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 24, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 25, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 27, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 28, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 40, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 41, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 42, 0.00169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (333, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 1, 0.916, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 2, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 3, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 5, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 6, 0.065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 7, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 8, 0.0136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 9, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 10, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 12, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 13, 3.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 15, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 16, 0.00127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 17, 0.00125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 19, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 20, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 21, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 22, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 23, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 24, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 25, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 28, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 30, 73.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 31, 3.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 33, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 34, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 35, 5.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 36, 31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 37, 21.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 39, 15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 40, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 41, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 42, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (334, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 1, 0.9169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 2, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 3, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 4, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 5, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 6, 0.0591, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 8, 0.0346, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 10, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 11, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 12, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 13, 2.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 15, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 16, 0.00133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 17, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 19, 0.443, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 20, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 21, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 22, 0.01117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 23, 0.00228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 24, 0.00508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 25, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 27, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 28, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 30, 7.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 31, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 34, 0.097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 35, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 36, 4.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 37, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 39, 4.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 40, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 41, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 42, 0.00319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (335, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 1, 0.9325, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 2, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 3, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 4, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 5, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 6, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 10, 0.0133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 11, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 13, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 14, 3.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 19, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 20, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 22, 0.00627, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 23, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 24, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 25, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 27, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 28, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 30, 1.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 40, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 41, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 42, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (336, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 1, 0.9325, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 2, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 3, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 4, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 5, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 6, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 9, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 10, 0.0133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 11, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 13, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 14, 3.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 19, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 20, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 21, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 22, 0.00627, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 23, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 24, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 25, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 27, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 28, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 30, 1.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 40, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 41, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 42, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (337, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 1, 0.9527, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 3, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 5, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 6, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 8, 0.0212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 9, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 10, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 13, 2.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 14, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 15, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 16, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 17, 0.00069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 19, 0.148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 20, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 21, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 22, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 23, 0.00165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 24, 0.00071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 25, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 28, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 30, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 34, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 36, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 39, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 40, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 41, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 42, 0.00045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (338, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 1, 0.914, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 2, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 3, 0.0286, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 4, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 5, 0.0172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 6, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 7, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 8, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 9, 0.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 10, 0.0271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 11, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 12, 0.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 13, 5.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 14, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 15, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 16, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 17, 0.00897, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 19, 0.281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 20, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 21, 0.00189, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 22, 0.00724, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 23, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 24, 0.00195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 25, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 27, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 28, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 30, 93.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 31, 4.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 33, 0.0203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 34, 4.829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 36, 56.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 39, 121.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 40, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 42, 0.00165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (339, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 1, 0.914, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 2, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 3, 0.0286, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 4, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 5, 0.0172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 6, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 7, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 8, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 9, 0.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 10, 0.0271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 11, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 12, 0.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 13, 5.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 14, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 15, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 16, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 17, 0.00897, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 18, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 19, 0.281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 20, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 21, 0.00189, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 22, 0.00724, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 23, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 24, 0.00195, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 25, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 27, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 28, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 30, 93.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 31, 4.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 33, 0.0203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 34, 4.829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 36, 56.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 39, 121.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 40, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 41, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 42, 0.00165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (340, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 1, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 2, 5.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 3, 0.2126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 4, 0.5064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 5, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 6, 0.1974, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 7, 0.118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 8, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 9, 2.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 10, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 11, 2.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 12, 4.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 13, 7.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 15, 0.0336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 16, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 17, 0.02535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 20, 0.00241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 21, 0.00811, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 22, 0.03925, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 23, 0.00349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 24, 0.00131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 30, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 33, 0.2587, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 40, 0.03881, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 41, 0.32155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 42, 0.12214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (9, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 1, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 2, 5.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 3, 0.2126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 4, 0.5064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 5, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 6, 0.1974, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 7, 0.118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 8, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 9, 2.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 10, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 11, 2.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 12, 4.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 13, 7.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 15, 0.0336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 16, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 17, 0.02535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 20, 0.00241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 21, 0.00811, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 22, 0.03925, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 23, 0.00349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 24, 0.00131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 30, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 33, 0.2587, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 40, 0.03881, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 41, 0.32155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 42, 0.12214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (341, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 1, 0.0525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 2, 5.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 3, 0.2126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 4, 0.5064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 5, 0.0311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 6, 0.1974, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 7, 0.118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 8, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 9, 2.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 10, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 11, 2.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 12, 4.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 13, 7.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 15, 0.0336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 16, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 17, 0.02535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 20, 0.00241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 21, 0.00811, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 22, 0.03925, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 23, 0.00349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 24, 0.00131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 30, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 33, 0.2587, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 36, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 40, 0.03881, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 41, 0.32155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 42, 0.12214, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (342, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 1, 0.1408, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 2, 4.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 3, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 4, 0.2774, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 5, 0.0137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 6, 0.4781, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 7, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 8, 0.3625, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 9, 1.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 10, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 11, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 12, 2.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 13, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 15, 0.0148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 16, 0.00454, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 17, 0.00856, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 18, 0.042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 19, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 20, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 21, 0.00414, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 22, 0.01422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 23, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 24, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 25, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 27, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 28, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 33, 0.1354, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 39, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 40, 0.02629, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 41, 0.18012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 42, 0.05821, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (343, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 1, 0.5747, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 2, 2.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 3, 0.2311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 4, 0.1886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 5, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 9, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 10, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 12, 1.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 13, 3.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 14, 0.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 15, 0.0396, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 16, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 17, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 18, 0.343, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 19, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 20, 0.00638, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 21, 0.00355, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 22, 0.04061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 23, 0.00665, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 24, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 29, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 30, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 32, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 33, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 40, 0.0697, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 41, 0.0827, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 42, 0.0176, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (344, 43, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 1, 0.9464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 2, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 3, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 4, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 5, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 6, 0.0335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 7, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 8, 0.0173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 10, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 11, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 12, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 13, 2.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 14, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 16, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 17, 0.00175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 19, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 21, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 22, 0.00487, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 23, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 24, 0.00218, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 30, 2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 33, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 34, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 36, 1.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 39, 21.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 40, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 41, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 42, 0.00076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (26, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 1, 0.4699, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 2, 3.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 3, 0.0333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 4, 0.3349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 6, 0.1523, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 7, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 8, 0.0623, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 10, 0.0243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 11, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 12, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 13, 3.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 14, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 15, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 16, 0.00435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 17, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 18, 0.101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 19, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 20, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 21, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 22, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 23, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 24, 0.00054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 25, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 27, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 28, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 33, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 40, 0.29698, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 41, 0.01425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 42, 0.00366, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (345, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 1, 0.7288, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 2, 1.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 3, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 4, 0.2133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 6, 0.0281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 10, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 11, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 12, 0.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 13, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 14, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 15, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 16, 0.00223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 17, 0.00768, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 19, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 20, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 22, 0.00637, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 23, 0.00153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 24, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 25, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 27, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 28, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 40, 0.18915, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 41, 0.00907, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 42, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (346, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 1, 0.0531, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 2, 6.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 3, 0.1495, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 4, 0.6075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 5, 0.0229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 6, 0.167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 7, 0.097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 8, 0.0434, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 9, 1.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 10, 0.047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 11, 1.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 12, 2.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 13, 6.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 15, 0.0245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 16, 0.01725, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 17, 0.06175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 18, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 19, 0.063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 20, 0.00643, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 21, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 22, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 23, 0.00918, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 24, 0.00563, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 25, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 27, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 28, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 33, 0.1503, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 34, 0.142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 35, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 36, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 39, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 40, 0.04464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 41, 0.45652, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 42, 0.0792, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (347, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 1, 0.0352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 2, 6.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 3, 0.0917, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 4, 0.7197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 5, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 6, 0.1386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 7, 0.096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 8, 0.0397, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 9, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 10, 0.0253, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 11, 1.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 12, 2.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 13, 4.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 15, 0.0453, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 16, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 17, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 18, 0.038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 19, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 20, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 21, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 22, 0.01167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 23, 0.00863, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 24, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 25, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 27, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 28, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 30, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 33, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 34, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 36, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 37, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 39, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 40, 0.0618, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 41, 0.40801, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 42, 0.21614, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (348, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 1, 0.0352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 2, 6.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 3, 0.0917, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 4, 0.7197, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 5, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 6, 0.1386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 7, 0.096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 8, 0.0397, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 9, 0.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 10, 0.0253, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 11, 1.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 12, 2.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 13, 4.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 15, 0.0453, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 16, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 17, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 18, 0.038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 19, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 20, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 21, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 22, 0.01167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 23, 0.00863, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 24, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 25, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 27, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 28, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 30, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 31, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 33, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 34, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 36, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 37, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 39, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 40, 0.0618, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 41, 0.40801, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 42, 0.21614, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (349, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 1, 0.402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 2, 4.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 3, 0.116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 4, 0.4504, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 5, 0.0251, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 6, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 10, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 12, 1.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 13, 2.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 14, 8.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 15, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 16, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 17, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 18, 0.202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 20, 0.00281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 21, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 22, 0.03828, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 23, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 24, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 29, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 30, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 31, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 32, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 33, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 40, 0.14993, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 41, 0.20047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 42, 0.04821, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (350, 43, 0.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 1, 0.1232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 2, 5.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 3, 0.3704, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 4, 0.4178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 5, 0.0743, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 6, 0.0143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 10, 0.0144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 11, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 12, 5.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 13, 5.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 14, 23.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 15, 0.035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 16, 0.00164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 17, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 18, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 20, 0.00404, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 21, 0.00264, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 22, 0.11099, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 23, 0.01171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 24, 0.00349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 29, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 30, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 31, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 32, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 33, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 40, 0.13739, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 41, 0.1852, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 42, 0.04548, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (351, 43, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 1, 0.7388, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 2, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 3, 0.0198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 5, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 6, 0.2319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 7, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 10, 0.0133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 11, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 12, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 13, 2.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 14, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 15, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 16, 0.00278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 17, 0.00988, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 19, 0.052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 20, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 22, 0.00955, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 23, 0.00512, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 24, 0.00235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 40, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 41, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 42, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (352, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 1, 0.945, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 2, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 3, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 5, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 6, 0.0392, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 7, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 8, 0.0263, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 10, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 12, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 13, 2.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 16, 0.00059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 17, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 19, 0.127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 20, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 22, 0.00594, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 23, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 24, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 25, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 27, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 28, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 30, 8.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 31, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 33, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 34, 0.079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 35, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 36, 4.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 38, 25.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 39, 1.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 40, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 41, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 42, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (38, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 1, 0.9154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 2, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 3, 0.0091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 4, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 5, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 6, 0.0619, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 7, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 8, 0.0441, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 10, 0.0133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 12, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 13, 2.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 14, 2.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 15, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 16, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 17, 0.00059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 19, 0.079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 20, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 21, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 22, 0.00714, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 23, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 24, 0.00017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 30, 1.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 31, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 33, 0.0083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 34, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 36, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 38, 40.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 39, 1.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 40, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 41, 0.00029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 42, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (353, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 1, 0.939, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 2, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 3, 0.0076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 4, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 5, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 6, 0.0424, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 8, 0.0356, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 10, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 11, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 12, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 13, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 14, 2.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 15, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 16, 0.00061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 17, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 19, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 20, 0.00047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 21, 0.00031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 22, 0.00673, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 23, 0.0025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 24, 0.00111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 25, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 27, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 28, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 30, 4.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 31, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 33, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 34, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 36, 2.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 38, 90.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 39, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 40, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 42, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (354, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 1, 0.059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 2, 6.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 3, 0.1157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 4, 0.6098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 5, 0.0226, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 6, 0.193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 7, 0.107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 10, 0.0306, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 11, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 12, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 13, 6.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 14, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 15, 0.0428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 16, 0.01035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 17, 0.04333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 19, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 20, 0.01243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 21, 0.00223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 22, 0.0437, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 23, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 24, 0.00111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 25, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 27, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 28, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 30, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 40, 0.09377, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 41, 0.22942, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 42, 0.25668, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (355, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 1, 0.0456, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 2, 6.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 3, 0.2406, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 4, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 5, 0.0247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 6, 0.0991, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 7, 0.068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 8, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 9, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 10, 0.0312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 11, 2.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 12, 5.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 13, 5.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 15, 0.0337, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 16, 0.0136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 17, 0.03896, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 18, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 19, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 20, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 21, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 22, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 23, 0.0166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 24, 0.00583, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 25, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 27, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 28, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 30, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 33, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 34, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 36, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 39, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 40, 0.03368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 41, 0.15004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 42, 0.35077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (356, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 1, 0.0456, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 2, 6.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 3, 0.2406, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 4, 0.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 5, 0.0247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 6, 0.0991, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 7, 0.068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 8, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 9, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 10, 0.0312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 11, 2.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 12, 5.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 13, 5.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 15, 0.0337, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 16, 0.0136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 17, 0.03896, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 18, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 19, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 20, 0.00057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 21, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 22, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 23, 0.0166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 24, 0.00583, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 25, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 27, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 28, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 30, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 33, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 34, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 36, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 39, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 40, 0.03368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 41, 0.15004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 42, 0.35077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (357, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 1, 0.584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 2, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 3, 0.2157, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 4, 0.1677, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 5, 0.0333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 10, 0.0087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 11, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 13, 2.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 14, 11.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 15, 0.0232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 16, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 17, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 18, 0.227, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 20, 0.00601, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 21, 0.00221, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 22, 0.04461, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 23, 0.00457, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 24, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 29, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 33, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 40, 0.0598, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 41, 0.0788, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 42, 0.0181, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (358, 43, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 1, 0.621, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 2, 2.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 10, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 12, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 13, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 15, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 16, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 17, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 20, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 21, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 22, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 24, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (359, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 1, 0.7337, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 2, 1.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 3, 0.2035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 4, 0.0484, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 5, 0.0144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 9, 1.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 10, 0.0325, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 11, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 12, 1.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 13, 3.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 14, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 15, 0.0172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 16, 0.00211, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 17, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 18, 0.365, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 20, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 21, 0.00256, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 22, 0.14024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 23, 0.00645, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 29, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 30, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 31, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 32, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 33, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 40, 0.01282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 41, 0.01182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 42, 0.01637, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (360, 43, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 1, 0.4632, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 2, 2.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 3, 0.1565, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 4, 0.1223, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 5, 0.0263, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 6, 0.2375, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 8, 0.0241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 9, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 10, 0.0074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 12, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 13, 2.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 14, 5.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 15, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 16, 0.00101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 17, 0.00236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 18, 0.166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 20, 0.00127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 21, 0.00178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 22, 0.02129, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 23, 0.00333, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 24, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 25, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 26, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 27, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 28, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 29, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 30, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 31, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 32, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 33, 0.0052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 39, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 40, 0.03149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 41, 0.05067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 42, 0.03166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (361, 43, 1.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 1, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 2, 4.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 3, 0.108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 4, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 5, 0.038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 6, 0.635, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 7, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 8, 0.1518, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 9, 0.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 10, 0.0282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 11, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 12, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 13, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 14, 12.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 15, 0.0094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 16, 0.00168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 17, 0.00514, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 18, 0.288, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 20, 0.00506, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 21, 0.00421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 22, 0.04646, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 23, 0.00835, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 24, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 25, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 26, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 27, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 28, 1.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 29, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 30, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 31, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 32, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 33, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 34, 0.076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 36, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 39, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 40, 0.05247, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 41, 0.09498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 42, 0.02368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (362, 43, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 1, 0.7687, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 2, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 3, 0.2051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 4, 0.0134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 5, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 9, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 10, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 11, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 12, 1.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 13, 4.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 14, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 15, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 16, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 17, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 18, 0.382, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 19, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 20, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 21, 3e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 22, 0.00284, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 23, 0.0075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 24, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 29, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 30, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 31, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 32, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 33, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 40, 0.00285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 41, 0.00251, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 42, 0.00459, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (363, 43, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 1, 0.6732, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 2, 1.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 3, 0.2068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 4, 0.1113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 5, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 10, 0.0151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 11, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 12, 1.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 13, 3.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 14, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 15, 0.0354, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 16, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 18, 0.241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 20, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 21, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 22, 0.05526, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 23, 0.00586, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 24, 0.00571, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 25, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 27, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 28, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 29, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 33, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 34, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 40, 0.04491, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 41, 0.04765, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 42, 0.00423, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (364, 43, 0.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 1, 0.7319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 2, 1.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 3, 0.2362, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 4, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 5, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 10, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 11, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 12, 2.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 13, 2.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 14, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 15, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 16, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 17, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 18, 0.657, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 20, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 21, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 22, 0.05799, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 23, 0.00124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 24, 0.00217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 29, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 32, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 33, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 34, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 40, 0.00792, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 41, 0.00784, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 42, 0.01109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (365, 43, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 1, 0.7319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 2, 1.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 3, 0.2362, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 4, 0.0297, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 5, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 9, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 10, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 11, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 12, 2.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 13, 2.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 14, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 15, 0.0048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 16, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 17, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 18, 0.657, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 20, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 21, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 22, 0.05799, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 23, 0.00124, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 24, 0.00217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 29, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 30, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 31, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 32, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 33, 0.0085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 34, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 40, 0.00792, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 41, 0.00784, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 42, 0.01109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (366, 43, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 1, 0.7586, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 2, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 3, 0.2031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 4, 0.0173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 5, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 6, 0.0091, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 9, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 10, 0.0241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 11, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 12, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 13, 1.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 14, 1.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 15, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 16, 0.00264, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 17, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 18, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 19, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 20, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 21, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 22, 0.02552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 23, 0.00276, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 24, 0.00104, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 25, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 28, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 29, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 30, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 31, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 32, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 33, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 40, 0.00328, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 41, 0.00253, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 42, 0.00669, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (367, 43, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 1, 0.7855, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 2, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 3, 0.1558, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 4, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 5, 0.0141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 6, 0.0308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 9, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 10, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 11, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 12, 2.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 13, 2.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 14, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 15, 0.0153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 16, 0.01891, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 17, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 18, 0.448, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 19, 0.047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 20, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 21, 0.00412, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 22, 0.02175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 23, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 24, 0.00056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 29, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 30, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 32, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 33, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 40, 0.00358, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 41, 0.00107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 42, 0.00524, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (368, 43, 2.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 1, 0.9292, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 2, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 3, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 5, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 6, 0.0302, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 13, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 15, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 16, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 17, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 21, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 22, 0.00513, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 23, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 24, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 25, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 28, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (369, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 1, 0.7745, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 2, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 3, 0.1928, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 4, 0.0283, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 5, 0.0105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 9, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 10, 0.0076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 11, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 12, 1.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 13, 3.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 14, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 15, 0.0402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 16, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 17, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 18, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 20, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 21, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 22, 0.076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 23, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 24, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 25, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 27, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 28, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 29, 0.0137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 40, 0.00738, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 41, 0.00982, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 42, 0.00334, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (370, 43, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 1, 0.885, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 2, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 3, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 6, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 10, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 13, 1.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 16, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 17, 0.00597, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 22, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 23, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 24, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 29, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (371, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 1, 0.885, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 2, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 3, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 6, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 9, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 10, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 11, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 13, 1.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 15, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 16, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 17, 0.00597, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 20, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 22, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 23, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 24, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 29, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (29, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 1, 0.896, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 2, 0.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 3, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 6, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 10, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 11, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 12, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 13, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 15, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 16, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 17, 0.00459, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 20, 4e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 21, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 22, 0.00067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 23, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 24, 0.00014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (372, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 1, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 2, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 3, 0.0475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 4, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 5, 0.0175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 6, 0.2114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 7, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 8, 0.0904, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 10, 0.0118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 11, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 12, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 13, 2.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 14, 3.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 15, 0.0167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 16, 0.00146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 17, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 18, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 20, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 21, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 22, 0.00428, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 23, 0.00216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 24, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 25, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 27, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 28, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 30, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 34, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 36, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 38, 5.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 39, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 40, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 41, 0.00083, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 42, 0.00133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (373, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 1, 0.1102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 2, 3.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 3, 0.216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 4, 0.0142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 5, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 6, 0.6236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 7, 0.152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 8, 0.0225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 9, 1.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 10, 0.0502, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 11, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 12, 3.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 13, 14.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 15, 0.0365, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 16, 0.00841, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 17, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 18, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 20, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 21, 0.00193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 22, 0.01955, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 23, 0.00899, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 24, 0.00286, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 25, 4.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 27, 4.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 28, 4.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 33, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 34, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 40, 0.00366, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 41, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 42, 0.0061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (374, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 1, 0.7564, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 2, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 3, 0.0603, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 5, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 6, 0.1656, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 7, 0.069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 9, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 11, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 13, 3.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 14, 3.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 15, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 16, 0.00192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 17, 0.00233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 18, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 19, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 20, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 21, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 22, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 23, 0.00184, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 24, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 25, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 27, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 28, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 30, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 40, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 41, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 42, 0.00125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (375, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 1, 0.7804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 2, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 3, 0.0522, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 4, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 5, 0.0164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 6, 0.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 7, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 8, 0.0185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 10, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 12, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 13, 2.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 14, 2.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 15, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 16, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 17, 0.00168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 20, 0.00116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 21, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 22, 0.00411, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 23, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 25, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 27, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 28, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 34, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 40, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 41, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 42, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (376, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 1, 0.7804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 2, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 3, 0.0522, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 4, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 5, 0.0164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 6, 0.145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 7, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 8, 0.0185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 10, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 12, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 13, 2.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 14, 2.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 15, 0.0046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 16, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 17, 0.00168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 18, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 19, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 20, 0.00116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 21, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 22, 0.00411, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 23, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 25, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 27, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 28, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 34, 0.041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 40, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 41, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 42, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (377, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 1, 0.1133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 2, 3.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 3, 0.2142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 4, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 5, 0.0346, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 6, 0.6255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 7, 0.155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 8, 0.0211, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 9, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 10, 0.0507, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 11, 1.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 12, 4.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 13, 13.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 14, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 15, 0.0228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 16, 0.00893, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 17, 0.01148, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 18, 0.279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 19, 0.063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 20, 0.00713, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 21, 0.00212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 22, 0.01174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 23, 0.00785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 24, 0.00474, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 25, 5.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 27, 5.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 28, 5.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 33, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 34, 0.056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 40, 0.00235, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 41, 0.00229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 42, 0.00407, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (378, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 1, 0.7754, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 2, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 3, 0.0486, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 4, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 5, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 6, 0.1525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 7, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 8, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 9, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 10, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 12, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 13, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 14, 2.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 15, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 16, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 17, 0.00229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 18, 0.071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 19, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 20, 0.00101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 21, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 22, 0.00292, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 23, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 25, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 27, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 28, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 33, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 40, 0.00167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 41, 0.00162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 42, 0.00289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (379, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 1, 0.7754, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 2, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 3, 0.0486, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 4, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 5, 0.0154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 6, 0.1525, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 7, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 8, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 9, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 10, 0.0146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 12, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 13, 2.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 14, 2.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 15, 0.0069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 16, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 17, 0.00229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 18, 0.071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 19, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 20, 0.00101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 21, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 22, 0.00292, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 23, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 24, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 25, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 27, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 28, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 33, 0.0059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 40, 0.00167, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 41, 0.00162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 42, 0.00289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (380, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 1, 0.701, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 2, 1.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 3, 0.0726, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 5, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 6, 0.2194, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 7, 0.048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 9, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 10, 0.0299, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 11, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 12, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 13, 4.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 15, 0.0112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 16, 0.00232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 17, 0.00515, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 18, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 20, 0.00096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 21, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 22, 0.00113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 23, 0.00185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 24, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 25, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 27, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 28, 0.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 40, 0.00074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 41, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 42, 0.00123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (381, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 1, 0.7551, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 2, 1.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 3, 0.0571, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 4, 0.0549, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 5, 0.0138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 6, 0.1191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 7, 0.044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 8, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 9, 0.47, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 10, 0.0343, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 11, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 12, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 13, 3.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 14, 5.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 15, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 16, 0.00117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 17, 0.00134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 18, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 19, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 20, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 21, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 22, 0.00358, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 23, 0.0142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 24, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 25, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 27, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 28, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 30, 3.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 33, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 34, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 36, 1.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 37, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 38, 11.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 39, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 40, 0.02352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 41, 0.02332, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 42, 0.00362, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (382, 43, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 1, 0.1119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 2, 3.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 3, 0.2806, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 4, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 5, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 6, 0.5709, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 7, 0.305, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 8, 0.054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 9, 0.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 10, 0.0902, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 11, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 12, 4.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 13, 9.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 14, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 15, 0.0361, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 16, 0.00852, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 17, 0.01429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 18, 0.082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 19, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 20, 0.00475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 21, 0.00245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 22, 0.02621, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 23, 0.01849, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 24, 0.00535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 25, 4.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 27, 4.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 28, 4.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 30, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 31, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 33, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 34, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 36, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 40, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 41, 0.00163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 42, 0.00447, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (383, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 1, 0.6446, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 2, 1.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 3, 0.2742, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 4, 0.0772, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 5, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 10, 0.0224, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 12, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 13, 2.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 14, 0.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 15, 0.0461, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 16, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 17, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 18, 0.281, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 20, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 21, 0.00146, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 22, 0.04793, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 23, 0.00541, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 24, 0.0036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 25, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 28, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 29, 0.0153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 33, 0.0038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 34, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 40, 0.02773, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 41, 0.03266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 42, 0.00291, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (384, 43, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 1, 0.065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 2, 5.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 3, 0.258, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 4, 0.4924, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 5, 0.0233, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 6, 0.1613, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 7, 0.085, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 8, 0.0397, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 9, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 10, 0.0458, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 11, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 12, 3.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 13, 7.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 14, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 15, 0.0327, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 16, 0.01144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 17, 0.01934, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 18, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 20, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 21, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 22, 0.12066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 23, 0.01767, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 24, 0.00348, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 25, 2.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 27, 2.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 28, 2.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 33, 0.0833, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 40, 0.06834, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 41, 0.24429, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 42, 0.15559, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (385, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 1, 0.0181, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 2, 5.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 3, 0.2509, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 4, 0.5039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 5, 0.0315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 6, 0.1956, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 7, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 8, 0.0922, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 9, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 10, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 11, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 12, 3.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 13, 6.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 14, 4.59, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 15, 0.0291, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 16, 0.00473, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 17, 0.01466, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 18, 0.056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 20, 0.00073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 21, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 22, 0.13403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 23, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 24, 0.00543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 25, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 27, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 28, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 33, 0.0899, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 40, 0.10292, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 41, 0.23713, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 42, 0.13867, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (386, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 1, 0.7566, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 2, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 3, 0.0243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 5, 0.141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 6, 0.0773, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 7, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 8, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 10, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 12, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 13, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 14, 56.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 15, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 16, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 17, 0.00357, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 20, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 21, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 22, 0.02828, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 23, 0.00269, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 40, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 42, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (387, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 1, 0.7566, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 2, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 3, 0.0243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 5, 0.141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 6, 0.0773, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 7, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 8, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 10, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 12, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 13, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 14, 56.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 15, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 16, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 17, 0.00357, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 20, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 21, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 22, 0.02828, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 23, 0.00269, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 40, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 42, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (388, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 1, 0.7566, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 2, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 3, 0.0243, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 4, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 5, 0.141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 6, 0.0773, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 7, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 8, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 10, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 11, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 12, 0.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 13, 1.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 14, 56.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 15, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 16, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 17, 0.00357, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 20, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 21, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 22, 0.02828, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 23, 0.00269, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 24, 0.00143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 25, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 27, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 28, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 40, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 41, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 42, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (389, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 1, 0.3644, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 2, 2.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 3, 0.0764, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 4, 0.0329, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 5, 0.0203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 6, 0.5061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 8, 0.0431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 9, 1.51, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 10, 0.0374, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 11, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 12, 0.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 13, 1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 14, 6.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 15, 0.0074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 16, 0.00253, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 17, 0.00478, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 18, 0.173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 20, 0.00455, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 21, 0.00331, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 22, 0.04385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 23, 0.00203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 24, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 25, 1.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 26, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 28, 1.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 33, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 34, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 39, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 40, 0.00717, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 41, 0.00681, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 42, 0.01355, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (390, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 1, 0.0651, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 2, 3.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 3, 0.1335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 4, 0.053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 5, 0.0287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 6, 0.7198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 7, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 8, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 10, 0.0483, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 11, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 12, 1.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 13, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 14, 7.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 15, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 16, 0.00255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 17, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 18, 0.252, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 20, 0.00967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 21, 0.00403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 22, 0.06634, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 23, 0.00552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 24, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 25, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 26, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 28, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 29, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 33, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 34, 0.066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 40, 0.01203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 41, 0.01023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 42, 0.0206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (391, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 1, 0.0651, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 2, 3.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 3, 0.1335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 4, 0.053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 5, 0.0287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 6, 0.7198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 7, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 8, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 10, 0.0483, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 11, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 12, 1.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 13, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 14, 7.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 15, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 16, 0.00255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 17, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 18, 0.252, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 20, 0.00967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 21, 0.00403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 22, 0.06634, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 23, 0.00552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 24, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 25, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 26, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 28, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 29, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 33, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 34, 0.066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 40, 0.01203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 41, 0.01023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 42, 0.0206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (392, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 1, 0.0651, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 2, 3.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 3, 0.1335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 4, 0.053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 5, 0.0287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 6, 0.7198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 7, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 8, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 10, 0.0483, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 11, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 12, 1.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 13, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 14, 7.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 15, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 16, 0.00255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 17, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 18, 0.252, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 20, 0.00967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 21, 0.00403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 22, 0.06634, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 23, 0.00552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 24, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 25, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 26, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 28, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 29, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 33, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 34, 0.066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 40, 0.01203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 41, 0.01023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 42, 0.0206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (393, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 1, 0.0651, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 2, 3.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 3, 0.1335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 4, 0.053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 5, 0.0287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 6, 0.7198, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 7, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 8, 0.062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 9, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 10, 0.0483, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 11, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 12, 1.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 13, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 14, 7.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 15, 0.0145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 16, 0.00255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 17, 0.00919, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 18, 0.252, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 20, 0.00967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 21, 0.00403, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 22, 0.06634, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 23, 0.00552, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 24, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 25, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 26, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 28, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 29, 0.0035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 33, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 34, 0.066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 40, 0.01203, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 41, 0.01023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 42, 0.0206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (394, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 1, 0.648, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 2, 1.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 3, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 4, 0.086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 5, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 6, 0.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 7, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 8, 0.0211, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 9, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 10, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 12, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 13, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 14, 5.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 15, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 16, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 17, 0.00169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 18, 0.498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 20, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 21, 0.00107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 22, 0.01475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 23, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 24, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 25, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 26, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 27, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 28, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 29, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 30, 5.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 31, 1.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 32, 1.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 33, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 34, 0.137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 40, 0.01734, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 41, 0.03808, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 42, 0.02604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (395, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 1, 0.648, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 2, 1.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 3, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 4, 0.086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 5, 0.017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 6, 0.217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 7, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 8, 0.0211, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 9, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 10, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 12, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 13, 0.74, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 14, 5.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 15, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 16, 0.00072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 17, 0.00169, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 18, 0.498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 20, 0.00136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 21, 0.00107, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 22, 0.01475, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 23, 0.00081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 24, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 25, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 26, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 27, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 28, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 29, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 30, 5.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 31, 1.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 32, 1.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 33, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 34, 0.137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 36, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 40, 0.01734, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 41, 0.03808, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 42, 0.02604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (396, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 1, 0.6381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 2, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 3, 0.0823, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 4, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 5, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 6, 0.2605, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 7, 0.105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 8, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 9, 0.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 10, 0.0236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 11, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 12, 1.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 13, 3.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 14, 2.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 15, 0.0103, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 16, 0.0021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 17, 0.00527, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 18, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 20, 0.00237, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 21, 0.00066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 22, 0.00649, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 23, 0.00266, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 24, 0.00138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 25, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 27, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 28, 1.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 33, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 34, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 40, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 41, 0.00094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 42, 0.00324, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (397, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 1, 0.875, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 2, 0.49, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 3, 0.045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 5, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 6, 0.077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 13, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 14, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 15, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 16, 5e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 18, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 19, 0.371, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 23, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 40, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 41, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 42, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (398, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 1, 0.0222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 2, 4.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 3, 0.0533, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 4, 0.1908, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 5, 0.0174, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 6, 0.7164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 7, 0.029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 8, 0.4063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 9, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 10, 0.1052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 11, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 12, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 13, 1.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 14, 4.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 15, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 16, 0.00431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 17, 0.00629, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 18, 0.081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 20, 0.00163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 21, 0.00145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 22, 0.02674, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 23, 0.00168, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 25, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 26, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 28, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 29, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 33, 0.0173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 34, 0.291, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 39, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 40, 0.0368, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 41, 0.10634, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 42, 0.02257, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (399, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 1, 0.044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 2, 4.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 3, 0.069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 4, 0.101, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 5, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 6, 0.768, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 7, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 8, 0.311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 9, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 10, 0.0373, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 11, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 12, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 13, 1.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 14, 6.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 15, 0.0081, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 16, 0.00202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 17, 0.00804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 18, 0.102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 20, 0.00222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 21, 0.00314, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 22, 0.04122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 23, 0.00537, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 24, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 25, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 26, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 27, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 28, 0.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 33, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 34, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 39, 0.61, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 40, 0.01519, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 41, 0.04086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 42, 0.03832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (400, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 1, 0.999, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 5, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 16, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (401, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 1, 0.999, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 5, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 16, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (402, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 1, 0.999, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 5, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 16, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (403, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 1, 0.999, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 5, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 16, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (404, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 1, 0.999, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 5, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 16, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (405, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 1, 0.0967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 3, 0.1402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 4, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 6, 0.7113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 8, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 9, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 11, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 15, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 17, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 18, 0.592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 20, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 22, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 23, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 29, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 32, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 39, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 40, 0.00889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 41, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 42, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (406, 43, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 1, 0.0967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 3, 0.1402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 4, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 6, 0.7113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 8, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 9, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 11, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 15, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 17, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 18, 0.592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 20, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 22, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 23, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 29, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 32, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 39, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 40, 0.00889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 41, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 42, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (407, 43, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 1, 0.0967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 3, 0.1402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 4, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 6, 0.7113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 8, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 9, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 11, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 15, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 17, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 18, 0.592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 20, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 22, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 23, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 29, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 32, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 39, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 40, 0.00889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 41, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 42, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (408, 43, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 1, 0.0967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 3, 0.1402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 4, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 6, 0.7113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 8, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 9, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 11, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 15, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 17, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 18, 0.592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 20, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 22, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 23, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 29, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 32, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 39, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 40, 0.00889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 41, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 42, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (409, 43, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 1, 0.0967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 3, 0.1402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 4, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 6, 0.7113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 8, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 9, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 11, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 15, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 17, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 18, 0.592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 20, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 22, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 23, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 29, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 32, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 39, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 40, 0.00889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 41, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 42, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (410, 43, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 1, 0.0967, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 3, 0.1402, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 4, 0.0421, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 5, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 6, 0.7113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 8, 0.0095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 9, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 10, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 11, 0.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 12, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 13, 2.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 15, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 17, 0.00716, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 18, 0.592, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 20, 0.0017, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 21, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 22, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 23, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 24, 0.00122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 25, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 28, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 29, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 30, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 31, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 32, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 33, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 39, 1.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 40, 0.00889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 41, 0.01232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 42, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (411, 43, 0.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 1, 0.1192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 2, 3.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 3, 0.1033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 4, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 5, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 6, 0.7631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 8, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 10, 0.0117, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 15, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 16, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 17, 0.00682, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 18, 0.339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 20, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 21, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 22, 0.0125, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 25, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 27, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 28, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 40, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 41, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 42, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (412, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 1, 0.1192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 2, 3.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 3, 0.1033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 4, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 5, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 6, 0.7631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 8, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 10, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 15, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 16, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 17, 0.00682, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 18, 0.339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 20, 0.00785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 21, 0.00494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 22, 0.05904, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 25, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 26, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 28, 2.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 33, 0.0023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 39, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 40, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 41, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 42, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (413, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 1, 0.7459, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 2, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 3, 0.0315, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 4, 0.0192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 5, 0.0141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 6, 0.1889, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 8, 0.1134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 9, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 10, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 11, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 12, 2.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 13, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 14, 2.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 15, 0.0043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 16, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 17, 0.00062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 18, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 19, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 20, 0.00034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 21, 0.00147, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 22, 0.00108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 23, 0.00274, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 24, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 29, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 30, 1.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 31, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 32, 0.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 36, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 40, 0.01064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 41, 0.00561, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 42, 0.00132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (414, 43, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 1, 0.0127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 2, 5.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 3, 0.0442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 4, 0.2629, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 5, 0.0207, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 6, 0.6596, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 7, 0.067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 8, 0.5319, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 10, 0.0295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 11, 1.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 12, 1.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 13, 3.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 15, 0.0149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 16, 0.00646, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 17, 0.00736, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 20, 0.00051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 21, 0.00084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 22, 0.00393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 23, 0.00097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 24, 0.00046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 25, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 27, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 28, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 30, 0.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 40, 0.15655, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 41, 0.08789, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 42, 0.00842, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (415, 43, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 1, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 2, 2.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 3, 0.196, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 4, 0.137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 5, 0.058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 6, 0.543, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 7, 0.332, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 8, 0.0175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 9, 1.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 10, 0.1386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 11, 4.99, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 12, 7.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 13, 15.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 14, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 15, 0.0681, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 16, 0.03788, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 17, 0.03837, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 18, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 20, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 21, 0.00241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 22, 0.02185, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 23, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 24, 0.00118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 25, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 27, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 28, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 33, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 34, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 39, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 40, 0.0807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 41, 0.0457, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 42, 0.0044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (416, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 1, 0.8439, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 2, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 3, 0.0122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 6, 0.1419, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 8, 0.1419, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 12, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 13, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 14, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 15, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 16, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 17, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 18, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 21, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 22, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 23, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (417, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 1, 0.8439, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 2, 0.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 3, 0.0122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 6, 0.1419, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 8, 0.1419, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 10, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 12, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 13, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 14, 0.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 15, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 16, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 17, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 18, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 21, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 22, 1e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 23, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (418, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 1, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 2, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 4, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 5, 0.039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 6, 0.929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 8, 0.929, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 9, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 10, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 11, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 12, 7.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 13, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 14, 14.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 15, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 16, 0.00093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 20, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 21, 0.00028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 22, 6e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 23, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 24, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 32, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 40, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 41, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 42, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (419, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 1, 0.348, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 2, 2.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 3, 0.086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 4, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 5, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 6, 0.502, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 7, 0.032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 8, 0.0031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 9, 0.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 10, 0.0271, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 11, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 12, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 13, 1.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 14, 6.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 15, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 16, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 17, 0.00559, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 18, 0.279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 20, 0.00523, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 21, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 22, 0.04352, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 23, 0.00452, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 24, 0.00039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 25, 1.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 26, 0.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 27, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 28, 1.69, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 33, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 34, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 39, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 40, 0.00962, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 41, 0.01961, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 42, 0.00834, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (420, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 1, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 2, 4.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 3, 0.072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 4, 0.226, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 5, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 6, 0.624, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 7, 0.075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 8, 0.0051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 9, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 10, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 11, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 12, 2.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 13, 1.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 14, 3.67, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 15, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 16, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 17, 0.00435, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 18, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 20, 0.00228, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 21, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 22, 0.0135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 23, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 24, 0.00296, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 25, 1.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 26, 1.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 27, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 28, 2.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 33, 0.0166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 34, 0.049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 39, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 40, 0.03245, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 41, 0.08934, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 42, 0.08494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (421, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 1, 0.4589, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 2, 2.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 3, 0.057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 4, 0.0285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 5, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 6, 0.4464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 7, 0.063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 8, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 9, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 10, 0.0123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 11, 0.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 12, 3.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 13, 1.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 14, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 15, 0.0131, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 16, 0.00154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 17, 0.00326, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 18, 0.061, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 20, 0.00094, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 21, 0.00065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 22, 0.01498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 23, 0.00109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 24, 0.00219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 25, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 27, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 28, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 30, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 33, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 36, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 37, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 39, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 40, 0.00453, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 41, 0.00692, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 42, 0.01419, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (422, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 1, 0.3022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 2, 3.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 3, 0.0829, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 4, 0.0775, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 5, 0.0239, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 6, 0.5135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 7, 0.031, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 8, 0.0192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 9, 1.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 10, 0.0334, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 12, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 13, 1.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 14, 6.36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 15, 0.0054, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 16, 0.00142, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 17, 0.00498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 18, 0.222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 20, 0.00539, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 21, 0.00267, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 22, 0.03572, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 23, 0.00164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 24, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 25, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 26, 0.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 27, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 28, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 33, 0.0019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 34, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 39, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 40, 0.01886, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 41, 0.03894, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 42, 0.01584, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (423, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 1, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 2, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 5, 0.673, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 6, 0.277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 9, 58.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 10, 0.1102, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 11, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 12, 21.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 13, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 14, 106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 15, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 17, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (424, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 1, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 2, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 5, 0.369, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 6, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 9, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 10, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 14, 273.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 18, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (425, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 1, 0.076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 2, 2.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 3, 0.383, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 4, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 5, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 6, 0.382, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 7, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 9, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 10, 0.166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 11, 0.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 12, 12.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 13, 20, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 14, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 15, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 16, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 17, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 18, 0.241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 19, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 20, 0.0236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 21, 0.0547, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 22, 0.3975, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 23, 0.113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 24, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 25, 23.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 27, 23.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 28, 23.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 40, 0.00595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 41, 0.02562, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 42, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (426, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 1, 0.076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 2, 2.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 3, 0.383, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 4, 0.046, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 5, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 6, 0.382, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 7, 0.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 9, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 10, 0.166, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 11, 0.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 12, 12.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 13, 20, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 14, 0.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 15, 0.064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 16, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 17, 0.0055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 18, 0.241, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 19, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 20, 0.0236, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 21, 0.0547, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 22, 0.3975, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 23, 0.113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 24, 0.0155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 25, 23.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 27, 23.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 28, 23.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 40, 0.00595, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 41, 0.02562, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 42, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (427, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 1, 0.073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 2, 5.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 3, 0.051, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 4, 0.311, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 5, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 6, 0.544, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 7, 0.015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 8, 0.221, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 9, 0.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 10, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 11, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 12, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 13, 1.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 14, 6.72, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 15, 0.0082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 16, 0.00346, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 17, 0.00519, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 18, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 20, 0.00154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 21, 0.00208, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 22, 0.02138, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 23, 0.00275, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 24, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 25, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 26, 0.53, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 28, 0.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 29, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 30, 9.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 31, 2.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 32, 1.98, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 33, 0.0283, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 34, 0.255, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 36, 1.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 39, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 40, 0.06732, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 41, 0.14729, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 42, 0.07713, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (428, 43, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 1, 0.171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 2, 3.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 3, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 6, 0.824, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 8, 0.8212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 10, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 12, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 13, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 15, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 16, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 17, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 19, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 21, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 22, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 23, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 24, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (429, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 1, 0.171, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 2, 3.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 3, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 6, 0.824, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 7, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 8, 0.8212, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 10, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 12, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 13, 0.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 15, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 16, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 17, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 19, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 21, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 22, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 23, 0.00068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 24, 0.00024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 25, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (430, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 1, 0.2187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 2, 2.9, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 5, 0.033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 6, 0.7473, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 8, 0.5549, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 9, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 10, 0.0472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 11, 2.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 12, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 13, 14.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 14, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 15, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 16, 0.00487, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 17, 0.0153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 18, 0.178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 20, 0.00041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 21, 2e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 22, 0.0093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 23, 0.00804, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 24, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 40, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 41, 0.00032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 42, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (431, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 1, 0.287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 2, 2.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 5, 0.082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 6, 0.608, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 9, 8.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 10, 0.175, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 11, 2.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 12, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 13, 24.92, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 14, 0.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 15, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 16, 0.0204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 17, 0.0261, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 18, 0.178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 20, 0.00033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 21, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 22, 0.0108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 23, 0.0088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 24, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (432, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 1, 0.734, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 2, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 3, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 5, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 6, 0.262, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 7, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 8, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 9, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 10, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 12, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 13, 0.45, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 14, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 15, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 16, 0.00055, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 17, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 18, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 19, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 20, 0.00012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 21, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 22, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 23, 0.00042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 24, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 40, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 42, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (433, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 1, 0.7123, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 2, 1.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 3, 0.0037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 4, 0.0007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 6, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 7, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 9, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 10, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 11, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 12, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 13, 1.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 14, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 15, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 16, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 17, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 18, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 19, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 20, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 21, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 22, 0.0014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 23, 0.00063, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 24, 0.00037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 25, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 27, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 28, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 30, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 31, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 40, 0.00018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 41, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 42, 0.00021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (434, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 1, 0.0177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 2, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 5, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 6, 0.9733, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 8, 0.9621, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 9, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 10, 0.0191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 11, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 12, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 13, 3.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 14, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 17, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 18, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 20, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 21, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 22, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 23, 0.00111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (435, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 1, 0.0177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 2, 3.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 5, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 6, 0.9733, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 8, 0.9621, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 9, 0.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 10, 0.0191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 11, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 12, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 13, 3.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 14, 0.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 15, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 16, 0.00298, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 17, 0.0032, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 18, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 20, 8e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 21, 7e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 22, 0.00082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 23, 0.00111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 24, 0.00026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 25, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 27, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 28, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (436, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 1, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 2, 3.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 6, 0.9998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 8, 0.9991, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 9, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 10, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 13, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (437, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 1, 0.0003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 2, 3.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 4, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 5, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 6, 0.9998, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 8, 0.9991, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 9, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 10, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 13, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 14, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 21, 0.00019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (3, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 1, 0.2007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 2, 2.93, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 3, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 4, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 6, 0.7963, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 7, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 8, 0.7963, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 10, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 11, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 12, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 13, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 14, 1.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 15, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 16, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 17, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 18, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 20, 0.00011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 21, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 22, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 23, 0.00023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 24, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 40, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 41, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (438, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 1, 0.345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 2, 2.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 3, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 4, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 5, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 6, 0.644, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 7, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 8, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 9, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 10, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 11, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 12, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 13, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 14, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 15, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 16, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 17, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 18, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 19, 0.088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 21, 0.00022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 22, 0.00036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 23, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 24, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 25, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 27, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 28, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 30, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 31, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 33, 0.0013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 34, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 35, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 36, 1.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 37, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 39, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 40, 1e-04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 41, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 42, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (439, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 1, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 2, 2.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 3, 0.0807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 4, 0.0415, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 5, 0.0192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 6, 0.5084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 7, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 8, 0.1106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 9, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 10, 0.0222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 14, 5.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 40, 0.01013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 41, 0.00848, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 42, 0.02177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (440, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 1, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 2, 2.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 3, 0.0807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 4, 0.0415, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 5, 0.0192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 6, 0.5084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 7, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 8, 0.1106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 9, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 10, 0.0222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 14, 5.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 40, 0.01013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 41, 0.00848, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 42, 0.02177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (441, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 1, 0.342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 2, 2.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 3, 0.0807, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 4, 0.0415, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 5, 0.0192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 6, 0.5084, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 7, 0.026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 8, 0.1106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 9, 0.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 10, 0.0222, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 11, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 12, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 13, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 14, 5.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 15, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 16, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 17, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 40, 0.01013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 41, 0.00848, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 42, 0.02177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (442, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 1, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 2, 5.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 3, 0.066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 4, 0.334, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 5, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 6, 0.569, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 7, 0.049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 8, 0.0141, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 9, 1.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 10, 0.0132, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 11, 0.76, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 12, 1.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 13, 1.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 14, 6.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 15, 0.0126, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 16, 0.00161, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 17, 0.00381, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 18, 0.067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 20, 0.00027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 21, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 22, 0.01183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 23, 0.00394, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 24, 0.00242, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 25, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 27, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 28, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 30, 0.94, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 31, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 33, 0.0136, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 34, 0.336, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 35, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 36, 0.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 39, 2.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 40, 0.0455, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 41, 0.0966, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 42, 0.1648, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (443, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 1, 0.0944, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 2, 3.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 3, 0.1248, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 4, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 5, 0.0229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 6, 0.7348, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 7, 0.173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 8, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 10, 0.036, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 11, 1.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 12, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 13, 4.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 14, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 15, 0.0277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 16, 0.00498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 17, 0.01943, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 18, 0.377, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 20, 0.00646, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 21, 0.00285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 22, 0.04604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 23, 0.00282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 24, 0.00318, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 25, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 27, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 28, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 30, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 33, 0.0057, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 39, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 40, 0.00482, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 41, 0.00295, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 42, 0.01108, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (444, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 1, 0.1009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 2, 3.52, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 3, 0.0991, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 4, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 5, 0.0111, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 6, 0.7772, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 7, 0.156, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 8, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 9, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 10, 0.025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 11, 0.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 12, 2.21, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 13, 2.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 15, 0.0213, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 16, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 17, 0.01322, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 18, 0.377, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 20, 0.00191, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 21, 0.00114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 22, 0.04604, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 23, 0.00282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 24, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 25, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 27, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 28, 0.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 30, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 31, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 33, 0.0002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 34, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 36, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 39, 1.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 40, 0.00244, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 41, 0.00149, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 42, 0.0056, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (445, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 1, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 2, 3.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 3, 0.1229, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 4, 0.0133, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 5, 0.0151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 6, 0.7587, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 7, 0.183, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 8, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 9, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 10, 0.0246, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 11, 1.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 12, 3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 13, 4.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 14, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 15, 0.0193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 16, 0.00335, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 17, 0.03048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 18, 0.023, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 20, 0.00232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 21, 0.00115, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 22, 0.05114, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 23, 0.01045, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 24, 0.00342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 25, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 27, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 28, 0.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 30, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 36, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 39, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 40, 0.00232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 41, 0.00173, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 42, 0.00541, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (446, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 1, 0.1026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 2, 3.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 3, 0.0812, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 4, 0.0359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 5, 0.0113, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 6, 0.7689, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 7, 0.073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 8, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 9, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 10, 0.0345, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 11, 1.27, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 12, 2.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 13, 2.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 14, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 15, 0.0182, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 16, 0.00193, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 17, 0.00498, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 18, 0.155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 20, 0.00385, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 21, 0.00201, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 22, 0.03632, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 23, 0.00425, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 24, 0.00304, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 25, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 27, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 28, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 30, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 31, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 33, 0.0042, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 35, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 36, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 39, 13.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 40, 0.00505, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 41, 0.00948, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 42, 0.01638, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (447, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 1, 0.1159, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 2, 3.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 3, 0.0848, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 4, 0.0165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 5, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 6, 0.7768, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 7, 0.074, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 8, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 9, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 10, 0.0413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 11, 0.4, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 12, 0.84, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 13, 1.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 15, 0.0072, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 16, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 17, 0.00105, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 18, 0.078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 20, 0.00715, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 21, 0.00407, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 22, 0.05034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 23, 0.00312, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 24, 0.00257, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 25, 2.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 26, 1.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 27, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 28, 3.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 30, 2.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 31, 0.11, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 33, 0.0015, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 35, 0.63, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 36, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 39, 13.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 40, 0.00225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 41, 0.00412, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 42, 0.0071, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (448, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 1, 0.0832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 3, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 4, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 5, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 6, 0.9127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 7, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 10, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 12, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 13, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 15, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 16, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 17, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 40, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 41, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 42, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (449, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 1, 0.0832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 2, 3.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 3, 0.0026, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 4, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 5, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 6, 0.9127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 7, 0.009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 9, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 10, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 11, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 12, 0.13, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 13, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 14, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 15, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 16, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 17, 0.00053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 18, 0.028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 20, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 21, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 22, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 23, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 24, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 25, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 27, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 28, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 33, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 40, 9e-05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 41, 0.00016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 42, 0.00025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (450, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 1, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 2, 5.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 3, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 4, 0.262, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 5, 0.022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 6, 0.629, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 7, 0.065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 8, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 9, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 10, 0.0152, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 11, 0.88, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 12, 2.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 13, 1.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 14, 5.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 15, 0.0153, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 16, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 17, 0.00382, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 18, 0.067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 20, 0.00075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 21, 0.00184, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 22, 0.01279, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 23, 0.00788, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 24, 0.00286, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 25, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 27, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 28, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 30, 0.81, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 31, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 33, 0.0353, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 34, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 35, 0.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 36, 0.37, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 39, 5.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 40, 0.0502, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 41, 0.1545, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 42, 0.0363, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (451, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 1, 0.0822, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 2, 3.89, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 3, 0.1689, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 4, 0.069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 5, 0.0172, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 6, 0.6627, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 7, 0.106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 9, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 10, 0.0472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 11, 1.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 12, 5.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 13, 4.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 15, 0.0397, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 16, 0.00626, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 17, 0.04916, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 20, 0.00763, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 21, 0.00139, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 22, 0.00961, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 23, 0.01349, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 24, 0.00119, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 25, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 27, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 28, 0.56, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 33, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 40, 0.01217, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 41, 0.02178, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 42, 0.02535, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (452, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 1, 0.1237, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 2, 3.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 3, 0.075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 4, 0.0268, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 5, 0.0127, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 6, 0.7617, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 7, 0.034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 9, 0.33, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 10, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 11, 1.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 12, 2.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 13, 2.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 14, 0.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 15, 0.0202, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 16, 0.00277, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 17, 0.03743, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 18, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 20, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 21, 0.00043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 22, 0.04308, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 23, 0.01493, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 24, 0.00509, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 25, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 27, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 28, 0.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 33, 0.0068, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 40, 0.00536, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 41, 0.00971, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 42, 0.00959, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (453, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 1, 0.1162, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 2, 3.65, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 3, 0.0713, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 4, 0.0066, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 5, 0.0064, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 6, 0.7995, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 7, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 8, 0.0012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 9, 0.28, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 10, 0.0431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 11, 0.25, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 12, 1.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 13, 1.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 15, 0.0109, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 16, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 17, 0.01088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 18, 0.151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 20, 0.00576, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 21, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 22, 0.04192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 23, 0.01014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 24, 0.00164, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 25, 2.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 26, 2.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 27, 0.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 28, 3.87, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 33, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 40, 0.0018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 41, 0.00206, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 42, 0.00177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (454, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 1, 0.6844, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 2, 1.3, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 3, 0.0269, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 4, 0.0028, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 5, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 6, 0.2817, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 7, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 8, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 9, 0.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 10, 0.012, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 12, 0.43, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 13, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 15, 0.0049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 16, 0.00069, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 17, 0.00472, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 18, 0.075, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 20, 0.00163, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 21, 0.00013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 22, 0.01476, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 23, 0.0039, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 24, 0.00093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 25, 0.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 26, 0.55, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 27, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 28, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 33, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 40, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 41, 0.00088, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 42, 0.00076, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (455, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 1, 0.0814, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 2, 3.79, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 3, 0.0766, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 4, 0.0029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 5, 0.0033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 6, 0.8359, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 7, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 8, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 10, 0.0419, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 11, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 12, 0.68, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 13, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 14, 0.06, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 15, 0.0096, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 16, 0.00165, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 17, 0.00647, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 18, 0.469, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 20, 0.00618, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 21, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 22, 0.05471, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 23, 0.00432, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 25, 2.75, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 26, 2.73, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 28, 4.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 33, 0.0004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 40, 0.00078, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 41, 0.00089, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 42, 0.00077, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (456, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 1, 0.1289, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 2, 3.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 3, 0.0661, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 4, 0.0058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 5, 0.0058, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 6, 0.7934, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 7, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 8, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 9, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 10, 0.0436, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 11, 0.35, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 13, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 15, 0.0116, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 16, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 17, 0.011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 18, 0.151, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 20, 0.00578, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 21, 0.00048, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 22, 0.05093, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 23, 0.01342, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 24, 0.00145, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 25, 2.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 26, 2.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 27, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 28, 3.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 33, 0.0011, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 34, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 39, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 40, 0.00158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 41, 0.00181, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 42, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (457, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 1, 0.1027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 2, 3.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 3, 0.137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 4, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 5, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 6, 0.7257, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 7, 0.122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 8, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 10, 0.0388, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 11, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 12, 3.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 13, 4.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 15, 0.0293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 16, 0.00382, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 17, 0.03799, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 18, 0.707, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 20, 0.00447, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 21, 0.00215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 22, 0.06365, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 23, 0.01008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 24, 0.00341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 30, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 33, 0.0082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 36, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 39, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 40, 0.00322, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 41, 0.00232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 42, 0.00779, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (458, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 1, 0.1027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 2, 3.39, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 3, 0.137, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 4, 0.0187, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 5, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 6, 0.7257, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 7, 0.122, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 8, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 9, 0.34, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 10, 0.0388, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 11, 1.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 12, 3.46, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 13, 4.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 14, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 15, 0.0293, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 16, 0.00382, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 17, 0.03799, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 18, 0.707, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 20, 0.00447, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 21, 0.00215, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 22, 0.06365, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 23, 0.01008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 24, 0.00341, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 25, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 27, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 28, 0.44, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 30, 0.09, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 33, 0.0082, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 34, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 36, 0.05, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 39, 2.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 40, 0.00322, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 41, 0.00232, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 42, 0.00779, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (459, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 1, 0.1192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 2, 3.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 3, 0.1033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 4, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 5, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 6, 0.7631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 8, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 10, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 15, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 16, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 17, 0.00682, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 18, 0.339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 20, 0.00785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 21, 0.00494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 22, 0.05904, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 25, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 26, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 28, 2.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 40, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 41, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 42, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (460, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 1, 0.1192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 2, 3.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 3, 0.1033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 4, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 5, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 6, 0.7631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 8, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 10, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 15, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 16, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 17, 0.00682, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 18, 0.339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 20, 0.00785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 21, 0.00494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 22, 0.05904, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 25, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 26, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 28, 2.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 40, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 41, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 42, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (2, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 1, 0.1192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 2, 3.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 3, 0.1033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 4, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 5, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 6, 0.7631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 8, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 10, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 15, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 16, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 17, 0.00682, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 18, 0.339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 20, 0.00785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 21, 0.00494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 22, 0.05904, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 25, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 26, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 28, 2.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 40, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 41, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 42, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (461, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 1, 0.1192, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 2, 3.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 3, 0.1033, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 4, 0.0098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 5, 0.0047, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 6, 0.7631, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 8, 0.0027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 9, 0.15, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 10, 0.0464, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 11, 0.22, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 12, 1.08, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 13, 1.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 14, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 15, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 16, 0.00144, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 17, 0.00682, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 18, 0.339, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 20, 0.00785, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 21, 0.00494, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 22, 0.05904, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 24, 0.00044, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 25, 1.83, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 26, 1.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 27, 0.29, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 28, 2.91, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 40, 0.00155, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 41, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 42, 0.00413, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (462, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 1, 0.1059, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 2, 3.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 3, 0.0989, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 4, 0.0097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 5, 0.0433, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 6, 0.7422, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 7, 0.027, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 8, 0.0022, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 9, 3.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 10, 0.0467, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 11, 0.19, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 12, 5.95, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 13, 1.24, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 14, 12.7, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 15, 0.0062, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 16, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 17, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 18, 0.344, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 20, 0.00674, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 21, 0.00414, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 22, 0.05832, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 23, 0.00438, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 24, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 25, 1.96, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 26, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 27, 0.38, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 28, 3.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 33, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 34, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 40, 0.00154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 41, 0.00086, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 42, 0.0041, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (463, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 1, 0.7393, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 2, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 3, 0.0399, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 4, 0.0034, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 5, 0.004, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 6, 0.2134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 7, 0.018, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 8, 0.0073, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 9, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 10, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 11, 0.32, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 12, 0.82, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 13, 1.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 14, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 15, 0.0134, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 16, 0.00121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 17, 0.00282, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 18, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 20, 0.00052, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 21, 0.00087, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 22, 0.01287, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 23, 0.00154, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 24, 0.00135, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 25, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 26, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 27, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 28, 0.26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 30, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 33, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 34, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 36, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 39, 0.64, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 40, 0.00049, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 41, 0.0005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 42, 0.00213, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (464, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 1, 0.1025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 2, 3.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 3, 0.1278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 4, 0.0158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 6, 0.7469, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 8, 0.0177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 10, 0.0386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 11, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 12, 1.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 13, 1.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 14, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 15, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 16, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 17, 0.00694, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 18, 0.622, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 20, 0.01029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 21, 0.00444, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 22, 0.07508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 23, 0.00431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 24, 0.00106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 25, 2.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 26, 2.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 27, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 28, 4.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 40, 0.00225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 41, 0.00186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 42, 0.00647, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (465, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 1, 0.6599, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 2, 1.41, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 3, 0.0477, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 4, 0.0067, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 5, 0.0024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 6, 0.2834, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 7, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 8, 0.0065, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 9, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 10, 0.014, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 11, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 12, 0.54, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 13, 0.31, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 14, 0.01, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 15, 0.0053, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 16, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 17, 0.00285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 18, 0.213, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 20, 0.00204, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 21, 0.00098, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 22, 0.01672, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 23, 0.00112, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 24, 0.00035, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 25, 0.77, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 26, 0.66, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 27, 0.12, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 28, 1.23, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 33, 0.0006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 34, 0.001, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 39, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 40, 0.00095, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 41, 0.00079, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 42, 0.00273, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (466, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 1, 0.1025, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 2, 3.71, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 3, 0.1278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 4, 0.0158, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 5, 0.007, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 6, 0.7469, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 7, 0.024, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 8, 0.0177, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 9, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 10, 0.0386, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 11, 0.48, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 12, 1.5, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 13, 1.62, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 14, 0.07, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 15, 0.0121, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 16, 0.00254, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 17, 0.00694, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 18, 0.622, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 19, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 20, 0.01029, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 21, 0.00444, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 22, 0.07508, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 23, 0.00431, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 24, 0.00106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 25, 2.78, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 26, 2.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 27, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 28, 4.6, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 29, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 30, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 31, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 32, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 33, 0.0009, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 34, 0.002, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 35, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 36, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 37, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 38, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 39, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 40, 0.00225, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 41, 0.00186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 42, 0.00647, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (467, 43, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 45, 1.58, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 46, 0.278, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 47, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 48, 0.234, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 49, 0.118, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 50, 0.03, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 51, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 52, 0.86, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 53, 0.037, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 54, 1.8, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 55, 1.04, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 56, 26, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 57, 36, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 58, 0.021, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 59, 0.003, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 60, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 61, 0.18, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 62, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 63, 0.097, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 64, 0.143, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 65, 0.97, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 66, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 67, 0.013, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 68, 10.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 69, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 27, 10.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 28, 10.1, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 70, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 71, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 72, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 73, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 74, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 75, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 76, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 77, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 78, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 79, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 80, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 81, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 82, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 83, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 84, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 44, 0.216, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 45, 5.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 46, 0.291, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 47, 0.442, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 48, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 49, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 50, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 51, 0.008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 52, 0.14, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 53, 0.0186, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 54, 0.17, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 55, 1.42, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 56, 3.85, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 57, 14.2, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 58, 0.0323, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 59, 0.0008, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 60, 0.00038, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 61, 0.261, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 62, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 63, 0.006, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 64, 0.00285, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 65, 0.04867, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 66, 0.0106, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 67, 0.005, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 68, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 69, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 27, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 28, 0.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 70, 0.019, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 71, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 72, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 73, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 74, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 75, 0.016, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 76, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 77, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 78, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 79, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 80, 0, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 81, 0.16, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 82, 0.219, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 83, 0.043, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (473, 84, 1.02, 2); +INSERT INTO `ingredient_info` (`ingredient_id`, `property_id`, `amount`, `per_units`) VALUES (468, 1, 0.37, 2); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_list` +-- +-- Erzeugt am: 11. Februar 2007 um 15:42 +-- Aktualisiert am: 08. August 2007 um 00:17 +-- Letzter Check am: 11. Februar 2007 um 15:42 +-- + +DROP TABLE IF EXISTS `ingredient_list`; +CREATE TABLE IF NOT EXISTS `ingredient_list` ( + `id` int(11) NOT NULL auto_increment, + `recipe_id` int(11) default NULL, + `ingredient_id` int(11) default NULL, + `amount` float default NULL, + `amount_offset` float default NULL, + `unit_id` int(11) default NULL, + `order_index` int(11) default NULL, + `group_id` int(11) default NULL, + `substitute_for` int(11) default NULL, + PRIMARY KEY (`id`), + KEY `ridil_index` (`recipe_id`), + KEY `iidil_index` (`ingredient_id`), + KEY `group_id` (`group_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=637 ; + +-- +-- RELATIONEN DER TABELLE `ingredient_list`: +-- `group_id` +-- `ingredient_groups` -> `id` +-- `ingredient_id` +-- `ingredients` -> `id` +-- `recipe_id` +-- `recipes` -> `id` +-- `unit_id` +-- `units` -> `id` +-- + +-- +-- Daten für Tabelle `ingredient_list` +-- + +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (1, 1, 11, 0.5, 0, 3, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (2, 1, 10, 100, 0, 2, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (3, 1, 9, 100, 0, 2, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (4, 1, 8, 1, 0, 23, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (5, 1, 7, 1, 0, 18, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (6, 1, 6, 300, 0, 2, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (7, 1, 5, 1, 0, 23, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (8, 1, 4, 7, 0, 23, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (9, 1, 3, 250, 0, 2, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (10, 1, 2, 425, 0, 2, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (11, 1, 1, 185, 0, 2, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (12, 2, 24, 1, 0, 17, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (13, 2, 23, 1, 0, 17, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (14, 2, 22, 1, 0, 17, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (15, 2, 21, 1, 0, 10, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (16, 2, 20, 1, 0, 23, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (17, 2, 19, 5, 0, 2, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (18, 2, 18, 1, 0, 8, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (19, 2, 17, 0.25, 0, 8, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (20, 2, 16, 0.5, 0, 8, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (21, 2, 15, 0.5, 0, 5, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (22, 2, 14, 2, 0, 15, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (23, 2, 13, 3, 0, 14, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (24, 2, 12, 800, 0, 2, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (25, 3, 38, 2, 0, 23, 14, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (26, 3, 37, 100, 0, 2, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (27, 3, 36, 1, 0, 23, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (28, 3, 35, 1, 0, 10, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (29, 3, 34, 1, 0, 9, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (30, 3, 33, 1, 0, 9, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (31, 3, 32, 1, 0, 9, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (32, 3, 31, 1, 0, 8, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (33, 3, 30, 1, 0, 8, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (34, 3, 29, 2, 0, 8, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (35, 3, 28, 100, 0, 4, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (36, 3, 27, 150, 0, 2, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (37, 3, 26, 1, 0, 23, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (38, 3, 25, 200, 0, 2, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (39, 4, 43, 2, 0, 5, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (40, 4, 1, 6, 0, 8, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (41, 4, 42, 1, 0, 23, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (42, 4, 41, 3, 0, 12, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (43, 4, 40, 0.25, 0, 12, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (44, 4, 39, 6, 0, 13, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (636, 5, 475, 2, 0, 8, 19, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (635, 5, 5, 3, 0, 23, 18, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (634, 5, 474, 200, 0, 2, 17, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (633, 5, 473, 350, 0, 2, 16, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (632, 5, 470, 1, 0, 19, 15, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (631, 5, 185, 1, 0, 19, 14, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (630, 5, 35, 1, 0, 9, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (629, 5, 23, 1, 0, 19, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (628, 5, 22, 3, 0, 8, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (627, 5, 41, 1, 0, 12, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (626, 5, 300, 1, 0, 1, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (625, 5, 1, 50, 0, 2, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (624, 5, 11, 150, 0, 4, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (623, 5, 97, 1, 0, 23, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (622, 5, 472, 1, 0, 19, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (621, 5, 469, 1, 0, 19, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (620, 5, 23, 1, 0, 19, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (619, 5, 468, 1, 0, 25, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (618, 5, 2, 375, 0, 2, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (470, 6, 481, 4, 0, 29, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (469, 6, 480, 3, 0, 25, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (468, 6, 291, 6, 0, 7, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (467, 6, 479, 2, 0, 28, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (466, 6, 478, 4, 0, 27, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (465, 6, 274, 3, 0, 18, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (464, 6, 487, 2, 0, 26, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (463, 6, 477, 1, 0, 26, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (462, 6, 476, 2, 0, 1, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (535, 7, 486, 1, 0, 25, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (534, 7, 485, 1, 0, 27, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (533, 7, 484, 1, 0, 7, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (532, 7, 483, 3, 0, 25, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (531, 7, 481, 1, 0, 29, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (530, 7, 482, 4, 0, 29, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (483, 8, 138, 0, 0, 10, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (482, 8, 430, 500, 0, 2, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (481, 8, 491, 2, 0, 8, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (480, 8, 490, 5, 0, 7, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (479, 8, 135, 5, 0, 7, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (478, 8, 489, 500, 0, 2, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (477, 8, 405, 0.5, 0, 3, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (476, 8, 488, 0.5, 0, 3, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (475, 8, 492, 2.5, 0, 1, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (474, 9, 21, 1, 0, 8, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (473, 9, 3, 2, 0, 8, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (472, 9, 23, 4, 0, 19, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (471, 9, 493, 1, 0, 30, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (498, 10, 450, 3, 0, 8, 15, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (497, 10, 289, 3, 0, 23, 14, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (496, 10, 473, 100, 0, 2, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (495, 10, 350, 100, 0, 2, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (494, 10, 135, 15, 0, 23, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (493, 10, 124, 15, 0, 23, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (492, 10, 126, 2, 0, 23, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (491, 10, 496, 80, 0, 2, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (490, 10, 470, 1, 0, 19, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (489, 10, 201, 3, 0, 24, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (488, 10, 494, 2, 0, 8, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (487, 10, 3, 2, 0, 8, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (486, 10, 23, 2, 0, 8, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (485, 10, 405, 1, 0, 3, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (484, 10, 493, 1, 0, 30, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (617, 11, 501, 2, 0, 8, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (616, 11, 500, 3, 1, 19, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (615, 11, 28, 150, 0, 4, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (614, 11, 408, 250, 0, 2, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (613, 11, 3, 0, 0, 10, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (612, 11, 35, 0, 0, 10, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (611, 11, 39, 300, 0, 4, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (610, 11, 499, 2, 0, 8, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (609, 11, 32, 1, 0, 14, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (608, 11, 42, 1, 0, 23, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (607, 11, 498, 1, 0, 23, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (606, 11, 23, 0, 0, 10, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (605, 11, 497, 600, 0, 2, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (510, 12, 35, 0, 0, 10, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (509, 12, 23, 0, 0, 10, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (508, 12, 508, 3, 0, 8, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (507, 12, 2, 1, 0, 8, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (506, 12, 28, 4, 0, 8, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (505, 12, 7, 0, 0, 10, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (504, 12, 507, 2, 0, 4, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (503, 12, 506, 5, 0, 8, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (502, 12, 3, 2, 0, 8, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (501, 12, 201, 500, 0, 2, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (500, 12, 504, 250, 0, 2, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (499, 12, 503, 1, 0, 23, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (452, 13, 502, 2, 0, 8, 14, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (451, 13, 517, 50, 0, 2, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (450, 13, 175, 250, 0, 4, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (449, 13, 516, 125, 0, 4, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (448, 13, 35, 0, 0, 23, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (447, 13, 149, 0, 0, 23, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (446, 13, 1, 20, 0, 2, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (445, 13, 515, 200, 0, 2, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (444, 13, 23, 0, 0, 10, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (443, 13, 514, 1, 0, 23, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (442, 13, 499, 20, 0, 2, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (441, 13, 33, 3, 0, 33, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (440, 13, 512, 1, 0, 23, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (439, 13, 511, 2, 0, 23, 1, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (604, 14, 72, 8, 0, 8, 13, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (603, 14, 119, 500, 0, 4, 12, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (602, 14, 527, 750, 0, 4, 11, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (601, 14, 273, 3, 0, 23, 10, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (600, 14, 215, 3, 0, 23, 9, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (599, 14, 526, 200, 0, 2, 8, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (598, 14, 36, 4, 0, 8, 7, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (597, 14, 525, 1, 0, 19, 6, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (596, 14, 34, 1, 0, 19, 5, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (595, 14, 32, 1, 0, 19, 4, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (594, 14, 215, 3, 0, 23, 3, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (593, 14, 524, 150, 0, 2, 2, -1, NULL); +INSERT INTO `ingredient_list` (`id`, `recipe_id`, `ingredient_id`, `amount`, `amount_offset`, `unit_id`, `order_index`, `group_id`, `substitute_for`) VALUES (592, 14, 523, 300, 0, 2, 1, -1, NULL); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_properties` +-- +-- Erzeugt am: 11. Februar 2007 um 15:43 +-- Aktualisiert am: 11. Februar 2007 um 15:43 +-- + +DROP TABLE IF EXISTS `ingredient_properties`; +CREATE TABLE IF NOT EXISTS `ingredient_properties` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(30) default NULL, + `units` varchar(30) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=85 ; + +-- +-- Daten für Tabelle `ingredient_properties` +-- + +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (1, 'Wasser', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (2, 'Energiegehalt', 'kcal'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (3, 'Eiweiss', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (4, 'Fett', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (5, 'Mineralstoffe', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (6, 'Kohlehydrate', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (7, 'Ballaststoffe', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (8, 'Zucker', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (9, 'Kalzuim', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (10, 'Eisen', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (11, 'Magnesium', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (12, 'Phosphor', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (13, 'Kalium', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (14, 'Natrium', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (15, 'Zink', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (16, 'Kupfer', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (17, 'Mangan', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (18, 'Selen', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (19, 'Vitamin C', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (20, 'Vitamin B1', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (21, 'Vitamin B2', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (22, 'Niacin (B3)', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (23, 'Pantothensaeure (B5)', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (24, 'Vitamin B', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (25, 'Folate', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (26, 'Folsaeure', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (27, 'food folate', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (28, 'folate (DFE)', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (29, 'Vitamin B12', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (30, 'Vitamin A', 'IU'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (31, 'Vitamin A (RAE)', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (32, 'Retinol (Vitamin A)', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (33, 'Vitamin E', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (34, 'Vitamin K', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (35, 'Alpha-Karotin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (36, 'Beta-Karotin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (37, 'Beta-Cryptoxanthin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (38, 'Lykopin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (39, 'Lutein+Zeazanthin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (40, 'gesaettigtes Fett', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (41, 'einfach ungesaettigtes Fett', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (42, 'mehrfach ungesaettigtes Fett', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (43, 'Cholesterin', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (44, 'water', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (45, 'energy', 'kcal'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (46, 'protein', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (47, 'fat', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (48, 'ash', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (49, 'carbohydrates', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (50, 'dietary fiber', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (51, 'sugar', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (52, 'calcuim', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (53, 'iron', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (54, 'magnesium', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (55, 'phosphorus', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (56, 'potassium', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (57, 'sodium', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (58, 'zinc', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (59, 'copper', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (60, 'manganese', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (61, 'selenium', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (62, 'vitamin C', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (63, 'thiamin', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (64, 'riboflavin', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (65, 'niacin', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (66, 'pantothenic acid', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (67, 'vitamin B', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (68, 'folate', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (69, 'folic acid', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (70, 'vitamin B12', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (71, 'vitamin A', 'IU'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (72, 'vitamin A (RAE)', 'mg'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (73, 'retinol', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (74, 'vitamin E', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (75, 'vitamin K', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (76, 'alpha-carotene', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (77, 'beta-carotene', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (78, 'beta-cryptoxanthin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (79, 'lycopene', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (80, 'lutein+zeazanthin', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (81, 'saturated fat', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (82, 'monounsaturated fat', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (83, 'polyunsaturated fat', 'g'); +INSERT INTO `ingredient_properties` (`id`, `name`, `units`) VALUES (84, 'cholesterol', 'mg'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ingredient_weights` +-- +-- Erzeugt am: 11. Februar 2007 um 15:43 +-- Aktualisiert am: 11. Februar 2007 um 15:43 +-- Letzter Check am: 11. Februar 2007 um 15:43 +-- + +DROP TABLE IF EXISTS `ingredient_weights`; +CREATE TABLE IF NOT EXISTS `ingredient_weights` ( + `id` int(11) NOT NULL auto_increment, + `ingredient_id` int(11) NOT NULL, + `amount` float default NULL, + `unit_id` int(11) default NULL, + `weight` float default NULL, + `weight_unit_id` int(11) default NULL, + `prep_method_id` int(11) default NULL, + PRIMARY KEY (`id`), + KEY `ingredient_id` (`ingredient_id`), + KEY `unit_id` (`unit_id`), + KEY `weight_unit_id` (`weight_unit_id`), + KEY `prep_method_id` (`prep_method_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; + +-- +-- RELATIONEN DER TABELLE `ingredient_weights`: +-- `ingredient_id` +-- `ingredients` -> `id` +-- `prep_method_id` +-- `prep_methods` -> `id` +-- `unit_id` +-- `units` -> `id` +-- `weight_unit_id` +-- `ingredient_weights` -> `id` +-- + +-- +-- Daten für Tabelle `ingredient_weights` +-- + + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `prep_methods` +-- +-- Erzeugt am: 11. Februar 2007 um 15:44 +-- Aktualisiert am: 11. Februar 2007 um 17:35 +-- + +DROP TABLE IF EXISTS `prep_methods`; +CREATE TABLE IF NOT EXISTS `prep_methods` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(20) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=29 ; + +-- +-- Daten für Tabelle `prep_methods` +-- + +INSERT INTO `prep_methods` (`id`, `name`) VALUES (1, 'Kochen'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (2, 'Braten'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (3, 'Dünsten'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (4, 'Pochieren'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (5, 'ausgelassen'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (6, 'gemahlen'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (7, 'kleingeschnitten'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (8, 'gewürfelt'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (9, 'getrocknet'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (10, 'gepökelt'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (11, 'gewuerfelt'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (12, 'groß'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (13, 'z.B. Gnocchi'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (14, 'gross'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (15, 'küchenfertig'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (16, 'gerieben'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (17, 'kuechenfertig'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (18, 'eingeweicht'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (19, 'insgesamt 700 g'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (20, 'frisch'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (21, '800 - 900g'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (22, 'ersatzweise Brokkoli'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (23, 'aus der Mühle'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (24, 'aus der Muehle'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (25, 'gehackt'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (26, 'klein gewürfelt'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (27, 'fein gewürfelt'); +INSERT INTO `prep_methods` (`id`, `name`) VALUES (28, 'fein gerieben'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `prep_method_list` +-- +-- Erzeugt am: 11. Februar 2007 um 15:44 +-- Aktualisiert am: 08. August 2007 um 00:17 +-- + +DROP TABLE IF EXISTS `prep_method_list`; +CREATE TABLE IF NOT EXISTS `prep_method_list` ( + `ingredient_list_id` int(11) NOT NULL, + `prep_method_id` int(11) NOT NULL, + `order_index` int(11) default NULL, + KEY `iid_index` (`ingredient_list_id`), + KEY `pid_index` (`prep_method_id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `prep_method_list`: +-- `ingredient_list_id` +-- `ingredient_list` -> `id` +-- `prep_method_id` +-- `prep_methods` -> `id` +-- + +-- +-- Daten für Tabelle `prep_method_list` +-- + +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (631, 6, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (630, 6, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (625, 5, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (468, 8, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (467, 8, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (465, 7, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (462, 7, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (478, 9, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (475, 10, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (471, 7, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (497, 7, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (496, 8, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (495, 8, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (489, 7, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (484, 7, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (608, 8, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (607, 14, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (614, 13, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (500, 18, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (499, 15, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (503, 16, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (448, 24, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (447, 16, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (443, 22, 2); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (443, 21, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (441, 20, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (439, 19, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (604, 28, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (601, 27, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (600, 27, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (597, 25, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (596, 25, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (595, 25, 1); +INSERT INTO `prep_method_list` (`ingredient_list_id`, `prep_method_id`, `order_index`) VALUES (594, 26, 1); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `ratings` +-- +-- Erzeugt am: 11. Februar 2007 um 15:45 +-- Aktualisiert am: 08. August 2007 um 00:17 +-- + +DROP TABLE IF EXISTS `ratings`; +CREATE TABLE IF NOT EXISTS `ratings` ( + `id` int(11) NOT NULL auto_increment, + `recipe_id` int(11) NOT NULL, + `comment` text, + `rater` text, + `created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; + +-- +-- RELATIONEN DER TABELLE `ratings`: +-- `recipe_id` +-- `recipes` -> `id` +-- + +-- +-- Daten für Tabelle `ratings` +-- + +INSERT INTO `ratings` (`id`, `recipe_id`, `comment`, `rater`, `created`) VALUES (1, 5, '', 'Frank', '2007-08-08 00:17:35'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `rating_criteria` +-- +-- Erzeugt am: 11. Februar 2007 um 15:46 +-- Aktualisiert am: 08. August 2007 um 00:16 +-- + +DROP TABLE IF EXISTS `rating_criteria`; +CREATE TABLE IF NOT EXISTS `rating_criteria` ( + `id` int(11) NOT NULL auto_increment, + `name` text, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ; + +-- +-- Daten für Tabelle `rating_criteria` +-- + +INSERT INTO `rating_criteria` (`id`, `name`) VALUES (1, 'Allgemein'); +INSERT INTO `rating_criteria` (`id`, `name`) VALUES (2, 'Geschmack'); +INSERT INTO `rating_criteria` (`id`, `name`) VALUES (3, 'Erscheinungsbild'); +INSERT INTO `rating_criteria` (`id`, `name`) VALUES (4, 'Originalität'); +INSERT INTO `rating_criteria` (`id`, `name`) VALUES (5, 'Einfachheit der Zubereitung'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `rating_criterion_list` +-- +-- Erzeugt am: 11. Februar 2007 um 15:46 +-- Aktualisiert am: 08. August 2007 um 00:17 +-- + +DROP TABLE IF EXISTS `rating_criterion_list`; +CREATE TABLE IF NOT EXISTS `rating_criterion_list` ( + `rating_id` int(11) NOT NULL, + `rating_criterion_id` int(11) default NULL, + `stars` float default NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `rating_criterion_list`: +-- `rating_criterion_id` +-- `rating_criteria` -> `id` +-- `rating_id` +-- `ratings` -> `id` +-- + +-- +-- Daten für Tabelle `rating_criterion_list` +-- + +INSERT INTO `rating_criterion_list` (`rating_id`, `rating_criterion_id`, `stars`) VALUES (1, 2, 5); +INSERT INTO `rating_criterion_list` (`rating_id`, `rating_criterion_id`, `stars`) VALUES (1, 1, 3.5); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `recipes` +-- +-- Erzeugt am: 11. Februar 2007 um 15:47 +-- Aktualisiert am: 08. August 2007 um 09:15 +-- + +DROP TABLE IF EXISTS `recipes`; +CREATE TABLE IF NOT EXISTS `recipes` ( + `id` int(11) NOT NULL auto_increment, + `title` varchar(200) default NULL, + `yield_amount` float default '0', + `yield_amount_offset` float default '0', + `yield_type_id` int(11) default '-1', + `instructions` text, + `photo` blob, + `prep_time` time default NULL, + `ctime` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, + `mtime` timestamp NOT NULL default '0000-00-00 00:00:00', + `atime` timestamp NOT NULL default '0000-00-00 00:00:00', + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ; + +-- +-- RELATIONEN DER TABELLE `recipes`: +-- `yield_type_id` +-- `yield_types` -> `id` +-- + +-- +-- Daten für Tabelle `recipes` +-- + +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (1, 'Gateau Basque / Pastel Vasco', 4, 0, -1, 'First, we need to make the dough: place in a mixing bowl 375g of the flour and make a hole in the middle, where you can place the butter slightly soft, the icing (or normal) sugar, 3 egg yolks, the egg, and 375g flour. Mix all these properly until you get something quite consistant. And leave it in the fridge for at least 1/2 an hour, covered with cling film.\n\nIn the mean time, in order to make some cream, put the milk boiling in a saucepan, and add the cinnamon and the vanilla pod. Midwhile, mix in a bowl the 150 g of the sugar, the rest of the flour (50g), and the 4 egg yolks that are left. Once the milk is boiling, remove the cinnamon and the vanilla pod and add this mixture to the milk. Keep going on mixing continuously until the cream gets quite thick, and once it starts boiling add the almonds, previously grounded, 100 g of sugar which is left, and the currants. Leave this mixture in the fridge for 1/2 an hour.\n\nOnce these two things are done, get a mould ready for baking spreading a bit of butter and then flour so that the cake won''t stick to the mould.\n\nNow, put a thin (less than 5mm) layer of the dough covering the bottom and side parts of the mould, and fill it in with the cream, and cover on top with the rest of the dough in the same way.\n\nPaint the cake''s top part with a bit of whisked egg, and put it in the oven at 190C for around 30 mins. Et voilá! you have a delicious sweet cake.', NULL, '00:00:00', '2005-12-08 08:44:53', '2005-12-08 08:44:53', '2007-08-08 09:12:40'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (2, 'Lamb Stuffing', 1, 0, -1, 'Chop the spring onions (from the green leaves all the way close to the root) into 1cm long pieces. Dice the tomato if you use it. In a sautee-pan, add a little oil, the mustard seeds, and eat it. When the mustard seeds start popping, add the chooped spring onions, thawed green peas, and sautee for about 2 minutes. Then, add the spinach, tomato and cilantro powder, and sautee until almost dry. Add thawed minced lamb, a cup of water and stir to make the mixture almost homogeneous. Add cumin powder, cinnamon and salt, and stir thoroughly. Let it simmer for a while until most of the water is gone. Then sprinkle crushed black pepper to required degree of spiciness. Add lemon juice (and vinegar for extra tang) and stir. The pepper should absorb all the remaining water. Stir vigorously for about 30 seconds and remove from heat.\n\nThis makes great stuffing for pitas. Personally, if I have the time, I add the cooked stuffing above to wet rice flour, and steam to obtain flavoured rice cakes, which is consumed by itself or (usually) with coconut chutney.\n\nNote: Be careful adding the cumin and cinnamon. They tend to clump, and you should avoid that be adding them little by little while strirring the mixture.', NULL, '00:00:00', '2005-12-08 08:44:53', '2005-12-08 08:44:53', '2007-08-08 09:13:10'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (3, 'Kaas, Dille, Eten', 2, 0, -1, 'Put on 1.5l of water, salted, on to boil. Slice the zucchini in thin slices (about 3mm thick). Chop the mushrooms. Heat olive oil in a heavy iron skillet, add zucchini and fry on high heat for 3 min or so, then add mushrooms and wine, reduce heat, and allow to fry/simmer/turn brown for another 5 minutes or so. By now the water for the pasta should be boiling. Add the pasta and let it cook for the 10 minutes or so it needs to become "al dente". Add the cream, dill, horseradish, herbs and pepper to the zucchini and mushroom mix, and allow to simmer while the pasta cooks. Drain the pasta, add it to the vegetables, mix well.\nServe topped with cheese and with sliced tomato around the edge of the plate.', NULL, '00:00:00', '2005-12-08 08:44:53', '2005-12-08 08:44:53', '2007-08-08 09:15:02'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (4, 'Carrot Soup', 2, 0, -1, 'Chop the Onion, Garlic and Ginger as fine as possible, then satue in the butter. Don’t let the onion get to dark, just saute until soft.\n \nPeel and cut up the carrots into 1inch chunks so they are manageable.\n \nThen add in the vegitable stocj, and carrots. Simmer for about 45minutes. When the carrots are soft let the mixture cool.\n\nPlace the carrot chunks and broth into a blender and puree it. When the entire mixture is smooth its ready to eat. You can also add 2T lemon juice and/or a dash of curry powder for taste, but its great without it too.\n\nThe soup is great hot or cold and is vegan friendly.', NULL, '00:00:00', '2005-12-08 08:44:53', '2005-12-08 08:44:53', '2007-08-08 09:15:33'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (5, 'Zwiebelkuchen', 6, 0, -1, ' Aus Mehl, Hefe, den Gewürzen, Ei, Milch und der zerlassenen Butter einen Hefeteig herstellen.\n\nFür den Belag: Die Zwiebeln abziehen, vierteln und in Scheiben schneiden. Die Knoblauchzehe abziehen und zerdrücken. Zwiebeln und Knoblauch im Öl glasig dünsten und mit Salz, Pfeffer, Rosmarin und Kümmel würzen. Ca. 15 Minuten im offenen Topf dünsten, dann abkühlen lassen.\n\nDen durchwachsenen Speck in Würfel schneiden und den Gouda reiben. Speck, Gouda, Creme fraiche und die Eier unter die Zwiebelmasse rühren und mit Salz und Pfeffer abschmecken.\n\nDen Hefeteig ausrollen und damit ein Backblech auslegen (den Teig an den Rändern etwas hochdrücken) und die Zwiebelmasse darauf verteilen.\n\nNochmals gehen lassen und dann in den Backofen schieben.\n\nBei 200 bis 220 Grad (Heißluft 180 bis 200 Grad) etwa 40 Minuten backen lassen.', NULL, '00:00:00', '2005-12-08 08:44:53', '2007-08-08 00:17:35', '2007-08-08 00:15:24'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (6, 'Jägertopf', 10, 0, -1, 'Fleisch kleinschneiden (wie Geschnetzeltes), mit der Würzmischung vermengen. In einen Bratentopf geben, den Käse darauf legen. Darauf den klein geschnittenen Porree geben, dann eine Lage Champignons.\nZwiebel würfeln und zusammen mit dem gewürfelten Bauchspeck dünsten. Nach dem Erkalten über die Pilze geben.\nDie Jägersoße mi der Sahne verrühren und über den Fleischtopf verteilen. Den Topf 24 Stunden in den Kühlschrank stellen.\nDen Topf mit geschlossenem Deckel im Backofen bei 190°C garen lassen.\nMit Baguette, Reis oder Spätzle servieren.', NULL, '07:00:00', '2005-12-08 08:44:53', '2007-02-11 16:11:39', '2007-02-11 16:11:56'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (7, 'Vanillecremetorte', 6, 0, -1, 'Schmand, Sahne und Paradiescreme cremig schlagen (wird recht fest).\nTortenring um Boden setzen.\nCreme auf Boden streichen.\nPfirsiche oder ähnliches Obst auf der Creme dekorativ verteilen.\nMit Tortenguß überziehen.\nErkalten lassen.\n', NULL, '01:00:00', '2005-12-08 08:44:53', '2007-02-11 17:16:48', '2007-02-11 17:17:07'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (8, 'Schinken mit Senf-Honig-Kruste', 8, 0, -1, 'Schwarte des Schinkens einschneiden. Wein mit Wasser, Feigen, Nelken und Pfeffer aufkochen. Schinken einlegen und bei milder Hitze ca. 2 Stunden ziehen lassen.\nSenf, Honig und Nelkenpulver mischen, Backofen auf 225°C vorheizen. Schinken trockentupfen, mit der Schwarte nach oben ca. 25 Minuten braten, mit der Honigpaste einstreichen, 10 - 12 Minuten überkrusten. Mit den Feigen servieren.', NULL, '04:00:00', '2005-12-08 08:44:53', '2007-02-11 16:17:29', '2007-02-11 16:20:40'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (9, 'Bayrischkraut', 8, 0, -1, 'Den Weißkohl schneiden und in Salzwasser kochen.\nEssig + Zucker dazu, andicken.\nBraune Butter dazu.\n\nKochen, bis Kohl weich ist.', NULL, '00:00:00', '2005-12-08 08:44:53', '2007-02-11 16:12:14', '2007-02-11 16:20:18'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (10, 'Bayrisch Kraut (Frank)', 10, 0, -1, 'Den Weißkohl kleinschneiden und zusammen mit dem Wasser, Salz, Zucker, Essig, den kleingeschittenen Äpfeln, dem Schmalz und den Gewürzen kochen, bis er weich ist.\nDann den Speck auslassen und die Zwiebeln darin goldgelb anbraten.\nZum Schluß das Kraut mit Stärke (oder weißem Soßenbinder) andicken.\n', NULL, '01:00:00', '2005-12-08 09:55:57', '2007-02-11 16:18:40', '2007-02-11 16:17:49'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (11, 'Lachs-Nudelpfanne mit Gurken und Senfsoße', 4, 0, 1, 'Lachsfilet waschen, trockentupfen, in grobe Würfel schneiden und leicht salzen. Gurke schälen, längs halbieren, entkernen und in Stücke schneiden. Zwiebel schälen und würfeln. Petersilie waschen, trockentupfen und hacken.\n\nWasser für die Nudeln zum Kochen bringen. Das Wasser salzen. Einen Eßlöffel Butterschmalz in einem Topf erhitzen. Zwiebel und Gurke darin andünsten. Mit Gemüsebrühe ablöschen, Salz, Pfeffer und eine Prise Zucker zufügen. Weitere 2 - 3 Minuten dünsten.\n\nZwischenzeitlich restliches Butterschmalz in einer beschichteteten Pfanne erhitzen und die Lachswürfel portionsweise darin rundherum anbraten.\n\nNudeln zum kochenden Wasser geben und nach Packungsanweisung bissfest kochen. Lachswürfel, Sahne und Senf zu dem Gemüse geben und weitere 3 Minuten dünsten. Petersilie zugeben, die Soße abschmecken und mit Soßenbinder binden. Mit Nudeln auf dem Teller anrichten.', NULL, '00:00:00', '2005-12-17 12:26:31', '2007-08-08 00:11:40', '2007-08-08 00:19:01'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (14, 'Spätburgunder Risotto mit gebratener Entenbrust', 4, 0, -1, 'In einem hohen Topf die Schalotten und den Knoblauch in reichlich Olivenöl glasig anschwitzen, den Reis beigeben und einige Minuten mit angehen lassen. Den Reis mit dem Spätburgunder und Hühnerbrühe ablöschen, er sollte immer etwas naß sein, doch nie "schwimmen". Die Garzeit des Reises ist schwierig zu bestimmen, am besten regelmäßig testen";@ er sollte im Kern noch bißfest sein.\n\nDen Backofen auf 180° vorheizen. Die Entenbrust auf der Fettseite längs und quer einschneiden, so daß kleine Quadrate auf der Oberfläche entstehen, die das Fettgewebe durchschneiden. So wird die Brust beim Braten schön knusprig. Danach salzen und pfeffern. In einer heißen Pfanne mit wenig Öl anbraten. So lange auf der Hautseite braten, bis die nach oben zeigende Fleischseite einen Glanz bekommt. Dann erst wenden und ganz kurz auf der anderen Seite anbraten";@ nur zum Schließen der Poren. Danach für 8 Minuten in den Backofen schieben.\n\nDie Pilze putzen und klein schneiden. In einer Pfanne zusammen mit den Schalotten kurz heiß anbraten und mit Salz und Pfeffer würzen. Die Pilze unter das Risotto mischen, den Parmesan vorsichtig bis zur gewünschten Konsistenz einrühren.\n\nDie Entenbrust aus dem Backofen nehmen und in Scheiben schneiden. Das Risotto auf einem Teller anrichten, die Entenbrustscheiben darauf legen und mit Kräutern bestreuen.', NULL, '00:00:00', '2007-02-11 17:32:28', '2007-02-11 18:33:35', '2007-02-11 19:38:39'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (12, 'Klassische Martinsgans', 6, 0, -1, 'Die Gans sorgfältig waschen und trocknen. Nur von innen salzen. Die eingeweichten Trockenpflaumen entsteinen und mit geschälten, entkernten und zerkleinerten Äpfeln vermischen. Mit Zucker, geriebenem Vollkornbrot, Zimt und Weinbrand abschmecken. Die Gans damit füllen und an der offenen Seite zunähen.\n\nVor dem Braten in die Fettfangschale etwa 3 Tassen Wasser und einen geteilten Apfel geben. Die gefüllte Gans auf einen Bratrost legen und in den vorgeheizten Ofen auf die unterste Schiene schieben. Bei 200°C bis zu 3 Stunden langsam braten un gelegentlich mit dem Bratensaft begießen. Nach der halben Bratenzeit einige Male unterhalb der Keule in die Haut stechen, damit das Fett ausbraten kann. 10 Minuten vor dem Ende der Garzeit die Gans mit kaltem Salzwasser bestreichen und bei 250°C knusprig braten.\n\nDie in der Fettpfanne befindliche Tunke mit Wasser verlängern, mit Sahne und Mehl binden und mit Apfelmus, Salz und Pfeffer abschmecken. 10 Minuten aufkochen lassen. Die Fäden enfernen und die Gans tranchieren.\n\nDazu schmecken z.B. Kartoffel- oder Semmelknödel und Rotkohl.', NULL, '00:00:00', '2005-12-17 12:55:36', '2007-02-11 16:20:18', '2007-02-11 16:20:27'); +INSERT INTO `recipes` (`id`, `title`, `yield_amount`, `yield_amount_offset`, `yield_type_id`, `instructions`, `photo`, `prep_time`, `ctime`, `mtime`, `atime`) VALUES (13, 'Gebratene Entenbrust mit Thymiankruste', 4, 0, -1, 'Entenbrust waschen, trockentupfen und die Haut abschneiden (Fleischanteil 550g). Haut fein würfeln. Schalotte schälen und in kleine Würfel schneiden. Thymian waschen, trockentupfen und die Blättchen abzupfen. Butterschmalz in einer Pfanne erhitzen und die Entenbrüste unter Wenden 18 bis 20 Minuten braten.\n\nInzwischen Romanesco putzen, waschen und in kleine Röschen teilen. In wenig kochendem Salzwasser zirka 10 Minuten garen. Nudeln in reichlich kochendes Salzwasser geben und 4 bis 5 Minuten garen. Auf ein Sieb gießen, unter kaltem Wasser abschrecken und warm stellen. Butter in einem Topf aufschäumen und den Romanesco darin schwenken. Mit Muskat würzen.\n\nFertige Entenbrüste mit Salz und Pfeffer würzen, in Folie wickeln und 5 bis 10 Minuten ruhen lassen. Bratensatz mit Rotwein und Brühe ablöschen, aufkochen und 3 bis 4 Minuten köcheln lassen. Gelee in den Fond rühren und den Soßenbinder unter Rühren rinrieseln lassen. Nochmals kurz aufkochen\n', NULL, '00:00:00', '2005-12-18 14:07:59', '2007-02-11 16:08:33', '2007-02-11 16:20:34'); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `units` +-- +-- Erzeugt am: 11. Februar 2007 um 15:48 +-- Aktualisiert am: 11. Februar 2007 um 18:31 +-- + +DROP TABLE IF EXISTS `units`; +CREATE TABLE IF NOT EXISTS `units` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(30) default NULL, + `name_abbrev` varchar(20) default NULL, + `plural` varchar(30) character set ucs2 default NULL, + `plural_abbrev` varchar(20) default NULL, + `type` int(11) NOT NULL default '0', + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=38 ; + +-- +-- Daten für Tabelle `units` +-- + +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (23, '', NULL, '', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (1, 'Kg', NULL, 'Kg', NULL, 1); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (2, 'Gramm', 'g', 'Gramm', 'g', 1); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (3, 'Liter', 'l', 'Liter', 'l', 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (4, 'ml', NULL, 'ml', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (5, 'Pfund', NULL, 'Pfund', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (6, 'pint', NULL, 'pints', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (15, 'Tasse', NULL, 'Tassen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (8, 'Eßlöffel', 'EL', 'Eßlöffel', 'EL', 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (19, 'Teelöffel', 'TL', 'Teelöffel', 'TL', 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (20, 'quart', NULL, 'quarts', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (21, 'gallon', NULL, 'gallons', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (22, 'Unze', NULL, 'Unzen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (11, 'fl oz', NULL, 'fl oz', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (7, 'Stück', NULL, 'Stück', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (9, 'Prise', NULL, 'Prisen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (10, 'nach Geschmack', NULL, 'nach Geschmack', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (12, 'Zehe', NULL, 'Zehen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (13, 'ccm', NULL, 'ccm', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (14, 'Bund', NULL, 'Bund', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (16, 'ein wenig nach Geschmack', NULL, 'ein wenig nach Geschmack', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (17, 'wenig', NULL, 'wenig', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (18, 'Stange', NULL, 'Stangen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (24, 'mg', NULL, 'mg', NULL, 1); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (25, 'Päckchen', NULL, 'Päckchen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (26, 'Packung', NULL, 'Packungen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (27, 'Dose', NULL, 'Dosen', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (28, 'Streifen', NULL, 'Streifen', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (29, 'Becher', NULL, 'Becher', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (30, 'Kopf', NULL, 'Köpfe', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (32, 'Scheibe', NULL, 'Scheiben', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (33, 'Stiel', NULL, 'Stiele', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (34, 'Zwiebel', NULL, 'Zwiebeln', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (35, 'Zweig', NULL, 'Zweige', NULL, 0); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (36, 'Knolle', NULL, 'Knollen', NULL, 2); +INSERT INTO `units` (`id`, `name`, `name_abbrev`, `plural`, `plural_abbrev`, `type`) VALUES (37, 'Kochbeutel', 'Kochbtl.', 'Kochbeutel', 'Kochbtl.', 1); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `units_conversion` +-- +-- Erzeugt am: 11. Februar 2007 um 15:48 +-- Aktualisiert am: 11. Februar 2007 um 15:48 +-- + +DROP TABLE IF EXISTS `units_conversion`; +CREATE TABLE IF NOT EXISTS `units_conversion` ( + `unit1_id` int(11) default NULL, + `unit2_id` int(11) default NULL, + `ratio` float default NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `units_conversion`: +-- `unit1_id` +-- `units` -> `id` +-- `unit2_id` +-- `units` -> `id` +-- + +-- +-- Daten für Tabelle `units_conversion` +-- + +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (1, 2, 1000); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (2, 1, 0.001); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 4, 1000); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 3, 0.001); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (5, 1, 0.454); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (1, 5, 2.20264); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 3, 0.473); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 6, 2.11416); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 4, 14.786); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 8, 0.0676315); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 8, 67.628); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 3, 0.0147868); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 4, 1); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 13, 1); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 3, 0.001); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 13, 1000); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 13, 14.786); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 8, 0.0676315); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 6, 0.03125); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 8, 32); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 4, 473.176); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 6, 0.00211338); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 13, 473.176); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 6, 0.00211338); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 15, 2); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 6, 0.5); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (2, 5, 0.00220264); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (5, 2, 454); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 15, 4.22833); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 3, 0.2365); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 15, 0.0625); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 8, 16); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 15, 0.00422676); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 4, 236.588); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 15, 0.00422676); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 13, 236.588); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 6, 2); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 20, 0.5); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 20, 1.05708); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 3, 0.946); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 20, 0.015625); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 8, 64); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 20, 0.00105669); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 4, 946.352); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 20, 0.00105669); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 13, 946.352); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 20, 0.25); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 15, 4); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 20, 4); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 21, 0.25); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 21, 0.125); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 6, 8); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 21, 0.264271); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 3, 3.784); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 21, 0.00390625); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 8, 256); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 21, 0.000264172); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 4, 3785.41); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 21, 0.000264172); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 13, 3785.41); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 21, 0.0625); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 15, 16); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (5, 22, 16); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (22, 5, 0.0625); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (1, 22, 35.2423); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (22, 1, 0.028375); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (2, 22, 0.0352734); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (22, 2, 28.35); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 19, 3); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 8, 0.333333); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 19, 0.202895); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 4, 4.92866); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 19, 202.884); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 3, 0.00492893); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 19, 0.202895); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 13, 4.92866); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 19, 96.0001); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 6, 0.0104167); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 19, 48); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 15, 0.0208333); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 19, 192); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 20, 0.00520833); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 19, 768.001); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 21, 0.00130208); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 4, 29.574); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (4, 24, 0.0338135); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (3, 24, 33.8135); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 3, 0.029574); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (8, 24, 0.499967); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 8, 2.00013); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 24, 0.0338135); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 13, 29.574); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (6, 24, 15.9997); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 6, 0.0625011); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (15, 24, 7.99986); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 15, 0.125002); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (20, 24, 31.9994); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 20, 0.0312506); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (21, 24, 127.998); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 21, 0.00781262); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (19, 24, 0.166655); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (24, 19, 6.00042); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (25, 2, 15); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (2, 25, 0.0666667); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (29, 13, 200); +INSERT INTO `units_conversion` (`unit1_id`, `unit2_id`, `ratio`) VALUES (13, 29, 0.005); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `unit_list` +-- +-- Erzeugt am: 11. Februar 2007 um 15:49 +-- Aktualisiert am: 11. Februar 2007 um 17:45 +-- + +DROP TABLE IF EXISTS `unit_list`; +CREATE TABLE IF NOT EXISTS `unit_list` ( + `ingredient_id` int(11) default NULL, + `unit_id` int(11) default NULL +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +-- +-- RELATIONEN DER TABELLE `unit_list`: +-- `ingredient_id` +-- `ingredients` -> `id` +-- `unit_id` +-- `units` -> `id` +-- + +-- +-- Daten für Tabelle `unit_list` +-- + +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (1, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (2, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (4, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (5, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (6, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (7, 18); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (8, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (9, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (10, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (11, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (12, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (13, 14); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (14, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (15, 5); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (16, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (17, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (18, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (19, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (20, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (21, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (22, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (24, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (25, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (26, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (27, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (28, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (30, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (31, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (32, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (33, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (34, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (35, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (37, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (38, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (39, 13); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (40, 12); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (41, 12); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (42, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (1, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (43, 5); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (44, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (44, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (45, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (45, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (46, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (46, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (47, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (47, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (48, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (48, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (49, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (49, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (50, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (50, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (51, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (51, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (52, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (52, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (53, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (53, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (54, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (54, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (55, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (55, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (56, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (56, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (57, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (57, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (58, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (58, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (59, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (59, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (39, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (39, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (60, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (60, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (61, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (61, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (62, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (62, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (63, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (63, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (64, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (64, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (65, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (65, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (66, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (66, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (67, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (67, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (68, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (68, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (69, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (69, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (70, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (70, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (71, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (71, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (72, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (72, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (73, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (73, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (74, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (74, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (75, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (75, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (76, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (76, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (77, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (77, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (78, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (78, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (79, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (79, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (80, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (80, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (11, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (11, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (81, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (81, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (82, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (82, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (83, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (83, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (84, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (84, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (85, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (85, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (86, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (86, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (87, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (87, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (88, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (88, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (89, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (89, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (90, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (90, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (91, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (91, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (92, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (92, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (93, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (93, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (94, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (94, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (95, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (95, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (96, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (96, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (97, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (97, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (98, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (98, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (99, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (99, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (100, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (100, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (4, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (4, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (101, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (101, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (102, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (102, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (5, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (5, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (103, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (103, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (104, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (104, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (105, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (105, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (106, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (106, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (107, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (107, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (108, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (108, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (1, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (109, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (109, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (110, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (110, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (111, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (111, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (112, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (112, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (113, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (113, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (114, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (114, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (115, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (115, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (116, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (116, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (22, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (22, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (117, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (117, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (118, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (118, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (119, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (119, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (120, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (120, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (121, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (121, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (122, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (122, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (123, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (123, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (124, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (124, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (125, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (125, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (126, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (126, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (127, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (127, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (128, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (128, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (129, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (129, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (7, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (7, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (130, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (130, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (131, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (131, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (132, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (132, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (133, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (133, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (134, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (134, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (135, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (135, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (136, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (136, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (137, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (137, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (139, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (139, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (140, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (140, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (141, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (141, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (142, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (142, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (40, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (40, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (143, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (143, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (144, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (144, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (145, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (145, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (146, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (146, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (147, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (147, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (19, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (148, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (148, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (149, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (149, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (150, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (150, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (151, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (151, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (152, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (152, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (153, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (153, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (154, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (154, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (155, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (155, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (156, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (156, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (157, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (157, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (32, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (32, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (158, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (158, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (159, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (159, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (160, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (160, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (35, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (35, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (161, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (161, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (162, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (162, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (163, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (163, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (164, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (164, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (165, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (165, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (166, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (166, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (167, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (167, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (168, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (168, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (169, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (169, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (170, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (170, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (171, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (171, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (172, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (172, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (33, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (33, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (173, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (173, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (174, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (174, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (175, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (175, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (176, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (176, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (177, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (177, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (178, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (178, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (21, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (21, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (179, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (179, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (180, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (180, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (181, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (181, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (182, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (182, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (183, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (183, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (184, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (184, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (31, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (31, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (185, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (185, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (186, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (186, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (187, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (187, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (188, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (188, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (189, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (189, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (190, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (190, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (191, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (191, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (192, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (192, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (193, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (193, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (194, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (194, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (195, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (195, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (196, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (196, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (197, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (197, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (198, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (198, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (199, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (199, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (200, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (200, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (201, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (201, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (202, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (202, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (203, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (203, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (204, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (204, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (205, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (205, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (34, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (34, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (206, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (206, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (207, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (207, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (208, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (208, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (209, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (209, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (210, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (210, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (211, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (211, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (212, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (212, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (213, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (213, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (214, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (214, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (215, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (215, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (216, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (216, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (217, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (217, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (218, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (218, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (219, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (219, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (10, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (220, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (220, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (221, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (221, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (222, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (222, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (223, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (223, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (224, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (224, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (225, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (225, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (226, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (226, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (227, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (227, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (228, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (228, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (229, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (229, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (230, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (230, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (231, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (231, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (43, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (43, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (232, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (232, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (233, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (233, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (234, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (234, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (235, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (235, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (236, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (236, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (237, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (237, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (238, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (238, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (239, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (239, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (240, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (240, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (241, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (241, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (242, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (242, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (18, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (18, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (243, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (243, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (244, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (244, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (245, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (245, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (246, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (246, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (247, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (247, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (248, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (248, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (249, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (249, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (250, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (250, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (251, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (251, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (252, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (252, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (253, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (253, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (254, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (254, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (255, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (255, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (256, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (256, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (257, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (257, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (258, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (258, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (259, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (259, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (260, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (260, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (261, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (261, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (262, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (262, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (263, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (263, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (264, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (264, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (265, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (265, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (266, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (266, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (267, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (267, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (268, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (268, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (269, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (269, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (270, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (270, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (271, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (271, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (41, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (41, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (272, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (272, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (273, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (273, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (274, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (274, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (275, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (275, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (276, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (276, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (277, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (277, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (278, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (278, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (279, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (279, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (280, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (280, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (281, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (281, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (282, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (282, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (283, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (283, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (27, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (284, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (284, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (285, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (285, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (286, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (286, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (287, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (287, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (288, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (288, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (42, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (42, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (289, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (289, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (290, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (290, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (291, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (291, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (292, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (292, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (293, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (293, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (294, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (294, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (295, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (295, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (296, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (296, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (297, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (297, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (298, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (298, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (299, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (299, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (300, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (300, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (301, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (301, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (13, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (13, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (303, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (303, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (304, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (304, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (305, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (305, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (306, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (306, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (307, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (307, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (308, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (308, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (309, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (309, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (310, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (310, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (311, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (311, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (312, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (312, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (313, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (313, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (314, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (314, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (315, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (315, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (316, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (316, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (317, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (317, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (318, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (318, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (319, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (319, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (320, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (320, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (321, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (321, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (322, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (322, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (323, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (323, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (324, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (324, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (325, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (325, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (326, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (326, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (327, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (327, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (328, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (328, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (329, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (329, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (330, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (330, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (331, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (331, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (332, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (332, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (333, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (333, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (334, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (334, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (335, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (335, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (336, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (336, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (337, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (337, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (338, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (338, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (339, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (339, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (340, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (340, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (9, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (341, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (341, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (342, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (342, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (343, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (343, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (344, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (344, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (26, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (26, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (345, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (345, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (346, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (346, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (347, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (347, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (348, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (348, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (349, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (349, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (350, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (350, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (351, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (351, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (352, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (352, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (38, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (38, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (353, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (353, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (354, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (354, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (355, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (355, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (356, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (356, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (357, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (357, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (358, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (358, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (359, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (359, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (360, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (360, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (361, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (361, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (362, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (362, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (363, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (363, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (364, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (364, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (365, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (365, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (366, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (366, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (367, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (367, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (368, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (368, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (369, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (369, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (370, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (370, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (371, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (371, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (372, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (372, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (373, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (373, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (374, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (374, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (375, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (375, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (376, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (376, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (377, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (377, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (378, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (378, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (379, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (379, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (380, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (380, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (381, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (381, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (382, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (382, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (383, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (383, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (384, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (384, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (385, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (385, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (386, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (386, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (387, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (387, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (388, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (388, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (389, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (389, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (390, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (390, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (391, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (391, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (392, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (392, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (393, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (393, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (394, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (394, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (395, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (395, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (396, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (396, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (397, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (397, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (398, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (398, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (399, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (399, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (400, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (400, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (401, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (401, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (402, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (402, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (403, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (403, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (406, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (406, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (407, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (407, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (408, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (408, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (409, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (409, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (410, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (410, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (411, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (411, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (412, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (412, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (413, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (413, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (414, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (414, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (415, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (415, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (416, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (416, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (417, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (417, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (418, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (418, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (419, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (419, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (420, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (420, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (421, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (421, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (422, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (422, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (423, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (423, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (424, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (424, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (425, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (425, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (426, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (426, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (427, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (427, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (428, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (428, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (429, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (429, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (430, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (430, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (431, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (431, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (432, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (432, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (433, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (433, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (434, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (434, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (435, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (435, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (436, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (436, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (437, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (437, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (438, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (438, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (439, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (439, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (440, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (440, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (441, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (441, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (442, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (442, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (443, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (443, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (444, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (444, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (445, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (445, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (446, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (446, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (447, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (447, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (448, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (448, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (449, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (449, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (450, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (450, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (451, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (451, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (452, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (452, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (453, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (453, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (454, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (454, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (455, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (455, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (456, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (456, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (457, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (457, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (458, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (458, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (459, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (459, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (460, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (460, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (2, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (461, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (461, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (462, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (462, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (463, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (463, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (464, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (464, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (465, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (465, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (466, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (466, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (467, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (467, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (460, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (468, 25); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (468, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (469, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (469, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (469, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (469, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (472, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (471, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (470, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (97, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (97, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (97, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (11, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (81, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (81, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (300, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (22, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (22, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (35, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (35, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (185, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (185, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (473, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (473, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (474, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (474, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (475, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (475, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (475, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (475, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (476, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (476, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (476, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (476, 5); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (477, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (477, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (477, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (477, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (477, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (274, 18); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (478, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (478, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (478, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (478, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (478, 27); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (473, 28); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (479, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (479, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (479, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (479, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (479, 28); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (479, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (291, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (291, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 25); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (480, 27); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (486, 25); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (486, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (486, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (486, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 29); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (481, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 29); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (482, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (483, 25); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (483, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (483, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (483, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (484, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (485, 27); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (485, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (485, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (485, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (486, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (201, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (487, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (487, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (487, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (487, 25); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (487, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (487, 28); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (372, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (372, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (372, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (372, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (488, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (489, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (489, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (489, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (489, 5); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (489, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 25); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (490, 5); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (121, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (177, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (177, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (177, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (177, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (137, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (137, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (137, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (138, 9); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (135, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (491, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (404, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (405, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (492, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (492, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (492, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (492, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (121, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (493, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (21, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (493, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (493, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (493, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (493, 30); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (21, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (21, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (494, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (495, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (496, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (496, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (496, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (496, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (126, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (124, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (135, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (289, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (450, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (497, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (497, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (497, 26); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (498, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (498, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (498, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (32, 14); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (499, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (499, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (499, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (499, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (499, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (499, -1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (39, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (39, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (408, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (28, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (28, 29); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (500, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (501, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (501, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (501, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (501, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (501, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (501, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (502, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (502, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (502, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (502, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (502, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (502, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (42, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (498, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (23, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (503, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (503, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (503, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (504, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (504, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (504, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (201, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (3, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (505, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (505, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (505, 32); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (506, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (506, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (506, 32); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (506, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (506, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (506, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 13); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (507, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (7, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (7, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (7, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (28, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (28, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (2, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (2, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 27); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (508, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (503, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (509, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (509, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (509, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (510, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (510, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (510, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (511, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (215, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (513, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (513, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (513, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (513, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (512, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (512, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (512, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (512, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (512, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (513, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (513, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (514, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (514, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (514, 30); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (514, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (223, 30); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (223, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (515, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (515, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (1, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 13); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (516, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 13); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (29, 17); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (517, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (517, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (518, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (518, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (518, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 24); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (519, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (33, 35); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (185, 35); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (520, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (520, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (520, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (249, 36); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (232, 14); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (232, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (521, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (521, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (521, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (521, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (521, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (521, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 16); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 10); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (522, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (511, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (512, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (33, 33); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (514, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (149, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (35, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (175, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (523, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (523, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (523, 7); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (524, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (524, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (524, 5); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (525, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (525, 14); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (525, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (525, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (525, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (32, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (32, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (34, 14); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (34, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (34, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (36, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (526, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (526, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (526, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 13); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 2); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 1); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 3); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (527, 15); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (215, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (273, 23); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (119, 4); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (72, 8); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (72, 19); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (455, 37); +INSERT INTO `unit_list` (`ingredient_id`, `unit_id`) VALUES (455, 15); + +-- -------------------------------------------------------- + +-- +-- Tabellenstruktur für Tabelle `yield_types` +-- +-- Erzeugt am: 11. Februar 2007 um 15:49 +-- Aktualisiert am: 08. August 2007 um 00:11 +-- + +DROP TABLE IF EXISTS `yield_types`; +CREATE TABLE IF NOT EXISTS `yield_types` ( + `id` int(11) NOT NULL auto_increment, + `name` varchar(20) default NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; + +-- +-- Daten für Tabelle `yield_types` +-- + +INSERT INTO `yield_types` (`id`, `name`) VALUES (1, 'Portionen'); diff --git a/Ruegen.2003-03-23.Doris-Frank-ganzJung.jpg b/Ruegen.2003-03-23.Doris-Frank-ganzJung.jpg new file mode 100644 index 0000000..4cf5519 Binary files /dev/null and b/Ruegen.2003-03-23.Doris-Frank-ganzJung.jpg differ diff --git a/Schreiben/Anschreiben_Piratenpartei_Formblatt.2009-06-22.odt b/Schreiben/Anschreiben_Piratenpartei_Formblatt.2009-06-22.odt new file mode 100644 index 0000000..7f0a796 Binary files /dev/null and b/Schreiben/Anschreiben_Piratenpartei_Formblatt.2009-06-22.odt differ diff --git a/Schreiben/Kaufvertrag_Muster.doc b/Schreiben/Kaufvertrag_Muster.doc new file mode 100644 index 0000000..5acb489 Binary files /dev/null and b/Schreiben/Kaufvertrag_Muster.doc differ diff --git a/Schreiben/Musterkaufvertrag.pdf b/Schreiben/Musterkaufvertrag.pdf new file mode 100644 index 0000000..707d7a9 Binary files /dev/null and b/Schreiben/Musterkaufvertrag.pdf differ diff --git "a/Steffen/Antwort_auf_BAf\303\266G-Mitteilung.2009-05-05.odt" "b/Steffen/Antwort_auf_BAf\303\266G-Mitteilung.2009-05-05.odt" new file mode 100644 index 0000000..dd20cc7 Binary files /dev/null and "b/Steffen/Antwort_auf_BAf\303\266G-Mitteilung.2009-05-05.odt" differ diff --git "a/Steffen/Auskunft_zu_BAf\303\266G.2009-07-07.odt" "b/Steffen/Auskunft_zu_BAf\303\266G.2009-07-07.odt" new file mode 100644 index 0000000..143f1b1 Binary files /dev/null and "b/Steffen/Auskunft_zu_BAf\303\266G.2009-07-07.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Antwort_auf_BAf\303\266G-Mitteilung.2009-05-05.odt" "b/Steffen/Baf\303\266g-Stelle/Antwort_auf_BAf\303\266G-Mitteilung.2009-05-05.odt" new file mode 100644 index 0000000..dd20cc7 Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Antwort_auf_BAf\303\266G-Mitteilung.2009-05-05.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Auskunft_zu_BAf\303\266G.2009-07-07.odt" "b/Steffen/Baf\303\266g-Stelle/Auskunft_zu_BAf\303\266G.2009-07-07.odt" new file mode 100644 index 0000000..143f1b1 Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Auskunft_zu_BAf\303\266G.2009-07-07.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Monatliche_Kosten_Haus.ods" "b/Steffen/Baf\303\266g-Stelle/Monatliche_Kosten_Haus.ods" new file mode 100644 index 0000000..498cfa5 Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Monatliche_Kosten_Haus.ods" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Nachsendung_Unterlagen_BAf\303\266G-Bescheid.2009-11-09.odt" "b/Steffen/Baf\303\266g-Stelle/Nachsendung_Unterlagen_BAf\303\266G-Bescheid.2009-11-09.odt" new file mode 100644 index 0000000..48302b3 Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Nachsendung_Unterlagen_BAf\303\266G-Bescheid.2009-11-09.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Schreiben_BAf\303\266G_wegen_Kredit.2010-04-27.odt" "b/Steffen/Baf\303\266g-Stelle/Schreiben_BAf\303\266G_wegen_Kredit.2010-04-27.odt" new file mode 100644 index 0000000..d286596 Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Schreiben_BAf\303\266G_wegen_Kredit.2010-04-27.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Schreiben_um_Ber\303\274cksichtigung_Kredit.odt" "b/Steffen/Baf\303\266g-Stelle/Schreiben_um_Ber\303\274cksichtigung_Kredit.odt" new file mode 100644 index 0000000..762eba0 Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Schreiben_um_Ber\303\274cksichtigung_Kredit.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Widerspruch_BAf\303\266G-Bescheid.2008-12-09.odt" "b/Steffen/Baf\303\266g-Stelle/Widerspruch_BAf\303\266G-Bescheid.2008-12-09.odt" new file mode 100644 index 0000000..ab130ca Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Widerspruch_BAf\303\266G-Bescheid.2008-12-09.odt" differ diff --git "a/Steffen/Baf\303\266g-Stelle/Widerspruch_BAf\303\266G-Bescheid.2009-12-27.odt" "b/Steffen/Baf\303\266g-Stelle/Widerspruch_BAf\303\266G-Bescheid.2009-12-27.odt" new file mode 100644 index 0000000..137171a Binary files /dev/null and "b/Steffen/Baf\303\266g-Stelle/Widerspruch_BAf\303\266G-Bescheid.2009-12-27.odt" differ diff --git "a/Steffen/Einkommenberechnung_f\303\274r_Unterhalt_2007-03-28.ods" "b/Steffen/Einkommenberechnung_f\303\274r_Unterhalt_2007-03-28.ods" new file mode 100644 index 0000000..b4ca23c Binary files /dev/null and "b/Steffen/Einkommenberechnung_f\303\274r_Unterhalt_2007-03-28.ods" differ diff --git a/Steffen/Monatliche_Kosten_Haus.ods b/Steffen/Monatliche_Kosten_Haus.ods new file mode 100644 index 0000000..498cfa5 Binary files /dev/null and b/Steffen/Monatliche_Kosten_Haus.ods differ diff --git "a/Steffen/Nachsendung_Unterlagen_BAf\303\266G-Bescheid.2009-11-09.odt" "b/Steffen/Nachsendung_Unterlagen_BAf\303\266G-Bescheid.2009-11-09.odt" new file mode 100644 index 0000000..48302b3 Binary files /dev/null and "b/Steffen/Nachsendung_Unterlagen_BAf\303\266G-Bescheid.2009-11-09.odt" differ diff --git "a/Steffen/Rechnun_Monatsraten_BaF\303\266g.ods" "b/Steffen/Rechnun_Monatsraten_BaF\303\266g.ods" new file mode 100644 index 0000000..64ce91d Binary files /dev/null and "b/Steffen/Rechnun_Monatsraten_BaF\303\266g.ods" differ diff --git "a/Steffen/Rechnung_Monatsraten_BaF\303\266g.ods" "b/Steffen/Rechnung_Monatsraten_BaF\303\266g.ods" new file mode 100644 index 0000000..64ce91d Binary files /dev/null and "b/Steffen/Rechnung_Monatsraten_BaF\303\266g.ods" differ diff --git a/Steffen/Rechtsanwalt/Schreiben-Amtsgericht-Meldorf.sxw b/Steffen/Rechtsanwalt/Schreiben-Amtsgericht-Meldorf.sxw new file mode 100644 index 0000000..1d13236 Binary files /dev/null and b/Steffen/Rechtsanwalt/Schreiben-Amtsgericht-Meldorf.sxw differ diff --git a/Steffen/Rechtsanwalt/Schreiben-RA-Kromminga.sxw b/Steffen/Rechtsanwalt/Schreiben-RA-Kromminga.sxw new file mode 100644 index 0000000..b7ca4e4 Binary files /dev/null and b/Steffen/Rechtsanwalt/Schreiben-RA-Kromminga.sxw differ diff --git a/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-04-02.odt b/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-04-02.odt new file mode 100644 index 0000000..7593efb Binary files /dev/null and b/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-04-02.odt differ diff --git a/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-04-18.odt b/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-04-18.odt new file mode 100644 index 0000000..e927928 Binary files /dev/null and b/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-04-18.odt differ diff --git a/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-06-04.odt b/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-06-04.odt new file mode 100644 index 0000000..260777c Binary files /dev/null and b/Steffen/Rechtsanwalt/Schreiben_RA_Steffen_2007-06-04.odt differ diff --git a/Steffen/Schreiben-Amtsgericht-Meldorf.doc b/Steffen/Schreiben-Amtsgericht-Meldorf.doc new file mode 100644 index 0000000..933ebb6 Binary files /dev/null and b/Steffen/Schreiben-Amtsgericht-Meldorf.doc differ diff --git a/Steffen/Schreiben-Amtsgericht-Meldorf.sxw b/Steffen/Schreiben-Amtsgericht-Meldorf.sxw new file mode 100644 index 0000000..1d13236 Binary files /dev/null and b/Steffen/Schreiben-Amtsgericht-Meldorf.sxw differ diff --git a/Steffen/Schreiben-RA-Kromminga.sxw b/Steffen/Schreiben-RA-Kromminga.sxw new file mode 100644 index 0000000..b7ca4e4 Binary files /dev/null and b/Steffen/Schreiben-RA-Kromminga.sxw differ diff --git "a/Steffen/Schreiben_BAf\303\266G_wegen_Kredit.2010-04-27.odt" "b/Steffen/Schreiben_BAf\303\266G_wegen_Kredit.2010-04-27.odt" new file mode 100644 index 0000000..d286596 Binary files /dev/null and "b/Steffen/Schreiben_BAf\303\266G_wegen_Kredit.2010-04-27.odt" differ diff --git a/Steffen/Schreiben_RA_Steffen_2007-04-02.odt b/Steffen/Schreiben_RA_Steffen_2007-04-02.odt new file mode 100644 index 0000000..7593efb Binary files /dev/null and b/Steffen/Schreiben_RA_Steffen_2007-04-02.odt differ diff --git a/Steffen/Schreiben_RA_Steffen_2007-04-18.odt b/Steffen/Schreiben_RA_Steffen_2007-04-18.odt new file mode 100644 index 0000000..e927928 Binary files /dev/null and b/Steffen/Schreiben_RA_Steffen_2007-04-18.odt differ diff --git a/Steffen/Schreiben_RA_Steffen_2007-06-04.odt b/Steffen/Schreiben_RA_Steffen_2007-06-04.odt new file mode 100644 index 0000000..260777c Binary files /dev/null and b/Steffen/Schreiben_RA_Steffen_2007-06-04.odt differ diff --git "a/Steffen/Schreiben_um_Ber\303\274cksichtigung_Kredit.odt" "b/Steffen/Schreiben_um_Ber\303\274cksichtigung_Kredit.odt" new file mode 100644 index 0000000..762eba0 Binary files /dev/null and "b/Steffen/Schreiben_um_Ber\303\274cksichtigung_Kredit.odt" differ diff --git "a/Steffen/Unterhalt_Steffen_gem\303\244\303\237_BaF\303\266g.ods" "b/Steffen/Unterhalt_Steffen_gem\303\244\303\237_BaF\303\266g.ods" new file mode 100644 index 0000000..33d5a3a Binary files /dev/null and "b/Steffen/Unterhalt_Steffen_gem\303\244\303\237_BaF\303\266g.ods" differ diff --git "a/Steffen/Unterhaltsberechnung/Einkommenberechnung_f\303\274r_Unterhalt_2007-03-28.ods" "b/Steffen/Unterhaltsberechnung/Einkommenberechnung_f\303\274r_Unterhalt_2007-03-28.ods" new file mode 100644 index 0000000..b4ca23c Binary files /dev/null and "b/Steffen/Unterhaltsberechnung/Einkommenberechnung_f\303\274r_Unterhalt_2007-03-28.ods" differ diff --git "a/Steffen/Unterhaltszahlungen/Rechnung_Monatsraten_BaF\303\266g.ods" "b/Steffen/Unterhaltszahlungen/Rechnung_Monatsraten_BaF\303\266g.ods" new file mode 100644 index 0000000..64ce91d Binary files /dev/null and "b/Steffen/Unterhaltszahlungen/Rechnung_Monatsraten_BaF\303\266g.ods" differ diff --git "a/Steffen/Unterhaltszahlungen/Unterhalt_Steffen_gem\303\244\303\237_BaF\303\266g.ods" "b/Steffen/Unterhaltszahlungen/Unterhalt_Steffen_gem\303\244\303\237_BaF\303\266g.ods" new file mode 100644 index 0000000..049c27e Binary files /dev/null and "b/Steffen/Unterhaltszahlungen/Unterhalt_Steffen_gem\303\244\303\237_BaF\303\266g.ods" differ diff --git "a/Steffen/Widerspruch_BAf\303\266G-Bescheid.2008-12-09.odt" "b/Steffen/Widerspruch_BAf\303\266G-Bescheid.2008-12-09.odt" new file mode 100644 index 0000000..ab130ca Binary files /dev/null and "b/Steffen/Widerspruch_BAf\303\266G-Bescheid.2008-12-09.odt" differ diff --git "a/Steffen/Widerspruch_BAf\303\266G-Bescheid.2009-12-27.odt" "b/Steffen/Widerspruch_BAf\303\266G-Bescheid.2009-12-27.odt" new file mode 100644 index 0000000..137171a Binary files /dev/null and "b/Steffen/Widerspruch_BAf\303\266G-Bescheid.2009-12-27.odt" differ diff --git a/Steuer/2008/Brehm, Frank.V2007 b/Steuer/2008/Brehm, Frank.V2007 new file mode 100644 index 0000000..83c016e Binary files /dev/null and b/Steuer/2008/Brehm, Frank.V2007 differ diff --git a/Steuer/2008/Hennig, Doris.V2007 b/Steuer/2008/Hennig, Doris.V2007 new file mode 100644 index 0000000..e0ebcaf Binary files /dev/null and b/Steuer/2008/Hennig, Doris.V2007 differ diff --git a/Steuer/2008/Hennig, Heiko.V2007 b/Steuer/2008/Hennig, Heiko.V2007 new file mode 100644 index 0000000..3f79b75 Binary files /dev/null and b/Steuer/2008/Hennig, Heiko.V2007 differ diff --git a/Steuer/2008/Hennig, Patrick.V2007 b/Steuer/2008/Hennig, Patrick.V2007 new file mode 100644 index 0000000..7aa1a80 Binary files /dev/null and b/Steuer/2008/Hennig, Patrick.V2007 differ diff --git a/Steuer/2008/muster.V2007 b/Steuer/2008/muster.V2007 new file mode 100644 index 0000000..2359a5c Binary files /dev/null and b/Steuer/2008/muster.V2007 differ diff --git a/Steuer/2008/taxnews.xml b/Steuer/2008/taxnews.xml new file mode 100644 index 0000000..1fed107 --- /dev/null +++ b/Steuer/2008/taxnews.xml @@ -0,0 +1,115 @@ + + + + Jahressteuergesetz 2009: Schlupflöcher bei Versicherungen werden gestopft + + + + Dienstwagen: Überlassung für Fahrten zwischen Wohnung und Arbeitsstätte + + + + Zahlungsverkehr: Soll sicherer und transparenter werden + + + + US-amerikanische Limited Liability Company: Beteiligung kann deutsche Steuerpflicht auslösen + + + + Handyverkauf: Rabatt ist in der Bilanz gesondert zu behandeln + + + + Spekulationsteuer: Abgabe fällt auch beim Zwangsverkauf an + + + + Grenzüberschreitende Spenden: EuGH-Generalanwalt fordert Steuervergünstigungen wie bei Inlands-Spenden + + + + Steuerhinterziehung: Keine die Restschuldbefreiung ausschließende unerlaubte Handlung + + + + Kindertagespflege: Ab 2009 gelten neue Regeln bei der Versteuerung der Einkünfte + + + + Arbeitnehmerpauschbetrag: Ansatz auch bei geringen Kosten + + + + Job-Ticket: Verbilligter Bezug kann steuerfrei bleiben + + + + Vorsteuervergütung: EuGH soll Anforderungen an Unterschrift klären + + + + Ausländische Betriebsstätte: Keine «Steuerentstrickung» bei Überführung von Wirtschaftsgütern + + + + Abgeordnetenpauschale: Nicht auf andere Personen übertragbar + + + + Gewinnermittlung: Wertpapierkosten im Betrieb absetzbar + + + + Umsatzsteuer: Vermietung von Campingplätzen ist steuerfrei + + + + Abfindung von Unterhaltsansprüchen des geschiedenen Ehegatten: Kann nur eingeschränkt steuerlich berücksichtigt werden + + + + Rußpartikelfilter: Einbau vor der erstmaligen Zulassung eines Pkw mit Dieselmotor steuerlich nicht begünstigt + + + + Steuerberater: Muss nicht alle Erlasse und Verfügungen der Finanzverwaltung kennen + + + + Vorsteuerabzug für Baurechnungen: Muss schon mit den Umsatzsteuervoranmeldungen beantragt werden + + + + Allgemeiner Studentenausschuss: Mitglieder sind Arbeitnehmer + + + + Geldwerter Vorteil: Kredit vom Chef bleibt öfters steuerfrei + + + + Betriebseinnahmen: Gewinnzuschlag für Privatfahrten mit mehreren Pkw + + + + Spontanauskunft: Nicht an türkische Steuerbehörden + + + + Zweitwohnungssteuer: Studenten dürfen dazu herangezogen werden + + + + Kindergeld: Meldung beim Arbeitsamt stets erneuern + + + + Betrieblicher Fuhrpark: Bei einer GbR ist der Vorsteuerabzug in Gefahr + + + + Schimmelbelastung: Umzug zählt steuerlich nicht + + + diff --git a/Steuer/2009/Brehm, Frank.V2008 b/Steuer/2009/Brehm, Frank.V2008 new file mode 100644 index 0000000..00e0c1d Binary files /dev/null and b/Steuer/2009/Brehm, Frank.V2008 differ diff --git a/Steuer/2009/Hennig, Doris.V2008 b/Steuer/2009/Hennig, Doris.V2008 new file mode 100644 index 0000000..12050df Binary files /dev/null and b/Steuer/2009/Hennig, Doris.V2008 differ diff --git a/Steuer/2009/Hennig, Heiko.V2008 b/Steuer/2009/Hennig, Heiko.V2008 new file mode 100644 index 0000000..f59faf3 Binary files /dev/null and b/Steuer/2009/Hennig, Heiko.V2008 differ diff --git a/Steuer/2009/Hennig, Patrick.V2008 b/Steuer/2009/Hennig, Patrick.V2008 new file mode 100644 index 0000000..aa0fde3 Binary files /dev/null and b/Steuer/2009/Hennig, Patrick.V2008 differ diff --git a/Steuer/2009/Ingolstaedter_Str.F2008 b/Steuer/2009/Ingolstaedter_Str.F2008 new file mode 100644 index 0000000..a4a54c5 Binary files /dev/null and b/Steuer/2009/Ingolstaedter_Str.F2008 differ diff --git a/Steuer/2010/Brehm, Frank.V2009 b/Steuer/2010/Brehm, Frank.V2009 new file mode 100644 index 0000000..31c941b Binary files /dev/null and b/Steuer/2010/Brehm, Frank.V2009 differ diff --git a/Steuer/2010/Hennig, Doris.V2009 b/Steuer/2010/Hennig, Doris.V2009 new file mode 100644 index 0000000..26ff76e Binary files /dev/null and b/Steuer/2010/Hennig, Doris.V2009 differ diff --git a/Steuer/2010/Hennig, Heiko.V2009 b/Steuer/2010/Hennig, Heiko.V2009 new file mode 100644 index 0000000..159e1e8 Binary files /dev/null and b/Steuer/2010/Hennig, Heiko.V2009 differ diff --git a/Steuer/2010/Hennig, Patrick.V2009 b/Steuer/2010/Hennig, Patrick.V2009 new file mode 100644 index 0000000..e659683 Binary files /dev/null and b/Steuer/2010/Hennig, Patrick.V2009 differ diff --git a/Steuer/2011/Brehm, Frank.V2010 b/Steuer/2011/Brehm, Frank.V2010 new file mode 100644 index 0000000..7646ba4 Binary files /dev/null and b/Steuer/2011/Brehm, Frank.V2010 differ diff --git a/Steuer/2011/taxnews.xml b/Steuer/2011/taxnews.xml new file mode 100644 index 0000000..4bdf9c1 --- /dev/null +++ b/Steuer/2011/taxnews.xml @@ -0,0 +1,2 @@ + + diff --git a/Steuer/Ingolstaedter_Str_-_Feststellungserklaerung_2010.pdf b/Steuer/Ingolstaedter_Str_-_Feststellungserklaerung_2010.pdf new file mode 100644 index 0000000..3ad30fb Binary files /dev/null and b/Steuer/Ingolstaedter_Str_-_Feststellungserklaerung_2010.pdf differ diff --git a/Steuer/Krankenkosten Doris 2009.ods b/Steuer/Krankenkosten Doris 2009.ods new file mode 100644 index 0000000..29b5324 Binary files /dev/null and b/Steuer/Krankenkosten Doris 2009.ods differ diff --git a/Strato/1184142531.M285F135CEC_0.walter,S=12345:2,S b/Strato/1184142531.M285F135CEC_0.walter,S=12345:2,S new file mode 100644 index 0000000..906cf07 Binary files /dev/null and b/Strato/1184142531.M285F135CEC_0.walter,S=12345:2,S differ diff --git a/Strato/24h_Bereitschaftsplan_CIT.sxc b/Strato/24h_Bereitschaftsplan_CIT.sxc new file mode 100755 index 0000000..66a8759 Binary files /dev/null and b/Strato/24h_Bereitschaftsplan_CIT.sxc differ diff --git a/Strato/24h_Bereitschaftsplan_CIT.xls b/Strato/24h_Bereitschaftsplan_CIT.xls new file mode 100755 index 0000000..e09d54f Binary files /dev/null and b/Strato/24h_Bereitschaftsplan_CIT.xls differ diff --git "a/Strato/K\303\274ndigung_Strato.2010-05-31.odt" "b/Strato/K\303\274ndigung_Strato.2010-05-31.odt" new file mode 100644 index 0000000..907b4f2 Binary files /dev/null and "b/Strato/K\303\274ndigung_Strato.2010-05-31.odt" differ diff --git "a/Strato/K\303\274ndigung_Strato.2010-06-28.odt" "b/Strato/K\303\274ndigung_Strato.2010-06-28.odt" new file mode 100644 index 0000000..281c312 Binary files /dev/null and "b/Strato/K\303\274ndigung_Strato.2010-06-28.odt" differ diff --git a/Strato/Office.pcf b/Strato/Office.pcf new file mode 100644 index 0000000..b00769a --- /dev/null +++ b/Strato/Office.pcf @@ -0,0 +1,33 @@ +[main] +Description= +Host=192.166.201.61 +AuthType=1 +GroupName=Bereitsschaft24 +GroupPwd= +enc_GroupPwd=ADBBA58CF5EA15FEBFCB5C629A5D1B8F0A972AF540C1CC19197FB1933847F0B1F1CD2776BE48BEEC97FAEF99B34EDCC24229B311AADAEB6D5D5E4E26431213BE +EnableISPConnect=0 +ISPConnectType=0 +ISPConnect= +ISPPhonebook= +ISPCommand= +Username=vpn_strato_emoeller +SaveUserPassword=0 +UserPassword= +enc_UserPassword= +NTDomain= +EnableBackup=0 +BackupServer= +EnableMSLogon=1 +MSLogonType=0 +EnableNat=1 +TunnelingMode=0 +TcpTunnelingPort=10000 +CertStore=0 +CertName= +CertPath= +CertSubjectName= +CertSerialHash=00000000000000000000000000000000 +SendCertChain=0 +PeerTimeout=90 +EnableLocalLAN=0 + diff --git a/Strato/Screenshot-VNC-Oracle02.2006-04-09_21-30.png b/Strato/Screenshot-VNC-Oracle02.2006-04-09_21-30.png new file mode 100644 index 0000000..f245de6 Binary files /dev/null and b/Strato/Screenshot-VNC-Oracle02.2006-04-09_21-30.png differ diff --git a/Strato/Skizze_skey_Stratodata_01.jpg b/Strato/Skizze_skey_Stratodata_01.jpg new file mode 100644 index 0000000..b61dbae Binary files /dev/null and b/Strato/Skizze_skey_Stratodata_01.jpg differ diff --git a/Strato/Skizze_skey_Stratodata_02.jpg b/Strato/Skizze_skey_Stratodata_02.jpg new file mode 100644 index 0000000..b4af602 Binary files /dev/null and b/Strato/Skizze_skey_Stratodata_02.jpg differ diff --git a/Strato/Skizze_skey_Stratodata_02_edited_00.jpg b/Strato/Skizze_skey_Stratodata_02_edited_00.jpg new file mode 100644 index 0000000..0661b4d Binary files /dev/null and b/Strato/Skizze_skey_Stratodata_02_edited_00.jpg differ diff --git a/Strato/Skizze_skey_Stratodata_02_edited_01.jpg b/Strato/Skizze_skey_Stratodata_02_edited_01.jpg new file mode 100644 index 0000000..25547bf Binary files /dev/null and b/Strato/Skizze_skey_Stratodata_02_edited_01.jpg differ diff --git a/Strato/Urlaubs_Bereitschaftsplan_CIT_20060919.xls b/Strato/Urlaubs_Bereitschaftsplan_CIT_20060919.xls new file mode 100644 index 0000000..adbba18 Binary files /dev/null and b/Strato/Urlaubs_Bereitschaftsplan_CIT_20060919.xls differ diff --git a/Strato/Urlaubs_Bereitschaftsplan_CIT_2006_2.ods b/Strato/Urlaubs_Bereitschaftsplan_CIT_2006_2.ods new file mode 100644 index 0000000..c116b01 Binary files /dev/null and b/Strato/Urlaubs_Bereitschaftsplan_CIT_2006_2.ods differ diff --git a/Strato/Urlaubs_Bereitschaftsplan_CIT_2006_2.xls b/Strato/Urlaubs_Bereitschaftsplan_CIT_2006_2.xls new file mode 100644 index 0000000..9e9d8b6 Binary files /dev/null and b/Strato/Urlaubs_Bereitschaftsplan_CIT_2006_2.xls differ diff --git a/Strato/Urlaubs_Bereitschaftsplan_CIT_2007.xls b/Strato/Urlaubs_Bereitschaftsplan_CIT_2007.xls new file mode 100644 index 0000000..2c4aa27 Binary files /dev/null and b/Strato/Urlaubs_Bereitschaftsplan_CIT_2007.xls differ diff --git a/Strato/bla-blub.txt b/Strato/bla-blub.txt new file mode 100644 index 0000000..146aa71 --- /dev/null +++ b/Strato/bla-blub.txt @@ -0,0 +1,2 @@ +vpn_strato_fbrehm +k2&gK6$AtI diff --git a/Strato/vpnclient-linux-4.6.02.0030-k9.tar.gz b/Strato/vpnclient-linux-4.6.02.0030-k9.tar.gz new file mode 100644 index 0000000..e29da23 Binary files /dev/null and b/Strato/vpnclient-linux-4.6.02.0030-k9.tar.gz differ diff --git a/Strato/vpnclient-linux-x86_64-4.6.03.0190-k9.tar.gz b/Strato/vpnclient-linux-x86_64-4.6.03.0190-k9.tar.gz new file mode 100644 index 0000000..61d5247 Binary files /dev/null and b/Strato/vpnclient-linux-x86_64-4.6.03.0190-k9.tar.gz differ