1
0
Fork 0
milfskleper/milfs.sql.gz

1706 lines
86 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- phpMyAdmin SQL Dump
-- version 4.2.12deb2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 27, 2015 at 07:11 PM
-- Server version: 5.5.44-0+deb8u1
-- PHP Version: 5.6.9-0+deb8u1
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Database: `milfs`
--
-- --------------------------------------------------------
--
-- Table structure for table `empresa`
--
CREATE TABLE IF NOT EXISTS `empresa` (
`id` int(11) NOT NULL,
`id_responsable` int(11) NOT NULL DEFAULT '0' COMMENT 'Se guarda el id del responsable de la empresa',
`ciiu` char(5) CHARACTER SET latin1 NOT NULL DEFAULT '',
`sector` int(3) NOT NULL,
`razon_social` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`sigla` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`slogan` text CHARACTER SET latin1 NOT NULL,
`nit` varchar(15) CHARACTER SET latin1 NOT NULL DEFAULT '',
`direccion` text CHARACTER SET latin1 NOT NULL,
`telefono_1` varchar(30) CHARACTER SET latin1 NOT NULL DEFAULT '',
`web` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`email` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`persona_contacto` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`regimen_tributario` char(15) CHARACTER SET latin1 NOT NULL DEFAULT '',
`resolucion_facturacion` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`facturacion_desde` int(30) DEFAULT NULL COMMENT 'Comienzo del permiso de facturación',
`facturacion_hasta` int(30) DEFAULT NULL COMMENT 'Fin del permiso de facturación',
`facturacion_primera` int(30) DEFAULT NULL COMMENT 'Primera factura que se imprimirá, puede ser la primera de la resolución',
`facturacion_prefijo` varchar(25) CHARACTER SET latin1 NOT NULL DEFAULT '',
`facturacion_fecha` int(20) NOT NULL DEFAULT '0' COMMENT 'Fechad e la resolucion',
`facturacion_vencimiento` int(20) NOT NULL DEFAULT '0' COMMENT 'Fecha de vencimiento de la resolucion de facturación',
`logo_color` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`logo_bn` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`logo_alta` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`logo_baja` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`imagen` char(40) COLLATE utf8_spanish2_ci NOT NULL,
`css` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`css_impresion` varchar(254) CHARACTER SET latin1 NOT NULL DEFAULT '',
`id_localizacion` int(11) NOT NULL,
`id_redes_sociales` int(11) NOT NULL,
`twitter` varchar(50) COLLATE utf8_spanish2_ci NOT NULL,
`facebook` varchar(200) COLLATE utf8_spanish2_ci NOT NULL
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish2_ci COMMENT='Datos de la IPS';
--
-- Dumping data for table `empresa`
--
INSERT INTO `empresa` (`id`, `id_responsable`, `ciiu`, `sector`, `razon_social`, `sigla`, `slogan`, `nit`, `direccion`, `telefono_1`, `web`, `email`, `persona_contacto`, `regimen_tributario`, `resolucion_facturacion`, `facturacion_desde`, `facturacion_hasta`, `facturacion_primera`, `facturacion_prefijo`, `facturacion_fecha`, `facturacion_vencimiento`, `logo_color`, `logo_bn`, `logo_alta`, `logo_baja`, `imagen`, `css`, `css_impresion`, `id_localizacion`, `id_redes_sociales`, `twitter`, `facebook`) VALUES
(1, 1, '', 0, 'qwerty', 'MILFS', 'El futuro ya no es lo que era', '', '', '', 'http://qwerty.co', 'correo@qwerty.co', '', '', '', NULL, NULL, NULL, '', 0, 0, '', '', '', '', '5ea17940eb83cbcff6a7cea1c501ce85.jpg', '', '', 0, 0, 'qwerty_co', 'https://www.facebook.com/pages/Qwerty-co/146226688795185');
-- --------------------------------------------------------
--
-- Table structure for table `estilos`
--
CREATE TABLE IF NOT EXISTS `estilos` (
`id` int(11) NOT NULL,
`elemento` varchar(100) DEFAULT NULL,
`label` varchar(19) DEFAULT NULL,
`valor` varchar(10277) DEFAULT NULL,
`color` varchar(8) DEFAULT NULL,
`tipo` varchar(32) NOT NULL,
`identificador` varchar(32) NOT NULL,
`id_empresa` int(11) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `estilos`
--
INSERT INTO `estilos` (`id`, `elemento`, `label`, `valor`, `color`, `tipo`, `identificador`, `id_empresa`) VALUES
(1, '.campo_nombre', 'font-weight', 'bold', NULL, '', '', 1),
(2, '.campo_contenido', 'font-normal', 'bold', NULL, '', '', 1),
(6, '.modal-dialogx', ' width', '98% !important', NULL, '', '', 1),
(7, '.modal-content', 'height', '100%', NULL, '', '', 1),
(8, '.modal-dialog', 'padding', '0', NULL, '', '', 1),
(9, '.modal-dialog', 'height', 'auto', NULL, '', '', 1),
(10, '.panel-map', 'border-radius', '10px', NULL, '', '', 1),
(11, '.panel-map', 'width', '18%', NULL, '', '', 1),
(12, '.panel-map', 'background-color', 'white', NULL, '', '', 1),
(13, '.panel-map', 'margin-left', '80%', NULL, '', '', 1),
(14, '.panel-map', 'z-index', '10000', NULL, '', '', 1),
(15, '.panel-map', 'position', 'absolute', NULL, '', '', 1),
(16, '.panel-map', 'top', '20%', NULL, '', '', 1),
(17, '.panel-map', 'padding', '10px', NULL, '', '', 1),
(18, '.leaflet-popup-content-wrapper', 'background', '#a7ffee !important', '', '', '', 1),
(19, '.leaflet-popup-content-wrapper', 'color', '#333399 !important', '', '', '', 1),
(20, '.leaflet-popup-content-wrapper', 'line-height', '24px !important', '', '', '', 1),
(21, '.leaflet-popup-content-wrapper', 'border-style', 'dotted !important', '', '', '', 1),
(22, '.leaflet-popup-content-wrapper', 'border-radius', '10px !important', '', '', '', 1),
(23, '.leaflet-popup-content-wrapper', 'border-width', '2px !important', '', '', '', 1),
(24, '.leaflet-popup-tip', 'border-top', '15px dotted #333399 !important', '', '', '', 1),
(26, '.ficha-contenido', 'padding', '5px', NULL, '', '', 1),
(28, '.ficha-contenido', 'margin', '0px', NULL, '', '', 1),
(29, '.XXXdropdown-menu liXXX:hover .XXXsub-menu', 'visibility', 'visible', NULL, '', '', 1),
(30, '.XXXdropdown:hover .XXXdropdown-menu', 'display', 'block', NULL, '', '', 1),
(31, '.dropdown:hover .dropdown-menu', 'background', 'rgba(255,255,255,1)', NULL, '', '', 1),
(32, '.navbar-default ', 'background', 'rgba(255,255,255,1)', NULL, '', '', 1),
(33, 'nav.navbar.navbar-default.submenu', 'background', 'rgba(255,255,255,0.8)', NULL, '', '', 1);
-- --------------------------------------------------------
--
-- Table structure for table `form_areas`
--
CREATE TABLE IF NOT EXISTS `form_areas` (
`id` int(11) NOT NULL,
`nombre` text NOT NULL,
`descripcion` text NOT NULL,
`estado` int(11) NOT NULL DEFAULT '0',
`orden` int(11) NOT NULL DEFAULT '0' COMMENT 'Orden en que se muestran las areas',
`id_empresa` int(11) NOT NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `form_areas`
--
INSERT INTO `form_areas` (`id`, `nombre`, `descripcion`, `estado`, `orden`, `id_empresa`) VALUES
(1, 'General', '', 1, 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `form_campos`
--
CREATE TABLE IF NOT EXISTS `form_campos` (
`id` int(11) NOT NULL,
`id_especialista` int(11) NOT NULL DEFAULT '0',
`id_empresa` int(11) NOT NULL,
`campo_nombre` text CHARACTER SET utf8 COLLATE utf8_spanish2_ci NOT NULL,
`campo_descripcion` text CHARACTER SET utf8 COLLATE utf8_spanish_ci NOT NULL,
`campo_tipo` int(11) NOT NULL DEFAULT '0',
`campo_area` int(11) DEFAULT NULL,
`orden` int(2) NOT NULL DEFAULT '0',
`activo` int(11) NOT NULL DEFAULT '0',
`identificador` varchar(32) NOT NULL,
`bloqueo` int(1) NOT NULL DEFAULT '0',
`tipo_contenido` set('1','a','s') NOT NULL COMMENT '''1 numerico'',''alfanumerico'',''simbolos'''
) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `form_campos`
--
INSERT INTO `form_campos` (`id`, `id_especialista`, `id_empresa`, `campo_nombre`, `campo_descripcion`, `campo_tipo`, `campo_area`, `orden`, `activo`, `identificador`, `bloqueo`, `tipo_contenido`) VALUES
(0, 0, 1, 'imagen', 'Campo especial para la imagen', 15, 1, 0, 1, 'imagen', 0, ''),
(1, 0, 1, 'Primer nombre', 'Pablo', 1, 1, 0, 1, 'f13bb435acfd7ba3f88a5f74fe3fadc2', 0, ''),
(2, 0, 1, 'Segundo nombre', 'Fernando', 1, 1, 0, 1, 'e03db6f72422a01b20953b25d7c7fee3', 0, ''),
(3, 0, 1, 'Primer apellido', 'Perez', 1, 0, 0, 1, '5c3cdc8e15eb15dfce8c591986deb800', 0, ''),
(4, 0, 1, 'Segundo apellido', 'Martinez', 1, 1, 0, 1, 'bc1699111bd9aa3b3ec114f53f99a3cb', 0, ''),
(5, 0, 1, 'Nombres y apellidos', 'Escriba el nombre completo con apellidos', 1, 0, 0, 1, '531a7eaef7ed326a6222e2aeb1229e9c', 0, ''),
(6, 0, 1, 'Telefono', 'Solo números', 3, 0, 0, 1, '4a70495abb15d926dcc031e58b67fbe4', 0, ''),
(7, 0, 1, 'Dirección', 'Escriba la dirección completa', 2, 2, 0, 1, '400864ef5b72242c7aa78edaa83854f3', 0, ''),
(8, 0, 1, 'Actividad', '', 1, 0, 0, 1, 'e92ff0595452708abc9e7bfe698eafd1', 0, ''),
(9, 0, 1, 'Descripción', 'limitado a 140 caracteres.', 17, 0, 0, 1, '34b1a570180e02f1960e7d7a25e23002', 0, ''),
(10, 0, 1, 'Mes', 'Los meses del año', 8, 0, 0, 1, '400ba32128df67eb162fb753e8cfad4c', 0, ''),
(11, 0, 1, 'Entidad', 'Nombre de la entidad.', 1, 0, 0, 1, '9141fdf92fbed44d18789854b537868e', 0, ''),
(12, 0, 1, 'Cargo', 'Cargo en la empresa, no es un campo obligatorio.', 1, 0, 0, 1, '16011685a8337f9c38e988652969a96f', 0, ''),
(13, 0, 1, 'Celular', 'Numero de celular.', 3, 0, 0, 1, '1a9ca006b88f96785ca15a6165e813ff', 0, ''),
(14, 0, 1, 'Categoria', 'Categoria para los contactos del museo ', 8, 0, 0, 1, '1852d58951a6980771d9ee7ba189722a', 0, ''),
(15, 0, 1, 'Correo electronico', 'Correo electronico', 1, 2, 0, 1, 'dd9fc13c87ca1fbde986c92c131e6b5d', 0, ''),
(16, 0, 1, 'Correo electronico secundario', 'Correo Electronico Secundario, si la persona tiene un segundo correo este campo puede ser útil.', 1, 0, 0, 1, '65e752c9c88fdfba3a1eea293a89e4f3', 0, ''),
(17, 0, 1, 'Ciudad', 'Ciudad relacionada', 1, 0, 0, 1, 'baea0a6f032dc1b9ef3a5e36872d3dc1', 0, ''),
(18, 0, 1, 'Mapa', 'Campo de georeferencia', 14, 0, 0, 1, 'ed76fc240f8e9a4fa980fd76ba1d75e1', 0, ''),
(19, 0, 1, 'Parrafo', 'Texto extenso', 17, 0, 0, 1, '22197bf9c4f70d27730114e5cf4aafc4', 0, ''),
(20, 0, 1, 'Título', '', 1, 0, 0, 1, '0d3edae00f76e28cf9ff7f2c6b4f53dd', 0, ''),
(21, 0, 1, 'Pais', 'Pais donde esta ubicado el sujeto - contacto, artista, curador, espacio alternativo, visitante, etc.', 1, 0, 0, 1, '1d140883024f3928d1dcd13a94f4d497', 0, ''),
(22, 0, 1, 'Fecha de inicio', '', 11, 0, 0, 1, '45a51ae25218e7f5bc109b02ca106b8e', 0, ''),
(23, 0, 1, 'Fecha de finalización', '', 11, 0, 0, 1, '4ed6b84e9d8e2b37a712c7a0c8404dff', 0, ''),
(24, 0, 1, 'Html', 'este campo es de html', 7, 0, 0, 1, 'ce7df66e8e9d343687a89b0733df216c', 0, ''),
(25, 0, 1, 'Link', 'Link del formulario de contacto', 4, 0, 0, 1, '8c7b8349d6b91886a89f476be8835e1f', 0, ''),
(26, 0, 1, 'Foto', 'Muéstranos tu carita', 15, 0, 0, 1, '9015233fe2ed5ebf8a0076faca6aff91', 0, ''),
(38, 0, 1, 'Dc:title', 'Definición: (Título del recurso) nombre por el cual el recurso es conocido, asignado\nusualmente por el creador o editor.\nGuía para la creación de contenido: normalmente el título será aquel por el que se\nconozca formalmente el recurso. Sí existe duda sobre qué constituye el título, repita\nel campo e incluya las variantes del título. Sí el ítem está en HTML, vea el código\nfuente y asegúrese que el título que se indica en el header (metadato) está también\nincluido como título del ítem.', 1, 0, 0, 1, 'd8ef2eac6b885d6e7c474fea37590174', 0, ''),
(39, 0, 1, 'Dc:title.alternative', 'Refinamiento de elementos: Alternative: la etiqueta Title puede complementarse con\nel calificador “alternative” para indicar las variantes del título y puede incluir\nabreviaturas y traducciones del título.', 1, 0, 0, 1, '2585baf1bbff3417e7842ac2045497f7', 0, ''),
(40, 0, 1, 'Dc:creator', 'Definición: entidad principal responsable de crear el contenido del recurso, puede ser personal, corporativa, o un servicio.\n\nGuía para la creación de contenido: los creadores deberán ser listados\nseparadamente, preferentemente en el mismo orden que ellos aparecen en la\npublicación. Los nombres personales se ingresarán por el apellido seguido por el\nprimer nombre o el nombre de familia. Cuando exista duda ingrese el nombre tal\ncomo aparece y no lo invierta.', 1, 0, 0, 1, '52c08f2f1aa1f486c30221ebca18d6af', 0, ''),
(41, 0, 1, 'Dc:creator.name', '', 1, 0, 0, 1, '857885faf3d8568f314a36dca3373f0f', 0, ''),
(42, 0, 1, 'Dc:creator.email', '', 1, 0, 0, 1, '5886b247db5d035361160213fb75c1c4', 0, ''),
(43, 0, 1, 'Dc:creator.address', '', 1, 0, 0, 1, '4e0a1fd04c9035af1159057c88e11a32', 0, ''),
(44, 0, 1, 'Dc:subject', 'Definición: tema del contenido del recurso.', 1, 0, 0, 1, '6cf896176cff698edd65a0064b2e160e', 0, ''),
(45, 0, 1, 'Dc:description', 'Definición: explicación del contenido del recurso.\nGuía para la creación de contenido: dado que el campo de descripción es\npotencialmente una rica fuente de términos indizables, se debe precaver su inclusión\nsiempre que esto sea posible. La práctica más recomendada es usar frases\ncompletas, ya que la descripción se usa para proporcionar una mayor información a\nlos usuarios de la que pueden obtener a través de los datos ingresados en los demás\nelementos.\nLa descripción puede incluir, pero no se limita a: un resumen, tabla de contenidos,\nreferencia a una representación gráfica del contenido o una explicación en texto libre\nsobre el contenido.', 2, 0, 0, 1, '779595ba958df927a27f57a554264c76', 0, ''),
(46, 0, 1, 'Dc:description.tableofcontents', '', 2, 0, 0, 1, 'f6428a1ff799a04008be6b51a4fa0dbf', 0, ''),
(47, 0, 1, 'Dc:description.abstract', '', 2, 0, 0, 1, 'd2eaed6787620156c0af199c8961fe6f', 0, ''),
(48, 0, 1, 'Dc:publisher', 'Definición: entidad responsable de que el recurso esté disponible.', 1, 0, 0, 1, 'b0b3763cc40f32eae93d5b5ee9aaab67', 0, ''),
(49, 0, 1, 'Dc:contributor', 'Definición: entidad responsable de hacer contribuciones al contenido del recurso,\nincluye personas, entidades corporativas o un servicio.', 1, 0, 0, 1, '6e9e0f7d30b10bf6b6c4c2fc04b6fb71', 0, ''),
(50, 0, 1, 'Dc:date', 'Definición: cualquier fecha asociada con el ciclo de vida de un recurso.\nGuía para la creación de contenido: normalmente, la fecha estará relacionada con la\ncreación o disponibilidad del recurso. Lo más recomendable es seguir la norma\nISO8601: formato YYYY-MM-DD (1999-06-05).', 11, 0, 0, 1, '8d44da45c9c649de6fa2e1c51a992e42', 0, ''),
(51, 0, 1, 'Dc:type', 'Definición: naturaleza o género del contenido del recurso.\nGuía para la creación de contenido: el elemento Type incluye términos que\ndescriben categorías generales, funciones, géneros o niveles de agregación de\ncontenido. La práctica más recomendada es seleccionar un valor desde un\nvocabulario controlado (por ejemplo, el vocabulario DCMIType). Para describir la\nmanifestación física o digital del recurso, use el campo Format (formato).\nSí el contenido del recurso incluye varios o múltiples tipos, use la función de\nrepetibilidad de los elementos y repita los tipos más importantes que describan el\nrecurso.', 8, 0, 0, 1, '3943a48c25543bff1a641e70e45b6811', 0, ''),
(52, 0, 1, 'Dc:format', 'Definición: la presentación física o digital del recurso.\nGuía para creación del contenido: normalmente, el formato puede incluir tipos de\nmedios o dimensiones de un recurso, las dimensiones incluyen el tamaño y la\nduración. El formato puede usarse para identificar el software, hardware u otros\nequipamientos necesarios para visualizar/presentar u operar el recurso. La práctica\nmás recomendada es seleccionar un valor de un vocabulario controlado, por ejemplo,\nla lista de Internet Media Types, disponible en:\n<http://www.isi.edu/in-notes/iana/assignments/media-types/media-types> que define\nlos formatos de medios computacionales.', 8, 0, 0, 1, '9a4361a6817fecc0a6a66874c64504ee', 0, ''),
(53, 0, 1, 'Dc:source', 'Definición: identifica al recurso del cual deriva el recurso que está siendo descrito.\nGuía para la creación de contenido: el recurso digitalizado puede derivar en parte o\nen su totalidad desde otra fuente. Se recomienda hacer referencia al recurso por\nmedio de una cadena de números conforme a un sistema de identificación formal.', 1, 0, 0, 1, '55b5737650c44c8692d71db525245b53', 0, ''),
(54, 0, 1, 'Dc:languaje', 'Definición: idioma del contenido intelectual de un recurso.\nGuía para la creación de contenido: aquí se puede representar un valor codificado o\nun string de texto. Si el contenido está en más de un idioma, el elemento puede ser\nrepetido.', 8, 0, 0, 1, '7b6e12971eb2c7eff16776f0be5b4bd5', 0, ''),
(55, 0, 1, 'Dc:relation', 'Definición: referencia a un recurso relacionado.\nGuía para la creación del contenido: las relaciones pueden ser expresadas\nrecíprocamente (siempre que los recursos hayan sido descritos en ambos extremos de\nla relación) o en una dirección solamente, aún cuando exista un refinamiento\ndisponible para permitir la reciprocidad. Si se usan strings de textos en lugar de\nnúmeros de identificación, la referencia se debería especificar apropiadamente. La\npráctica más recomendada es identificar los recursos referenciados mediante un\nstring [conjunto de caracteres manipulados como un grupo] o un número conforme a\nun sistema de identificación formal.\nSe sugiere usar este elemento. dado que proporciona más información al usuario\nfinal.', 1, 0, 0, 1, '0c63e5cb81279f2c4403a1222f853fb8', 0, ''),
(56, 0, 1, 'Dc:coverage', 'Definición: extensión, magnitud o el alcance del contenido de un recurso.\nGuía para la creación de contenido: normalmente, la cobertura incluirá la\nlocalización espacial (un nombre de un lugar o unas coordenadas geográficas),\nperíodo temporal (una expresión que identifica un período, fecha o rango de fecha) o\njurisdicción (por ejemplo una denominación de una entidad administrativa). La\npráctica recomendada es seleccionar un valor de un vocabulario controlado (por\nejemplo, del Tesauro de Nombres Geográficos [TGN]) y usar, cuando sea oportuno,\nnombres de períodos de tiempo o de lugares, más que identificadores numéricos\ncomo un conjunto de coordenadas o rangos de fecha.', 1, 0, 0, 1, '5b3b7658ac2bad7caa691b35b5f9c564', 0, ''),
(57, 0, 1, 'Dc:coverage.temporal', '', 1, 0, 0, 1, '7c3ca3333cb948e523b2754b3674b837', 0, ''),
(58, 0, 1, 'Dc:coverage.spatial', 'Lugar o coordenadas', 14, 0, 0, 1, '1051b68fde2e91ba393191be8c109a52', 0, ''),
(59, 0, 1, 'Dc:coverage.temporal.inicio', '', 1, 0, 0, 1, 'dd961c81031d162056517e1065d9a3aa', 0, ''),
(60, 0, 1, 'Dc:coverage.fin', '', 1, 0, 0, 1, '7b6597965be3e7948cfee358b55f9d60', 0, ''),
(61, 0, 1, 'Dc:rights', 'Definición: información sobre los derechos legales que afectan el uso del recurso.\nGuía para la creación del contenido: los derechos pueden ser citados en un texto o\nseñalados en una URL que enlace a las menciones de derechos, o una combinación\nde ambas. Normalmente, los derechos contendrán una declaración de gestión de\nderechos para el recurso, o referenciarán un servicio que proporcione dicha\ninformación. La información sobre los derechos generalmente abarca los derechos de\nPropiedad Intelectual (IPR), Copyright, y varios derechos relacionados con la\npropiedad. Si este tipo de datos no viene en el recurso que se describirá, no se debe\nincluir.', 2, 0, 0, 1, 'afce0628cb7f0650b00df1bc62a00832', 0, ''),
(62, 0, 1, 'Dc:audience', 'Definición: clase de entidad para quién el recurso pretende ser útil. La clase de\nentidad puede ser determinada por el autor, editor o por una tercera parte.\nGuía para la creación del contenido: Los términos incluidos en Audiencia se utilizan\npreferentemente en el contexto de vocabularios controlados formales o informales.\nNinguno de ellos, actualmente ha sido registrado o recomendado por DCMI. En\nausencia de vocabularios controlados recomendados, se anima a los\nimplementadores a desarrollar listas locales de valores, y usarlos consistentemente.', 1, 0, 0, 1, '0de8bef05d6b90f3f76d65a3197351e0', 0, ''),
(63, 0, 1, 'Dc:provenance', 'Definición: declaración de cualquier cambio en la propiedad y custodia del recurso\ndesde su creación, que sea significativo para su autenticidad, integridad e\ninterpretación.', 1, 0, 0, 1, 'dfe2299052223439313154da0a469f34', 0, ''),
(64, 0, 1, 'Dc:rightsholder', 'Definición: Persona u organización que posee o que gestiona los derechos sobre el\nrecurso. La práctica más recomendada es usar la URI o el nombre del titular de los\nderechos.\nGuía para la creación del contenido: Ya que, en general, a la mayoría de las\npersonas u organizaciones no se les asigna URIS, se puede indicar el nombre en\nforma textual. A veces los titulares de derechos tienen sitios web, no obstante, el uso\nde estas URLS por general no son apropiadas en este contexto, ya que ellas no\nidentifican claramente a la persona o a la organización, sino más bien indican la\nlocalización del sitio web.', 1, 0, 0, 1, 'e2228042395755058d2807925bf4d010', 0, ''),
(65, 0, 1, 'Dc:instructionalmethod', 'Definición: Es el proceso, usado para generar conocimiento, actitudes y habilidades,\nque se encuentra inserto en el recurso. El método instructivo incluirá típicamente\nformas de presentar los materiales de enseñanza o la conducción de actividades\ninstructivas, modelos de interacción estudiante-a- estudiante, de estudiante-a-\ninstructor, y los mecanismos por los que se miden grupos y niveles de aprendizaje.\nLos métodos de enseñanza incluyen todos los aspectos de los procesos de la\ninstrucción y del aprendizaje, desde la planificación e implementación hasta la\nevaluación y retroalimentación.', 1, 0, 0, 1, 'c61b4eb0bee6360158bf0b32d2b0f04a', 0, ''),
(66, 0, 1, 'Dc:accrualmethod', 'Definición: Es el método que se usa para agregar ítemes a una colección.', 1, 0, 0, 1, '1db968b9f4b9cf32f0f046aaed574d8f', 0, ''),
(67, 0, 1, 'Dc:accrualpolicy', 'Definición: La política establecida para la adición de ítemes a una colección.', 1, 0, 0, 1, '5ad94d58fd8e863f4c4df2141d979508', 0, ''),
(68, 0, 1, 'Dc:uri', 'Dirección del recurso', 4, 0, 0, 1, 'abc6b46aef3462e8dc0bb9034bbe6c3b', 0, ''),
(69, 0, 1, 'Dc:media', 'Campo para embeber la uri de un medio, se hará el reder en un iframe', 5, 0, 0, 1, '0ba1df8291582e7b93cbe8a9cd1ba685', 0, ''),
(70, 0, 1, 'Dc:imagen', 'Cuando el recurso es una imagen', 15, 0, 0, 1, '9311f72e48bc310eaae4f6fb20e72123', 0, ''),
(71, 0, 1, 'Municipios Colombia', 'Combo select de los municipios de Colombia', 9, 0, 0, 1, '659f1f0dd0b16b94df7095523fd0c631', 0, ''),
(72, 0, 1, 'Referido', 'Selecciona un contacto que ya esté incrito', 10, 0, 0, 1, '930227d7199cae1e3e305faa37655029', 0, ''),
(73, 0, 1, 'Fecha de nacimiento', 'La fecha de nacimiento es un dato privado y no se publicará.', 11, 1, 0, 1, 'aa9c7429da7bbf0d105cd31c789e888f', 0, ''),
(74, 0, 1, 'Buscadorcito', 'Campo demostrativo de buscador', 6, 1, 0, 1, '51641d0685c0f8cbcf6e1f58fa8cf93c', 0, ''),
(75, 0, 1, 'Código', '', 17, 1, 0, 1, '27e60ae17ac1c332daa5f72af159558e', 0, '');
-- --------------------------------------------------------
--
-- Table structure for table `form_campos_valores`
--
CREATE TABLE IF NOT EXISTS `form_campos_valores` (
`id` int(11) NOT NULL,
`id_form_campo` int(11) NOT NULL,
`campo_valor` char(200) COLLATE utf8_spanish2_ci NOT NULL,
`predeterminado` set('0','1') COLLATE utf8_spanish2_ci NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=2374 DEFAULT CHARSET=utf8 COLLATE=utf8_spanish2_ci;
--
-- Dumping data for table `form_campos_valores`
--
INSERT INTO `form_campos_valores` (`id`, `id_form_campo`, `campo_valor`, `predeterminado`) VALUES
(1, 10, 'Enero', '0'),
(2, 10, 'Febrero', '0'),
(3, 10, 'Marzo', '0'),
(4, 10, 'Abril', '0'),
(5, 10, 'Mayo', '0'),
(6, 10, 'Junio', '0'),
(7, 10, 'Julio', '0'),
(8, 10, 'Agosto', '0'),
(9, 10, 'Septiembre', '0'),
(10, 10, 'Octubre', '0'),
(11, 10, 'Noviembre', '0'),
(12, 10, 'Diciembre', '0'),
(13, 14, 'Medio local', '0'),
(15, 14, 'Cooperación', '0'),
(16, 14, 'Amigo', '0'),
(17, 14, 'Privado', '0'),
(18, 14, 'Ong', '0'),
(21, 19, '100', '0'),
(43, 51, 'Collection(colección)', '0'),
(44, 51, 'Dataset (conjunto de datos)', '0'),
(45, 51, 'Event (acontecimiento)', '0'),
(46, 51, 'Image (imagen)', '0'),
(47, 51, 'Interactiveresource (recurso interactivo)', '0'),
(48, 51, 'Movingimage (imagen en movimiento)', '0'),
(49, 51, 'Physicalobject (objecte físic)', '0'),
(50, 51, 'Service (servicio)', '0'),
(51, 51, 'Software (software)', '0'),
(52, 51, 'Sound(sonido)', '0'),
(53, 51, 'Stillimage (imagen fija)', '0'),
(54, 51, 'Text (texto)', '0'),
(55, 52, 'Application/vnd.hzn-3d-crossword', '0'),
(56, 52, 'Application/andrew-inset', '0'),
(57, 52, 'Application/applixware', '0'),
(58, 52, 'Application/atom+xml', '0'),
(59, 52, 'Application/atomcat+xml', '0'),
(60, 52, 'Application/atomsvc+xml', '0'),
(61, 52, 'Application/ccxml+xml', '0'),
(62, 52, 'Application/cdmi-capability', '0'),
(63, 52, 'Application/cdmi-container', '0'),
(64, 52, 'Application/cdmi-domain', '0'),
(65, 52, 'Application/cdmi-object', '0'),
(66, 52, 'Application/cdmi-queue', '0'),
(67, 52, 'Application/cu-seeme', '0'),
(68, 52, 'Application/davmount+xml', '0'),
(69, 52, 'Application/dssc+der', '0'),
(70, 52, 'Application/dssc+xml', '0'),
(71, 52, 'Application/ecmascript', '0'),
(72, 52, 'Application/emma+xml', '0'),
(73, 52, 'Application/epub+zip', '0'),
(74, 52, 'Application/exi', '0'),
(75, 52, 'Application/font-tdpfr', '0'),
(76, 52, 'Application/hyperstudio', '0'),
(77, 52, 'Application/ipfix', '0'),
(78, 52, 'Application/java-archive', '0'),
(79, 52, 'Application/java-serialized-object', '0'),
(80, 52, 'Application/java-vm', '0'),
(81, 52, 'Application/javascript', '0'),
(82, 52, 'Application/json', '0'),
(83, 52, 'Application/mac-binhex40', '0'),
(84, 52, 'Application/mac-compactpro', '0'),
(85, 52, 'Application/mads+xml', '0'),
(86, 52, 'Application/marc', '0'),
(87, 52, 'Application/marcxml+xml', '0'),
(88, 52, 'Application/mathematica', '0'),
(89, 52, 'Application/mathml+xml', '0'),
(90, 52, 'Application/mbox', '0'),
(91, 52, 'Application/mediaservercontrol+xml', '0'),
(92, 52, 'Application/metalink4+xml', '0'),
(93, 52, 'Application/mets+xml', '0'),
(94, 52, 'Application/mods+xml', '0'),
(95, 52, 'Application/mp21', '0'),
(96, 52, 'Application/mp4', '0'),
(97, 52, 'Application/msword', '0'),
(98, 52, 'Application/mxf', '0'),
(99, 52, 'Application/octet-stream', '0'),
(100, 52, 'Application/oda', '0'),
(101, 52, 'Application/oebps-package+xml', '0'),
(102, 52, 'Application/ogg', '0'),
(103, 52, 'Application/onenote', '0'),
(104, 52, 'Application/patch-ops-error+xml', '0'),
(105, 52, 'Application/pdf', '0'),
(106, 52, 'Application/pgp-encrypted', '0'),
(107, 52, 'Application/pgp-signature', '0'),
(108, 52, 'Application/pics-rules', '0'),
(109, 52, 'Application/pkcs10', '0'),
(110, 52, 'Application/pkcs7-mime', '0'),
(111, 52, 'Application/pkcs7-signature', '0'),
(112, 52, 'Application/pkcs8', '0'),
(113, 52, 'Application/pkix-attr-cert', '0'),
(114, 52, 'Application/pkix-cert', '0'),
(115, 52, 'Application/pkix-crl', '0'),
(116, 52, 'Application/pkix-pkipath', '0'),
(117, 52, 'Application/pkixcmp', '0'),
(118, 52, 'Application/pls+xml', '0'),
(119, 52, 'Application/postscript', '0'),
(120, 52, 'Application/prs.cww', '0'),
(121, 52, 'Application/pskc+xml', '0'),
(122, 52, 'Application/rdf+xml', '0'),
(123, 52, 'Application/reginfo+xml', '0'),
(124, 52, 'Application/relax-ng-compact-syntax', '0'),
(125, 52, 'Application/resource-lists-diff+xml', '0'),
(126, 52, 'Application/resource-lists+xml', '0'),
(127, 52, 'Application/rls-services+xml', '0'),
(128, 52, 'Application/rsd+xml', '0'),
(129, 52, 'Application/rss+xml', '0'),
(130, 52, 'Application/rtf', '0'),
(131, 52, 'Application/sbml+xml', '0'),
(132, 52, 'Application/scvp-cv-request', '0'),
(133, 52, 'Application/scvp-cv-response', '0'),
(134, 52, 'Application/scvp-vp-request', '0'),
(135, 52, 'Application/scvp-vp-response', '0'),
(136, 52, 'Application/sdp', '0'),
(137, 52, 'Application/set-payment-initiation', '0'),
(138, 52, 'Application/set-registration-initiation', '0'),
(139, 52, 'Application/shf+xml', '0'),
(140, 52, 'Application/smil+xml', '0'),
(141, 52, 'Application/sparql-query', '0'),
(142, 52, 'Application/sparql-results+xml', '0'),
(143, 52, 'Application/srgs', '0'),
(144, 52, 'Application/srgs+xml', '0'),
(145, 52, 'Application/sru+xml', '0'),
(146, 52, 'Application/ssml+xml', '0'),
(147, 52, 'Application/tei+xml', '0'),
(148, 52, 'Application/thraud+xml', '0'),
(149, 52, 'Application/timestamped-data', '0'),
(150, 52, 'Application/vnd.3gpp.pic-bw-large', '0'),
(151, 52, 'Application/vnd.3gpp.pic-bw-small', '0'),
(152, 52, 'Application/vnd.3gpp.pic-bw-var', '0'),
(153, 52, 'Application/vnd.3gpp2.tcap', '0'),
(154, 52, 'Application/vnd.3m.post-it-notes', '0'),
(155, 52, 'Application/vnd.accpac.simply.aso', '0'),
(156, 52, 'Application/vnd.accpac.simply.imp', '0'),
(157, 52, 'Application/vnd.acucobol', '0'),
(158, 52, 'Application/vnd.acucorp', '0'),
(159, 52, 'Application/vnd.adobe.air-application-installer-package+zip', '0'),
(160, 52, 'Application/vnd.adobe.fxp', '0'),
(161, 52, 'Application/vnd.adobe.xdp+xml', '0'),
(162, 52, 'Application/vnd.adobe.xfdf', '0'),
(163, 52, 'Application/vnd.ahead.space', '0'),
(164, 52, 'Application/vnd.airzip.filesecure.azf', '0'),
(165, 52, 'Application/vnd.airzip.filesecure.azs', '0'),
(166, 52, 'Application/vnd.amazon.ebook', '0'),
(167, 52, 'Application/vnd.americandynamics.acc', '0'),
(168, 52, 'Application/vnd.amiga.ami', '0'),
(169, 52, 'Application/vnd.android.package-archive', '0'),
(170, 52, 'Application/vnd.anser-web-certificate-issue-initiation', '0'),
(171, 52, 'Application/vnd.anser-web-funds-transfer-initiation', '0'),
(172, 52, 'Application/vnd.antix.game-component', '0'),
(173, 52, 'Application/vnd.apple.installer+xml', '0'),
(174, 52, 'Application/vnd.apple.mpegurl', '0'),
(175, 52, 'Application/vnd.aristanetworks.swi', '0'),
(176, 52, 'Application/vnd.audiograph', '0'),
(177, 52, 'Application/vnd.blueice.multipass', '0'),
(178, 52, 'Application/vnd.bmi', '0'),
(179, 52, 'Application/vnd.businessobjects', '0'),
(180, 52, 'Application/vnd.chemdraw+xml', '0'),
(181, 52, 'Application/vnd.chipnuts.karaoke-mmd', '0'),
(182, 52, 'Application/vnd.cinderella', '0'),
(183, 52, 'Application/vnd.claymore', '0'),
(184, 52, 'Application/vnd.cloanto.rp9', '0'),
(185, 52, 'Application/vnd.clonk.c4group', '0'),
(186, 52, 'Application/vnd.cluetrust.cartomobile-config', '0'),
(187, 52, 'Application/vnd.cluetrust.cartomobile-config-pkg', '0'),
(188, 52, 'Application/vnd.commonspace', '0'),
(189, 52, 'Application/vnd.contact.cmsg', '0'),
(190, 52, 'Application/vnd.cosmocaller', '0'),
(191, 52, 'Application/vnd.crick.clicker', '0'),
(192, 52, 'Application/vnd.crick.clicker.keyboard', '0'),
(193, 52, 'Application/vnd.crick.clicker.palette', '0'),
(194, 52, 'Application/vnd.crick.clicker.template', '0'),
(195, 52, 'Application/vnd.crick.clicker.wordbank', '0'),
(196, 52, 'Application/vnd.criticaltools.wbs+xml', '0'),
(197, 52, 'Application/vnd.ctc-posml', '0'),
(198, 52, 'Application/vnd.cups-ppd', '0'),
(199, 52, 'Application/vnd.curl.car', '0'),
(200, 52, 'Application/vnd.curl.pcurl', '0'),
(201, 52, 'Application/vnd.data-vision.rdz', '0'),
(202, 52, 'Application/vnd.denovo.fcselayout-link', '0'),
(203, 52, 'Application/vnd.dna', '0'),
(204, 52, 'Application/vnd.dolby.mlp', '0'),
(205, 52, 'Application/vnd.dpgraph', '0'),
(206, 52, 'Application/vnd.dreamfactory', '0'),
(207, 52, 'Application/vnd.dvb.ait', '0'),
(208, 52, 'Application/vnd.dvb.service', '0'),
(209, 52, 'Application/vnd.dynageo', '0'),
(210, 52, 'Application/vnd.ecowin.chart', '0'),
(211, 52, 'Application/vnd.enliven', '0'),
(212, 52, 'Application/vnd.epson.esf', '0'),
(213, 52, 'Application/vnd.epson.msf', '0'),
(214, 52, 'Application/vnd.epson.quickanime', '0'),
(215, 52, 'Application/vnd.epson.salt', '0'),
(216, 52, 'Application/vnd.epson.ssf', '0'),
(217, 52, 'Application/vnd.eszigno3+xml', '0'),
(218, 52, 'Application/vnd.ezpix-album', '0'),
(219, 52, 'Application/vnd.ezpix-package', '0'),
(220, 52, 'Application/vnd.fdf', '0'),
(221, 52, 'Application/vnd.fdsn.seed', '0'),
(222, 52, 'Application/vnd.flographit', '0'),
(223, 52, 'Application/vnd.fluxtime.clip', '0'),
(224, 52, 'Application/vnd.framemaker', '0'),
(225, 52, 'Application/vnd.frogans.fnc', '0'),
(226, 52, 'Application/vnd.frogans.ltf', '0'),
(227, 52, 'Application/vnd.fsc.weblaunch', '0'),
(228, 52, 'Application/vnd.fujitsu.oasys', '0'),
(229, 52, 'Application/vnd.fujitsu.oasys2', '0'),
(230, 52, 'Application/vnd.fujitsu.oasys3', '0'),
(231, 52, 'Application/vnd.fujitsu.oasysgp', '0'),
(232, 52, 'Application/vnd.fujitsu.oasysprs', '0'),
(233, 52, 'Application/vnd.fujixerox.ddd', '0'),
(234, 52, 'Application/vnd.fujixerox.docuworks', '0'),
(235, 52, 'Application/vnd.fujixerox.docuworks.binder', '0'),
(236, 52, 'Application/vnd.fuzzysheet', '0'),
(237, 52, 'Application/vnd.genomatix.tuxedo', '0'),
(238, 52, 'Application/vnd.geogebra.file', '0'),
(239, 52, 'Application/vnd.geogebra.tool', '0'),
(240, 52, 'Application/vnd.geometry-explorer', '0'),
(241, 52, 'Application/vnd.geonext', '0'),
(242, 52, 'Application/vnd.geoplan', '0'),
(243, 52, 'Application/vnd.geospace', '0'),
(244, 52, 'Application/vnd.gmx', '0'),
(245, 52, 'Application/vnd.google-earth.kml+xml', '0'),
(246, 52, 'Application/vnd.google-earth.kmz', '0'),
(247, 52, 'Application/vnd.grafeq', '0'),
(248, 52, 'Application/vnd.groove-account', '0'),
(249, 52, 'Application/vnd.groove-help', '0'),
(250, 52, 'Application/vnd.groove-identity-message', '0'),
(251, 52, 'Application/vnd.groove-injector', '0'),
(252, 52, 'Application/vnd.groove-tool-message', '0'),
(253, 52, 'Application/vnd.groove-tool-template', '0'),
(254, 52, 'Application/vnd.groove-vcard', '0'),
(255, 52, 'Application/vnd.hal+xml', '0'),
(256, 52, 'Application/vnd.handheld-entertainment+xml', '0'),
(257, 52, 'Application/vnd.hbci', '0'),
(258, 52, 'Application/vnd.hhe.lesson-player', '0'),
(259, 52, 'Application/vnd.hp-hpgl', '0'),
(260, 52, 'Application/vnd.hp-hpid', '0'),
(261, 52, 'Application/vnd.hp-hps', '0'),
(262, 52, 'Application/vnd.hp-jlyt', '0'),
(263, 52, 'Application/vnd.hp-pcl', '0'),
(264, 52, 'Application/vnd.hp-pclxl', '0'),
(265, 52, 'Application/vnd.hydrostatix.sof-data', '0'),
(266, 52, 'Application/vnd.ibm.minipay', '0'),
(267, 52, 'Application/vnd.ibm.modcap', '0'),
(268, 52, 'Application/vnd.ibm.rights-management', '0'),
(269, 52, 'Application/vnd.ibm.secure-container', '0'),
(270, 52, 'Application/vnd.iccprofile', '0'),
(271, 52, 'Application/vnd.igloader', '0'),
(272, 52, 'Application/vnd.immervision-ivp', '0'),
(273, 52, 'Application/vnd.immervision-ivu', '0'),
(274, 52, 'Application/vnd.insors.igm', '0'),
(275, 52, 'Application/vnd.intercon.formnet', '0'),
(276, 52, 'Application/vnd.intergeo', '0'),
(277, 52, 'Application/vnd.intu.qbo', '0'),
(278, 52, 'Application/vnd.intu.qfx', '0'),
(279, 52, 'Application/vnd.ipunplugged.rcprofile', '0'),
(280, 52, 'Application/vnd.irepository.package+xml', '0'),
(281, 52, 'Application/vnd.is-xpr', '0'),
(282, 52, 'Application/vnd.isac.fcs', '0'),
(283, 52, 'Application/vnd.jam', '0'),
(284, 52, 'Application/vnd.jcp.javame.midlet-rms', '0'),
(285, 52, 'Application/vnd.jisp', '0'),
(286, 52, 'Application/vnd.joost.joda-archive', '0'),
(287, 52, 'Application/vnd.kahootz', '0'),
(288, 52, 'Application/vnd.kde.karbon', '0'),
(289, 52, 'Application/vnd.kde.kchart', '0'),
(290, 52, 'Application/vnd.kde.kformula', '0'),
(291, 52, 'Application/vnd.kde.kivio', '0'),
(292, 52, 'Application/vnd.kde.kontour', '0'),
(293, 52, 'Application/vnd.kde.kpresenter', '0'),
(294, 52, 'Application/vnd.kde.kspread', '0'),
(295, 52, 'Application/vnd.kde.kword', '0'),
(296, 52, 'Application/vnd.kenameaapp', '0'),
(297, 52, 'Application/vnd.kidspiration', '0'),
(298, 52, 'Application/vnd.kinar', '0'),
(299, 52, 'Application/vnd.koan', '0'),
(300, 52, 'Application/vnd.kodak-descriptor', '0'),
(301, 52, 'Application/vnd.las.las+xml', '0'),
(302, 52, 'Application/vnd.llamagraphics.life-balance.desktop', '0'),
(303, 52, 'Application/vnd.llamagraphics.life-balance.exchange+xml', '0'),
(304, 52, 'Application/vnd.lotus-1-2-3', '0'),
(305, 52, 'Application/vnd.lotus-approach', '0'),
(306, 52, 'Application/vnd.lotus-freelance', '0'),
(307, 52, 'Application/vnd.lotus-notes', '0'),
(308, 52, 'Application/vnd.lotus-organizer', '0'),
(309, 52, 'Application/vnd.lotus-screencam', '0'),
(310, 52, 'Application/vnd.lotus-wordpro', '0'),
(311, 52, 'Application/vnd.macports.portpkg', '0'),
(312, 52, 'Application/vnd.mcd', '0'),
(313, 52, 'Application/vnd.medcalcdata', '0'),
(314, 52, 'Application/vnd.mediastation.cdkey', '0'),
(315, 52, 'Application/vnd.mfer', '0'),
(316, 52, 'Application/vnd.mfmp', '0'),
(317, 52, 'Application/vnd.micrografx.flo', '0'),
(318, 52, 'Application/vnd.micrografx.igx', '0'),
(319, 52, 'Application/vnd.mif', '0'),
(320, 52, 'Application/vnd.mobius.daf', '0'),
(321, 52, 'Application/vnd.mobius.dis', '0'),
(322, 52, 'Application/vnd.mobius.mbk', '0'),
(323, 52, 'Application/vnd.mobius.mqy', '0'),
(324, 52, 'Application/vnd.mobius.msl', '0'),
(325, 52, 'Application/vnd.mobius.plc', '0'),
(326, 52, 'Application/vnd.mobius.txf', '0'),
(327, 52, 'Application/vnd.mophun.application', '0'),
(328, 52, 'Application/vnd.mophun.certificate', '0'),
(329, 52, 'Application/vnd.mozilla.xul+xml', '0'),
(330, 52, 'Application/vnd.ms-artgalry', '0'),
(331, 52, 'Application/vnd.ms-cab-compressed', '0'),
(332, 52, 'Application/vnd.ms-excel', '0'),
(333, 52, 'Application/vnd.ms-excel.addin.macroenabled.12', '0'),
(334, 52, 'Application/vnd.ms-excel.sheet.binary.macroenabled.12', '0'),
(335, 52, 'Application/vnd.ms-excel.sheet.macroenabled.12', '0'),
(336, 52, 'Application/vnd.ms-excel.template.macroenabled.12', '0'),
(337, 52, 'Application/vnd.ms-fontobject', '0'),
(338, 52, 'Application/vnd.ms-htmlhelp', '0'),
(339, 52, 'Application/vnd.ms-ims', '0'),
(340, 52, 'Application/vnd.ms-lrm', '0'),
(341, 52, 'Application/vnd.ms-officetheme', '0'),
(342, 52, 'Application/vnd.ms-pki.seccat', '0'),
(343, 52, 'Application/vnd.ms-pki.stl', '0'),
(344, 52, 'Application/vnd.ms-powerpoint', '0'),
(345, 52, 'Application/vnd.ms-powerpoint.addin.macroenabled.12', '0'),
(346, 52, 'Application/vnd.ms-powerpoint.presentation.macroenabled.12', '0'),
(347, 52, 'Application/vnd.ms-powerpoint.slide.macroenabled.12', '0'),
(348, 52, 'Application/vnd.ms-powerpoint.slideshow.macroenabled.12', '0'),
(349, 52, 'Application/vnd.ms-powerpoint.template.macroenabled.12', '0'),
(350, 52, 'Application/vnd.ms-project', '0'),
(351, 52, 'Application/vnd.ms-word.document.macroenabled.12', '0'),
(352, 52, 'Application/vnd.ms-word.template.macroenabled.12', '0'),
(353, 52, 'Application/vnd.ms-works', '0'),
(354, 52, 'Application/vnd.ms-wpl', '0'),
(355, 52, 'Application/vnd.ms-xpsdocument', '0'),
(356, 52, 'Application/vnd.mseq', '0'),
(357, 52, 'Application/vnd.musician', '0'),
(358, 52, 'Application/vnd.muvee.style', '0'),
(359, 52, 'Application/vnd.neurolanguage.nlu', '0'),
(360, 52, 'Application/vnd.noblenet-directory', '0'),
(361, 52, 'Application/vnd.noblenet-sealer', '0'),
(362, 52, 'Application/vnd.noblenet-web', '0'),
(363, 52, 'Application/vnd.nokia.n-gage.data', '0'),
(364, 52, 'Application/vnd.nokia.n-gage.symbian.install', '0'),
(365, 52, 'Application/vnd.nokia.radio-preset', '0'),
(366, 52, 'Application/vnd.nokia.radio-presets', '0'),
(367, 52, 'Application/vnd.novadigm.edm', '0'),
(368, 52, 'Application/vnd.novadigm.edx', '0'),
(369, 52, 'Application/vnd.novadigm.ext', '0'),
(370, 52, 'Application/vnd.oasis.opendocument.chart', '0'),
(371, 52, 'Application/vnd.oasis.opendocument.chart-template', '0'),
(372, 52, 'Application/vnd.oasis.opendocument.database', '0'),
(373, 52, 'Application/vnd.oasis.opendocument.formula', '0'),
(374, 52, 'Application/vnd.oasis.opendocument.formula-template', '0'),
(375, 52, 'Application/vnd.oasis.opendocument.graphics', '0'),
(376, 52, 'Application/vnd.oasis.opendocument.graphics-template', '0'),
(377, 52, 'Application/vnd.oasis.opendocument.image', '0'),
(378, 52, 'Application/vnd.oasis.opendocument.image-template', '0'),
(379, 52, 'Application/vnd.oasis.opendocument.presentation', '0'),
(380, 52, 'Application/vnd.oasis.opendocument.presentation-template', '0'),
(381, 52, 'Application/vnd.oasis.opendocument.spreadsheet', '0'),
(382, 52, 'Application/vnd.oasis.opendocument.spreadsheet-template', '0'),
(383, 52, 'Application/vnd.oasis.opendocument.text', '0'),
(384, 52, 'Application/vnd.oasis.opendocument.text-master', '0'),
(385, 52, 'Application/vnd.oasis.opendocument.text-template', '0'),
(386, 52, 'Application/vnd.oasis.opendocument.text-web', '0'),
(387, 52, 'Application/vnd.olpc-sugar', '0'),
(388, 52, 'Application/vnd.oma.dd2+xml', '0'),
(389, 52, 'Application/vnd.openofficeorg.extension', '0'),
(390, 52, 'Application/vnd.openxmlformats-officedocument.presentationml.presentation', '0'),
(391, 52, 'Application/vnd.openxmlformats-officedocument.presentationml.slide', '0'),
(392, 52, 'Application/vnd.openxmlformats-officedocument.presentationml.slideshow', '0'),
(393, 52, 'Application/vnd.openxmlformats-officedocument.presentationml.template', '0'),
(394, 52, 'Application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', '0'),
(395, 52, 'Application/vnd.openxmlformats-officedocument.spreadsheetml.template', '0'),
(396, 52, 'Application/vnd.openxmlformats-officedocument.wordprocessingml.document', '0'),
(397, 52, 'Application/vnd.openxmlformats-officedocument.wordprocessingml.template', '0'),
(398, 52, 'Application/vnd.osgeo.mapguide.package', '0'),
(399, 52, 'Application/vnd.osgi.dp', '0'),
(400, 52, 'Application/vnd.palm', '0'),
(401, 52, 'Application/vnd.pawaafile', '0'),
(402, 52, 'Application/vnd.pg.format', '0'),
(403, 52, 'Application/vnd.pg.osasli', '0'),
(404, 52, 'Application/vnd.picsel', '0'),
(405, 52, 'Application/vnd.pmi.widget', '0'),
(406, 52, 'Application/vnd.pocketlearn', '0'),
(407, 52, 'Application/vnd.powerbuilder6', '0'),
(408, 52, 'Application/vnd.previewsystems.box', '0'),
(409, 52, 'Application/vnd.proteus.magazine', '0'),
(410, 52, 'Application/vnd.publishare-delta-tree', '0'),
(411, 52, 'Application/vnd.pvi.ptid1', '0'),
(412, 52, 'Application/vnd.quark.quarkxpress', '0'),
(413, 52, 'Application/vnd.realvnc.bed', '0'),
(414, 52, 'Application/vnd.recordare.musicxml', '0'),
(415, 52, 'Application/vnd.recordare.musicxml+xml', '0'),
(416, 52, 'Application/vnd.rig.cryptonote', '0'),
(417, 52, 'Application/vnd.rim.cod', '0'),
(418, 52, 'Application/vnd.rn-realmedia', '0'),
(419, 52, 'Application/vnd.route66.link66+xml', '0'),
(420, 52, 'Application/vnd.sailingtracker.track', '0'),
(421, 52, 'Application/vnd.seemail', '0'),
(422, 52, 'Application/vnd.sema', '0'),
(423, 52, 'Application/vnd.semd', '0'),
(424, 52, 'Application/vnd.semf', '0'),
(425, 52, 'Application/vnd.shana.informed.formdata', '0'),
(426, 52, 'Application/vnd.shana.informed.formtemplate', '0'),
(427, 52, 'Application/vnd.shana.informed.interchange', '0'),
(428, 52, 'Application/vnd.shana.informed.package', '0'),
(429, 52, 'Application/vnd.simtech-mindmapper', '0'),
(430, 52, 'Application/vnd.smaf', '0'),
(431, 52, 'Application/vnd.smart.teacher', '0'),
(432, 52, 'Application/vnd.solent.sdkm+xml', '0'),
(433, 52, 'Application/vnd.spotfire.dxp', '0'),
(434, 52, 'Application/vnd.spotfire.sfs', '0'),
(435, 52, 'Application/vnd.stardivision.calc', '0'),
(436, 52, 'Application/vnd.stardivision.draw', '0'),
(437, 52, 'Application/vnd.stardivision.impress', '0'),
(438, 52, 'Application/vnd.stardivision.math', '0'),
(439, 52, 'Application/vnd.stardivision.writer', '0'),
(440, 52, 'Application/vnd.stardivision.writer-global', '0'),
(441, 52, 'Application/vnd.stepmania.stepchart', '0'),
(442, 52, 'Application/vnd.sun.xml.calc', '0'),
(443, 52, 'Application/vnd.sun.xml.calc.template', '0'),
(444, 52, 'Application/vnd.sun.xml.draw', '0'),
(445, 52, 'Application/vnd.sun.xml.draw.template', '0'),
(446, 52, 'Application/vnd.sun.xml.impress', '0'),
(447, 52, 'Application/vnd.sun.xml.impress.template', '0'),
(448, 52, 'Application/vnd.sun.xml.math', '0'),
(449, 52, 'Application/vnd.sun.xml.writer', '0'),
(450, 52, 'Application/vnd.sun.xml.writer.global', '0'),
(451, 52, 'Application/vnd.sun.xml.writer.template', '0'),
(452, 52, 'Application/vnd.sus-calendar', '0'),
(453, 52, 'Application/vnd.svd', '0'),
(454, 52, 'Application/vnd.symbian.install', '0'),
(455, 52, 'Application/vnd.syncml.dm+wbxml', '0'),
(456, 52, 'Application/vnd.syncml.dm+xml', '0'),
(457, 52, 'Application/vnd.syncml+xml', '0'),
(458, 52, 'Application/vnd.tao.intent-module-archive', '0'),
(459, 52, 'Application/vnd.tmobile-livetv', '0'),
(460, 52, 'Application/vnd.trid.tpt', '0'),
(461, 52, 'Application/vnd.triscape.mxs', '0'),
(462, 52, 'Application/vnd.trueapp', '0'),
(463, 52, 'Application/vnd.ufdl', '0'),
(464, 52, 'Application/vnd.uiq.theme', '0'),
(465, 52, 'Application/vnd.umajin', '0'),
(466, 52, 'Application/vnd.unity', '0'),
(467, 52, 'Application/vnd.uoml+xml', '0'),
(468, 52, 'Application/vnd.vcx', '0'),
(469, 52, 'Application/vnd.visio', '0'),
(470, 52, 'Application/vnd.visionary', '0'),
(471, 52, 'Application/vnd.vsf', '0'),
(472, 52, 'Application/vnd.wap.wbxml', '0'),
(473, 52, 'Application/vnd.wap.wmlc', '0'),
(474, 52, 'Application/vnd.wap.wmlscriptc', '0'),
(475, 52, 'Application/vnd.webturbo', '0'),
(476, 52, 'Application/vnd.wolfram.player', '0'),
(477, 52, 'Application/vnd.wordperfect', '0'),
(478, 52, 'Application/vnd.wqd', '0'),
(479, 52, 'Application/vnd.wt.stf', '0'),
(480, 52, 'Application/vnd.xara', '0'),
(481, 52, 'Application/vnd.xfdl', '0'),
(482, 52, 'Application/vnd.yamaha.hv-dic', '0'),
(483, 52, 'Application/vnd.yamaha.hv-script', '0'),
(484, 52, 'Application/vnd.yamaha.hv-voice', '0'),
(485, 52, 'Application/vnd.yamaha.openscoreformat', '0'),
(486, 52, 'Application/vnd.yamaha.openscoreformat.osfpvg+xml', '0'),
(487, 52, 'Application/vnd.yamaha.smaf-audio', '0'),
(488, 52, 'Application/vnd.yamaha.smaf-phrase', '0'),
(489, 52, 'Application/vnd.yellowriver-custom-menu', '0'),
(490, 52, 'Application/vnd.zul', '0'),
(491, 52, 'Application/vnd.zzazz.deck+xml', '0'),
(492, 52, 'Application/voicexml+xml', '0'),
(493, 52, 'Application/widget', '0'),
(494, 52, 'Application/winhlp', '0'),
(495, 52, 'Application/wsdl+xml', '0'),
(496, 52, 'Application/wspolicy+xml', '0'),
(497, 52, 'Application/x-7z-compressed', '0'),
(498, 52, 'Application/x-abiword', '0'),
(499, 52, 'Application/x-ace-compressed', '0'),
(500, 52, 'Application/x-authorware-bin', '0'),
(501, 52, 'Application/x-authorware-map', '0'),
(502, 52, 'Application/x-authorware-seg', '0'),
(503, 52, 'Application/x-bcpio', '0'),
(504, 52, 'Application/x-bittorrent', '0'),
(505, 52, 'Application/x-bzip', '0'),
(506, 52, 'Application/x-bzip2', '0'),
(507, 52, 'Application/x-cdlink', '0'),
(508, 52, 'Application/x-chat', '0'),
(509, 52, 'Application/x-chess-pgn', '0'),
(510, 52, 'Application/x-cpio', '0'),
(511, 52, 'Application/x-csh', '0'),
(512, 52, 'Application/x-debian-package', '0'),
(513, 52, 'Application/x-director', '0'),
(514, 52, 'Application/x-doom', '0'),
(515, 52, 'Application/x-dtbncx+xml', '0'),
(516, 52, 'Application/x-dtbook+xml', '0'),
(517, 52, 'Application/x-dtbresource+xml', '0'),
(518, 52, 'Application/x-dvi', '0'),
(519, 52, 'Application/x-font-bdf', '0'),
(520, 52, 'Application/x-font-ghostscript', '0'),
(521, 52, 'Application/x-font-linux-psf', '0'),
(522, 52, 'Application/x-font-otf', '0'),
(523, 52, 'Application/x-font-pcf', '0'),
(524, 52, 'Application/x-font-snf', '0'),
(525, 52, 'Application/x-font-ttf', '0'),
(526, 52, 'Application/x-font-type1', '0'),
(527, 52, 'Application/x-font-woff', '0'),
(528, 52, 'Application/x-futuresplash', '0'),
(529, 52, 'Application/x-gnumeric', '0'),
(530, 52, 'Application/x-gtar', '0'),
(531, 52, 'Application/x-hdf', '0'),
(532, 52, 'Application/x-java-jnlp-file', '0'),
(533, 52, 'Application/x-latex', '0'),
(534, 52, 'Application/x-mobipocket-ebook', '0'),
(535, 52, 'Application/x-ms-application', '0'),
(536, 52, 'Application/x-ms-wmd', '0'),
(537, 52, 'Application/x-ms-wmz', '0'),
(538, 52, 'Application/x-ms-xbap', '0'),
(539, 52, 'Application/x-msaccess', '0'),
(540, 52, 'Application/x-msbinder', '0'),
(541, 52, 'Application/x-mscardfile', '0'),
(542, 52, 'Application/x-msclip', '0'),
(543, 52, 'Application/x-msdownload', '0'),
(544, 52, 'Application/x-msmediaview', '0'),
(545, 52, 'Application/x-msmetafile', '0'),
(546, 52, 'Application/x-msmoney', '0'),
(547, 52, 'Application/x-mspublisher', '0'),
(548, 52, 'Application/x-msschedule', '0'),
(549, 52, 'Application/x-msterminal', '0'),
(550, 52, 'Application/x-mswrite', '0'),
(551, 52, 'Application/x-netcdf', '0'),
(552, 52, 'Application/x-pkcs12', '0'),
(553, 52, 'Application/x-pkcs7-certificates', '0'),
(554, 52, 'Application/x-pkcs7-certreqresp', '0'),
(555, 52, 'Application/x-rar-compressed', '0'),
(556, 52, 'Application/x-sh', '0'),
(557, 52, 'Application/x-shar', '0'),
(558, 52, 'Application/x-shockwave-flash', '0'),
(559, 52, 'Application/x-silverlight-app', '0'),
(560, 52, 'Application/x-stuffit', '0'),
(561, 52, 'Application/x-stuffitx', '0'),
(562, 52, 'Application/x-sv4cpio', '0'),
(563, 52, 'Application/x-sv4crc', '0'),
(564, 52, 'Application/x-tar', '0'),
(565, 52, 'Application/x-tcl', '0'),
(566, 52, 'Application/x-tex', '0'),
(567, 52, 'Application/x-tex-tfm', '0'),
(568, 52, 'Application/x-texinfo', '0'),
(569, 52, 'Application/x-ustar', '0'),
(570, 52, 'Application/x-wais-source', '0'),
(571, 52, 'Application/x-x509-ca-cert', '0'),
(572, 52, 'Application/x-xfig', '0'),
(573, 52, 'Application/x-xpinstall', '0'),
(574, 52, 'Application/xcap-diff+xml', '0'),
(575, 52, 'Application/xenc+xml', '0'),
(576, 52, 'Application/xhtml+xml', '0'),
(577, 52, 'Application/xml', '0'),
(578, 52, 'Application/xml-dtd', '0'),
(579, 52, 'Application/xop+xml', '0'),
(580, 52, 'Application/xslt+xml', '0'),
(581, 52, 'Application/xspf+xml', '0'),
(582, 52, 'Application/xv+xml', '0'),
(583, 52, 'Application/yang', '0'),
(584, 52, 'Application/yin+xml', '0'),
(585, 52, 'Application/zip', '0'),
(586, 52, 'Audio/adpcm', '0'),
(587, 52, 'Audio/basic', '0'),
(588, 52, 'Audio/midi', '0'),
(589, 52, 'Audio/mp4', '0'),
(590, 52, 'Audio/mpeg', '0'),
(591, 52, 'Audio/ogg', '0'),
(592, 52, 'Audio/vnd.dece.audio', '0'),
(593, 52, 'Audio/vnd.digital-winds', '0'),
(594, 52, 'Audio/vnd.dra', '0'),
(595, 52, 'Audio/vnd.dts', '0'),
(596, 52, 'Audio/vnd.dts.hd', '0'),
(597, 52, 'Audio/vnd.lucent.voice', '0'),
(598, 52, 'Audio/vnd.ms-playready.media.pya', '0'),
(599, 52, 'Audio/vnd.nuera.ecelp4800', '0'),
(600, 52, 'Audio/vnd.nuera.ecelp7470', '0'),
(601, 52, 'Audio/vnd.nuera.ecelp9600', '0'),
(602, 52, 'Audio/vnd.rip', '0'),
(603, 52, 'Audio/webm', '0'),
(604, 52, 'Audio/x-aac', '0'),
(605, 52, 'Audio/x-aiff', '0'),
(606, 52, 'Audio/x-mpegurl', '0'),
(607, 52, 'Audio/x-ms-wax', '0'),
(608, 52, 'Audio/x-ms-wma', '0'),
(609, 52, 'Audio/x-pn-realaudio', '0'),
(610, 52, 'Audio/x-pn-realaudio-plugin', '0'),
(611, 52, 'Audio/x-wav', '0'),
(612, 52, 'Chemical/x-cdx', '0'),
(613, 52, 'Chemical/x-cif', '0'),
(614, 52, 'Chemical/x-cmdf', '0'),
(615, 52, 'Chemical/x-cml', '0'),
(616, 52, 'Chemical/x-csml', '0'),
(617, 52, 'Chemical/x-xyz', '0'),
(618, 52, 'Image/bmp', '0'),
(619, 52, 'Image/cgm', '0'),
(620, 52, 'Image/g3fax', '0'),
(621, 52, 'Image/gif', '0'),
(622, 52, 'Image/ief', '0'),
(623, 52, 'Image/jpeg', '0'),
(624, 52, 'Image/ktx', '0'),
(625, 52, 'Image/png', '0'),
(626, 52, 'Image/prs.btif', '0'),
(627, 52, 'Image/svg+xml', '0'),
(628, 52, 'Image/tiff', '0'),
(629, 52, 'Image/vnd.adobe.photoshop', '0'),
(630, 52, 'Image/vnd.dece.graphic', '0'),
(631, 52, 'Image/vnd.djvu', '0'),
(632, 52, 'Image/vnd.dvb.subtitle', '0'),
(633, 52, 'Image/vnd.dwg', '0'),
(634, 52, 'Image/vnd.dxf', '0'),
(635, 52, 'Image/vnd.fastbidsheet', '0'),
(636, 52, 'Image/vnd.fpx', '0'),
(637, 52, 'Image/vnd.fst', '0'),
(638, 52, 'Image/vnd.fujixerox.edmics-mmr', '0'),
(639, 52, 'Image/vnd.fujixerox.edmics-rlc', '0'),
(640, 52, 'Image/vnd.ms-modi', '0'),
(641, 52, 'Image/vnd.net-fpx', '0'),
(642, 52, 'Image/vnd.wap.wbmp', '0'),
(643, 52, 'Image/vnd.xiff', '0'),
(644, 52, 'Image/webp', '0'),
(645, 52, 'Image/x-cmu-raster', '0'),
(646, 52, 'Image/x-cmx', '0'),
(647, 52, 'Image/x-freehand', '0'),
(648, 52, 'Image/x-icon', '0'),
(649, 52, 'Image/x-pcx', '0'),
(650, 52, 'Image/x-pict', '0'),
(651, 52, 'Image/x-portable-anymap', '0'),
(652, 52, 'Image/x-portable-bitmap', '0'),
(653, 52, 'Image/x-portable-graymap', '0'),
(654, 52, 'Image/x-portable-pixmap', '0'),
(655, 52, 'Image/x-rgb', '0'),
(656, 52, 'Image/x-xbitmap', '0'),
(657, 52, 'Image/x-xpixmap', '0'),
(658, 52, 'Image/x-xwindowdump', '0'),
(659, 52, 'Message/rfc822', '0'),
(660, 52, 'Model/iges', '0'),
(661, 52, 'Model/mesh', '0'),
(662, 52, 'Model/vnd.collada+xml', '0'),
(663, 52, 'Model/vnd.dwf', '0'),
(664, 52, 'Model/vnd.gdl', '0'),
(665, 52, 'Model/vnd.gtw', '0'),
(666, 52, 'Model/vnd.mts', '0'),
(667, 52, 'Model/vnd.vtu', '0'),
(668, 52, 'Model/vrml', '0'),
(669, 52, 'Text/calendar', '0'),
(670, 52, 'Text/css', '0'),
(671, 52, 'Text/csv', '0'),
(672, 52, 'Text/html', '0'),
(673, 52, 'Text/n3', '0'),
(674, 52, 'Text/plain', '0'),
(675, 52, 'Text/plain-bas', '0'),
(676, 52, 'Text/prs.lines.tag', '0'),
(677, 52, 'Text/richtext', '0'),
(678, 52, 'Text/sgml', '0'),
(679, 52, 'Text/tab-separated-values', '0'),
(680, 52, 'Text/troff', '0'),
(681, 52, 'Text/turtle', '0'),
(682, 52, 'Text/uri-list', '0'),
(683, 52, 'Text/vnd.curl', '0'),
(684, 52, 'Text/vnd.curl.dcurl', '0'),
(685, 52, 'Text/vnd.curl.mcurl', '0'),
(686, 52, 'Text/vnd.curl.scurl', '0'),
(687, 52, 'Text/vnd.fly', '0'),
(688, 52, 'Text/vnd.fmi.flexstor', '0'),
(689, 52, 'Text/vnd.graphviz', '0'),
(690, 52, 'Text/vnd.in3d.3dml', '0'),
(691, 52, 'Text/vnd.in3d.spot', '0'),
(692, 52, 'Text/vnd.sun.j2me.app-descriptor', '0'),
(693, 52, 'Text/vnd.wap.wml', '0'),
(694, 52, 'Text/vnd.wap.wmlscript', '0'),
(695, 52, 'Text/x-asm', '0'),
(696, 52, 'Text/x-c', '0'),
(697, 52, 'Text/x-fortran', '0'),
(698, 52, 'Text/x-java-source', '0'),
(699, 52, 'Java', '0'),
(700, 52, 'Text/x-pascal', '0'),
(701, 52, 'Text/x-setext', '0'),
(702, 52, 'Text/x-uuencode', '0'),
(703, 52, 'Text/x-vcalendar', '0'),
(704, 52, 'Text/x-vcard', '0'),
(705, 52, 'Text/yaml', '0'),
(706, 52, 'Video/3gpp', '0'),
(707, 52, 'Video/3gpp2', '0'),
(708, 52, 'Video/h261', '0'),
(709, 52, 'Video/h263', '0'),
(710, 52, 'Video/h264', '0'),
(711, 52, 'Video/jpeg', '0'),
(712, 52, 'Video/jpm', '0'),
(713, 52, 'Video/mj2', '0'),
(714, 52, 'Video/mp4', '0'),
(715, 52, 'Video/mpeg', '0'),
(716, 52, 'Video/ogg', '0'),
(717, 52, 'Video/quicktime', '0'),
(718, 52, 'Video/vnd.dece.hd', '0'),
(719, 52, 'Video/vnd.dece.mobile', '0'),
(720, 52, 'Video/vnd.dece.pd', '0'),
(721, 52, 'Video/vnd.dece.sd', '0'),
(722, 52, 'Video/vnd.dece.video', '0'),
(723, 52, 'Video/vnd.fvt', '0'),
(724, 52, 'Video/vnd.mpegurl', '0'),
(725, 52, 'Video/vnd.ms-playready.media.pyv', '0'),
(726, 52, 'Video/vnd.uvvu.mp4', '0'),
(727, 52, 'Video/vnd.vivo', '0'),
(728, 52, 'Video/webm', '0'),
(729, 52, 'Video/x-f4v', '0'),
(730, 52, 'Video/x-fli', '0'),
(731, 52, 'Video/x-flv', '0'),
(732, 52, 'Video/x-m4v', '0'),
(733, 52, 'Video/x-ms-asf', '0'),
(734, 52, 'Video/x-ms-wm', '0'),
(735, 52, 'Video/x-ms-wmv', '0'),
(736, 52, 'Video/x-ms-wmx', '0'),
(737, 52, 'Video/x-ms-wvx', '0'),
(738, 52, 'Video/x-msvideo', '0'),
(739, 52, 'Video/x-sgi-movie', '0'),
(740, 52, 'X-conference/x-cooltalk', '0'),
(741, 54, 'Spa', '0'),
(742, 54, 'Eng', '0'),
(743, 54, 'Aar', '0'),
(744, 54, 'Abk', '0'),
(745, 54, 'Ace', '0'),
(746, 54, 'Ach', '0'),
(747, 54, 'Ada', '0'),
(748, 54, 'Ady', '0'),
(749, 54, 'Afa', '0'),
(750, 54, 'Afh', '0'),
(751, 54, 'Afr', '0'),
(752, 54, 'Ain', '0'),
(753, 54, 'Aka', '0'),
(754, 54, 'Akk', '0'),
(755, 54, 'Alb', '0'),
(756, 54, 'Sqi', '0'),
(757, 54, 'Ale', '0'),
(758, 54, 'Alg', '0'),
(759, 54, 'Alt', '0'),
(760, 54, 'Amh', '0'),
(761, 54, 'Ang', '0'),
(762, 54, 'Anp', '0'),
(763, 54, 'Apa', '0'),
(764, 54, 'Ara', '0'),
(765, 54, 'Arc', '0'),
(766, 54, 'Arg', '0'),
(767, 54, 'Arm', '0'),
(768, 54, 'Hye', '0'),
(769, 54, 'Arn', '0'),
(770, 54, 'Arp', '0'),
(771, 54, 'Art', '0'),
(772, 54, 'Arw', '0'),
(773, 54, 'Asm', '0'),
(774, 54, 'Ast', '0'),
(775, 54, 'Ath', '0'),
(776, 54, 'Aus', '0'),
(777, 54, 'Ava', '0'),
(778, 54, 'Ave', '0'),
(779, 54, 'Awa', '0'),
(780, 54, 'Aym', '0'),
(781, 54, 'Aze', '0'),
(782, 54, 'Bad', '0'),
(783, 54, 'Bai', '0'),
(784, 54, 'Bak', '0'),
(785, 54, 'Bal', '0'),
(786, 54, 'Bam', '0'),
(787, 54, 'Ban', '0'),
(788, 54, 'Baq', '0'),
(789, 54, 'Eus', '0'),
(790, 54, 'Bas', '0'),
(791, 54, 'Bat', '0'),
(792, 54, 'Bej', '0'),
(793, 54, 'Bel', '0'),
(794, 54, 'Bem', '0'),
(795, 54, 'Ben', '0'),
(796, 54, 'Ber', '0'),
(797, 54, 'Bho', '0'),
(798, 54, 'Bih', '0'),
(799, 54, 'Bik', '0'),
(800, 54, 'Bin', '0'),
(801, 54, 'Bis', '0'),
(802, 54, 'Bla', '0'),
(803, 54, 'Bnt', '0'),
(804, 54, 'Tib', '0'),
(805, 54, 'Bod', '0'),
(806, 54, 'Bos', '0'),
(807, 54, 'Bra', '0'),
(808, 54, 'Bre', '0'),
(809, 54, 'Btk', '0'),
(810, 54, 'Bua', '0'),
(811, 54, 'Bug', '0'),
(812, 54, 'Bul', '0'),
(813, 54, 'Bur', '0'),
(814, 54, 'Mya', '0'),
(815, 54, 'Byn', '0'),
(816, 54, 'Cad', '0'),
(817, 54, 'Cai', '0'),
(818, 54, 'Car', '0'),
(819, 54, 'Cat', '0'),
(820, 54, 'Cau', '0'),
(821, 54, 'Ceb', '0'),
(822, 54, 'Cel', '0'),
(823, 54, 'Cze', '0'),
(824, 54, 'Ces', '0'),
(825, 54, 'Cha', '0'),
(826, 54, 'Chb', '0'),
(827, 54, 'Che', '0'),
(828, 54, 'Chg', '0'),
(829, 54, 'Chi', '0'),
(830, 54, 'Zho', '0'),
(831, 54, 'Chk', '0'),
(832, 54, 'Chm', '0'),
(833, 54, 'Chn', '0'),
(834, 54, 'Cho', '0'),
(835, 54, 'Chp', '0'),
(836, 54, 'Chr', '0'),
(837, 54, 'Chu', '0'),
(838, 54, 'Chv', '0'),
(839, 54, 'Chy', '0'),
(840, 54, 'Cmc', '0'),
(841, 54, 'Cop', '0'),
(842, 54, 'Cor', '0'),
(843, 54, 'Cos', '0'),
(844, 54, 'Cpe', '0'),
(845, 54, 'Cpf', '0'),
(846, 54, 'Cpp', '0'),
(847, 54, 'Cre', '0'),
(848, 54, 'Crh', '0'),
(849, 54, 'Crp', '0'),
(850, 54, 'Csb', '0'),
(851, 54, 'Cus', '0'),
(852, 54, 'Wel', '0'),
(853, 54, 'Cym', '0'),
(854, 54, 'Cze', '0'),
(855, 54, 'Ces', '0'),
(856, 54, 'Dak', '0'),
(857, 54, 'Dan', '0'),
(858, 54, 'Dar', '0'),
(859, 54, 'Day', '0'),
(860, 54, 'Del', '0'),
(861, 54, 'Den', '0'),
(862, 54, 'Ger', '0'),
(863, 54, 'Deu', '0'),
(864, 54, 'Dgr', '0'),
(865, 54, 'Din', '0'),
(866, 54, 'Div', '0'),
(867, 54, 'Doi', '0'),
(868, 54, 'Dra', '0'),
(869, 54, 'Dsb', '0'),
(870, 54, 'Dua', '0'),
(871, 54, 'Dum', '0'),
(872, 54, 'Dut', '0'),
(873, 54, 'Nld', '0'),
(874, 54, 'Dyu', '0'),
(875, 54, 'Dzo', '0'),
(876, 54, 'Efi', '0'),
(877, 54, 'Egy', '0'),
(878, 54, 'Eka', '0'),
(879, 54, 'Gre', '0'),
(880, 54, 'Ell', '0'),
(881, 54, 'Elx', '0'),
(882, 54, 'Eng', '0'),
(883, 54, 'Enm', '0'),
(884, 54, 'Epo', '0'),
(885, 54, 'Est', '0'),
(886, 54, 'Baq', '0'),
(887, 54, 'Eus', '0'),
(888, 54, 'Ewe', '0'),
(889, 54, 'Ewo', '0'),
(890, 54, 'Fan', '0'),
(891, 54, 'Fao', '0'),
(892, 54, 'Per', '0'),
(893, 54, 'Fas', '0'),
(894, 54, 'Fat', '0'),
(895, 54, 'Fij', '0'),
(896, 54, 'Fil', '0'),
(897, 54, 'Fin', '0'),
(898, 54, 'Fiu', '0'),
(899, 54, 'Fon', '0'),
(900, 54, 'Fre', '0'),
(901, 54, 'Fra', '0'),
(902, 54, 'Fre', '0'),
(903, 54, 'Fra', '0'),
(904, 54, 'Frm', '0'),
(905, 54, 'Fro', '0'),
(906, 54, 'Frr', '0'),
(907, 54, 'Frs', '0'),
(908, 54, 'Fry', '0'),
(909, 54, 'Ful', '0'),
(910, 54, 'Fur', '0'),
(911, 54, 'Gaa', '0'),
(912, 54, 'Gay', '0'),
(913, 54, 'Gba', '0'),
(914, 54, 'Gem', '0'),
(915, 54, 'Geo', '0'),
(916, 54, 'Kat', '0'),
(917, 54, 'Ger', '0'),
(918, 54, 'Deu', '0'),
(919, 54, 'Gez', '0'),
(920, 54, 'Gil', '0'),
(921, 54, 'Gla', '0'),
(922, 54, 'Gle', '0'),
(923, 54, 'Glg', '0'),
(924, 54, 'Glv', '0'),
(925, 54, 'Gmh', '0'),
(926, 54, 'Goh', '0'),
(927, 54, 'Gon', '0'),
(928, 54, 'Gor', '0'),
(929, 54, 'Got', '0'),
(930, 54, 'Grb', '0'),
(931, 54, 'Grc', '0'),
(932, 54, 'Gre', '0'),
(933, 54, 'Ell', '0'),
(934, 54, 'Grn', '0'),
(935, 54, 'Gsw', '0'),
(936, 54, 'Guj', '0'),
(937, 54, 'Gwi', '0'),
(938, 54, 'Hai', '0'),
(939, 54, 'Hat', '0'),
(940, 54, 'Hau', '0'),
(941, 54, 'Haw', '0'),
(942, 54, 'Heb', '0'),
(943, 54, 'Her', '0'),
(944, 54, 'Hil', '0'),
(945, 54, 'Him', '0'),
(946, 54, 'Hin', '0'),
(947, 54, 'Hit', '0'),
(948, 54, 'Hmn', '0'),
(949, 54, 'Hmo', '0'),
(950, 54, 'Hrv', '0'),
(951, 54, 'Hsb', '0'),
(952, 54, 'Hun', '0'),
(953, 54, 'Hup', '0'),
(954, 54, 'Arm', '0'),
(955, 54, 'Hye', '0'),
(956, 54, 'Iba', '0'),
(957, 54, 'Ibo', '0'),
(958, 54, 'Ice', '0'),
(959, 54, 'Isl', '0'),
(960, 54, 'Ido', '0'),
(961, 54, 'Iii', '0'),
(962, 54, 'Ijo', '0'),
(963, 54, 'Iku', '0'),
(964, 54, 'Ile', '0'),
(965, 54, 'Ilo', '0'),
(966, 54, 'Ina', '0'),
(967, 54, 'Inc', '0'),
(968, 54, 'Ind', '0'),
(969, 54, 'Ine', '0'),
(970, 54, 'Inh', '0'),
(971, 54, 'Ipk', '0'),
(972, 54, 'Ira', '0'),
(973, 54, 'Iro', '0'),
(974, 54, 'Ice', '0'),
(975, 54, 'Isl', '0'),
(976, 54, 'Ita', '0'),
(977, 54, 'Jav', '0'),
(978, 54, 'Jbo', '0'),
(979, 54, 'Jpn', '0'),
(980, 54, 'Jpr', '0'),
(981, 54, 'Jrb', '0'),
(982, 54, 'Kaa', '0'),
(983, 54, 'Kab', '0'),
(984, 54, 'Kac', '0'),
(985, 54, 'Kal', '0'),
(986, 54, 'Kam', '0'),
(987, 54, 'Kan', '0'),
(988, 54, 'Kar', '0'),
(989, 54, 'Kas', '0'),
(990, 54, 'Geo', '0'),
(991, 54, 'Kat', '0'),
(992, 54, 'Kau', '0'),
(993, 54, 'Kaw', '0'),
(994, 54, 'Kaz', '0'),
(995, 54, 'Kbd', '0'),
(996, 54, 'Kha', '0'),
(997, 54, 'Khi', '0'),
(998, 54, 'Khm', '0'),
(999, 54, 'Kho', '0'),
(1000, 54, 'Kik', '0'),
(1001, 54, 'Kin', '0'),
(1002, 54, 'Kir', '0'),
(1003, 54, 'Kmb', '0'),
(1004, 54, 'Kok', '0'),
(1005, 54, 'Kom', '0'),
(1006, 54, 'Kon', '0'),
(1007, 54, 'Kor', '0'),
(1008, 54, 'Kos', '0'),
(1009, 54, 'Kpe', '0'),
(1010, 54, 'Krc', '0'),
(1011, 54, 'Krl', '0'),
(1012, 54, 'Kro', '0'),
(1013, 54, 'Kru', '0'),
(1014, 54, 'Kua', '0'),
(1015, 54, 'Kum', '0'),
(1016, 54, 'Kur', '0'),
(1017, 54, 'Kut', '0'),
(1018, 54, 'Lad', '0'),
(1019, 54, 'Lah', '0'),
(1020, 54, 'Lam', '0'),
(1021, 54, 'Lao', '0'),
(1022, 54, 'Lat', '0'),
(1023, 54, 'Lav', '0'),
(1024, 54, 'Lez', '0'),
(1025, 54, 'Lim', '0'),
(1026, 54, 'Lin', '0'),
(1027, 54, 'Lit', '0'),
(1028, 54, 'Lol', '0'),
(1029, 54, 'Loz', '0'),
(1030, 54, 'Ltz', '0'),
(1031, 54, 'Lua', '0'),
(1032, 54, 'Lub', '0'),
(1033, 54, 'Lug', '0'),
(1034, 54, 'Lui', '0'),
(1035, 54, 'Lun', '0'),
(1036, 54, 'Luo', '0'),
(1037, 54, 'Lus', '0'),
(1038, 54, 'Mac', '0'),
(1039, 54, 'Mkd', '0'),
(1040, 54, 'Mad', '0'),
(1041, 54, 'Mag', '0'),
(1042, 54, 'Mah', '0'),
(1043, 54, 'Mai', '0'),
(1044, 54, 'Mak', '0'),
(1045, 54, 'Mal', '0'),
(1046, 54, 'Man', '0'),
(1047, 54, 'Mao', '0'),
(1048, 54, 'Mri', '0'),
(1049, 54, 'Map', '0'),
(1050, 54, 'Mar', '0'),
(1051, 54, 'Mas', '0'),
(1052, 54, 'May', '0'),
(1053, 54, 'Msa', '0'),
(1054, 54, 'Mdf', '0'),
(1055, 54, 'Mdr', '0'),
(1056, 54, 'Men', '0'),
(1057, 54, 'Mga', '0'),
(1058, 54, 'Mic', '0'),
(1059, 54, 'Min', '0'),
(1060, 54, 'Mis', '0'),
(1061, 54, 'Mac', '0'),
(1062, 54, 'Mkd', '0'),
(1063, 54, 'Mkh', '0'),
(1064, 54, 'Mlg', '0'),
(1065, 54, 'Mlt', '0'),
(1066, 54, 'Mnc', '0'),
(1067, 54, 'Mni', '0'),
(1068, 54, 'Mno', '0'),
(1069, 54, 'Moh', '0'),
(1070, 54, 'Mon', '0'),
(1071, 54, 'Mos', '0'),
(1072, 54, 'Mao', '0'),
(1073, 54, 'Mri', '0'),
(1074, 54, 'May', '0'),
(1075, 54, 'Msa', '0'),
(1076, 54, 'Mul', '0'),
(1077, 54, 'Mun', '0'),
(1078, 54, 'Mus', '0'),
(1079, 54, 'Mwl', '0'),
(1080, 54, 'Mwr', '0'),
(1081, 54, 'Bur', '0'),
(1082, 54, 'Mya', '0'),
(1083, 54, 'Myn', '0'),
(1084, 54, 'Myv', '0'),
(1085, 54, 'Nah', '0'),
(1086, 54, 'Nai', '0'),
(1087, 54, 'Nap', '0'),
(1088, 54, 'Nau', '0'),
(1089, 54, 'Nav', '0'),
(1090, 54, 'Nbl', '0'),
(1091, 54, 'Nde', '0'),
(1092, 54, 'Ndo', '0'),
(1093, 54, 'Nds', '0'),
(1094, 54, 'Nep', '0'),
(1095, 54, 'New', '0'),
(1096, 54, 'Nia', '0'),
(1097, 54, 'Nic', '0'),
(1098, 54, 'Niu', '0'),
(1099, 54, 'Dut', '0'),
(1100, 54, 'Nld', '0'),
(1101, 54, 'Nno', '0'),
(1102, 54, 'Nob', '0'),
(1103, 54, 'Nog', '0'),
(1104, 54, 'Non', '0'),
(1105, 54, 'Nor', '0'),
(1106, 54, 'Nqo', '0'),
(1107, 54, 'Nso', '0'),
(1108, 54, 'Nub', '0'),
(1109, 54, 'Nwc', '0'),
(1110, 54, 'Nya', '0'),
(1111, 54, 'Nym', '0'),
(1112, 54, 'Nyn', '0'),
(1113, 54, 'Nyo', '0'),
(1114, 54, 'Nzi', '0'),
(1115, 54, 'Oci', '0'),
(1116, 54, 'Oji', '0'),
(1117, 54, 'Ori', '0'),
(1118, 54, 'Orm', '0'),
(1119, 54, 'Osa', '0'),
(1120, 54, 'Oss', '0'),
(1121, 54, 'Ota', '0'),
(1122, 54, 'Oto', '0'),
(1123, 54, 'Paa', '0'),
(1124, 54, 'Pag', '0'),
(1125, 54, 'Pal', '0'),
(1126, 54, 'Pam', '0'),
(1127, 54, 'Pan', '0'),
(1128, 54, 'Pap', '0'),
(1129, 54, 'Pau', '0'),
(1130, 54, 'Peo', '0'),
(1131, 54, 'Per', '0'),
(1132, 54, 'Fas', '0'),
(1133, 54, 'Phi', '0'),
(1134, 54, 'Phn', '0'),
(1135, 54, 'Pli', '0'),
(1136, 54, 'Pol', '0'),
(1137, 54, 'Pon', '0'),
(1138, 54, 'Por', '0'),
(1139, 54, 'Pra', '0'),
(1140, 54, 'Pro', '0'),
(1141, 54, 'Pus', '0'),
(1142, 54, 'Qaa', '0'),
(1143, 54, 'Que', '0'),
(1144, 54, 'Raj', '0'),
(1145, 54, 'Rap', '0'),
(1146, 54, 'Rar', '0'),
(1147, 54, 'Roa', '0'),
(1148, 54, 'Roh', '0'),
(1149, 54, 'Rom', '0'),
(1150, 54, 'Rum', '0'),
(1151, 54, 'Ron', '0'),
(1152, 54, 'Rum', '0'),
(1153, 54, 'Ron', '0'),
(1154, 54, 'Run', '0'),
(1155, 54, 'Rup', '0'),
(1156, 54, 'Rus', '0'),
(1157, 54, 'Sad', '0'),
(1158, 54, 'Sag', '0'),
(1159, 54, 'Sah', '0'),
(1160, 54, 'Sai', '0'),
(1161, 54, 'Sal', '0'),
(1162, 54, 'Sam', '0'),
(1163, 54, 'San', '0'),
(1164, 54, 'Sas', '0'),
(1165, 54, 'Sat', '0'),
(1166, 54, 'Scn', '0'),
(1167, 54, 'Sco', '0'),
(1168, 54, 'Sel', '0'),
(1169, 54, 'Sem', '0'),
(1170, 54, 'Sga', '0'),
(1171, 54, 'Sgn', '0'),
(1172, 54, 'Shn', '0'),
(1173, 54, 'Sid', '0'),
(1174, 54, 'Sin', '0'),
(1175, 54, 'Sio', '0'),
(1176, 54, 'Sit', '0'),
(1177, 54, 'Sla', '0'),
(1178, 54, 'Slo', '0'),
(1179, 54, 'Slk', '0'),
(1180, 54, 'Slo', '0'),
(1181, 54, 'Slk', '0'),
(1182, 54, 'Slv', '0'),
(1183, 54, 'Sma', '0'),
(1184, 54, 'Sme', '0'),
(1185, 54, 'Smi', '0'),
(1186, 54, 'Smj', '0'),
(1187, 54, 'Smn', '0'),
(1188, 54, 'Smo', '0'),
(1189, 54, 'Sms', '0'),
(1190, 54, 'Sna', '0'),
(1191, 54, 'Snd', '0'),
(1192, 54, 'Snk', '0'),
(1193, 54, 'Sog', '0'),
(1194, 54, 'Som', '0'),
(1195, 54, 'Son', '0'),
(1196, 54, 'Sot', '0'),
(1197, 54, 'Spa', '0'),
(1198, 54, 'Alb', '0'),
(1199, 54, 'Sqi', '0'),
(1200, 54, 'Srd', '0'),
(1201, 54, 'Srn', '0'),
(1202, 54, 'Srp', '0'),
(1203, 54, 'Srr', '0'),
(1204, 54, 'Ssa', '0'),
(1205, 54, 'Ssw', '0'),
(1206, 54, 'Suk', '0'),
(1207, 54, 'Sun', '0'),
(1208, 54, 'Sus', '0'),
(1209, 54, 'Sux', '0'),
(1210, 54, 'Swa', '0'),
(1211, 54, 'Swe', '0'),
(1212, 54, 'Syc', '0'),
(1213, 54, 'Syr', '0'),
(1214, 54, 'Tah', '0'),
(1215, 54, 'Tai', '0'),
(1216, 54, 'Tam', '0'),
(1217, 54, 'Tat', '0'),
(1218, 54, 'Tel', '0'),
(1219, 54, 'Tem', '0'),
(1220, 54, 'Ter', '0'),
(1221, 54, 'Tet', '0'),
(1222, 54, 'Tgk', '0'),
(1223, 54, 'Tgl', '0'),
(1224, 54, 'Tha', '0'),
(1225, 54, 'Tib', '0'),
(1226, 54, 'Bod', '0'),
(1227, 54, 'Tig', '0'),
(1228, 54, 'Tir', '0'),
(1229, 54, 'Tiv', '0'),
(1230, 54, 'Tkl', '0'),
(1231, 54, 'Tlh', '0'),
(1232, 54, 'Tli', '0'),
(1233, 54, 'Tmh', '0'),
(1234, 54, 'Tog', '0'),
(1235, 54, 'Ton', '0'),
(1236, 54, 'Tpi', '0'),
(1237, 54, 'Tsi', '0'),
(1238, 54, 'Tsn', '0'),
(1239, 54, 'Tso', '0'),
(1240, 54, 'Tuk', '0'),
(1241, 54, 'Tum', '0'),
(1242, 54, 'Tup', '0'),
(1243, 54, 'Tur', '0'),
(1244, 54, 'Tut', '0'),
(1245, 54, 'Tvl', '0'),
(1246, 54, 'Twi', '0'),
(1247, 54, 'Tyv', '0'),
(1248, 54, 'Udm', '0'),
(1249, 54, 'Uga', '0'),
(1250, 54, 'Uig', '0'),
(1251, 54, 'Ukr', '0'),
(1252, 54, 'Umb', '0'),
(1253, 54, 'Und', '0'),
(1254, 54, 'Urd', '0'),
(1255, 54, 'Uzb', '0'),
(1256, 54, 'Vai', '0'),
(1257, 54, 'Ven', '0'),
(1258, 54, 'Vie', '0'),
(1259, 54, 'Vol', '0'),
(1260, 54, 'Vot', '0'),
(1261, 54, 'Wak', '0'),
(1262, 54, 'Wal', '0'),
(1263, 54, 'War', '0'),
(1264, 54, 'Was', '0'),
(1265, 54, 'Wel', '0'),
(1266, 54, 'Cym', '0'),
(1267, 54, 'Wen', '0'),
(1268, 54, 'Wln', '0'),
(1269, 54, 'Wol', '0'),
(1270, 54, 'Xal', '0'),
(1271, 54, 'Xho', '0'),
(1272, 54, 'Yao', '0'),
(1273, 54, 'Yap', '0'),
(1274, 54, 'Yid', '0'),
(1275, 54, 'Yor', '0'),
(1276, 54, 'Ypk', '0'),
(1277, 54, 'Zap', '0'),
(1278, 54, 'Zbl', '0'),
(1279, 54, 'Zen', '0'),
(1280, 54, 'Zgh', '0'),
(1281, 54, 'Zha', '0'),
(1282, 54, 'Chi', '0'),
(1283, 54, 'Zho', '0'),
(1284, 54, 'Znd', '0'),
(1285, 54, 'Zul', '0'),
(1286, 54, 'Zun', '0'),
(1287, 54, 'Zxx', '0'),
(1288, 54, 'Zza', '0'),
(1289, 71, 'Amazonas:Puerto santander', '0'),
(1290, 71, 'Amazonas:La chorrera', '0'),
(1291, 71, 'Amazonas:La pedrera', '0'),
(1292, 71, 'Amazonas:Puerto alegria', '0'),
(1293, 71, 'Amazonas:Puerto arica', '0'),
(1294, 71, 'Amazonas:El encanto', '0'),
(1295, 71, 'Amazonas:Tarapaca', '0'),
(1296, 71, 'Amazonas:Leticia', '0'),
(1297, 71, 'Antioquia:Arboletes', '0'),
(1298, 71, 'Antioquia:San juan de uraba', '0'),
(1299, 71, 'Antioquia:Necocli', '0'),
(1300, 71, 'Antioquia:San pedro de uraba', '0'),
(1301, 71, 'Antioquia:Turbo', '0'),
(1302, 71, 'Antioquia:Nechi', '0'),
(1303, 71, 'Antioquia:Apartado', '0'),
(1304, 71, 'Antioquia:El bagre', '0'),
(1305, 71, 'Antioquia:Caceres', '0'),
(1306, 71, 'Antioquia:Carepa', '0'),
(1307, 71, 'Antioquia:Taraza', '0'),
(1308, 71, 'Antioquia:Zaragoza', '0'),
(1309, 71, 'Antioquia:Mutata', '0'),
(1310, 71, 'Antioquia:Briceno', '0'),
(1311, 71, 'Antioquia:Yarumal', '0'),
(1312, 71, 'Antioquia:Peque', '0'),
(1313, 71, 'Antioquia:Dabeiba', '0'),
(1314, 71, 'Antioquia:Campamento', '0'),
(1315, 71, 'Antioquia:Toledo', '0'),
(1316, 71, 'Antioquia:Sabanalarga', '0'),
(1317, 71, 'Antioquia:San andres', '0'),
(1318, 71, 'Antioquia:Canasgordas', '0'),
(1319, 71, 'Antioquia:Buritica', '0'),
(1320, 71, 'Antioquia:Angostura', '0'),
(1321, 71, 'Antioquia:Guadalupe', '0'),
(1322, 71, 'Antioquia:San jose de la montana', '0'),
(1323, 71, 'Antioquia:Gomez plata', '0'),
(1324, 71, 'Antioquia:Yolombo', '0'),
(1325, 71, 'Antioquia:Carolina', '0'),
(1326, 71, 'Antioquia:Liborina', '0'),
(1327, 71, 'Antioquia:Vegachi', '0'),
(1328, 71, 'Antioquia:Yali', '0'),
(1329, 71, 'Antioquia:Belmira', '0'),
(1330, 71, 'Antioquia:Abriaqui', '0'),
(1331, 71, 'Antioquia:Puerto berrio', '0'),
(1332, 71, 'Antioquia:Sabaneta', '0'),
(1333, 71, 'Antioquia:Concordia', '0'),
(1334, 71, 'Antioquia:Retiro', '0'),
(1335, 71, 'Antioquia:El carmen de viboral', '0'),
(1336, 71, 'Antioquia:San luis', '0'),
(1337, 71, 'Antioquia:Argelia', '0'),
(1338, 71, 'Antioquia:Caucasia', '0'),
(1339, 71, 'Antioquia:Chigorodo', '0'),
(1340, 71, 'Antioquia:Segovia', '0'),
(1341, 71, 'Antioquia:Anori', '0'),
(1342, 71, 'Antioquia:Valdivia', '0'),
(1343, 71, 'Antioquia:Ituango', '0'),
(1344, 71, 'Antioquia:Casabe', '0'),
(1345, 71, 'Antioquia:Amalfi', '0'),
(1346, 71, 'Antioquia:Remedios', '0'),
(1347, 71, 'Antioquia:Frontino', '0'),
(1348, 71, 'Antioquia:Santa rosa de osos', '0'),
(1349, 71, 'Antioquia:Vigia del fuerte', '0'),
(1350, 71, 'Antioquia:Santafe de antioquia', '0'),
(1351, 71, 'Antioquia:Entrerrios', '0'),
(1352, 71, 'Antioquia:Olaya', '0'),
(1353, 71, 'Antioquia:Maceo', '0'),
(1354, 71, 'Antioquia:Caracoli', '0'),
(1355, 71, 'Antioquia:Sopetran', '0'),
(1356, 71, 'Antioquia:Urrao', '0'),
(1357, 71, 'Antioquia:Cisneros', '0'),
(1358, 71, 'Antioquia:Don matias', '0'),
(1359, 71, 'Antioquia:Santo domingo', '0'),
(1360, 71, 'Antioquia:San roque', '0'),
(1361, 71, 'Antioquia:San pedro', '0'),
(1362, 71, 'Antioquia:Caicedo', '0'),
(1363, 71, 'Antioquia:San jeronimo', '0'),
(1364, 71, 'Antioquia:Barbosa', '0'),
(1365, 71, 'Antioquia:Concepcion', '0'),
(1366, 71, 'Antioquia:Girardota', '0'),
(1367, 71, 'Antioquia:Copacabana', '0'),
(1368, 71, 'Antioquia:Bello', '0'),
(1369, 71, 'Antioquia:Ebejico', '0'),
(1370, 71, 'Antioquia:Alejandria', '0'),
(1371, 71, 'Antioquia:Anza', '0'),
(1372, 71, 'Antioquia:San rafael', '0'),
(1373, 71, 'Antioquia:Guarne', '0'),
(1374, 71, 'Antioquia:Penol', '0'),
(1375, 71, 'Antioquia:San carlos', '0'),
(1376, 71, 'Antioquia:Guatape', '0'),
(1377, 71, 'Antioquia:La magdalena', '0'),
(1378, 71, 'Antioquia:Betulia', '0'),
(1379, 71, 'Antioquia:Heliconia', '0'),
(1380, 71, 'Antioquia:Marinilla', '0'),
(1381, 71, 'Antioquia:Armenia', '0'),
(1382, 71, 'Antioquia:Rionegro', '0'),
(1383, 71, 'Antioquia:Granada', '0'),
(1384, 71, 'Antioquia:Itagui', '0'),
(1385, 71, 'Antioquia:Envigado', '0'),
(1386, 71, 'Antioquia:Angelopolis', '0'),
(1387, 71, 'Antioquia:El santuario', '0'),
(1388, 71, 'Antioquia:Cocorna', '0'),
(1389, 71, 'Antioquia:Caldas', '0'),
(1390, 71, 'Antioquia:Amaga', '0'),
(1391, 71, 'Antioquia:La ceja', '0'),
(1392, 71, 'Antioquia:Puerto triunfo', '0'),
(1393, 71, 'Antioquia:La union', '0'),
(1394, 71, 'Antioquia:Montebello', '0'),
(1395, 71, 'Antioquia:Venecia', '0'),
(1396, 71, 'Antioquia:Fredonia', '0'),
(1397, 71, 'Antioquia:San francisco', '0'),
(1398, 71, 'Antioquia:Santa barbara', '0'),
(1399, 71, 'Antioquia:Tarso', '0'),
(1400, 71, 'Antioquia:Abejorral', '0'),
(1401, 71, 'Antioquia:Ciudad bolivar', '0'),
(1402, 71, 'Antioquia:Sonson', '0'),
(1403, 71, 'Antioquia:Pueblorrico', '0'),
(1404, 71, 'Antioquia:Jerico', '0'),
(1405, 71, 'Antioquia:Hispania', '0'),
(1406, 71, 'Antioquia:La pintada', '0'),
(1407, 71, 'Antioquia:Tamesis', '0'),
(1408, 71, 'Antioquia:Betania', '0'),
(1409, 71, 'Antioquia:Andes', '0'),
(1410, 71, 'Antioquia:Valparaiso', '0'),
(1411, 71, 'Antioquia:Narino', '0'),
(1412, 71, 'Antioquia:Jardin', '0'),
(1413, 71, 'Antioquia:Caramanta', '0'),
(1414, 71, 'Antioquia:Medellin', '0'),
(1415, 71, 'Arauca:Saravena', '0'),
(1416, 71, 'Arauca:Arauquita', '0'),
(1417, 71, 'Arauca:Fortul', '0'),
(1418, 71, 'Arauca:Tame', '0'),
(1419, 71, 'Arauca:Puerto rondon', '0'),
(1420, 71, 'Arauca:Cravo norte', '0'),
(1421, 71, 'Arauca:Arauca', '0'),
(1422, 71, 'Atlantico:Tubara', '0'),
(1423, 71, 'Atlantico:Galapa', '0'),
(1424, 71, 'Atlantico:Soledad', '0'),
(1425, 71, 'Atlantico:Malambo', '0'),
(1426, 71, 'Atlantico:Juan de acosta', '0'),
(1427, 71, 'Atlantico:Baranoa', '0'),
(1428, 71, 'Atlantico:Sabanagrande', '0'),
(1429, 71, 'Atlantico:Polonuevo', '0'),
(1430, 71, 'Atlantico:Piojo', '0'),
(1431, 71, 'Atlantico:Usiacuri', '0'),
(1432, 71, 'Atlantico:Santo tomas', '0'),
(1433, 71, 'Atlantico:Palmar de varela', '0'),
(1434, 71, 'Atlantico:Sabanalarga', '0'),
(1435, 71, 'Atlantico:Ponedera', '0')<1F><03>}<7D>v<EFBFBD>H<EFBFBD><48>><3E>Sf<><66>$<24>Pu<50>4I<34>J<EFBFBD><4A><14><>ԣ:s<0E><<3C>P#<23>HD<48>Y<EFBFBD><59><EFBFBD>r<16><>]o<><6F><EFBFBD>́@<40>̝!J<><4A><EFBFBD><EFBFBD>TR<54> w<>]s{<7B>#<23><EFBFBD><7F> <0B>x<EFBFBD>޾<>w<EFBFBD><77>d<EFBFBD>.<2E><><EFBFBD>Y<EFBFBD>v2o<32><6F><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>% ԕZ<D495><5A><EFBFBD> *1PG<50>.T%<25>R`j<00>e-<2D><><14><><EFBFBD><16><>)<29>SI'o<>/<04><19>k<EFBFBD><6B>t<EFBFBD>.<2E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>$y<>00 <20><><EFBFBD><EFBFBD>o]YU<59><55>p@6Uy/ۡ<>\<5C>eU<65>1<>Q<EFBFBD><16><EFBFBD>
<EFBFBD>͊<EFBFBD><04>}<7D><>՝<EFBFBD><D59D><EFBFBD><EFBFBD>l<EFBFBD>Q<EFBFBD><51><EFBFBD><EFBFBD>U% <09>aʠ7]<5D>1=<3D>\Ksy[<5B><>M&+<2B><>8<EFBFBD>YV<59><56>T<EFBFBD><54><EFBFBD><EFBFBD>s<EFBFBD><73>J.dK0<01><1C><>*ۈӠ<07>0\<5C>m<><4wM]<5D>!q<06><><EFBFBD>\<5C><15>p<EFBFBD><57> ڐM<DA90><4D>A՜Z-<2D>E<EFBFBD><45><EFBFBD><EFBFBD>9<03>8qP<71>3<EFBFBD><33><EFBFBD>Jl<4A><6C><EFBFBD><EFBFBD>K&ݘ<><00><>e Z<><5A>(<28>I<1E>t<EFBFBD>U.2P|<7C>*<2A><><EFBFBD>i P<00>ᄜ˹<E1849C><CBB9><EFBFBD>" <20><>
<EFBFBD>_<EFBFBD>TdڧAJ<03><>psNP(3<>֒s^.<2E>fk<><6B><EFBFBD> <0B>'i<><69>^Vp:@<40>K <20><>a<>h<><68><EFBFBD><EFBFBD>mr&<26><11>}<00> <0C><><EFBFBD>
<EFBFBD><EFBFBD>6mI<6D>_pn<0E>;bz<05><>J<EFBFBD>ˢ!<21>"8!We<57><65><EFBFBD><EFBFBD>L<EFBFBD><4C><EFBFBD>ܔ`CWl<<3C><><EFBFBD>V<EFBFBD>Ԝcj4<6A><34><EFBFBD><EFBFBD>LvL
-<2D>\v9[<5B>)9o<39><6F><EFBFBD><EFBFBD><19>q.<2E><>EI<45>U<EFBFBD>ؚm<D89A><6D><EFBFBD>#<23>K,n<><59><CAAC><1B>ˊ<EFBFBD>8G<>Ur<55><72><EFBFBD>K<EFBFBD>T<<3C>\<5C>><3E>2pi<04>0<EFBFBD>]<5D><>%<25>qJ!o<>2]<5D><>8<7F><38>><3E><>qN/n<>9<EFBFBD>fM<66><4D><EFBFBD><EFBFBD>e<EFBFBD>n<EFBFBD>eմj<D5B4><6A><EFBFBD><EFBFBD>SY|<7C>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0B>C<EFBFBD>ÿ.[U<><55>j<17>D<EFBFBD><44><EFBFBD><4F><CE87><EFBFBD><EFBFBD><EFBFBD>8<EFBFBD>ԥc<D4A5><63><EFBFBD><EFBFBD> y<>ԣ<EFBFBD>_U<5F><56>><3E>\<5C><>q<EFBFBD><71><EFBFBD>4i@a<><61><07><>4d<34><64><EFBFBD>3<EFBFBD><33><51><D4A5><EFBFBD><1F><><EFBFBD>c&^`h<>P<08><> <0C><>%<4B><1E>7j}S<><53>5<EFBFBD>q<EFBFBD>j"<22><>e<EFBFBD>>j@<40>`<60>%E1<45><31><EFBFBD>S<EFBFBD>eI$<1E>><3E><00>S*<2A>
ƸA1<41><03><><EFBFBD>e<12>-<2D>Z<EFBFBD><5A><EFBFBD><EFBFBD>.<2E><>e<EFBFBD><65>n$<03><><EFBFBD><EFBFBD>F.<2E>DM5<4D>0I_v<5F><05><><EFBFBD><EFBFBD>M<EFBFBD><4D><EFBFBD><15>-Iy<>5L<35><4C><69>|<7C>fyC<79><43><05><><EFBFBD><EFBFBD><EFBFBD><S<>kUE<55><45><EFBFBD>_<EFBFBD>CQ<43>yL҇<4C>RDD<1E>Nw <20>VR<56><52><.<2E>&p<>FЬi)[Ҙ<>U<1B>ʹ<EFBFBD><CDB4><EFBFBD>˕K
`r~<7E><><EFBFBD><14>}#W<>R<EFBFBD> <09><><EFBFBD>w%D6<>|.<2E>Ɍ<EFBFBD>hH{<7B>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>on)<29> <09>D<EFBFBD>5<EFBFBD>I><3E><>;P<><50><EFBFBD><EFBFBD>:0<>H<EFBFBD><48>w0Yv+<2B><>)<1F><><EFBFBD>ki<6B>9<EFBFBD>6D.k<>I<EFBFBD><49>\Q30<><1F><><EFBFBD>:J[s<>x<EFBFBD>m<08>yGgN<67>d{SfrEӼ(`<60><>h2
]<5D><>0#j<>u<EFBFBD>q<EFBFBD>/2f<32>B<EFBFBD>k<EFBFBD>"
<EFBFBD>0,<06>᪙Q_rw<72>@<40>O<11>><3E>%$<08>0<EFBFBD>!<21>Z<11><>œ<EFBFBD>:<3A><>S<EFBFBD>6<EFBFBD><36>,L,<2C>"<22>,d<><64><EFBFBD><EFBFBD><EFBFBD>=<3D><><1E>s&h<><68><EFBFBD><EFBFBD>]=PJ"&<26><13>b<EFBFBD><62>4<EFBFBD><34>"&s0<73><30><EFBFBD>T<EFBFBD><54>І<EFBFBD><D086>yq<><08><>f<EFBFBD>Q<EFBFBD><51>ޡ5kQ<6B><08>p<EFBFBD><70>#~<7E><><16>=iH}mx<6D><78>ۏ2gn8fR<66>Kf<>Z<EFBFBD><5A><EFBFBD><EFBFBD>K=k<><6B>}Jea^[.<2E>v<EFBFBD><76>f<EFBFBD><15><>ی<EFBFBD><DB8C><17>trı<72><C4B1>=Y<7F> eU<65><55>'6 G<><47><12><>!d<><10>mrg<72><08><>iH5J0<4A><30>w_<77>: <09>b8 <0B><>!<1F>)<29>R<EFBFBD>B<EFBFBD>$|e<>vq<><71><EFBFBD>/$|Lۄ<4C>cZ0<5A> d<> <20><>E""<22>Sq<>nh<6E>3J<33><4A>;<3B><><EFBFBD>K<EFBFBD>A<13><><EFBFBD><EFBFBD>&<26><>f<EFBFBD><66>yK<79><4B>/<2F>gPa<50><61>F <13><><12>aT<>D|<7C><>12<31>]a,O5?<3F><1A>4<EFBFBD>]P\<5C>_<>-/b<>>*!<21><><EFBFBD><EFBFBD><EFBFBD><08><05>v"<22><13><><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>U<7F><55><EFBFBD><EFBFBD>Zt<5A>%%<25><><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>C<08>hÓ<><1B><><EFBFBD>TP<54><50><EFBFBD> gf<67><66>'<27>`tj<74>
<EFBFBD>l<EFBFBD><EFBFBD>Z<EFBFBD><EFBFBD><EFBFBD><15>\<5C><>Y<EFBFBD>r<EFBFBD><72>(<28><> dp<0F><><EFBFBD><<11><03>[%<25>y.<2E><><EFBFBD>Ԡb<D4A0>^J<><4A>|-<2D><>0cy<63>ɻ<07><><EFBFBD>UWbu͙K<CD99>Ac<41>
B<10><>v<EFBFBD><76>so<73>__<5F>+<2B>s**<2A>1@`]
<EFBFBD> <0C>Q<EFBFBD>EQ<><51><EFBFBD>p<EFBFBD> Z<><5A>"<02>8<EFBFBD><38><EFBFBD><EFBFBD><EFBFBD>x<EFBFBD><07><07><><EFBFBD>c8`.!n)"<22><><DEAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>nZQ<5A><51><EFBFBD><EFBFBD><EFBFBD><17><>4p<34><70><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>|<7C>-i<1B><>%S<>]<5D><>}&ᓲ<><E193B2><EFBFBD>f<EFBFBD>%&<26> }<7D>&0F<30>U,цBF <17>(,<2C>0讖<30><E8AE96><14>L<EFBFBD><07>
,m<>KS<>5<EFBFBD>A<EFBFBD><41><EFBFBD><EFBFBD>f<EFBFBD>sYI<>0q<30>
<EFBFBD><EFBFBD>X_<01><><EFBFBD><EFBFBD>d<EFBFBD><64>/d<>"<0E><>/<14><>q`<08><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>q<EFBFBD><15><16><1E>=F<>k5T<35><54>tU0"<22><>P<EFBFBD>a5<61>8<EFBFBD><0E>
<EFBFBD><EFBFBD>\Ѻm<13><><EFBFBD><EFBFBD><EFBFBD>"<22><><EFBFBD><EFBFBD><18><><EFBFBD>В<1A> e@]d<><64> V*x3*<2A>еa<><61><54>4<EFBFBD><34>C<EFBFBD><43>ϛV1<56> }<7D><19>ѽX<D1BD>$<24>+ <0C>U<>g|<7C><>:<3A><>H<EFBFBD> 99d<><04>Z_<18><><EFBFBD><EFBFBD><EFBFBD>-/!<21>庩h<E5BAA9>89)at<61><74>];a˽q<CBBD>e`<60>'<27><>V<EFBFBD><56><38>G><3E><>6<11>Y<EFBFBD>|!<05>8
8Tj<54>׫<EFBFBD>(䰡<><E4B0A1><EFBFBD><11>J<EFBFBD><11>^<5E><>-<2D><>s<><73>%<25><08>φT<CF86><54>(ላ<>f<EFBFBD><66>8J<38><4A>ڲ<EFBFBD>p<EFBFBD><70><EFBFBD>bC<62><04>Q<EFBFBD> 2<>
.<2E>T<EFBFBD><54>4*<2A>
"<22><>x *<2A>
<0E><>~<7E>Q<><51><EFBFBD><EFBFBD><16>:$C<>7<EFBFBD>k<EFBFBD>?Jfl_<>u<EFBFBD><75>"<22>Nl<4E><6C>Zb<5A>\<5C>vN<76>3h<33><68>,<2C><><EFBFBD>[<12>><3E>m<EFBFBD><6D>.<01><><EFBFBD>B<EFBFBD>(}<7D>iQ<69><51><EFBFBD>x<>L<>в<EFBFBD><D0B2><EFBFBD> <09><>.e<><65>GbPDo<44><6F><EFBFBD>3 <0B>DHGq><3E>0EDGduX"& \b<>_<08><><EFBFBD>F-M<>c<EFBFBD><63>frI<72>L<><10><><EFBFBD>qB~<03><>` <09><><EFBFBD>r<EFBFBD>Ij*\s6N<36>poJ<6F>}hN'!W
<EFBFBD><EFBFBD><EFBFBD>*<2A>KH<4B>
<EFBFBD><EFBFBD>"N<>X<EFBFBD>y<EFBFBD>a<EFBFBD>B<>z
<EFBFBD>$5I<><06>ِ<08><>)<29><>┋t<E2948B>,cJ%z<>ι<EFBFBD>L}S^<5E><><EFBFBD><11>75-F<>i<EFBFBD>T<EFBFBD>\-<2D>;<3B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>qJEzլh&<26>Ry<1E>*khT<>X<15><>z<EFBFBD>Ry{P<>KE
<EFBFBD>(<28>!<21>B<n9<6E><39><EFBFBD>$<04>$(.SV<18><><EFBFBD>
xc<EFBFBD>~+<2B>R<01>|<7C>p<EFBFBD><70>!<21>%%D<>R<EFBFBD>^<5E><>|`<60><1D><>Vz;<3B><02>V<>c<>٣<EFBFBD><D9A3><EFBFBD>bo<62><00><>(<28>|J<>ئ<EFBFBD><03>C
<EFBFBD><EFBFBD> <19>6<EFBFBD><36><EFBFBD><EFBFBD>f<05>G<EFBFBD>|<7C>f<EFBFBD>p<>mK<6D>X<EFBFBD><58>35D<35><44>+:<3A><> @w>c<><63><EFBFBD>&% <0B><>6<EFBFBD><36>h<EFBFBD>'Z<>9T<39>q<EFBFBD><71>%W<>VQ<56><51><EFBFBD>,<2C><>аWxT<78>2v <1A> <09><>& ƃ<><15>J<EFBFBD>|Y<><10><>0<>X<EFBFBD>-|<7C><>fTv<54>OE<4F><16><><EFBFBD>"<22><><EFBFBD>65<36>G_<08><>w<>Ը ?6<14><><EFBFBD>D@<40><00><>@<40>KP ׏<>Y<EFBFBD><59>D<EFBFBD><4C>՞<EFBFBD><D59E>U"<22>r<EFBFBD><<3C>RE<52><45>Ff<46>jށ9}}<7D><>K&<26>n<EFBFBD>L
x<EFBFBD><EFBFBD>ED<EFBFBD><EFBFBD>,SλuI<75><49>&<26><><EFBFBD><EFBFBD><>TK2<4B><32>I<EFBFBD><49> x킾OL<10>Bt<42><00><>1j<31>b<EFBFBD>F<0E>5FJ><><7F><EFBFBD><EFBFBD><EFBFBD>m<EFBFBD><6D>Qd7<64>\<5C>Me|<7C><>(@<40>T<EFBFBD>gӮ<>J<EFBFBD><63><02>)<29>`<60> <09>l<0F><>b<><62><10><>1P<31><50><EFBFBD><06>T<EFBFBD>$&<26>0<0E> !<21><>E<EFBFBD>j<EFBFBD>"<22>b=]<5D>X%JDT<44>GXw<58>҈<EFBFBD>0I"<0F>9<EFBFBD>R+"*<2A>k<EFBFBD><6B>%"*ZK<5A>ND<11><0F>&d<><64>=䥨Xn <0B>Hl q<>[<1A>U<EFBFBD><55><11>#<23><>ݦ<EFBFBD><DDA6>S<>L<EFBFBD>[:<3A><><EFBFBD>Ռ<1D>b<EFBFBD> N<><4E><EFBFBD><EFBFBD>PX<50>`<60>0<EFBFBD>V%IY<49>6C@<40>͂<EFBFBD><CD82>mF8 <20><16><>m>86R<36>k<EFBFBD><6B>Tl<54>A2<41>Bg<>k<EFBFBD><6B>-<2D><><EFBFBD><EFBFBD><00>.<2E>md"<22><> bC:R<><52><EFBFBD><EFBFBD>Rs*<2A>0ԥn%<25><>~<7E>~<7E>6<EFBFBD>E<EFBFBD>K:07-Fp<02>%zg<7A>_<04><>"<j<><04><> <0C>Ƽ<EFBFBD><C6BC><EFBFBD> l<<3C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD><30>92<39><32>08,<2C><>Y<08><>J<EFBFBD>jmd<6D>Bp$<24><>@8<1F><><EFBFBD>U<> <09>.K<><4B> <0B><>T<EFBFBD>o<EFBFBD><6F><EFBFBD><EFBFBD>ua<75><61><EFBFBD>5<EFBFBD><35><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD>k<>m<>S0h%<25><>L<>-"<22>L<EFBFBD>e
<EFBFBD><EFBFBD><EFBFBD>d<EFBFBD><03><><EFBFBD><EFBFBD>ݿ6<DDBF>ې<><%아
<EFBFBD>;g<><>S<EFBFBD><53>5<EFBFBD>w<EFBFBD>kNa<4E>Z<EFBFBD>T<EFBFBD>۴<EFBFBD><DBB4><EFBFBD>c<EFBFBD><12>6<EFBFBD><36><EFBFBD>><3E>vN ob<6F><62>N<EFBFBD>`S<>Y<EFBFBD>&<26>d<EFBFBD>
<0B><> )iO-<1A>7R<37>VnN$<24>a<>Dje磄H<E7A384><48>;<3B><>2<EFBFBD><32>JVs<56> S+;<3B>Ǜm<C79B><10><> T<><54>&{<7B><>C$<24>L\+?')<29>Z<11><><EFBFBD><EFBFBD>1<EFBFBD><1B>-i<>V<EFBFBD>0J<30>
[<5B><>}<7D>wjM<1B>2Ȣ#F4q<34>4<EFBFBD>)<29>L<EFBFBD><4C>m<EFBFBD>L\+W<>3<EFBFBD><33>0+G<>P<EFBFBD>,<2C>/D<><12>J<EFBFBD>ϛ<05>s<12>ʓ<EFBFBD>G<>Y<EFBFBD>:<3A><><EFBFBD><EFBFBD>H<EFBFBD>%<25><>d<EFBFBD><64><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0C><6D><D892>ge<67><65><EFBFBD><EFBFBD>ء<EFBFBD>xV<78><56><02><17>k5gp+Y<>&<26><><EFBFBD><EFBFBD><1B><>3<EFBFBD>}><3E>~2<><32><EFBFBD> H<><48><EFBFBD>I|<7C>\R+<2B>5<><35>]?<3F><16>ķ<EFBFBD><C4B7>Z<EFBFBD><5A>ܷ<EFBFBD><12><>ҹ<EFBFBD>Y{<7B><>#Z<>O|+77\9|+3<>NМnXN|;7<>P<EFBFBD><50><EFBFBD><14><>:<3A><><EFBFBD>N<EFBFBD>\q6<03><<3C>URTI+C7<43><37>G<EFBFBD><47><EFBFBD>y<><79>\<5C><><EFBFBD><10>}s<><73>R4<52><34><EFBFBD>7<EFBFBD>;+E<>أ<>fIQV<51>><3E><><EFBFBD><EFBFBD>L<EFBFBD>5'f`<60>H/<2F>Na<4E><61><1F>='<27><><EFBFBD><,<2C>S<EFBFBD>B+W<><57><EFBFBD><EFBFBD><EFBFBD> <20>\<1D>k<EFBFBD><6B><EFBFBD>آ<EFBFBD>Kک<>+}Ih%<25>F<EFBFBD><46>ZZ<>/S<>֬Ԝˢ- <0B><>rsDw#&<26><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1C>j<EFBFBD>R#+<1F>vuIaV2<56>Q<EFBFBD>JQ<4A>Y<>@<40>B<03>$<24>
he<EFBFBD><10>G<10><><EFBFBD>XGVRN:<3A>ĒDVR<56>J&B;%X]<5D>u<EFBFBD>$<24><>rذ`/<2F><><EFBFBD>\v<15><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>|<13>t<EFBFBD>) E<>yl<79><6C><EFBFBD>9<EFBFBD><39><EFBFBD><EFBFBD>I× <0B><><EFBFBD>ǹ*J֠<4A><D6A0>_U <>Ib+%<25><>Hz<48>4<EFBFBD>u7<75><14><>/*<2A><>i<EFBFBD><69>G<EFBFBD>|d<><64>e<EFBFBD>&<26><>;<3B><><EFBFBD>lM<6C><4D><EFBFBD>+9<>xLV=<3D>5<EFBFBD>DX<44><58>e<EFBFBD>v<><76>@F<l띦i<0F><><1C>t9<11>Y6<59><05>J<EFBFBD>u<EFBFBD>m<>H<EFBFBD><48>l<EFBFBD>x$U<>)i0<69><30>cn<63>K+A<17><> <09><><EFBFBD>\:<3A><>#<23><><08>ۢY<13><><EFBFBD><EFBFBD>4<07><>N`z<><EFBFBD><E5AAA3><EFBFBD><EFBFBD>p0<70>g%<25>'%<25>B<EFBFBD>_p<5F><10><>셄K<EC8584>;텄+r:zP0<50>ps4<73><06><>+ %Y{I<>e<EFBFBD><65><EFBFBD><EFBFBD><EFBFBD>^D<>c<11><>H<EFBFBD><48>̙5<16>h.g<>%<1C><><EFBFBD>$CZ<43><5A>d<EFBFBD>@<40><><EFBFBD>0-B<13><><EFBFBD>wxc{><3E>Gj YK<59>Fj<46>$\<5C>fn<66><6E><EFBFBD>ǩ<EFBFBD><C7A9>p<EFBFBD><70><EFBFBD><EFBFBD>M<EFBFBD>z<08><>y<EFBFBD><79>R<EFBFBD>uD<75><44>XB؀<42>;p}bE<62>!<21><><EFBFBD>/T%Y<>J<EFBFBD><1A>vZC<5A>XС<58>[<5B>}<7D>[<5B>0<EFBFBD><30>]V<>UǙw<C799><77>c<EFBFBD>`Y<>g<EFBFBD>c<EFBFBD><15><><EFBFBD><EFBFBD><EFBFBD>#c<><63><17>B<EFBFBD>?<3F>u<EFBFBD>t<EFBFBD><17><>Tk<<3C>@^u,<14><><EFBFBD><EFBFBD>ƒy<12>V<EFBFBD>@<40><>@<40><><EFBFBD>q<EFBFBD>- <0C><><EFBFBD><EFBFBD><EFBFBD>*<2A>
<EFBFBD> 7<02> <0B>2<EFBFBD> <20>[<5B><>1<EFBFBD><31>Q<EFBFBD><51>8<EFBFBD><38>)<0F>*<>\<5C>mG
ܩO<EFBFBD><EFBFBD><EFBFBD><<3C>p<EFBFBD><70><1B>
<EFBFBD>#斬#&<26>j<EFBFBD>r,Q
<EFBFBD>
<EFBFBD>B<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ԧ<EFBFBD><EFBFBD><EFBFBD>!ۏR?f/<2F>b{<7B>S<EFBFBD><53><EFBFBD>m9Ǖ*<2A><>"<22>*AE<41>(<28><>2<EFBFBD>J<EFBFBD>Q<EFBFBD><51><EFBFBD>
<EFBFBD>`<60>V<EFBFBD>Ӏ
<EFBFBD><EFBFBD><EFBFBD>68
<EFBFBD>8<EFBFBD>ʖV<EFBFBD><EFBFBD> <20><>1<1E>.W5qvi<10>7<EFBFBD><37>\<5C>l<EFBFBD>yD<><44>
<06>Uh~<08><><18>̗`h<>#<23><>.E<><45>nٴrI<72>C<EFBFBD><43>uOYut6<74>T<EFBFBD><54><EFBFBD>6y<36><79><EFBFBD><EFBFBD><EFBFBD>d<EFBFBD>
<EFBFBD><EFBFBD><EFBFBD>7[<5B>a`EOy<4F>!<15>A<EFBFBD><41>e;<3B><><EFBFBD>η<EFBFBD><CEB7>!<><EB85A2>t̔q<CC94>J'?<3F><>y<EFBFBD><1E>RTb<54>𦯎<EFBFBD><F0A6AF8E>1Q&0<><56>$y<>zSf<1D>ۙ<EFBFBD>)<29><04>;<3B><><EFBFBD>[:&<26><13><><EFBFBD>(kc<6B>L:^An<41><6E>%<25>c<><<3C><>4<EFBFBD>J<EFBFBD>t<EFBFBD><74> <09><14> <20><><EFBFBD>+<2B><><EFBFBD>|<02>⢩hp<68>Fb<><1B><><EFBFBD>B<EFBFBD><42><EFBFBD>[ВY<59>ͪH<><48>Xc Q<><51>ʛG<CA9B>-<2D>0vU6w,<2C>K<EFBFBD><04>\<5C> LI1<49>X<EFBFBD>&<26>c<02><1E>zE<7A><45>0<EFBFBD><30>[\j<>l7<13>-<2D>J<EFBFBD><4A><1F><>-첼/?<3F><>C:<3A>Γ<EFBFBD>0<EFBFBD><1E>c<EFBFBD>L<EFBFBD><4C>W<EFBFBD>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD>V<EFBFBD><ј#oqG><3E><6A><13>g<EFBFBD><67>W<><57>&%<25><>h<EFBFBD><68>&} `N}<7D>0<EFBFBD>Ї<EFBFBD>h\%L:nT<6E><54>rF<72><46><EFBFBD><EFBFBD>Q<EFBFBD>J<>0<EFBFBD><30><EFBFBD>:<3A><><EFBFBD>K:2<><32>>b<>[<5B>|\<5C><><EFBFBD><EFBFBD><EFBFBD>H.<2E>M<EFBFBD><4D><EFBFBD> <0B>̪<EFBFBD>2<EFBFBD>-Χ<><CEA7>><3E><><EFBFBD>Z<EFBFBD><5A><EFBFBD><10><><05><><EFBFBD>In<0F><>61<36>A6<41><36><EFBFBD>ͩ<EFBFBD>ͱ<EFBFBD><1C><>jY<6A><59><14><><EFBFBD><EFBFBD>f<EFBFBD><66><EFBFBD>1Q<31><51>(<28><><EFBFBD>+E%S԰<53><D4B0><EFBFBD><EFBFBD>wL<77><4C>q<EFBFBD> f<75><CC91><EFBFBD><EFBFBD>`9<><39><EFBFBD>!<21><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD><41>!<><7F>R<EFBFBD>uI<11><14><><EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD><74>㩚%<25>/ӔPp<50><70>Q"<22><>H<EFBFBD> <20>9<EFBFBD>VR"lSk҄ <0B><>)<29>O<EFBFBD>B<EFBFBD>M<EFBFBD><4D><EFBFBD>iJųZ<C5B3>SU<55><7F><><1B><>JC<>}OM<4F>"m<><6D> <09>E<10><><EFBFBD><EFBFBD>"<22>6*p <20>>W+<2B>f!<21>><3E><>#<23>t<EFBFBD><13><>M<17>W<><57>
P<EFBFBD><EFBFBD>WXڧ<13><><EFBFBD>%<25><>KI<4B><49><EFBFBD>t<EFBFBD><74><EFBFBD><06><>$<24>W&<26><>
<20> S<>X<EFBFBD><58>t<><74>\5<><35>I<14><>x_<78>{}J<><4A><EFBFBD><EFBFBD><11>t<><74>>
<EFBFBD><EFBFBD>".ю<>V<04>T<>do<64>P̀j!<21>L<EFBFBD>) n<>)<14>v<EFBFBD>j<EFBFBD><6A>`<60><> g<>k7<6B><37><EFBFBD><EFBFBD>x<1F>ڍd<DA8D><64><1A><>q<<3C>nN<6E>0<EFBFBD>^6<>fU<04><><EFBFBD>><3E><>R<EFBFBD><52><EFBFBD><EFBFBD>A/<2F>ME{b2>]<5D><1D>"0LʸQZ<51><5A><EFBFBD><EFBFBD>)?<3F><>1a<31><61>,<2C>0Yct<63>w<EFBFBD>R<EFBFBD><52>A<EFBFBD><41>2`<60><><EFBFBD>h&<26>Kz<4B>L<>7`<60><> S<>ƅ<EFBFBD><C685><EFBFBD>M<EFBFBD><4D>ף<11><><EFBFBD>V<EFBFBD>A<EFBFBD>K
<EFBFBD>–<EFBFBD><EFBFBD>_j6<EFBFBD><EFBFBD><0E><><EFBFBD>wC.fP<66><50>|<7C><><EFBFBD><03>g<EFBFBD>HW<48><57> 0L<30>7:<16><><EFBFBD>7&그ј<EAB7B8>Y<18><>ևt<D687>І"cD<63>1<><1E><>M<EFBFBD><4D>7<><37><00>A-n)"v*<2A>I<1A><>f<EFBFBD>ҵ<EFBFBD>T <0C><>۶J4<4A><><3E><><EFBFBD>T<EFBFBD><10>#<23> ;@nMtRF.<2E>Phi(<28>(<28>Q<EFBFBD><51>q<><71><EFBFBD>Z<03>0<EFBFBD><30>k<1A><><15>wQj<10>5A<E192AA>ĭw<C4AD><77>{:<3A><>3^<5E>h<EFBFBD>#<23><><EFBFBD>/K̑j<CC91><6A><02><><EFBFBD><EFBFBD>λ<07><><EFBFBD><EFBFBD>m<EFBFBD>˂m<CB82>X<><58><EFBFBD>o<EFBFBD><6F><EFBFBD><EFBFBD>Mi<4D>I<>"<22><>G<EFBFBD>C<0F>,<2C><13>ޚ&<26><><12><>o<EFBFBD>P<EFBFBD><50>
&<26><>EG<45>, I/<2F>a<><61>_<08>I<EFBFBD><49><EFBFBD>Y<13><><EFBFBD>.<2E><01><>i<EFBFBD><10>-%<25>><18><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>޵
G<EFBFBD><EFBFBD>Gh<EFBFBD><03><><07><>{1<>'<27>ǟ<EFBFBD>Q
<EFBFBD><1F>4<EFBFBD>/<2F>n<EFBFBD>ST <0B>]<5D>B<EFBFBD>1+<2B><><EFBFBD><EFBFBD>D<03><>8<EFBFBD>O(<28><>oT<6F>c<EFBFBD>j}<7D><>E<EFBFBD>5<EFBFBD>#|<7C><>_0<5F>%<25>l<EFBFBD>\-<2D>q<07><> <0B><><0E><><EFBFBD>=<3D><><EFBFBD><0E>AR_<52><5F>N<EFBFBD>d<07>Y<><59><EFBFBD>Hv|<08> <0C>BI'{<7B><><EFBFBD><EFBFBD><z.iP<69><50><EFBFBD><EFBFBD>-j\<5C>P<EFBFBD><50><EFBFBD>&{]2o<32><6F>d<EFBFBD><64><EFBFBD><EFBFBD><01><>g<ﱄx<EFB184>z<EFBFBD>t<07>z<EFBFBD>U<>t<07>o<EFBFBD><6F>ng<00><0E>A#<23>j<EFBFBD>Zz<5A>)<<3C><>e}m<17><><1E>A<EFBFBD>ȳ<><C8B3>KN<4B><4E><EFBFBD> <20><>͚J<CD9A><4A><EFBFBD><EFBFBD><EFBFBD><<3C><><EFBFBD>5s<08><><EFBFBD><EFBFBD>K<EFBFBD>XV
<EFBFBD><EFBFBD><06><><EFBFBD><EFBFBD>/x<><78>&<26><>Dwm<77><6D><EFBFBD>w<EFBFBD>l?<3F><01><><EFBFBD>zs<7A><73>-T<><54><1D><1F>m<EFBFBD><15><><1E>e<EFBFBD><65> <0C><><0E>ђֽd<>I<EFBFBD><49><EFBFBD>S<EFBFBD><0E><> ׼<><D7BC>Tqe<71><65>]<13>$g<><00><>e}<7D>ۜ<EFBFBD><DB9C>k.<2E><>R<EFBFBD><52><EFBFBD><EFBFBD>n<EFBFBD><61><DAB2>`<17>(<28>#<23>\<5C>9#g<>pl<70><6C>xi낢S<EB82A2>~G/l<><6C><EFBFBD>l0B<30>n<EFBFBD>5<EFBFBD><35><EFBFBD><EFBFBD>><3E>F<>#<1B><01>P<><50><10>>T<>QG<51>b|<7C><><EFBFBD>><3E> <09><>Bˆ<42>Oa<4F>d>Fȼ<46><C8BC><EFBFBD><EFBFBD><EFBFBD>7(9o<39><6F>
d<EFBFBD><EFBFBD>_<EFBFBD><EFBFBD>.<2E>w<>.2ꁽ<EFBFBD><EFBFBD><EFBFBD><01><>cx@<40><><EFBFBD>XO<58><4F>p<EFBFBD>IK<49><4B>XN<58>`<60><>:N<><1C> c;%<25><>@<03><>su<73>@!a<>Ee<45>f/<2F>X[;4JA<4A>XY<58>`l'&<18><><EFBFBD>,<2C><>q<EFBFBD><19>py`<60>K_m<5F>*<2A><>"nNM<4E><4D><EFBFBD>7<EFBFBD><16>Hl<48><6C>0߀,$0 <20>zu<7A><75>7<18>0ܸI<DCB8>(o<>/lQ8/:<3A>'<27>
<EFBFBD>7^<5E><>-<2D><>
Q<EFBFBD>C<EFBFBD><EFBFBD>J1<EFBFBD>;<3B>&<26><>+Z<00>ZG<5A><47>P><3E><><EFBFBD><EFBFBD>E&)<29><><EFBFBD>v^2<>"<22><>7<EFBFBD>D<EFBFBD><44><11><1A><>`<60>E<EFBFBD>h%2ɹT-<2D><>Pn&Ǧ<1F><>6=<3D><><EFBFBD>&<26>E<EFBFBD><45>6AdV<64><04>u<EFBFBD><75>I<EFBFBD><49><EFBFBD>b<EFBFBD><62><EFBFBD>M<EFBFBD>[<1C>?x <0C><18><>N1i<16>H:<3A><>J<EFBFBD><4A>$,<2C>N~,Sl!<21>5<EFBFBD>L<EFBFBD><1C><4C>~[<5B>tdc<64>bҢZ<D2A2><5A><EFBFBD> <16>$<24><>\<5C><>YsG<73>+/<0E>'N<><4E><EFBFBD><EFBFBD><EFBFBD>C[7<><37><EFBFBD><EFBFBD><EFBFBD>;ŬSl<53>5:<3A><><><D594>F<46><08><><EFBFBD><EFBFBD>b9sαI<CEB1>_%^<5E>A&9<><39><EFBFBD><08><>Ɋ]e<>I
<EFBFBD><EFBFBD><EFBFBD>"ua<75>tК5<>9RK<16> <0B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Y<EFBFBD>t<EFBFBD>ˊ<EFBFBD>k<EFBFBD><6B><EFBFBD><08>T<EFBFBD><ara<72><61>@<40><>#<23><1D><14><>l<EFBFBD>G=f<><66><EFBFBD><EFBFBD>Sa$&<15><><<3C><><EFBFBD>L韁=,<2C><>L,҇<><6D><D6B4>&&؂<><D882><EFBFBD> <1C><>%z<00> `<60><>Q3
<EFBFBD><13>t<EFBFBD><74>L<EFBFBD><4C><08>%&C<10>䴦&<0F>BtB)5Y<00><><EFBFBD>3<EFBFBD><33>,<4<>p<EFBFBD>L{S<><53>c <0C>ɼN-L<><4C>Z=JM<16>{<17><>?x<>j<EFBFBD><6A>yI\mj<6D>r<EFBFBD>{<7B><>
HMF~a<>Jj<4A>lk<6C><6B><EFBFBD><16>4<EFBFBD><34>O<EFBFBD><4F> !<21>8<EFBFBD><38> <0B>h<>Xob\<5C><><EFBFBD>y|n<>$LM<4C>&!<21><>B<00><><EFBFBD>!_<>-<2D>]<5D><><0F>\}<18><>K<EFBFBD>,i9<69>wM<16><><EFBFBD>`<60><>4y<34><79>b"<22> <0C><>g<EFBFBD><<3C>Ƅ}<7D><>Y<EFBFBD><59><EFBFBD>{&%x&`A6<><36><EFBFBD>a
<EFBFBD>1_<EFBFBD><EFBFBD>=<3D>v<> `<1E>o<>1<EFBFBD><31><EFBFBD><05>Ǭ<EFBFBD>Ew<45>3iy<69>K<EFBFBD><4B><EFBFBD><0E><>5<EFBFBD>Tt<54>&1<><31>B<>g<EFBFBD> M<>,<2C><> <0C>7<EFBFBD><37>~<7E>Ҙ<EFBFBD><D298>}<7D><10><02>:z<>7yWfb1S<31><08><>*4:<<3C> <0B><>d<EFBFBD><64>47/<02>d<EFBFBD><64><0E><>,<2C>-њ<><D19A><16>Jf|<7C><><EFBFBD><EFBFBD><EFBFBD> <<3C>[<5B>L<EFBFBD>MZ<00>H_<48>o]<00>)<29><><EFBFBD>Z<EFBFBD>(<28><EFBFBD>g<EFBFBD><67>/<03>)}\PoXs<58><73><EFBFBD><EFBFBD><EFBFBD>k_e<><65><EFBFBD><EFBFBD>)TkM#)<29><1F>$<24><><1F><00>Ʉq<C984>6<EFBFBD>L*t`N<1C>Z
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><EFBFBD>?f<><66>PMYS73<37><EFBFBD><ED989B>w<EFBFBD><77><EFBFBD><10>0f<30>=঩:<3A>qH>><3E>c<EFBFBD><63>?&<26>=`<60>V<EFBFBD><56><EFBFBD>_<EFBFBD><5F>j~"<22><><EFBFBD><EFBFBD>}<7D>)`<60><>Vz<56><7A>`<12><><1E><05><> `)<29><><EFBFBD><EFBFBD>$<1C><><EFBFBD><EFBFBD><EFBFBD><35>2<EFBFBD>Vn<56><6E><EFBFBD><EFBFBD><EFBFBD>
A<04>KmV23#<23><>#*<2A>k<EFBFBD><6B><EFBFBD><EFBFBD>(b<>-<2D>t׏<><D78F><EFBFBD>{7<>37<33><37><EFBFBD><EFBFBD>)<29>~<7E>;<3B>zIEnؐ<6E><D890><EFBFBD>H<EFBFBD>\1<15>e<EFBFBD><65>Si<53>K<EFBFBD><01><12>ƈ<EFBFBD><C688>%><3E><>~<7E><><EFBFBD>h<EFBFBD><68><EFBFBD>WL<15><><15>󰥀<EFBFBD>S<>Q<EFBFBD> <20>+<1F><>rPi<7F>Z<EFBFBD><5A><1D><>oP<6F>%<25>n<EFBFBD><6E><EFBFBD>lx<6C><78><EFBFBD>v\<5C>c<Υ<><CEA5><1F><>c<<3C>N <20><><EFBFBD>eL7><3E><>dw3<10><>+<2B>DH<11>+0<08><>WV<57>.geE<65>Zp<11><15>X%<25>L<>:<3A>5<EFBFBD>-<03><><EFBFBD><EFBFBD>ݡ&<26><33><C5B6> <13>n<><6E>KN~¤|ο L<>}4Z<34><5A>Ѽ a<><61>6<>0 <0B>"*<2A>`<60><>j<EFBFBD>i<EFBFBD><69>Obc@zK9<4B>09<30>`<60><><1A>$<24><1D><>Z<EFBFBD>cHLqL<71>4h<34><68>ʥ\<5C><15>a L<><4C>9xC<78>3<EFBFBD>O<EFBFBD><4F><EFBFBD>e<EFBFBD><65> ť<>~<7E>}<7D>w<EFBFBD><10>҈k<D288>x<78><12>#
<EFBFBD>S<EFBFBD><EFBFBD>L<><07>&-<2D>'<13>;<3B><>4`H<><48><EFBFBD><EFBFBD>/<2F>9<01><05><><EFBFBD><EFBFBD><EFBFBD>Y<EFBFBD><59>H<p=>*<2A><>7p}˜l酋<6C>bӰ<7F><D3B0>a2<61>d<EFBFBD>1p<31>n<EFBFBD><6E>)F1I<31>GM<47><4D>\&샵d<EC83B5><18>z<EFBFBD>}f<><66><EFBFBD>e<EFBFBD><65><EFBFBD><EFBFBD>?<3F><><EFBFBD><EFBFBD><EFBFBD>O3<4F><33><EFBFBD> 6"<22>3<EFBFBD><33><EFBFBD>}OH<0F>ܳ<EFBFBD>X<EFBFBD>j0<6A><30>#<23><>=@<40>e<><65>HD <20><>K<12>`<60>0{<7B>ծ<><D5AE><0F><><EFBFBD>Ǽ<03>K<EFBFBD>3<><33><EFBFBD>q/dEG<45><12><><EFBFBD>K<EFBFBD><4B>$".o*<2A>eK!T<>G<EFBFBD>~<7E><><EFBFBD>"6<>\T<><54><EFBFBD><EFBFBD><EFBFBD>ϩlo6*׃<><D783><EFBFBD><EFBFBD><EFBFBD>b<EFBFBD>jp<6A>1<10>T<EFBFBD>f<EFBFBD><19>T<EFBFBD><EFBFBD>-
v?e<>Ы<EFBFBD>4<EFBFBD> *<2A>ku϶<75><15>a7<61><37>4<EFBFBD><34>R<EFBFBD>Q<EFBFBD>޴<EFBFBD><DEB4>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7<EFBFBD>k<1D>mAȴs<><73>
<EFBFBD>
 Č<><01><>MWu<57>*<2A>7<EFBFBD><37>dGaP<>~l<>
5<01><>-<2D> B<><1E><>c<EFBFBD><63><EFBFBD>@<40><>
<EFBFBD>C<EFBFBD><EFBFBD>ξ<EFBFBD>J<EFBFBD>mY<EFBFBD><EFBFBD>!A<>Ɯ1<C69C>e<EFBFBD>0<EFBFBD>6%<25>U<>oH婳"<22><15><>ǎn<C78E>B*P<><50><EFBFBD><EFBFBD><EFBFBD>5t<>b<EFBFBD>yQ<><51>{<7B><><EFBFBD>J<EFBFBD>W<EFBFBD><57><EFBFBD>%%<25><>9uzF<><46>[Qh<51><68><EFBFBD>><3E>ʷ[<5B><1E><>L.QD!`<60><><EFBFBD>#<23><>"<22><><EFBFBD><1F>I<00>h<EFBFBD><68>߯<EFBFBD>.[p3<70>L<EFBFBD>c^<5E><01>Cl%%bL<62>6<EFBFBD>q<4E>Q<EFBFBD>S8<53><38>{/D<>2<15>$<24>?<3F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"<02><05><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>i<17>}<7D><><EFBFBD><EFBFBD><EFBFBD> q*L_{<7B><14><>xb/$<24><>ax{^H<><48>B8i:<3A>M<EFBFBD>([<5B>m<EFBFBD>V^<5E><>#<><7F><EFBFBD>/<2F><17><>?|<18><><EFBFBD><04><>8<EFBFBD>L<>r<EFBFBD>_<EFBFBD>I_9<5F>p<08><><EFBFBD><EFBFBD>R<16>m<EFBFBD>7j<37>><3E>s?]<1F>;7<07>g<EFBFBD><67><EFBFBD><EFBFBD>s<EFBFBD><73><EFBFBD>9<EFBFBD><39><EFBFBD><EFBFBD>7׏=<3D><><EFBFBD>ç<EFBFBD><C3A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>G<EFBFBD><47>I?q<><71><EFBFBD>l<EFBFBD>ǁz<><7A><1F><><12>+<2B>8{<7B>?<3F>هU<>s<EFBFBD><73><03><>R<EFBFBD>Ax<41>{<7B><>O<EFBFBD>ѻ<EFBFBD>3|<7C>n=KnWK<57>O<EFBFBD>;<3B>6/<2F><><EFBFBD>7<EFBFBD>'<07><>nP޺<50>EW<45><57>e<EFBFBD><65><EFBFBD>P<EFBFBD><16>6<EFBFBD>
<EFBFBD><EFBFBD>_L<4C><7F>?<3F>uJ߆<4A>ߜ<EFBFBD><DF9C><EFBFBD><7F><16><>d<><1F><><EFBFBD>zc<>*v<>.<2E>N<EFBFBD><4E><EFBFBD><0E><><EFBFBD><EFBFBD>>9<><39>k<EFBFBD><6B><03> <09><><EFBFBD>'<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><0F><><07><><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><17>7<EFBFBD><37><EFBFBD>$<1A><><EFBFBD><E89783><EFBFBD><E39B9F>M<EFBFBD>?<3F><><EFBFBD><EFBFBD>Q<EFBFBD>7<EFBFBD>R<><52>S@<40><>D;<3B><>><3E><>qN/n<>=<3D>T<EFBFBD>S<EFBFBD><05><>U<EFBFBD>}<7D><08>.<2E>7t<37>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?<3F>T<05><><EFBFBD><EFBFBD><7F><EFBFBD><EFBFBD><EFBFBD>`)f/V<>/<2F><>H<EFBFBD>“i<C293><69>,<2C>
<11><>LD"*<2A>~ZÓ<5A><C393><00><>{I΄7<CE84>29+<2B><><EFBFBD>Y<EFBFBD>T<EFBFBD>*?<3F><><04><>n<00><06><><01><><EFBFBD>B<EFBFBD>{Y<1A>n&E<>g<EFBFBD><67>i<14>J<EFBFBD>^^<5E><>~<04>p`6<>y垛<79>D<EFBFBD><17>s<EFBFBD>`<60>2/<2F>n(<28><>n<00>F<><46><08>oqI<><06>q<>I<>EiVx*<2A><>`Vĩn<00><71>r<EFBFBD><72><EFBFBD><EFBFBD>
<EFBFBD>D<EFBFBD>~<7E><><1B><>w<EFBFBD><77><EFBFBD><EFBFBD><EFBFBD>8IS<49><53><16><><EFBFBD>"El <20>U"q<>G<EFBFBD><47>2%<25>"<13><><EFBFBD><EFBFBD> D<><44>s<EFBFBD>@<40>-<2D><>y<0F><><EFBFBD>`/<2F>gJ
<EFBFBD>'Y^<5E>dq<64><71><ROH<<1B><>ћ<EFBFBD><D19B><EFBFBD><EFBFBD><EFBFBD>ss<73><12><><<3C><>Y<EFBFBD>)<29>fy$<24>D<EFBFBD><44>ġ<><C4A1>c<EFBFBD><63>yc ަ<>P<EFBFBD><50><EFBFBD>SI<53><49>d& W<>^ cx<63>$,<2C>0<EFBFBD><30><EFBFBD>oa<6F>R<EFBFBD><05><12><>D<>R5<52>ft1<74><31><EFBFBD>"<22>ۛyg<>-<2D><1E><>[h<07><>g<><67>,<2C><><EFBFBD><EFBFBD>W<EFBFBD><0F><>%<25>L<EFBFBD>^Q-<2D><><EFBFBD><EFBFBD><18>YF<>(T S<>"?NsP(?<3F>D<0E><>o`T<03>@<40>z<>iz<>g<EFBFBD><67> <20><><EFBFBD><10>l<EFBFBD><6C>"<22><><00><>2P6{Y<><<3C><>U
D<EFBFBD>{<7B>(D<><44> <0B>9<EFBFBD>?<3F><1E>E<EFBFBD><74>H<EFBFBD><48>Y<14> <09>,I<>T<EFBFBD><54><EFBFBD> <09><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <0C>Q %*ʼ,<2C><EFBFBD><7F><EFBFBD><EFBFBD> <20>#?Wi<57><69><EFBFBD>4<EFBFBD>ü<EFBFBD> <20><><EFBFBD>џ<EFBFBD><D19F><EFBFBD>ME<4D>[6<><36><EFBFBD>𪑰`<60>)<29><><><D68F><EFBFBD>b<EFBFBD>9b<39>a>"<22>,<2C>d<EFBFBD><64>%<25><>QZ<>b<EFBFBD><62> <0C><>Q`<60><>Sl?!1><3E>| 6<>b<EFBFBD>ɇ<EFBFBD><C987>< 6<>b<EFBFBD>+<2B>ii`<60>)<29><><EFBFBD>(<28>0<EFBFBD>`<60>)<29><><EFBFBD>0<EFBFBD><30>›7<C29B><37><EFBFBD>yCy<43>޼)o^<5E><1B>+<2B><>6<EFBFBD><36><EFBFBD>iCq<43>ڦ<><DAA6>=k(<28><><EFBFBD>ڔ4<DA94>'
<EFBFBD>ZH<5A>r<EFBFBD><72><EFBFBD><EFBFBD><EFBFBD>B gS<67>{<7B><>
-<2D>Ms{<7B>PR<50><52><EFBFBD>)a<><61>ʼ^<5E>}<7D>' )r_xy<78>%y<><79>?T<>a<11><>ʇw<CA87>g}<7D> <0C><7
<EFBFBD>|&g`<60><13>$A<><15>$<24><>n<EFBFBD><6E>8<EFBFBD>'0<>X<>f<EFBFBD>3n<33>3HV`ә)t<><74><EFBFBD>jdkuڬ<75>7<EFBFBD><37>3<EFBFBD>E`<60>Tb~/1\<5C><>-<<3C>S"<22><>\<5C><>-<2D><>S~<7E><>_Llb<6C><62><EFBFBD>S<EFBFBD><53>{<7B>c<EFBFBD>[<5B>џj<D19F><6A><EFBFBD>0<EFBFBD><30>-:<3A>O<EFBFBD><4F><1F><02>?<3F>L:w<>~<7E>`^[<5B>d0<64><30>A?%<25><1F>ڂ)oA<6F><1B><>Č<EFBFBD><C48C>:<3A>b<><62><EFBFBD>D]<5D><>4s? >2<>6<EFBFBD><36><EFBFBD>׵7<10>qa<>R<EFBFBD>@<40><>- <20>Pn<50><6E><EFBFBD><EFBFBD>L<EFBFBD>cF0dÆOD<4F>J/<2F>S<19><><13><04>Yd)<29>MN\?<3F><><EFBFBD>w<EFBFBD>zdq<64>8<EFBFBD> <0C>/
$<24>,<2C>Gh<> b;<06><><EFBFBD>+<2B>Wۜ<><DB9C><EFBFBD>ϥpS<70><53><10><>r<EFBFBD>;=<17><>*<2A>g<EFBFBD>F<EFBFBD><46><EFBFBD><10><06><1F><05><1D>ܓW0<>Y<EFBFBD><59>?<1F><>F<><46><EFBFBD><EFBFBD>m<04>H<EFBFBD><10>CL> s?<3F><>K<EFBFBD>an{<7B><1F>|<19>R<EFBFBD> V<>+Dı#<23>RO$yyam@<40>]<5D>(5<>0[
#7&y<1E>Ş<EFBFBD>XX<00><><EFBFBD> 3-b<>,f<><66><EFBFBD>ee<><65>d<1E><>'g<>=<3D><1B><>Mr8BtS<74> `<60>O<>7f<><66>[<5B><>;z<>j<EFBFBD>`<60> ?9k<39><6B>5<EFBFBD>p].p<07>b9<62><EFBFBD><E5AEAD>C><3E><>U9<55>Ua<55><61><EFBFBD><><04><><EFBFBD><EFBFBD>7<EFBFBD><<3C><06>J<EFBFBD><4A>cWx<57><78><EFBFBD><EFBFBD>dz±<7A>AoH<6F><48><EFBFBD><1B><><EFBFBD><EFBFBD>D<EFBFBD>Fb<46><15><>Tt<54>ZF<5A>e<EFBFBD>h<EFBFBD>|=+<2B><><EFBFBD><EFBFBD><EFBFBD>x<02>>ᇐ<>I<EFBFBD><49>]<5D>dT<64>0= <0B><EFBFBD>@#R<>5<EFBFBD>Z<EFBFBD>0<EFBFBD>LdA<>z<><7A><EFBFBD>n<<3C>"U<><55><EFBFBD>AV=b~o<>I<EFBFBD>w<EFBFBD><77>r<EFBFBD><72>ի<EFBFBD><EFBFBD><7F><EFBFBD><43>L<EFBFBD>̛ū<CC9B><C5AB>:<3A><><EFBFBD><EFBFBD>?<1F><><EFBFBD>Y#BY}|F<>A<EFBFBD><41>I<EFBFBD><1F><>t<EFBFBD>J<EFBFBD>'<19><>+g]f<><66><EFBFBD><EFBFBD><1D>}4B::<3A><>礼W<E7A4BC>M<EFBFBD><4D>ʹ*<2A><><EFBFBD><EFBFBD><EFBFBD>M<EFBFBD><4D>h<EFBFBD><68>\<5C><><EFBFBD>?<3F>o<EFBFBD>|(<28><><EFBFBD><EFBFBD>><3E>'<27>z<EFBFBD>e<EFBFBD>><3E><><EFBFBD>I_<49><5F>7<EFBFBD><37>9<EFBFBD><39>L<EFBFBD>Z9xM<78>^<5E><><EFBFBD>>Dɒ><3E>m<EFBFBD><6D>r <20>_<EFBFBD><5F>uT]<5D><><EFBFBD><EFBFBD>u<EFBFBD>><3E>6<EFBFBD>t<><74><EFBFBD><4F><DA87><EFBFBD>=<3D>ILX0<58><30><EFBFBD><EFBFBD>Y<EFBFBD>y<EFBFBD><79><EFBFBD><EFBFBD><17>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B>/V<>~<7E>'<27><><EFBFBD><EFBFBD>Q[<5B>D<><44><02>Jg<4A>9<EFBFBD><39>U<EFBFBD>eP<65>B{<7B>ض?<3F>#/<2F><><EFBFBD>y<01><>Ę<EFBFBD>V <02>b<EFBFBD><62><EFBFBD><EFBFBD>A+<2B>O<EFBFBD> <09><><17><1F>,<2C>ʣ<EFBFBD>-<2D>u<17>Ư<EFBFBD>kjG<6A><{<7B><><EFBFBD>><3E><>9<EFBFBD><39>^<5E><> p<>-ŬUŃ3^<5E><><EFBFBD>m<EFBFBD>}<7D>M<EFBFBD><4D><EFBFBD><EFBFBD> 7x<37>z<EFBFBD>i9<69>S<53><7F>ys<0F><>\ȹr~<7E><>ѵ<EFBFBD><05>z<EFBFBD><7A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><18><> <09>ㇲPͫ`<60>\><3E>eїG<D197>?<3F>#<23><>D<EFBFBD>8\/<2F><>y<EFBFBD><17>lvM<76>//<2F><>\<5C><><EFBFBD>j<EFBFBD>
<EFBFBD><EFBFBD>
'<27><>0<EFBFBD>n<EFBFBD>s<><18><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>3<EFBFBD>㢩Wz<15>>\<5C>ի<EFBFBD><D5AB><EFBFBD>J<EFBFBD><4A>_F<5F><46><EFBFBD><EFBFBD>s<06><><EFBFBD>2<19>AU=<3D>I<EFBFBD>O<EFBFBD><4F>=<3D>LQ<4C><51><EFBFBD><EFBFBD><EFBFBD>9<EFBFBD>}<7D><><EFBFBD>m_<6D>`}<7D>e<EFBFBD><65><EFBFBD><04> 1<><70><DFA9>7v=&<26>L<EFBFBD><4C><EFBFBD> <20><>X_<<3C><19><>U<>f<EFBFBD><66>%<25>.g<><67>Fq.C<><1A><>a1'<27>Կ<EFBFBD>mN<6D><4E>w6*65<36>m<EFBFBD><6D><EFBFBD>]<5D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>n ۆ<>_<EFBFBD><5F><EFBFBD>_<EFBFBD><5F><EFBFBD>]<5D>c<EFBFBD>><3E><03>r<EFBFBD><<3C>Q,<2C> <1D>F_<46><5F><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD>&"r—.7<EFBFBD>i%QG<>#<23><>!<21><><05><><EFBFBD><7F><EFBFBD><EFBFBD>sv<73><76><EFBFBD>9M<39><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD>7<EFBFBD><37>q3<71><33><EFBFBD><1F><>Ҥ<>q<EFBFBD>O<EFBFBD>N<EFBFBD><4E><EFBFBD>*f<><66><EFBFBD><EFBFBD><EFBFBD><EFBFBD><1A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Y܄c<DC84>h<EFBFBD><68>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD>(<28><><EFBFBD><EFBFBD>\/<2F><05><>ҏ<11> <20>E<EFBFBD>f<EFBFBD><66>\<15><>_<EFBFBD> ,<2C><>r<EFBFBD><EFBFBD><7F><02>$<24>؜l<D89C><6C>F<EFBFBD>i.!<21>]<5D><><EFBFBD><EFBFBD>i81<38>ùlͳF<CDB3>~<7E>4 _H<5F><48><1D>z<EFBFBD>.<2E><>]<5D>z<EFBFBD><18> <20>Bm<17><>A<EFBFBD>G<EFBFBD><47>Dx<44>j*<2A>h4 <0C>աo1 G<>
P<><16>d<EFBFBD>.<2E><><EFBFBD><EFBFBD>X<><58>W<EFBFBD><57><EFBFBD>K<EFBFBD>P_T<5F>M<EFBFBD><4D><EFBFBD><EFBFBD>W<EFBFBD>馿(<28>B<EFBFBD>П_xJ<78>a % <20><><EFBFBD>7<><37>$sc<11>A<08>.<2E>><3E>yN<79>/<<3C><><EFBFBD><EFBFBD>U<EFBFBD><1B><><19><>Q<EFBFBD><1E>,q<>%(<28><>Kj<4B><18>nf<6E><66>~<7E><>&<26>m?y<><4E><1E><>Mo\<5C>۶)/T<>[Ƞ(B<><17>"rS冑q*<2A><><EFBFBD><EFBFBD><EFBFBD>|<7C>gǸ<><C7B8>[<5B><>^H<>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD>cJ<63><4A><EFBFBD>[6O,<2C><>ؾ<EFBFBD><D8BE><EFBFBD><EFBFBD>#<23><>G>2k<32><6B>*<2A>_<EFBFBD>q?<3F><>=<11>Y<EFBFBD>޼<EFBFBD><DEBC><EFBFBD>u<EFBFBD><1A><><EFBFBD>u:<3A>M<EFBFBD><4D><EFBFBD>[Y<><59><EFBFBD>Å<7F><10>0<EFBFBD><30><EFBFBD><EFBFBD><1C>Z<EFBFBD><5A><1B>̼<EFBFBD><CCBC><17>O<EFBFBD><EFBFBD>l.<1D>~<7E>s<12><><EFBFBD>o<EFBFBD>S<EFBFBD><53><EFBFBD>l<EFBFBD>w<EFBFBD><77><1C>+<2B>ׯ -<2D> r<><72><EFBFBD><EFBFBD>\<5C>
kk<6B><6B><EFBFBD>m<EFBFBD>P<EFBFBD><50>0<EFBFBD>q<EFBFBD> b<>w<EFBFBD><77><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>u<EFBFBD>q
wv<EFBFBD><EFBFBD>-t<><74><EFBFBD>YWԶ<57>GO<47>G<EFBFBD><47>MU鍤+<2B><>e< <0B><>Y<1A>W<EFBFBD><57><EFBFBD>h<EFBFBD>9s<39>zSuP<75>}<7D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>S<05><><EFBFBD><EFBFBD>><3E><>\<5C><>4]岊<><E5B28A><EFBFBD>=<3D><>
y<EFBFBD><EFBFBD>H.<2E><><EFBFBD><EFBFBD>V\M<>£<EFBFBD><1E><><EFBFBD>><3E><><1F>o<EFBFBD><6F><EFBFBD>x<EFBFBD><78>/<02><><EFBFBD>סx${<7B><>EwX<77><58>;,<2C>
<1A>v<EFBFBD>yS<79>7߳w<DFB3><77>ͪ<EFBFBD>[V<><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>;<3B>B<EFBFBD>u<EFBFBD>G<>J<EFBFBD><4A><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>x<EFBFBD>|"<22><>7<EFBFBD>HƸ<>D<EFBFBD>%<25><>!<21><><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD>7/<2F><><EFBFBD>g<07>/.s<>Z5<5A><35>
i<EFBFBD>>Zx<><78>ˬ~<7E>W<EFBFBD>VX<56>{<7B><>YY<59><59>󮔷Xݿ<58><DDBF><EFBFBD>F췅<46>vۀE<04>o<EFBFBD><6F>[<5B>N<EFBFBD><4E><EFBFBD>b<EFBFBD><62><EFBFBD>1.<2E><>/<2F>ϯ<EFBFBD><CFAF><EFBFBD>k<><6B><EFBFBD>_<EFBFBD><11>5 <20><>n<EFBFBD><EFBFBD>+p{<7B>m<EFBFBD>ߘ<EFBFBD><DF98><1D>[<5B>Ζ<EFBFBD>~<7E>a<EFBFBD><03>j<0E><12><>':<3A><><EFBFBD>
_{q<><71><EFBFBD><1D><><EFBFBD>N<><4E><0E><>جh<D8AC><68>Ոxr<78><72>k<EFBFBD><6B>t<EFBFBD><74><EFBFBD>K<EFBFBD>r9l<39>~<7E><EFBFBD><0D<1C><>X<EFBFBD><58>p<><70>^<5E>U<EFBFBD><11><EFBFBD><7F>
<EFBFBD>qE<EFBFBD><EFBFBD>|<7C><><79>.0<EFBFBD><EFBFBD> 1<01>ۤ<EFBFBD>o{<7B><><19>&<26>F
<EFBFBD><EFBFBD><EFBFBD>tP<EFBFBD>6<EFBFBD><EFBFBD>b<EFBFBD>h<0F>Tn><3E><>q<EFBFBD>-<2D><>ߛ4<>n<EFBFBD><6E><EFBFBD>˽<EFBFBD>R<EFBFBD><52>:<3A><0F><><EFBFBD><EFBFBD><16>$<24><>x<EFBFBD><78>B<EFBFBD><17><7A><C3A2>a<EFBFBD><61>e=}<7D>/<2F><><EFBFBD>
<0B>{<7B>ܜ<EFBFBD><06>֋<EFBFBD>E<EFBFBD>`s<><73>0<EFBFBD><30><EFBFBD>^m~<7E><>M0<4D><30><EFBFBD>q<EFBFBD><71>C<EFBFBD>џ<EFBFBD><D19F>6<EFBFBD><36>`$<24>~<7E> ?n<>_<EFBFBD>iRo<52><00>w<EFBFBD><77><EFBFBD>T(<28>/5<>6<EFBFBD>o{<7B> <0B>_<EFBFBD><5F><EFBFBD><1F><>RY<52>X<><58>?<3F><>~[<5B><><EFBFBD>v<1C>2L<32>%*<2A><><EFBFBD><EFBFBD>f<EFBFBD>j<EFBFBD>t<EFBFBD>KR<4B>Q<EFBFBD><51><EFBFBD><EFBFBD>,-<2D>]m<>ä~<7E>6kC=<3D><>9<EFBFBD><39>~<7E><>5<EFBFBD><35>|ڣ=<04><><EFBFBD>eXP<58><50>N{<7B><><EFBFBD><EFBFBD>;<3B><>4
<EFBFBD><EFBFBD>y<EFBFBD><EFBFBD><EFBFBD><EFBFBD><10>n<00>0~<7E>ZK><3E>/W<>nڢJ<DAA2>P<EFBFBD>0 <0B><><EFBFBD> [o<><6F>akDN)0Dح<44>a<16><1C><><EFBFBD><EFBFBD><EFBFBD>[<1C>_9<5F>nN<6E>n<16> A<>\<5C>~/<2F><><EFBFBD>㩨m<E3A9A8>ף<EFBFBD><D7A3><01><13>9<03>E<EFBFBD><45><EFBFBD>;bw<00><><EFBFBD><18>?:<3A>
<EFBFBD>En<EFBFBD><EFBFBD>1b <0B> <20>O<1C><>7<EFBFBD><37> <0B><><EFBFBD>?y<><I<>G<EFBFBD>X<EFBFBD>d<EFBFBD>k[=<3D><><EFBFBD><EFBFBD>\<5C><><EFBFBD><1B><>{ <0C><><EFBFBD>c<EFBFBD><63><EFBFBD><EFBFBD>v<EFBFBD><76>e<EFBFBD>\<5C>y<EFBFBD><79>><3E><>]<1D><><EFBFBD><EFBFBD><EFBFBD>5]<5D><><EFBFBD>m<0F>S<EFBFBD><53>[<5B>M$<24><><EFBFBD><><03><>!<21>6!<21><6E><C69D>V<56><7F>{js=<3D><>5<05><>a<EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD>jn&-ۅ<>-<2D><>2<><32><EFBFBD><EFBFBD><EFBFBD>]<5D>2<EFBFBD><32><EFBFBD><EFBFBD><EFBFBD>n<EFBFBD><05><>N<><4E>q<1A><>4<19><>-
̚u3o嬔<EFBFBD>=<3D><>S%[<5B>_<EFBFBD>(<28><>T<EFBFBD>y<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD>u<EFBFBD><<19>><3E><><EFBFBD>?<3F><><EFBFBD>5w<35>><3E><>@="<22><>'.p<>"<22><>nt[<5B>+ Nk<03><03><>:<3A><>Ѳ{b<7F><62>'ub<1C><><EFBFBD><EFBFBD>'&k<>4;<3B>C<>oL<6F>}<7D><><EFBFBD>d<7F>Nv<4E><76>[g<><67>8 <09>7ʼO<CABC>r<72>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>B<EFBFBD>Y,<2C><>Y<EFBFBD>["<22><><EFBFBD>
<19>?R<>A<EFBFBD><41><EFBFBD>U<EFBFBD><59><DF9B>ަ<EFBFBD><DEA6>+<07><6A>X*<2A>"L|<7C><>u8<75><38>{zG<7A>͵
}<7D><><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD><63>/<2F>j<EFBFBD>S<EFBFBD>ɿ<EFBFBD><C9BF><EFBFBD><01>g<EFBFBD><67>A?<3F><>xZ<17>oj<6F>5<EFBFBD><00>TE<54><45><EFBFBD><1F>q<EFBFBD>3h<33>F<EFBFBD>qp<71><70><EFBFBD>޶8o<>8<EFBFBD>W<EFBFBD><57>W<1F><>q<EFBFBD><71><EFBFBD>]{ǛF<C79B><46>h<EFBFBD>@<1B>|<7C><1D><><EFBFBD>sCK<43><4B>Ͼ<EFBFBD><CFBE>ɱn<C9B1><6E>͇<EFBFBD>4<EFBFBD><34><EFBFBD><7F><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>?<3F><><EFBFBD>k]<5D><03><><EFBFBD>><3E><><EFBFBD><EFBFBD><00><>mc<6D><63><EFBFBD><EFBFBD>&<26><><63>[ <20><13><><EFBFBD> ؓ<>4:<3A><1F>;<3B><>:<3A><><EFBFBD>s,<2C>g<EFBFBD><67><EFBFBD>'<27>٣<EFBFBD>"t<><74>H<EFBFBD><48>lV<6C><56>7Ec<45><63>xF<78><46><EFBFBD>߾<EFBFBD><DFBE><EFBFBD>U%<25>͇Ϭo>|<7C><><0E>ʷ<EFBFBD>:~<7E><>j<EFBFBD>jNf<4E>S<EFBFBD>}<7D><13><><EFBFBD>l<EFBFBD>ҟة)<29>0;<3B><>']n?y<>VY<><59><EFBFBD>ێi<DB8E><69><EFBFBD><EFBFBD>[<5B>O<EFBFBD><4F><EFBFBD><EFBFBD>ޜ<EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>y0<79><30><EFBFBD><EFBFBD><EFBFBD>U<EFBFBD><55><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>x<>#y<>0<EFBFBD>'<27><>I><3E>9t<39><74>4<EFBFBD>ot,<2C>P <20><><EFBFBD>w<EFBFBD><77>g /<2F><>8<EFBFBD>'8<><38>H <0F>=q$Opۑ<Z<><5A><EFBFBD><EFBFBD><EFBFBD>N?<3F> y<U<><55><EFBFBD><EFBFBD>L<EFBFBD><4C>k1<6B>+C󒯏<43><F392AF8F><EFBFBD><EFBFBD>7<EFBFBD><37><EFBFBD><EFBFBD>?<3F>G<EFBFBD><0E><>ٯ<EFBFBD><D9AF>W<EFBFBD><57><EFBFBD>B<EFBFBD>s=]]k
<EFBFBD><EFBFBD><EFBFBD>ۣ<EFBFBD>S<04>뻳7<EBBBB3><37>O<EFBFBD>z<7F><7A><EFBFBD><EFBFBD><EFBFBD>kHѯm
YZ<59>)<29>黋ۣw<17>G<EFBFBD><47>Ѐ<EFBFBD><13><><EFBFBD><03>C<EFBFBD>dW<64>